Skip to content

Commit 3c02087

Browse files
committed
update generated code
1 parent b64438b commit 3c02087

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
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.342.1"
3+
"${LATEST}": "3.342.2"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/CognitoIdentityProvider/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: TODO
8+
59
## 1.12.0
610

711
### Added

src/Service/CognitoIdentityProvider/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": "1.12-dev"
31+
"dev-master": "1.13-dev"
3232
}
3333
}
3434
}

src/Service/CognitoIdentityProvider/src/CognitoIdentityProviderClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,7 @@ protected function getEndpointMetadata(?string $region): array
20382038
case 'ap-southeast-2':
20392039
case 'ap-southeast-3':
20402040
case 'ap-southeast-4':
2041+
case 'ap-southeast-5':
20412042
case 'ca-central-1':
20422043
case 'ca-west-1':
20432044
case 'eu-central-1':
@@ -2054,6 +2055,7 @@ protected function getEndpointMetadata(?string $region): array
20542055
case 'sa-east-1':
20552056
case 'us-east-1':
20562057
case 'us-east-2':
2058+
case 'us-gov-east-1':
20572059
case 'us-gov-west-1':
20582060
case 'us-west-1':
20592061
case 'us-west-2':

0 commit comments

Comments
 (0)