Skip to content

Commit 5b80c9d

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

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-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.279.9"
3+
"${LATEST}": "3.280.1"
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: 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+
- Added region `il-central-1`
8+
59
## 0.1.0
610

711
First version

src/Service/Sso/src/SsoClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ protected function getEndpointMetadata(?string $region): array
7676
case 'eu-west-1':
7777
case 'eu-west-2':
7878
case 'eu-west-3':
79+
case 'il-central-1':
7980
case 'me-south-1':
8081
case 'sa-east-1':
8182
case 'us-east-1':

0 commit comments

Comments
 (0)