Skip to content

Commit 23547a7

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 439c4ff commit 23547a7

File tree

1 file changed

+36
-1
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+36
-1
lines changed

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

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2213,6 +2213,7 @@
22132213
"ap-southeast-1" : { },
22142214
"ap-southeast-2" : { },
22152215
"ap-southeast-3" : { },
2216+
"ap-southeast-4" : { },
22162217
"ca-central-1" : { },
22172218
"eu-central-1" : { },
22182219
"eu-central-2" : { },
@@ -13997,6 +13998,8 @@
1399713998
"securitylake" : {
1399813999
"endpoints" : {
1399914000
"ap-northeast-1" : { },
14001+
"ap-northeast-2" : { },
14002+
"ap-south-1" : { },
1400014003
"ap-southeast-1" : { },
1400114004
"ap-southeast-2" : { },
1400214005
"eu-central-1" : { },
@@ -14005,6 +14008,7 @@
1400514008
"sa-east-1" : { },
1400614009
"us-east-1" : { },
1400714010
"us-east-2" : { },
14011+
"us-west-1" : { },
1400814012
"us-west-2" : { }
1400914013
}
1401014014
},
@@ -21529,6 +21533,36 @@
2152921533
"us-gov-west-1" : { }
2153021534
}
2153121535
},
21536+
"mgn" : {
21537+
"endpoints" : {
21538+
"fips-us-gov-east-1" : {
21539+
"credentialScope" : {
21540+
"region" : "us-gov-east-1"
21541+
},
21542+
"deprecated" : true,
21543+
"hostname" : "mgn-fips.us-gov-east-1.amazonaws.com"
21544+
},
21545+
"fips-us-gov-west-1" : {
21546+
"credentialScope" : {
21547+
"region" : "us-gov-west-1"
21548+
},
21549+
"deprecated" : true,
21550+
"hostname" : "mgn-fips.us-gov-west-1.amazonaws.com"
21551+
},
21552+
"us-gov-east-1" : {
21553+
"variants" : [ {
21554+
"hostname" : "mgn-fips.us-gov-east-1.amazonaws.com",
21555+
"tags" : [ "fips" ]
21556+
} ]
21557+
},
21558+
"us-gov-west-1" : {
21559+
"variants" : [ {
21560+
"hostname" : "mgn-fips.us-gov-west-1.amazonaws.com",
21561+
"tags" : [ "fips" ]
21562+
} ]
21563+
}
21564+
}
21565+
},
2153221566
"models.lex" : {
2153321567
"defaults" : {
2153421568
"credentialScope" : {
@@ -23770,7 +23804,8 @@
2377023804
},
2377123805
"tagging" : {
2377223806
"endpoints" : {
23773-
"us-iso-east-1" : { }
23807+
"us-iso-east-1" : { },
23808+
"us-iso-west-1" : { }
2377423809
}
2377523810
},
2377623811
"transcribe" : {

0 commit comments

Comments
 (0)