Skip to content

Commit 16da1e7

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-05-26
1 parent 4ce40b0 commit 16da1e7

File tree

3 files changed

+83
-9
lines changed

3 files changed

+83
-9
lines changed

clients/client-health/src/endpoints.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const partitionHash: PartitionHash = {
5050
tags: ["dualstack"],
5151
},
5252
],
53-
endpoint: "aws-global",
5453
},
5554
"aws-cn": {
5655
regions: ["cn-north-1", "cn-northwest-1"],

clients/client-sso/src/endpoints.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ const regionHash: RegionHash = {
2121
],
2222
signingRegion: "ap-northeast-2",
2323
},
24+
"ap-northeast-3": {
25+
variants: [
26+
{
27+
hostname: "portal.sso.ap-northeast-3.amazonaws.com",
28+
tags: [],
29+
},
30+
],
31+
signingRegion: "ap-northeast-3",
32+
},
2433
"ap-south-1": {
2534
variants: [
2635
{

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 74 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,6 +1807,31 @@
18071807
"us-west-2": {}
18081808
}
18091809
},
1810+
"backup-gateway": {
1811+
"endpoints": {
1812+
"af-south-1": {},
1813+
"ap-east-1": {},
1814+
"ap-northeast-1": {},
1815+
"ap-northeast-2": {},
1816+
"ap-northeast-3": {},
1817+
"ap-south-1": {},
1818+
"ap-southeast-1": {},
1819+
"ap-southeast-2": {},
1820+
"ca-central-1": {},
1821+
"eu-central-1": {},
1822+
"eu-north-1": {},
1823+
"eu-south-1": {},
1824+
"eu-west-1": {},
1825+
"eu-west-2": {},
1826+
"eu-west-3": {},
1827+
"me-south-1": {},
1828+
"sa-east-1": {},
1829+
"us-east-1": {},
1830+
"us-east-2": {},
1831+
"us-west-1": {},
1832+
"us-west-2": {}
1833+
}
1834+
},
18101835
"batch": {
18111836
"defaults": {
18121837
"variants": [
@@ -5432,6 +5457,42 @@
54325457
}
54335458
}
54345459
},
5460+
"emr-serverless": {
5461+
"endpoints": {
5462+
"ap-northeast-1": {},
5463+
"eu-west-1": {},
5464+
"fips-us-east-1": {
5465+
"credentialScope": {
5466+
"region": "us-east-1"
5467+
},
5468+
"deprecated": true,
5469+
"hostname": "emr-serverless-fips.us-east-1.amazonaws.com"
5470+
},
5471+
"fips-us-west-2": {
5472+
"credentialScope": {
5473+
"region": "us-west-2"
5474+
},
5475+
"deprecated": true,
5476+
"hostname": "emr-serverless-fips.us-west-2.amazonaws.com"
5477+
},
5478+
"us-east-1": {
5479+
"variants": [
5480+
{
5481+
"hostname": "emr-serverless-fips.us-east-1.amazonaws.com",
5482+
"tags": ["fips"]
5483+
}
5484+
]
5485+
},
5486+
"us-west-2": {
5487+
"variants": [
5488+
{
5489+
"hostname": "emr-serverless-fips.us-west-2.amazonaws.com",
5490+
"tags": ["fips"]
5491+
}
5492+
]
5493+
}
5494+
}
5495+
},
54355496
"entitlement.marketplace": {
54365497
"defaults": {
54375498
"credentialScope": {
@@ -6788,10 +6849,6 @@
67886849
"isRegionalized": true
67896850
},
67906851
"health": {
6791-
"defaults": {
6792-
"protocols": ["https"],
6793-
"sslCommonName": "health.us-east-1.amazonaws.com"
6794-
},
67956852
"endpoints": {
67966853
"fips-us-east-2": {
67976854
"credentialScope": {
@@ -6812,9 +6869,7 @@
68126869
}
68136870
]
68146871
}
6815-
},
6816-
"isRegionalized": false,
6817-
"partitionEndpoint": "aws-global"
6872+
}
68186873
},
68196874
"healthlake": {
68206875
"defaults": {
@@ -9947,7 +10002,12 @@
994710002
},
994810003
"hostname": "portal.sso.ap-northeast-2.amazonaws.com"
994910004
},
9950-
"ap-northeast-3": {},
10005+
"ap-northeast-3": {
10006+
"credentialScope": {
10007+
"region": "ap-northeast-3"
10008+
},
10009+
"hostname": "portal.sso.ap-northeast-3.amazonaws.com"
10010+
},
995110011
"ap-south-1": {
995210012
"credentialScope": {
995310013
"region": "ap-south-1"
@@ -16338,6 +16398,12 @@
1633816398
"us-gov-west-1": {}
1633916399
}
1634016400
},
16401+
"backup-gateway": {
16402+
"endpoints": {
16403+
"us-gov-east-1": {},
16404+
"us-gov-west-1": {}
16405+
}
16406+
},
1634116407
"batch": {
1634216408
"defaults": {
1634316409
"variants": [

0 commit comments

Comments
 (0)