Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 5, 2023
1 parent 58d76cb commit a098bf7
Showing 1 changed file with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8149,7 +8149,7 @@
"ca-central-1" : {
"hostname" : "internetmonitor.ca-central-1.api.aws",
"variants" : [ {
"hostname" : "internetmonitor-fips.ca-central-1.api.aws",
"hostname" : "internetmonitor-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
Expand Down Expand Up @@ -8192,28 +8192,28 @@
"us-east-1" : {
"hostname" : "internetmonitor.us-east-1.api.aws",
"variants" : [ {
"hostname" : "internetmonitor-fips.us-east-1.api.aws",
"hostname" : "internetmonitor-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-2" : {
"hostname" : "internetmonitor.us-east-2.api.aws",
"variants" : [ {
"hostname" : "internetmonitor-fips.us-east-2.api.aws",
"hostname" : "internetmonitor-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-1" : {
"hostname" : "internetmonitor.us-west-1.api.aws",
"variants" : [ {
"hostname" : "internetmonitor-fips.us-west-1.api.aws",
"hostname" : "internetmonitor-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"hostname" : "internetmonitor.us-west-2.api.aws",
"variants" : [ {
"hostname" : "internetmonitor-fips.us-west-2.api.aws",
"hostname" : "internetmonitor-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
Expand Down Expand Up @@ -11595,6 +11595,12 @@
},
"hostname" : "oidc.eu-west-3.amazonaws.com"
},
"il-central-1" : {
"credentialScope" : {
"region" : "il-central-1"
},
"hostname" : "oidc.il-central-1.amazonaws.com"
},
"me-south-1" : {
"credentialScope" : {
"region" : "me-south-1"
Expand Down Expand Up @@ -16784,6 +16790,7 @@
"deprecated" : true,
"hostname" : "transfer-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
Expand Down

0 comments on commit a098bf7

Please sign in to comment.