Skip to content

Commit f58e0e4

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-06-16
1 parent 6962140 commit f58e0e4

File tree

3 files changed

+912
-3
lines changed

3 files changed

+912
-3
lines changed

clients/client-sso/src/endpoints.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ const regionHash: RegionHash = {
8484
],
8585
signingRegion: "eu-north-1",
8686
},
87+
"eu-south-1": {
88+
variants: [
89+
{
90+
hostname: "portal.sso.eu-south-1.amazonaws.com",
91+
tags: [],
92+
},
93+
],
94+
signingRegion: "eu-south-1",
95+
},
8796
"eu-west-1": {
8897
variants: [
8998
{

0 commit comments

Comments
 (0)