Skip to content

Commit a835692

Browse files
Update generated code (#1864)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 48475ab commit a835692

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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+
- AWS api-change: added `ap-southeast-5` region
8+
59
## 1.3.0
610

711
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"extra": {
2828
"branch-alias": {
29-
"dev-master": "1.3-dev"
29+
"dev-master": "1.4-dev"
3030
}
3131
}
3232
}

src/SsoClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ protected function getEndpointMetadata(?string $region): array
7171
case 'ap-southeast-2':
7272
case 'ap-southeast-3':
7373
case 'ap-southeast-4':
74+
case 'ap-southeast-5':
7475
case 'ca-central-1':
7576
case 'ca-west-1':
7677
case 'eu-central-1':

0 commit comments

Comments
 (0)