Skip to content

Commit 9edca09

Browse files
Update generated code (#1754)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <[email protected]>
1 parent 7bbbc62 commit 9edca09

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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-5` region
8+
59
### Changed
610

711
- AWS enhancement: Documentation updates.

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/SecretsManagerClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ protected function getEndpointMetadata(?string $region): array
501501
case 'ap-southeast-2':
502502
case 'ap-southeast-3':
503503
case 'ap-southeast-4':
504+
case 'ap-southeast-5':
504505
case 'ca-central-1':
505506
case 'ca-central-1-fips':
506507
case 'ca-west-1':

0 commit comments

Comments
 (0)