We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f3186 commit 5b80c9dCopy full SHA for 5b80c9d
manifest.json
@@ -1,6 +1,6 @@
1
{
2
"variables": {
3
- "${LATEST}": "3.279.9"
+ "${LATEST}": "3.280.1"
4
},
5
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
6
"services": {
src/Service/Sso/CHANGELOG.md
@@ -2,6 +2,10 @@
## NOT RELEASED
+### Added
+
7
+- Added region `il-central-1`
8
9
## 0.1.0
10
11
First version
src/Service/Sso/src/SsoClient.php
@@ -76,6 +76,7 @@ protected function getEndpointMetadata(?string $region): array
76
case 'eu-west-1':
77
case 'eu-west-2':
78
case 'eu-west-3':
79
+ case 'il-central-1':
80
case 'me-south-1':
81
case 'sa-east-1':
82
case 'us-east-1':
0 commit comments