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 1
1
{
2
2
"variables" : {
3
- "${LATEST}" : " 3.342.10 "
3
+ "${LATEST}" : " 3.342.12 "
4
4
},
5
5
"endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
6
6
"services" : {
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
*
Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Added
6
+
7
+ - AWS api-change: Added ` ap-southeast-5 ` region
8
+
5
9
## 1.0.1
6
10
7
11
### Changed
Original file line number Diff line number Diff line change 27
27
},
28
28
"extra" : {
29
29
"branch-alias" : {
30
- "dev-master" : " 1.0 -dev"
30
+ "dev-master" : " 1.1 -dev"
31
31
}
32
32
}
33
33
}
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ protected function getEndpointMetadata(?string $region): array
100
100
case 'ap-southeast-2 ' :
101
101
case 'ap-southeast-3 ' :
102
102
case 'ap-southeast-4 ' :
103
+ case 'ap-southeast-5 ' :
103
104
case 'ca-central-1 ' :
104
105
case 'ca-west-1 ' :
105
106
case 'eu-central-1 ' :
You can’t perform that action at this time.
0 commit comments