File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Added
6
+
7
+ - AWS api-change: Added ` eu-isoe-west-1 ` region
8
+
5
9
### Changed
6
10
7
11
- Sort exception alphabetically.
Original file line number Diff line number Diff line change 30
30
},
31
31
"extra" : {
32
32
"branch-alias" : {
33
- "dev-master" : " 2.2 -dev"
33
+ "dev-master" : " 2.3 -dev"
34
34
}
35
35
}
36
36
}
Original file line number Diff line number Diff line change @@ -355,6 +355,13 @@ protected function getEndpointMetadata(?string $region): array
355
355
'signService ' => 'ssm ' ,
356
356
'signVersions ' => ['v4 ' ],
357
357
];
358
+ case 'eu-isoe-west-1 ' :
359
+ return [
360
+ 'endpoint ' => 'https://ssm.eu-isoe-west-1.cloud.adc-e.uk ' ,
361
+ 'signRegion ' => 'eu-isoe-west-1 ' ,
362
+ 'signService ' => 'ssm ' ,
363
+ 'signVersions ' => ['v4 ' ],
364
+ ];
358
365
case 'us-isob-east-1 ' :
359
366
return [
360
367
'endpoint ' => 'https://ssm.us-isob-east-1.sc2s.sgov.gov ' ,
You can’t perform that action at this time.
0 commit comments