Skip to content

Commit b804023

Browse files
committed
chore(endpoints): re-add legacy config removed from dev json
1 parent 660f3fe commit b804023

File tree

1 file changed

+70
-5
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+70
-5
lines changed

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

Lines changed: 70 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10500,6 +10500,26 @@
1050010500
}
1050110501
]
1050210502
},
10503+
"fips-accesspoint-ca-central-1": {
10504+
"hostname": "s3-accesspoint-fips.ca-central-1.amazonaws.com",
10505+
"signatureVersions": ["s3v4"]
10506+
},
10507+
"fips-accesspoint-us-east-1": {
10508+
"hostname": "s3-accesspoint-fips.us-east-1.amazonaws.com",
10509+
"signatureVersions": ["s3v4"]
10510+
},
10511+
"fips-accesspoint-us-east-2": {
10512+
"hostname": "s3-accesspoint-fips.us-east-2.amazonaws.com",
10513+
"signatureVersions": ["s3v4"]
10514+
},
10515+
"fips-accesspoint-us-west-1": {
10516+
"hostname": "s3-accesspoint-fips.us-west-1.amazonaws.com",
10517+
"signatureVersions": ["s3v4"]
10518+
},
10519+
"fips-accesspoint-us-west-2": {
10520+
"hostname": "s3-accesspoint-fips.us-west-2.amazonaws.com",
10521+
"signatureVersions": ["s3v4"]
10522+
},
1050310523
"fips-ca-central-1": {
1050410524
"credentialScope": {
1050510525
"region": "ca-central-1"
@@ -12497,18 +12517,55 @@
1249712517
"ap-southeast-1": {},
1249812518
"ap-southeast-2": {},
1249912519
"ca-central-1": {},
12520+
"ca-central-1-fips": {
12521+
"credentialScope": {
12522+
"region": "ca-central-1"
12523+
},
12524+
"hostname": "dynamodb-fips.ca-central-1.amazonaws.com"
12525+
},
1250012526
"eu-central-1": {},
1250112527
"eu-north-1": {},
1250212528
"eu-south-1": {},
1250312529
"eu-west-1": {},
1250412530
"eu-west-2": {},
1250512531
"eu-west-3": {},
12532+
"local": {
12533+
"credentialScope": {
12534+
"region": "us-east-1"
12535+
},
12536+
"hostname": "localhost:8000",
12537+
"protocols": ["http"]
12538+
},
1250612539
"me-south-1": {},
1250712540
"sa-east-1": {},
1250812541
"us-east-1": {},
12542+
"us-east-1-fips": {
12543+
"credentialScope": {
12544+
"region": "us-east-1"
12545+
},
12546+
"hostname": "dynamodb-fips.us-east-1.amazonaws.com"
12547+
},
1250912548
"us-east-2": {},
12549+
"us-east-2-fips": {
12550+
"credentialScope": {
12551+
"region": "us-east-2"
12552+
},
12553+
"hostname": "dynamodb-fips.us-east-2.amazonaws.com"
12554+
},
1251012555
"us-west-1": {},
12511-
"us-west-2": {}
12556+
"us-west-1-fips": {
12557+
"credentialScope": {
12558+
"region": "us-west-1"
12559+
},
12560+
"hostname": "dynamodb-fips.us-west-1.amazonaws.com"
12561+
},
12562+
"us-west-2": {},
12563+
"us-west-2-fips": {
12564+
"credentialScope": {
12565+
"region": "us-west-2"
12566+
},
12567+
"hostname": "dynamodb-fips.us-west-2.amazonaws.com"
12568+
}
1251212569
}
1251312570
},
1251412571
"sts": {
@@ -17711,6 +17768,14 @@
1771117768
]
1771217769
},
1771317770
"endpoints": {
17771+
"fips-accesspoint-us-gov-east-1": {
17772+
"hostname": "s3-accesspoint-fips.us-gov-east-1.amazonaws.com",
17773+
"signatureVersions": ["s3v4"]
17774+
},
17775+
"fips-accesspoint-us-gov-west-1": {
17776+
"hostname": "s3-accesspoint-fips.us-gov-west-1.amazonaws.com",
17777+
"signatureVersions": ["s3v4"]
17778+
},
1771417779
"fips-us-gov-east-1": {
1771517780
"credentialScope": {
1771617781
"region": "us-gov-east-1"
@@ -18324,7 +18389,7 @@
1832418389
"us-gov-east-1": {
1832518390
"variants": [
1832618391
{
18327-
"hostname": "streams.dynamodb.us-gov-east-1.amazonaws.com",
18392+
"hostname": "dynamodb.us-gov-east-1.amazonaws.com",
1832818393
"tags": ["fips"]
1832918394
}
1833018395
]
@@ -18334,12 +18399,12 @@
1833418399
"region": "us-gov-east-1"
1833518400
},
1833618401
"deprecated": true,
18337-
"hostname": "streams.dynamodb.us-gov-east-1.amazonaws.com"
18402+
"hostname": "dynamodb.us-gov-east-1.amazonaws.com"
1833818403
},
1833918404
"us-gov-west-1": {
1834018405
"variants": [
1834118406
{
18342-
"hostname": "streams.dynamodb.us-gov-west-1.amazonaws.com",
18407+
"hostname": "dynamodb.us-gov-west-1.amazonaws.com",
1834318408
"tags": ["fips"]
1834418409
}
1834518410
]
@@ -18349,7 +18414,7 @@
1834918414
"region": "us-gov-west-1"
1835018415
},
1835118416
"deprecated": true,
18352-
"hostname": "streams.dynamodb.us-gov-west-1.amazonaws.com"
18417+
"hostname": "dynamodb.us-gov-west-1.amazonaws.com"
1835318418
}
1835418419
}
1835518420
},

0 commit comments

Comments
 (0)