File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Changed
6
+
7
+ - AWS enhancement: Documentation updates.
8
+
5
9
## 2.2.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change @@ -36,9 +36,13 @@ final class PutParameterRequest extends Input
36
36
* For additional information about valid values for parameter names, see Creating Systems Manager parameters [^1] in
37
37
* the *Amazon Web Services Systems Manager User Guide*.
38
38
*
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/`.
42
46
*
43
47
* [^1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html
44
48
*
You can’t perform that action at this time.
0 commit comments