Skip to content

Commit

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

* Update src/Service/Comprehend/CHANGELOG.md

---------

Co-authored-by: Jérémy Derussé <[email protected]>
  • Loading branch information
async-aws-bot and jderusse authored Jan 3, 2025
1 parent 314067b commit f1d5633
Show file tree
Hide file tree
Showing 3 changed files with 12 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 `fips-us-iso-east-1` region

## 1.1.4

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
"dev-master": "1.2-dev"
}
}
}
7 changes: 7 additions & 0 deletions src/ComprehendClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ protected function getEndpointMetadata(?string $region): array
'signService' => 'comprehend',
'signVersions' => ['v4'],
];
case 'fips-us-iso-east-1':
return [
'endpoint' => 'https://comprehend-fips.us-iso-east-1.c2s.ic.gov',
'signRegion' => 'us-iso-east-1',
'signService' => 'comprehend',
'signVersions' => ['v4'],
];
}

return [
Expand Down

0 comments on commit f1d5633

Please sign in to comment.