Skip to content

Commit a7cd1bf

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- AWS api-change: Restrict the list of available regions.
8+
- AWS api-change: Added `eu-central-2` region
89

910
## 1.7.0
1011

src/LambdaClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ protected function getEndpointMetadata(?string $region): array
378378
case 'ap-southeast-3':
379379
case 'ca-central-1':
380380
case 'eu-central-1':
381+
case 'eu-central-2':
381382
case 'eu-north-1':
382383
case 'eu-south-1':
383384
case 'eu-west-1':

0 commit comments

Comments
 (0)