Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-04-24
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 24, 2023
1 parent 46de569 commit 8f7cbae
Showing 1 changed file with 48 additions and 4 deletions.
Expand Up @@ -4087,8 +4087,36 @@
"ca-central-1": {},
"eu-central-1": {},
"eu-west-2": {},
"us-east-1": {},
"us-west-2": {}
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"deprecated": true,
"hostname": "connect-fips.us-east-1.amazonaws.com"
},
"fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"hostname": "connect-fips.us-west-2.amazonaws.com"
},
"us-east-1": {
"variants": [
{
"hostname": "connect-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-2": {
"variants": [
{
"hostname": "connect-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"connect-campaigns": {
Expand Down Expand Up @@ -11418,6 +11446,7 @@
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
Expand Down Expand Up @@ -21598,7 +21627,21 @@
},
"connect": {
"endpoints": {
"us-gov-west-1": {}
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "connect.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1": {
"variants": [
{
"hostname": "connect.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"controltower": {
Expand Down Expand Up @@ -25643,7 +25686,8 @@
},
"license-manager": {
"endpoints": {
"us-iso-east-1": {}
"us-iso-east-1": {},
"us-iso-west-1": {}
}
},
"logs": {
Expand Down

0 comments on commit 8f7cbae

Please sign in to comment.