Skip to content

Commit 51d1a09

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

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
## 2.1.1
610

711
### Changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "2.1-dev"
32+
"dev-master": "2.2-dev"
3333
}
3434
}
3535
}

src/AthenaClient.php

+1
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ protected function getEndpointMetadata(?string $region): array
715715
case 'ap-southeast-3':
716716
case 'ap-southeast-4':
717717
case 'ca-central-1':
718+
case 'ca-west-1':
718719
case 'eu-central-1':
719720
case 'eu-central-2':
720721
case 'eu-north-1':

0 commit comments

Comments
 (0)