Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-08-22
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 22, 2022
1 parent 5265b7b commit a5271d3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/client-kms/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ const partitionHash: PartitionHash = {
"eu-west-2-fips",
"eu-west-3",
"eu-west-3-fips",
"me-central-1-fips",
"me-south-1",
"me-south-1-fips",
"sa-east-1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,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 @@ -8258,6 +8259,13 @@
"deprecated": true,
"hostname": "kms-fips.eu-west-3.amazonaws.com"
},
"me-central-1-fips": {
"credentialScope": {
"region": "me-central-1"
},
"deprecated": true,
"hostname": "kms-fips.me-central-1.amazonaws.com"
},
"me-south-1": {
"variants": [
{
Expand Down Expand Up @@ -14031,6 +14039,13 @@
},
"partitionEndpoint": "aws-global"
},
"supportapp": {
"endpoints": {
"eu-west-1": {},
"us-east-1": {},
"us-west-2": {}
}
},
"swf": {
"endpoints": {
"af-south-1": {},
Expand Down Expand Up @@ -21915,6 +21930,16 @@
"us-isob-east-1": {}
}
},
"metering.marketplace": {
"defaults": {
"credentialScope": {
"service": "aws-marketplace"
}
},
"endpoints": {
"us-isob-east-1": {}
}
},
"monitoring": {
"endpoints": {
"us-isob-east-1": {}
Expand Down

0 comments on commit a5271d3

Please sign in to comment.