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 = {
5050 tags : [ "dualstack" ] ,
5151 } ,
5252 ] ,
53- endpoint : "aws-global" ,
5453 } ,
5554 "aws-cn" : {
5655 regions : [ "cn-north-1" , "cn-northwest-1" ] ,
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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": [
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": {
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": {
68126869 }
68136870 ]
68146871 }
6815- },
6816- "isRegionalized": false,
6817- "partitionEndpoint": "aws-global"
6872+ }
68186873 },
68196874 "healthlake": {
68206875 "defaults": {
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"
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": [
You can’t perform that action at this time.
0 commit comments