Skip to content

Commit a917a40

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 205c40b commit a917a40

File tree

1 file changed

+141
-15
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+141
-15
lines changed

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

+141-15
Original file line numberDiff line numberDiff line change
@@ -11231,7 +11231,19 @@
1123111231
"ap-southeast-4" : { },
1123211232
"ap-southeast-5" : { },
1123311233
"ca-central-1" : { },
11234-
"ca-west-1" : { },
11234+
"ca-west-1" : {
11235+
"variants" : [ {
11236+
"hostname" : "guardduty-fips.ca-west-1.amazonaws.com",
11237+
"tags" : [ "fips" ]
11238+
} ]
11239+
},
11240+
"ca-west-1-fips" : {
11241+
"credentialScope" : {
11242+
"region" : "ca-west-1"
11243+
},
11244+
"deprecated" : true,
11245+
"hostname" : "guardduty-fips.ca-west-1.amazonaws.com"
11246+
},
1123511247
"eu-central-1" : { },
1123611248
"eu-central-2" : { },
1123711249
"eu-north-1" : { },
@@ -24696,22 +24708,88 @@
2469624708
"protocols" : [ "https" ]
2469724709
},
2469824710
"endpoints" : {
24699-
"ap-east-1" : { },
24700-
"ap-northeast-1" : { },
24701-
"ap-northeast-2" : { },
24702-
"ap-south-1" : { },
24703-
"ap-southeast-1" : { },
24704-
"ap-southeast-2" : { },
24705-
"ca-central-1" : { },
24706-
"eu-central-1" : { },
24707-
"eu-north-1" : { },
24708-
"eu-west-1" : { },
24709-
"eu-west-2" : { },
24710-
"eu-west-3" : { },
24711+
"ap-east-1" : {
24712+
"variants" : [ {
24713+
"hostname" : "translate.ap-east-1.api.aws",
24714+
"tags" : [ "dualstack" ]
24715+
} ]
24716+
},
24717+
"ap-northeast-1" : {
24718+
"variants" : [ {
24719+
"hostname" : "translate.ap-northeast-1.api.aws",
24720+
"tags" : [ "dualstack" ]
24721+
} ]
24722+
},
24723+
"ap-northeast-2" : {
24724+
"variants" : [ {
24725+
"hostname" : "translate.ap-northeast-2.api.aws",
24726+
"tags" : [ "dualstack" ]
24727+
} ]
24728+
},
24729+
"ap-south-1" : {
24730+
"variants" : [ {
24731+
"hostname" : "translate.ap-south-1.api.aws",
24732+
"tags" : [ "dualstack" ]
24733+
} ]
24734+
},
24735+
"ap-southeast-1" : {
24736+
"variants" : [ {
24737+
"hostname" : "translate.ap-southeast-1.api.aws",
24738+
"tags" : [ "dualstack" ]
24739+
} ]
24740+
},
24741+
"ap-southeast-2" : {
24742+
"variants" : [ {
24743+
"hostname" : "translate.ap-southeast-2.api.aws",
24744+
"tags" : [ "dualstack" ]
24745+
} ]
24746+
},
24747+
"ca-central-1" : {
24748+
"variants" : [ {
24749+
"hostname" : "translate.ca-central-1.api.aws",
24750+
"tags" : [ "dualstack" ]
24751+
} ]
24752+
},
24753+
"eu-central-1" : {
24754+
"variants" : [ {
24755+
"hostname" : "translate.eu-central-1.api.aws",
24756+
"tags" : [ "dualstack" ]
24757+
} ]
24758+
},
24759+
"eu-north-1" : {
24760+
"variants" : [ {
24761+
"hostname" : "translate.eu-north-1.api.aws",
24762+
"tags" : [ "dualstack" ]
24763+
} ]
24764+
},
24765+
"eu-west-1" : {
24766+
"variants" : [ {
24767+
"hostname" : "translate.eu-west-1.api.aws",
24768+
"tags" : [ "dualstack" ]
24769+
} ]
24770+
},
24771+
"eu-west-2" : {
24772+
"variants" : [ {
24773+
"hostname" : "translate.eu-west-2.api.aws",
24774+
"tags" : [ "dualstack" ]
24775+
} ]
24776+
},
24777+
"eu-west-3" : {
24778+
"variants" : [ {
24779+
"hostname" : "translate.eu-west-3.api.aws",
24780+
"tags" : [ "dualstack" ]
24781+
} ]
24782+
},
2471124783
"us-east-1" : {
2471224784
"variants" : [ {
2471324785
"hostname" : "translate-fips.us-east-1.amazonaws.com",
2471424786
"tags" : [ "fips" ]
24787+
}, {
24788+
"hostname" : "translate-fips.us-east-1.api.aws",
24789+
"tags" : [ "dualstack", "fips" ]
24790+
}, {
24791+
"hostname" : "translate.us-east-1.api.aws",
24792+
"tags" : [ "dualstack" ]
2471524793
} ]
2471624794
},
2471724795
"us-east-1-fips" : {
@@ -24725,6 +24803,12 @@
2472524803
"variants" : [ {
2472624804
"hostname" : "translate-fips.us-east-2.amazonaws.com",
2472724805
"tags" : [ "fips" ]
24806+
}, {
24807+
"hostname" : "translate-fips.us-east-2.api.aws",
24808+
"tags" : [ "dualstack", "fips" ]
24809+
}, {
24810+
"hostname" : "translate.us-east-2.api.aws",
24811+
"tags" : [ "dualstack" ]
2472824812
} ]
2472924813
},
2473024814
"us-east-2-fips" : {
@@ -24738,6 +24822,12 @@
2473824822
"variants" : [ {
2473924823
"hostname" : "translate-fips.us-west-1.amazonaws.com",
2474024824
"tags" : [ "fips" ]
24825+
}, {
24826+
"hostname" : "translate-fips.us-west-1.api.aws",
24827+
"tags" : [ "dualstack", "fips" ]
24828+
}, {
24829+
"hostname" : "translate.us-west-1.api.aws",
24830+
"tags" : [ "dualstack" ]
2474124831
} ]
2474224832
},
2474324833
"us-west-1-fips" : {
@@ -24751,6 +24841,12 @@
2475124841
"variants" : [ {
2475224842
"hostname" : "translate-fips.us-west-2.amazonaws.com",
2475324843
"tags" : [ "fips" ]
24844+
}, {
24845+
"hostname" : "translate-fips.us-west-2.api.aws",
24846+
"tags" : [ "dualstack", "fips" ]
24847+
}, {
24848+
"hostname" : "translate.us-west-2.api.aws",
24849+
"tags" : [ "dualstack" ]
2475424850
} ]
2475524851
},
2475624852
"us-west-2-fips" : {
@@ -33204,6 +33300,12 @@
3320433300
"variants" : [ {
3320533301
"hostname" : "translate-fips.us-gov-west-1.amazonaws.com",
3320633302
"tags" : [ "fips" ]
33303+
}, {
33304+
"hostname" : "translate-fips.us-gov-west-1.api.aws",
33305+
"tags" : [ "dualstack", "fips" ]
33306+
}, {
33307+
"hostname" : "translate.us-gov-west-1.api.aws",
33308+
"tags" : [ "dualstack" ]
3320733309
} ]
3320833310
},
3320933311
"us-gov-west-1-fips" : {
@@ -34039,7 +34141,19 @@
3403934141
},
3404034142
"medialive" : {
3404134143
"endpoints" : {
34042-
"us-iso-east-1" : { }
34144+
"fips-us-iso-east-1" : {
34145+
"credentialScope" : {
34146+
"region" : "us-iso-east-1"
34147+
},
34148+
"deprecated" : true,
34149+
"hostname" : "medialive-fips.us-iso-east-1.c2s.ic.gov"
34150+
},
34151+
"us-iso-east-1" : {
34152+
"variants" : [ {
34153+
"hostname" : "medialive-fips.us-iso-east-1.c2s.ic.gov",
34154+
"tags" : [ "fips" ]
34155+
} ]
34156+
}
3404334157
}
3404434158
},
3404534159
"mediapackage" : {
@@ -34868,7 +34982,19 @@
3486834982
},
3486934983
"medialive" : {
3487034984
"endpoints" : {
34871-
"us-isob-east-1" : { }
34985+
"fips-us-isob-east-1" : {
34986+
"credentialScope" : {
34987+
"region" : "us-isob-east-1"
34988+
},
34989+
"deprecated" : true,
34990+
"hostname" : "medialive-fips.us-isob-east-1.sc2s.sgov.gov"
34991+
},
34992+
"us-isob-east-1" : {
34993+
"variants" : [ {
34994+
"hostname" : "medialive-fips.us-isob-east-1.sc2s.sgov.gov",
34995+
"tags" : [ "fips" ]
34996+
} ]
34997+
}
3487234998
}
3487334999
},
3487435000
"mediapackage" : {

0 commit comments

Comments
 (0)