Skip to content

Commit

Permalink
Update generated code (#1841)
Browse files Browse the repository at this point in the history
* update generated code

* Apply suggestions from code review

---------

Co-authored-by: Jérémy Derussé <[email protected]>
  • Loading branch information
async-aws-bot and jderusse authored Feb 5, 2025
1 parent 8024bb9 commit b05839d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS api-change: Added `us-isof-east-1` and `us-isof-south-1` regions

## 1.2.4

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
"dev-master": "1.3-dev"
}
}
}
8 changes: 8 additions & 0 deletions src/ElastiCacheClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'elasticache',
'signVersions' => ['v4'],
];
case 'us-isof-east-1':
case 'us-isof-south-1':
return [
'endpoint' => "https://elasticache.$region.csp.hci.ic.gov",
'signRegion' => $region,
'signService' => 'elasticache',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://elasticache.us-isob-east-1.sc2s.sgov.gov',
Expand Down

0 comments on commit b05839d

Please sign in to comment.