Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-11-14
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 14, 2023
1 parent 85cd599 commit e8beb70
Showing 1 changed file with 76 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3672,6 +3672,8 @@
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {
"variants": [
{
Expand All @@ -3684,6 +3686,7 @@
"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 @@ -3722,6 +3725,7 @@
"deprecated": true,
"hostname": "codepipeline-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
Expand Down Expand Up @@ -4146,6 +4150,12 @@
},
"hostname": "compute-optimizer.ap-south-1.amazonaws.com"
},
"ap-south-2": {
"credentialScope": {
"region": "ap-south-2"
},
"hostname": "compute-optimizer.ap-south-2.amazonaws.com"
},
"ap-southeast-1": {
"credentialScope": {
"region": "ap-southeast-1"
Expand All @@ -4158,6 +4168,18 @@
},
"hostname": "compute-optimizer.ap-southeast-2.amazonaws.com"
},
"ap-southeast-3": {
"credentialScope": {
"region": "ap-southeast-3"
},
"hostname": "compute-optimizer.ap-southeast-3.amazonaws.com"
},
"ap-southeast-4": {
"credentialScope": {
"region": "ap-southeast-4"
},
"hostname": "compute-optimizer.ap-southeast-4.amazonaws.com"
},
"ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
Expand All @@ -4170,6 +4192,12 @@
},
"hostname": "compute-optimizer.eu-central-1.amazonaws.com"
},
"eu-central-2": {
"credentialScope": {
"region": "eu-central-2"
},
"hostname": "compute-optimizer.eu-central-2.amazonaws.com"
},
"eu-north-1": {
"credentialScope": {
"region": "eu-north-1"
Expand All @@ -4182,6 +4210,12 @@
},
"hostname": "compute-optimizer.eu-south-1.amazonaws.com"
},
"eu-south-2": {
"credentialScope": {
"region": "eu-south-2"
},
"hostname": "compute-optimizer.eu-south-2.amazonaws.com"
},
"eu-west-1": {
"credentialScope": {
"region": "eu-west-1"
Expand All @@ -4200,6 +4234,18 @@
},
"hostname": "compute-optimizer.eu-west-3.amazonaws.com"
},
"il-central-1": {
"credentialScope": {
"region": "il-central-1"
},
"hostname": "compute-optimizer.il-central-1.amazonaws.com"
},
"me-central-1": {
"credentialScope": {
"region": "me-central-1"
},
"hostname": "compute-optimizer.me-central-1.amazonaws.com"
},
"me-south-1": {
"credentialScope": {
"region": "me-south-1"
Expand Down Expand Up @@ -22649,8 +22695,36 @@
},
"appconfigdata": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "appconfigdata.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "appconfigdata.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "appconfigdata.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "appconfigdata.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"application-autoscaling": {
Expand Down

0 comments on commit e8beb70

Please sign in to comment.