Skip to content

Commit a098bf7

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 58d76cb commit a098bf7

File tree

1 file changed

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

1 file changed

+12
-5
lines changed

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

+12-5
Original file line numberDiff line numberDiff line change
@@ -8149,7 +8149,7 @@
81498149
"ca-central-1" : {
81508150
"hostname" : "internetmonitor.ca-central-1.api.aws",
81518151
"variants" : [ {
8152-
"hostname" : "internetmonitor-fips.ca-central-1.api.aws",
8152+
"hostname" : "internetmonitor-fips.ca-central-1.amazonaws.com",
81538153
"tags" : [ "fips" ]
81548154
} ]
81558155
},
@@ -8192,28 +8192,28 @@
81928192
"us-east-1" : {
81938193
"hostname" : "internetmonitor.us-east-1.api.aws",
81948194
"variants" : [ {
8195-
"hostname" : "internetmonitor-fips.us-east-1.api.aws",
8195+
"hostname" : "internetmonitor-fips.us-east-1.amazonaws.com",
81968196
"tags" : [ "fips" ]
81978197
} ]
81988198
},
81998199
"us-east-2" : {
82008200
"hostname" : "internetmonitor.us-east-2.api.aws",
82018201
"variants" : [ {
8202-
"hostname" : "internetmonitor-fips.us-east-2.api.aws",
8202+
"hostname" : "internetmonitor-fips.us-east-2.amazonaws.com",
82038203
"tags" : [ "fips" ]
82048204
} ]
82058205
},
82068206
"us-west-1" : {
82078207
"hostname" : "internetmonitor.us-west-1.api.aws",
82088208
"variants" : [ {
8209-
"hostname" : "internetmonitor-fips.us-west-1.api.aws",
8209+
"hostname" : "internetmonitor-fips.us-west-1.amazonaws.com",
82108210
"tags" : [ "fips" ]
82118211
} ]
82128212
},
82138213
"us-west-2" : {
82148214
"hostname" : "internetmonitor.us-west-2.api.aws",
82158215
"variants" : [ {
8216-
"hostname" : "internetmonitor-fips.us-west-2.api.aws",
8216+
"hostname" : "internetmonitor-fips.us-west-2.amazonaws.com",
82178217
"tags" : [ "fips" ]
82188218
} ]
82198219
}
@@ -11595,6 +11595,12 @@
1159511595
},
1159611596
"hostname" : "oidc.eu-west-3.amazonaws.com"
1159711597
},
11598+
"il-central-1" : {
11599+
"credentialScope" : {
11600+
"region" : "il-central-1"
11601+
},
11602+
"hostname" : "oidc.il-central-1.amazonaws.com"
11603+
},
1159811604
"me-south-1" : {
1159911605
"credentialScope" : {
1160011606
"region" : "me-south-1"
@@ -16784,6 +16790,7 @@
1678416790
"deprecated" : true,
1678516791
"hostname" : "transfer-fips.us-west-2.amazonaws.com"
1678616792
},
16793+
"il-central-1" : { },
1678716794
"me-central-1" : { },
1678816795
"me-south-1" : { },
1678916796
"sa-east-1" : { },

0 commit comments

Comments
 (0)