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 Aug 18, 2023
1 parent 26ccae9 commit d05e372
Showing 1 changed file with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23178,13 +23178,13 @@
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "servicediscovery.us-gov-east-1.amazonaws.com",
"hostname" : "servicediscovery-fips.us-gov-east-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery.us-gov-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
Expand All @@ -23197,13 +23197,13 @@
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "servicediscovery.us-gov-west-1.amazonaws.com",
"hostname" : "servicediscovery-fips.us-gov-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "servicediscovery.us-gov-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
Expand Down Expand Up @@ -24857,6 +24857,11 @@
"us-isob-east-1" : { }
}
},
"outposts" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"ram" : {
"endpoints" : {
"us-isob-east-1" : { }
Expand Down

0 comments on commit d05e372

Please sign in to comment.