Skip to content

Commit 27cfff4

Browse files
Update generated code (#1863)
* update generated code * Update src/Service/SsoOidc/CHANGELOG.md --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent b7a105c commit 27cfff4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
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.2.0
610

711
### Added

src/Input/PutParameterRequest.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ final class PutParameterRequest extends Input
3636
* For additional information about valid values for parameter names, see Creating Systems Manager parameters [^1] in
3737
* the *Amazon Web Services Systems Manager User Guide*.
3838
*
39-
* > The maximum length constraint of 2048 characters listed below includes 1037 characters reserved for internal use by
40-
* > Systems Manager. The maximum length for a parameter name that you create is 1011 characters. This includes the
41-
* > characters in the ARN that precede the name you specify, such as `arn:aws:ssm:us-east-2:111122223333:parameter/`.
39+
* > The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for
40+
* > internal use by Systems Manager. The maximum length for a parameter name that you specify is 1011 characters.
41+
* >
42+
* > This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length
43+
* > will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011
44+
* > character maximum for a parameter created in the US East (Ohio) Region:
45+
* > `arn:aws:ssm:us-east-2:111122223333:parameter/`.
4246
*
4347
* [^1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html
4448
*

0 commit comments

Comments
 (0)