Skip to content

Commit 621d691

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Added
66

7-
- AWS api-change: Added `eu-central-2` and `eu-south-2` regions
7+
- AWS api-change: Added `eu-central-2`, `eu-south-2` and `ap-south-2` regions
88

99
## 1.2.0
1010

src/EcrClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ protected function getEndpointMetadata(?string $region): array
6060
case 'ap-northeast-2':
6161
case 'ap-northeast-3':
6262
case 'ap-south-1':
63+
case 'ap-south-2':
6364
case 'ap-southeast-1':
6465
case 'ap-southeast-2':
6566
case 'ap-southeast-3':

0 commit comments

Comments
 (0)