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 8ea2d6d commit 8265791Copy full SHA for 8265791
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Added
6
7
- AWS api-change: Added `ap-southeast-4` region
8
+- AWS api-change: Added `ap-south-2` and `eu-south-2` regions
9
10
## 1.1.0
11
src/SsoClient.php
@@ -66,6 +66,7 @@ protected function getEndpointMetadata(?string $region): array
66
case 'ap-northeast-2':
67
case 'ap-northeast-3':
68
case 'ap-south-1':
69
+ case 'ap-south-2':
70
case 'ap-southeast-1':
71
case 'ap-southeast-2':
72
case 'ap-southeast-3':
@@ -75,6 +76,7 @@ protected function getEndpointMetadata(?string $region): array
75
76
case 'eu-central-2':
77
case 'eu-north-1':
78
case 'eu-south-1':
79
+ case 'eu-south-2':
80
case 'eu-west-1':
81
case 'eu-west-2':
82
case 'eu-west-3':
0 commit comments