Skip to content

Commit 7a0433f

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent cdfb4c4 commit 7a0433f

File tree

1 file changed

+39
-5
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+39
-5
lines changed

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

+39-5
Original file line numberDiff line numberDiff line change
@@ -6152,6 +6152,7 @@
61526152
},
61536153
"emr-containers" : {
61546154
"endpoints" : {
6155+
"af-south-1" : { },
61556156
"ap-east-1" : { },
61566157
"ap-northeast-1" : { },
61576158
"ap-northeast-2" : { },
@@ -7985,7 +7986,11 @@
79857986
"hostname" : "internetmonitor.ap-southeast-4.api.aws"
79867987
},
79877988
"ca-central-1" : {
7988-
"hostname" : "internetmonitor.ca-central-1.api.aws"
7989+
"hostname" : "internetmonitor.ca-central-1.api.aws",
7990+
"variants" : [ {
7991+
"hostname" : "internetmonitor-fips.ca-central-1.api.aws",
7992+
"tags" : [ "fips" ]
7993+
} ]
79897994
},
79907995
"eu-central-1" : {
79917996
"hostname" : "internetmonitor.eu-central-1.api.aws"
@@ -8021,16 +8026,32 @@
80218026
"hostname" : "internetmonitor.sa-east-1.api.aws"
80228027
},
80238028
"us-east-1" : {
8024-
"hostname" : "internetmonitor.us-east-1.api.aws"
8029+
"hostname" : "internetmonitor.us-east-1.api.aws",
8030+
"variants" : [ {
8031+
"hostname" : "internetmonitor-fips.us-east-1.api.aws",
8032+
"tags" : [ "fips" ]
8033+
} ]
80258034
},
80268035
"us-east-2" : {
8027-
"hostname" : "internetmonitor.us-east-2.api.aws"
8036+
"hostname" : "internetmonitor.us-east-2.api.aws",
8037+
"variants" : [ {
8038+
"hostname" : "internetmonitor-fips.us-east-2.api.aws",
8039+
"tags" : [ "fips" ]
8040+
} ]
80288041
},
80298042
"us-west-1" : {
8030-
"hostname" : "internetmonitor.us-west-1.api.aws"
8043+
"hostname" : "internetmonitor.us-west-1.api.aws",
8044+
"variants" : [ {
8045+
"hostname" : "internetmonitor-fips.us-west-1.api.aws",
8046+
"tags" : [ "fips" ]
8047+
} ]
80318048
},
80328049
"us-west-2" : {
8033-
"hostname" : "internetmonitor.us-west-2.api.aws"
8050+
"hostname" : "internetmonitor.us-west-2.api.aws",
8051+
"variants" : [ {
8052+
"hostname" : "internetmonitor-fips.us-west-2.api.aws",
8053+
"tags" : [ "fips" ]
8054+
} ]
80348055
}
80358056
}
80368057
},
@@ -24040,11 +24061,24 @@
2404024061
"deprecated" : true,
2404124062
"hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov"
2404224063
},
24064+
"fips-us-iso-west-1" : {
24065+
"credentialScope" : {
24066+
"region" : "us-iso-west-1"
24067+
},
24068+
"deprecated" : true,
24069+
"hostname" : "rbin-fips.us-iso-west-1.c2s.ic.gov"
24070+
},
2404324071
"us-iso-east-1" : {
2404424072
"variants" : [ {
2404524073
"hostname" : "rbin-fips.us-iso-east-1.c2s.ic.gov",
2404624074
"tags" : [ "fips" ]
2404724075
} ]
24076+
},
24077+
"us-iso-west-1" : {
24078+
"variants" : [ {
24079+
"hostname" : "rbin-fips.us-iso-west-1.c2s.ic.gov",
24080+
"tags" : [ "fips" ]
24081+
} ]
2404824082
}
2404924083
}
2405024084
},

0 commit comments

Comments
 (0)