Skip to content
Snippets Groups Projects
Commit f56c8c27 authored by AsyncAws's avatar AsyncAws Committed by GitHub
Browse files

Update generated code (#1841)


* update generated code

* Apply suggestions from code review

---------

Co-authored-by: default avatarJérémy Derussé <jeremy@derusse.com>
parent 277775fc
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
## NOT RELEASED
### Added
- AWS api-change: Added `us-isof-east-1` and `us-isof-south-1` regions
### Changed
- AWS enhancement: Documentation updates.
......
......@@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
"dev-master": "1.8-dev"
}
}
}
......@@ -612,6 +612,14 @@ class SnsClient extends AbstractApi
'signService' => 'sns',
'signVersions' => ['v4'],
];
case 'us-isof-east-1':
case 'us-isof-south-1':
return [
'endpoint' => "https://sns.$region.csp.hci.ic.gov",
'signRegion' => $region,
'signService' => 'sns',
'signVersions' => ['v4'],
];
case 'us-isob-east-1':
return [
'endpoint' => 'https://sns.us-isob-east-1.sc2s.sgov.gov',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment