Skip to content

Commit 163ab41

Browse files
Update generated code (#1826)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent d71b000 commit 163ab41

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
@@ -6,6 +6,7 @@
66

77
- AWS api-change: Add support for Dualstack Endpoints
88
- AWS api-change: fix dkr- regions endpoint
9+
- AWS api-change: Added `ap-southeast-7` region
910

1011
## 1.7.0
1112

src/EcrClient.php

Lines changed: 1 addition & 0 deletions
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 'ap-southeast-5':
75+
case 'ap-southeast-7':
7576
case 'ca-central-1':
7677
case 'ca-west-1':
7778
case 'eu-central-1':

0 commit comments

Comments
 (0)