File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "variables" : {
3- "${LATEST}" : " 3.305.2 "
3+ "${LATEST}" : " 3.305.3 "
44 },
55 "endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
66 "services" : {
Original file line number Diff line number Diff line change 55### Added
66
77- AWS api-change: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.
8+ - AWS api-change: Added ` fips-us-gov-east-1 ` region
89
910### Changed
1011
Original file line number Diff line number Diff line change @@ -125,6 +125,13 @@ protected function getEndpointMetadata(?string $region): array
125125 'signService ' => 'ses ' ,
126126 'signVersions ' => ['v4 ' ],
127127 ];
128+ case 'fips-us-gov-east-1 ' :
129+ return [
130+ 'endpoint ' => 'https://email-fips.us-gov-east-1.amazonaws.com ' ,
131+ 'signRegion ' => 'us-gov-east-1 ' ,
132+ 'signService ' => 'ses ' ,
133+ 'signVersions ' => ['v4 ' ],
134+ ];
128135 case 'fips-us-gov-west-1 ' :
129136 return [
130137 'endpoint ' => 'https://email-fips.us-gov-west-1.amazonaws.com ' ,
You can’t perform that action at this time.
0 commit comments