Skip to content

Commit db69091

Browse files
Update generated code (#1695)
* update generated code * Update src/Service/Sso/CHANGELOG.md --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 5437110 commit db69091

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
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.303.2"
3+
"${LATEST}": "3.303.4"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/Sso/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- AWS api-change: Added `ap-southeast-4` region
8+
- AWS api-change: Added `ap-south-2` and `eu-south-2` regions
89

910
## 1.1.0
1011

src/Service/Sso/src/SsoClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ protected function getEndpointMetadata(?string $region): array
6666
case 'ap-northeast-2':
6767
case 'ap-northeast-3':
6868
case 'ap-south-1':
69+
case 'ap-south-2':
6970
case 'ap-southeast-1':
7071
case 'ap-southeast-2':
7172
case 'ap-southeast-3':
@@ -75,6 +76,7 @@ protected function getEndpointMetadata(?string $region): array
7576
case 'eu-central-2':
7677
case 'eu-north-1':
7778
case 'eu-south-1':
79+
case 'eu-south-2':
7880
case 'eu-west-1':
7981
case 'eu-west-2':
8082
case 'eu-west-3':

0 commit comments

Comments
 (0)