Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.342.10"
"${LATEST}": "3.342.12"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
4 changes: 4 additions & 0 deletions src/Service/Ssm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 2.2.0

### Added
Expand Down
10 changes: 7 additions & 3 deletions src/Service/Ssm/src/Input/PutParameterRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ final class PutParameterRequest extends Input
* For additional information about valid values for parameter names, see Creating Systems Manager parameters [^1] in
* the *Amazon Web Services Systems Manager User Guide*.
*
* > The maximum length constraint of 2048 characters listed below includes 1037 characters reserved for internal use by
* > Systems Manager. The maximum length for a parameter name that you create is 1011 characters. This includes the
* > characters in the ARN that precede the name you specify, such as `arn:aws:ssm:us-east-2:111122223333:parameter/`.
* > The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for
* > internal use by Systems Manager. The maximum length for a parameter name that you specify is 1011 characters.
* >
* > This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length
* > will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011
* > character maximum for a parameter created in the US East (Ohio) Region:
* > `arn:aws:ssm:us-east-2:111122223333:parameter/`.
*
* [^1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html
*
Expand Down
4 changes: 4 additions & 0 deletions src/Service/SsoOidc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: Added `ap-southeast-5` region

## 1.0.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Service/SsoOidc/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
}
}
1 change: 1 addition & 0 deletions src/Service/SsoOidc/src/SsoOidcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ protected function getEndpointMetadata(?string $region): array
case 'ap-southeast-2':
case 'ap-southeast-3':
case 'ap-southeast-4':
case 'ap-southeast-5':
case 'ca-central-1':
case 'ca-west-1':
case 'eu-central-1':
Expand Down