Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-11-16
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 16, 2023
1 parent 50f4cd8 commit 67e6b88
Showing 1 changed file with 101 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,14 @@
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"ca-central-1": {
"variants": [
{
"hostname": "autoscaling-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand All @@ -2456,14 +2463,77 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "autoscaling-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"deprecated": true,
"hostname": "autoscaling-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2": {
"credentialScope": {
"region": "us-east-2"
},
"deprecated": true,
"hostname": "autoscaling-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1": {
"credentialScope": {
"region": "us-west-1"
},
"deprecated": true,
"hostname": "autoscaling-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"hostname": "autoscaling-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
"us-west-1": {},
"us-west-2": {}
"us-east-1": {
"variants": [
{
"hostname": "autoscaling-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-east-2": {
"variants": [
{
"hostname": "autoscaling-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-1": {
"variants": [
{
"hostname": "autoscaling-fips.us-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-2": {
"variants": [
{
"hostname": "autoscaling-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"autoscaling-plans": {
Expand Down Expand Up @@ -7334,12 +7404,15 @@
},
"emr-serverless": {
"endpoints": {
"af-south-1": {},
"ap-east-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ca-central-1": {
"variants": [
{
Expand All @@ -7350,6 +7423,7 @@
},
"eu-central-1": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand Down Expand Up @@ -26675,17 +26749,35 @@
},
"simspaceweaver": {
"endpoints": {
"us-gov-east-1": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "simspaceweaver.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1": {
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "simspaceweaver.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "simspaceweaver.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "simspaceweaver.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
Expand Down Expand Up @@ -27697,7 +27789,8 @@
},
"ebs": {
"endpoints": {
"us-iso-east-1": {}
"us-iso-east-1": {},
"us-iso-west-1": {}
}
},
"ec2": {
Expand Down

0 comments on commit 67e6b88

Please sign in to comment.