Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-05-18
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 18, 2023
1 parent 8e275e0 commit 8467346
Showing 1 changed file with 70 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,10 @@
"hostname": "athena-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "athena-fips.us-east-1.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "athena.us-east-1.api.aws",
"tags": ["dualstack"]
Expand All @@ -2220,6 +2224,10 @@
"hostname": "athena-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "athena-fips.us-east-2.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "athena.us-east-2.api.aws",
"tags": ["dualstack"]
Expand All @@ -2232,6 +2240,10 @@
"hostname": "athena-fips.us-west-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "athena-fips.us-west-1.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "athena.us-west-1.api.aws",
"tags": ["dualstack"]
Expand All @@ -2244,6 +2256,10 @@
"hostname": "athena-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "athena-fips.us-west-2.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "athena.us-west-2.api.aws",
"tags": ["dualstack"]
Expand Down Expand Up @@ -4741,12 +4757,26 @@
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ca-central-1": {},
"ca-central-1": {
"variants": [
{
"hostname": "devops-guru-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-north-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "devops-guru-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand All @@ -4761,6 +4791,13 @@
"deprecated": true,
"hostname": "devops-guru-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1": {
"credentialScope": {
"region": "us-west-1"
},
"deprecated": true,
"hostname": "devops-guru-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
Expand All @@ -4785,7 +4822,14 @@
}
]
},
"us-west-1": {},
"us-west-1": {
"variants": [
{
"hostname": "devops-guru-fips.us-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-2": {
"variants": [
{
Expand Down Expand Up @@ -11737,13 +11781,17 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-south-2": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand Down Expand Up @@ -19398,6 +19446,12 @@
"cn-northwest-1": {}
}
},
"airflow": {
"endpoints": {
"cn-north-1": {},
"cn-northwest-1": {}
}
},
"api.ecr": {
"endpoints": {
"cn-north-1": {
Expand Down Expand Up @@ -21209,6 +21263,10 @@
"hostname": "athena-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "athena-fips.us-gov-east-1.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "athena.us-gov-east-1.api.aws",
"tags": ["dualstack"]
Expand All @@ -21221,6 +21279,10 @@
"hostname": "athena-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "athena-fips.us-gov-west-1.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "athena.us-gov-west-1.api.aws",
"tags": ["dualstack"]
Expand Down Expand Up @@ -25598,6 +25660,12 @@
"us-iso-west-1": {}
}
},
"cloudcontrolapi": {
"endpoints": {
"us-iso-east-1": {},
"us-iso-west-1": {}
}
},
"cloudformation": {
"endpoints": {
"us-iso-east-1": {},
Expand Down

0 comments on commit 8467346

Please sign in to comment.