File tree Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Expand file tree Collapse file tree 6 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "variables" : {
3- "${LATEST}" : " 3.342.10 "
3+ "${LATEST}" : " 3.342.12 "
44 },
55 "endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
66 "services" : {
Original file line number Diff line number Diff line change 22
33## NOT RELEASED
44
5+ ### Changed
6+
7+ - AWS enhancement: Documentation updates.
8+
59## 2.2.0
610
711### Added
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff line change 22
33## NOT RELEASED
44
5+ ### Added
6+
7+ - AWS api-change: Added ` ap-southeast-5 ` region
8+
59## 1.0.1
610
711### Changed
Original file line number Diff line number Diff line change 2727 },
2828 "extra" : {
2929 "branch-alias" : {
30- "dev-master" : " 1.0 -dev"
30+ "dev-master" : " 1.1 -dev"
3131 }
3232 }
3333}
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ protected function getEndpointMetadata(?string $region): array
100100 case 'ap-southeast-2 ' :
101101 case 'ap-southeast-3 ' :
102102 case 'ap-southeast-4 ' :
103+ case 'ap-southeast-5 ' :
103104 case 'ca-central-1 ' :
104105 case 'ca-west-1 ' :
105106 case 'eu-central-1 ' :
You can’t perform that action at this time.
0 commit comments