File tree Expand file tree Collapse file tree 3 files changed +83
-9
lines changed
codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen Expand file tree Collapse file tree 3 files changed +83
-9
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ const partitionHash: PartitionHash = {
50
50
tags : [ "dualstack" ] ,
51
51
} ,
52
52
] ,
53
- endpoint : "aws-global" ,
54
53
} ,
55
54
"aws-cn" : {
56
55
regions : [ "cn-north-1" , "cn-northwest-1" ] ,
Original file line number Diff line number Diff line change @@ -21,6 +21,15 @@ const regionHash: RegionHash = {
21
21
] ,
22
22
signingRegion : "ap-northeast-2" ,
23
23
} ,
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
+ } ,
24
33
"ap-south-1" : {
25
34
variants : [
26
35
{
Original file line number Diff line number Diff line change 1807
1807
"us-west-2": {}
1808
1808
}
1809
1809
},
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
+ },
1810
1835
"batch": {
1811
1836
"defaults": {
1812
1837
"variants": [
5432
5457
}
5433
5458
}
5434
5459
},
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
+ },
5435
5496
"entitlement.marketplace": {
5436
5497
"defaults": {
5437
5498
"credentialScope": {
6788
6849
"isRegionalized": true
6789
6850
},
6790
6851
"health": {
6791
- "defaults": {
6792
- "protocols": ["https"],
6793
- "sslCommonName": "health.us-east-1.amazonaws.com"
6794
- },
6795
6852
"endpoints": {
6796
6853
"fips-us-east-2": {
6797
6854
"credentialScope": {
6812
6869
}
6813
6870
]
6814
6871
}
6815
- },
6816
- "isRegionalized": false,
6817
- "partitionEndpoint": "aws-global"
6872
+ }
6818
6873
},
6819
6874
"healthlake": {
6820
6875
"defaults": {
9947
10002
},
9948
10003
"hostname": "portal.sso.ap-northeast-2.amazonaws.com"
9949
10004
},
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
+ },
9951
10011
"ap-south-1": {
9952
10012
"credentialScope": {
9953
10013
"region": "ap-south-1"
16338
16398
"us-gov-west-1": {}
16339
16399
}
16340
16400
},
16401
+ "backup-gateway": {
16402
+ "endpoints": {
16403
+ "us-gov-east-1": {},
16404
+ "us-gov-west-1": {}
16405
+ }
16406
+ },
16341
16407
"batch": {
16342
16408
"defaults": {
16343
16409
"variants": [
You can’t perform that action at this time.
0 commit comments