Skip to content

Commit cad39dd

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 78f0471 commit cad39dd

File tree

1 file changed

+40
-3
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+40
-3
lines changed

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

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6539,8 +6539,32 @@
65396539
"ap-southeast-2" : { },
65406540
"eu-central-1" : { },
65416541
"eu-west-1" : { },
6542-
"us-east-1" : { },
6543-
"us-west-2" : { }
6542+
"fips-us-east-1" : {
6543+
"credentialScope" : {
6544+
"region" : "us-east-1"
6545+
},
6546+
"deprecated" : true,
6547+
"hostname" : "iotsitewise-fips.us-east-1.amazonaws.com"
6548+
},
6549+
"fips-us-west-2" : {
6550+
"credentialScope" : {
6551+
"region" : "us-west-2"
6552+
},
6553+
"deprecated" : true,
6554+
"hostname" : "iotsitewise-fips.us-west-2.amazonaws.com"
6555+
},
6556+
"us-east-1" : {
6557+
"variants" : [ {
6558+
"hostname" : "iotsitewise-fips.us-east-1.amazonaws.com",
6559+
"tags" : [ "fips" ]
6560+
} ]
6561+
},
6562+
"us-west-2" : {
6563+
"variants" : [ {
6564+
"hostname" : "iotsitewise-fips.us-west-2.amazonaws.com",
6565+
"tags" : [ "fips" ]
6566+
} ]
6567+
}
65446568
}
65456569
},
65466570
"iotthingsgraph" : {
@@ -9042,6 +9066,7 @@
90429066
"ap-south-1" : { },
90439067
"ap-southeast-1" : { },
90449068
"ap-southeast-2" : { },
9069+
"ap-southeast-3" : { },
90459070
"ca-central-1" : {
90469071
"variants" : [ {
90479072
"hostname" : "ram-fips.ca-central-1.amazonaws.com",
@@ -15963,7 +15988,19 @@
1596315988
},
1596415989
"iotsitewise" : {
1596515990
"endpoints" : {
15966-
"us-gov-west-1" : { }
15991+
"fips-us-gov-west-1" : {
15992+
"credentialScope" : {
15993+
"region" : "us-gov-west-1"
15994+
},
15995+
"deprecated" : true,
15996+
"hostname" : "iotsitewise-fips.us-gov-west-1.amazonaws.com"
15997+
},
15998+
"us-gov-west-1" : {
15999+
"variants" : [ {
16000+
"hostname" : "iotsitewise-fips.us-gov-west-1.amazonaws.com",
16001+
"tags" : [ "fips" ]
16002+
} ]
16003+
}
1596716004
}
1596816005
},
1596916006
"kafka" : {

0 commit comments

Comments
 (0)