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 1
1
{
2
2
"variables" : {
3
- "${LATEST}" : " 3.305.2 "
3
+ "${LATEST}" : " 3.305.3 "
4
4
},
5
5
"endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
6
6
"services" : {
Original file line number Diff line number Diff line change 5
5
### Added
6
6
7
7
- 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
8
9
9
10
### Changed
10
11
Original file line number Diff line number Diff line change @@ -125,6 +125,13 @@ protected function getEndpointMetadata(?string $region): array
125
125
'signService ' => 'ses ' ,
126
126
'signVersions ' => ['v4 ' ],
127
127
];
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
+ ];
128
135
case 'fips-us-gov-west-1 ' :
129
136
return [
130
137
'endpoint ' => 'https://email-fips.us-gov-west-1.amazonaws.com ' ,
You can’t perform that action at this time.
0 commit comments