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 Feb 3, 2023
1 parent 212910a commit 60dbdbb
Showing 1 changed file with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18744,6 +18744,22 @@
}
}
},
"compute-optimizer" : {
"endpoints" : {
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "compute-optimizer-fips.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "compute-optimizer-fips.us-gov-west-1.amazonaws.com"
}
}
},
"config" : {
"defaults" : {
"variants" : [ {
Expand Down Expand Up @@ -19783,7 +19799,19 @@
},
"ingest.timestream" : {
"endpoints" : {
"us-gov-west-1" : { }
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com"
}
}
},
"inspector" : {
Expand Down

0 comments on commit 60dbdbb

Please sign in to comment.