Skip to content

Commit 1ddef4d

Browse files
Update generated code (#1685)
update generated code
1 parent 826f9c2 commit 1ddef4d

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 2.1.1
610

711
### Changed

src/Input/GetParametersRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class GetParametersRequest extends Input
1818
* For more information about shared parameters, see Working with shared parameters [^1] in the *Amazon Web Services
1919
* Systems Manager User Guide*.
2020
*
21-
* [^1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sharing.html
21+
* [^1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html
2222
*
2323
* @required
2424
*

src/Input/PutParameterRequest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ final class PutParameterRequest extends Input
138138
*
139139
* Advanced parameters have a content size limit of 8 KB and can be configured to use parameter policies. You can create
140140
* a maximum of 100,000 advanced parameters for each Region in an Amazon Web Services account. Advanced parameters incur
141-
* a charge. For more information, see Standard and advanced parameter tiers [^1] in the *Amazon Web Services Systems
142-
* Manager User Guide*.
141+
* a charge. For more information, see Managing parameter tiers [^1] in the *Amazon Web Services Systems Manager User
142+
* Guide*.
143143
*
144144
* You can change a standard parameter to an advanced parameter any time. But you can't revert an advanced parameter to
145145
* a standard parameter. Reverting an advanced parameter to a standard parameter would result in data loss because the
@@ -180,7 +180,7 @@ final class PutParameterRequest extends Input
180180
* *Amazon Web Services Systems Manager User Guide*.
181181
*
182182
* [^1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html
183-
* [^2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-default-tier.html
183+
* [^2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html#ps-default-tier
184184
*
185185
* @var ParameterTier::*|null
186186
*/
@@ -232,7 +232,7 @@ final class PutParameterRequest extends Input
232232
* > success, but the asynchronous validation will fail and the parameter will not be created or updated. To monitor
233233
* > whether your `aws:ec2:image` parameters are created successfully, see Setting up notifications or trigger actions
234234
* > based on Parameter Store events [^1]. For more information about AMI format validation , see Native parameter
235-
* > support for Amazon Machine Image (AMI) IDs [^2].
235+
* > support for Amazon Machine Image IDs [^2].
236236
*
237237
* [^1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-cwe.html
238238
* [^2]: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html

0 commit comments

Comments
 (0)