Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-08-18
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 18, 2023
1 parent d57dcd2 commit 1330792
Showing 1 changed file with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25542,14 +25542,14 @@
"variants": [
{
"hostname": "servicediscovery-fips.us-gov-east-1.amazonaws.com",
"tags": ["dualstack", "fips"]
"tags": ["fips"]
},
{
"hostname": "servicediscovery-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
"hostname": "servicediscovery-fips.us-gov-east-1.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "servicediscovery.us-gov-east-1.amazonaws.com",
"hostname": "servicediscovery.us-gov-east-1.api.aws",
"tags": ["dualstack"]
}
]
Expand All @@ -25565,14 +25565,14 @@
"variants": [
{
"hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com",
"tags": ["dualstack", "fips"]
"tags": ["fips"]
},
{
"hostname": "servicediscovery-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
"hostname": "servicediscovery-fips.us-gov-west-1.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "servicediscovery.us-gov-west-1.amazonaws.com",
"hostname": "servicediscovery.us-gov-west-1.api.aws",
"tags": ["dualstack"]
}
]
Expand Down Expand Up @@ -27351,6 +27351,11 @@
"us-isob-east-1": {}
}
},
"outposts": {
"endpoints": {
"us-isob-east-1": {}
}
},
"ram": {
"endpoints": {
"us-isob-east-1": {}
Expand Down

0 comments on commit 1330792

Please sign in to comment.