Skip to content

Commit ba6b682

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 45227e0 commit ba6b682

File tree

16 files changed

+25
-1
lines changed

16 files changed

+25
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.336.13"
3+
"${LATEST}": "3.336.15"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/CloudWatchLogs/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: Added `ap-southeast-7` region
8+
- AWS api-change: Added `mx-central-1` region
89

910
## 2.3.1
1011

src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ protected function getEndpointMetadata(?string $region): array
333333
case 'il-central-1':
334334
case 'me-central-1':
335335
case 'me-south-1':
336+
case 'mx-central-1':
336337
case 'sa-east-1':
337338
case 'us-east-1':
338339
case 'us-east-2':

src/Service/Ecr/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/Service/Ecr/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':

src/Service/Kms/CHANGELOG.md

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

77
- Added getPublicKey and verify operation
88
- AWS api-change: Added `ap-southeast-7` and `ap-southeast-7-fips` regions
9+
- AWS api-change: Added `mx-central-1` and `mx-central-1-fips` regions
910

1011
## 1.6.0
1112

src/Service/Kms/src/KmsClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ protected function getEndpointMetadata(?string $region): array
10911091
case 'il-central-1':
10921092
case 'me-central-1':
10931093
case 'me-south-1':
1094+
case 'mx-central-1':
10941095
case 'sa-east-1':
10951096
case 'us-east-1':
10961097
case 'us-east-2':
@@ -1302,6 +1303,13 @@ protected function getEndpointMetadata(?string $region): array
13021303
'signService' => 'kms',
13031304
'signVersions' => ['v4'],
13041305
];
1306+
case 'mx-central-1-fips':
1307+
return [
1308+
'endpoint' => 'https://kms-fips.mx-central-1.amazonaws.com',
1309+
'signRegion' => 'mx-central-1',
1310+
'signService' => 'kms',
1311+
'signVersions' => ['v4'],
1312+
];
13051313
case 'sa-east-1-fips':
13061314
return [
13071315
'endpoint' => 'https://kms-fips.sa-east-1.amazonaws.com',

src/Service/Lambda/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: Added `ap-southeast-7` region
8+
- AWS api-change: Added `mx-central-1` region
89

910
## 2.7.0
1011

src/Service/Lambda/src/LambdaClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ protected function getEndpointMetadata(?string $region): array
581581
case 'il-central-1':
582582
case 'me-central-1':
583583
case 'me-south-1':
584+
case 'mx-central-1':
584585
case 'sa-east-1':
585586
case 'us-east-1':
586587
case 'us-east-2':

src/Service/Route53/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: Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
8+
- AWS api-change: Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
89

910
## 2.5.0
1011

0 commit comments

Comments
 (0)