Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-02-10
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 10, 2023
1 parent 6e4a848 commit d734ab2
Showing 1 changed file with 52 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1547,6 +1547,7 @@
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
Expand Down Expand Up @@ -19424,6 +19425,15 @@
}
}
},
"servicequotas": {
"defaults": {
"protocols": ["https"]
},
"endpoints": {
"cn-north-1": {},
"cn-northwest-1": {}
}
},
"sms": {
"endpoints": {
"cn-north-1": {},
Expand Down Expand Up @@ -21539,18 +21549,36 @@
},
"glacier": {
"endpoints": {
"us-gov-east-1": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "glacier.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1": {
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"hostname": "glacier.us-gov-west-1.amazonaws.com",
"protocols": ["http", "https"]
"deprecated": true,
"hostname": "glacier.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "glacier.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"protocols": ["http", "https"],
"variants": [
{
"hostname": "glacier.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
Expand Down Expand Up @@ -22547,17 +22575,35 @@
},
"outposts": {
"endpoints": {
"us-gov-east-1": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "outposts.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1": {
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "outposts.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "outposts.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "outposts.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
Expand Down

0 comments on commit d734ab2

Please sign in to comment.