Skip to content

Commit deb1897

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

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
@@ -7,6 +7,7 @@
77
- AWS api-change: Add support for Dualstack Endpoints
88
- AWS api-change: fix dkr- regions endpoint
99
- AWS api-change: Added `ap-southeast-7` region
10+
- AWS api-change: Added `mx-central-1` region
1011

1112
## 1.7.0
1213

src/EcrClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ protected function getEndpointMetadata(?string $region): array
8686
case 'il-central-1':
8787
case 'me-central-1':
8888
case 'me-south-1':
89+
case 'mx-central-1':
8990
case 'sa-east-1':
9091
case 'us-east-1':
9192
case 'us-east-2':

0 commit comments

Comments
 (0)