Skip to content

Commit 596d09d

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

File tree

20 files changed

+41
-5
lines changed

20 files changed

+41
-5
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.8"
3+
"${LATEST}": "3.336.11"
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `ap-southeast-7` region
8+
59
## 2.3.1
610

711
### Changed

src/Service/CloudWatchLogs/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "2.3-dev"
32+
"dev-master": "2.4-dev"
3333
}
3434
}
3535
}

src/Service/CloudWatchLogs/src/CloudWatchLogsClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ protected function getEndpointMetadata(?string $region): array
319319
case 'ap-southeast-3':
320320
case 'ap-southeast-4':
321321
case 'ap-southeast-5':
322+
case 'ap-southeast-7':
322323
case 'ca-central-1':
323324
case 'ca-west-1':
324325
case 'eu-central-1':

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

src/Service/Kms/CHANGELOG.md

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

77
- Added getPublicKey and verify operation
8+
- AWS api-change: Added `ap-southeast-7` and `ap-southeast-7-fips` regions
89

910
## 1.6.0
1011

src/Service/Kms/src/KmsClient.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,7 @@ protected function getEndpointMetadata(?string $region): array
10771077
case 'ap-southeast-3':
10781078
case 'ap-southeast-4':
10791079
case 'ap-southeast-5':
1080+
case 'ap-southeast-7':
10801081
case 'ca-central-1':
10811082
case 'ca-west-1':
10821083
case 'eu-central-1':
@@ -1203,6 +1204,13 @@ protected function getEndpointMetadata(?string $region): array
12031204
'signService' => 'kms',
12041205
'signVersions' => ['v4'],
12051206
];
1207+
case 'ap-southeast-7-fips':
1208+
return [
1209+
'endpoint' => 'https://kms-fips.ap-southeast-7.amazonaws.com',
1210+
'signRegion' => 'ap-southeast-7',
1211+
'signService' => 'kms',
1212+
'signVersions' => ['v4'],
1213+
];
12061214
case 'ca-central-1-fips':
12071215
return [
12081216
'endpoint' => 'https://kms-fips.ca-central-1.amazonaws.com',

src/Service/Lambda/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS api-change: Added `ap-southeast-7` region
8+
59
## 2.7.0
610

711
### Added

src/Service/Lambda/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "2.7-dev"
31+
"dev-master": "2.8-dev"
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)