Skip to content

Commit 3e5c4a6

Browse files
async-aws-botstof
andauthored
Update generated code (#1964)
* update generated code * Update changelogs --------- Co-authored-by: Christophe Coevoet <[email protected]>
1 parent 66a867b commit 3e5c4a6

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 `us-isob-west-1` region
8+
59
### Changed
610

711
- Apply new CodingStandard from latest php-cs-fixer.

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.9-dev"
32+
"dev-master": "2.10-dev"
3333
}
3434
}
3535
}

src/SecretsManagerClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ protected function getEndpointMetadata(?string $region): array
509509
];
510510
case 'us-isob-east-1':
511511
case 'us-isob-east-1-fips':
512+
case 'us-isob-west-1':
512513
return [
513514
'endpoint' => "https://secretsmanager.$region.sc2s.sgov.gov",
514515
'signRegion' => $region,

0 commit comments

Comments
 (0)