Skip to content

Commit 752edd7

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

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
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 `ca-west-1` region
8+
59
## 1.2.1
610

711
### Changed

composer.json

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

src/SsoClient.php

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ protected function getEndpointMetadata(?string $region): array
7272
case 'ap-southeast-3':
7373
case 'ap-southeast-4':
7474
case 'ca-central-1':
75+
case 'ca-west-1':
7576
case 'eu-central-1':
7677
case 'eu-central-2':
7778
case 'eu-north-1':

0 commit comments

Comments
 (0)