Skip to content

Commit e35290a

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 5f9b524 commit e35290a

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/Service/Ssm/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/Service/Ssm/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
*

src/Service/SsoOidc/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+
### Added
6+
7+
- AWS api-change: Added `ap-southeast-5` region
8+
59
## 1.0.1
610

711
### Changed

src/Service/SsoOidc/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.0-dev"
30+
"dev-master": "1.1-dev"
3131
}
3232
}
3333
}

src/Service/SsoOidc/src/SsoOidcClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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':

0 commit comments

Comments
 (0)