Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-10-20
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 20, 2022
1 parent 0932dce commit 688454b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 2 additions & 0 deletions clients/client-kms/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ const regionHash: RegionHash = {
const partitionHash: PartitionHash = {
aws: {
regions: [
"ProdFips",
"af-south-1",
"af-south-1-fips",
"ap-east-1",
Expand All @@ -254,6 +255,7 @@ const partitionHash: PartitionHash = {
"ca-central-1-fips",
"eu-central-1",
"eu-central-1-fips",
"eu-central-2-fips",
"eu-north-1",
"eu-north-1-fips",
"eu-south-1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8664,6 +8664,13 @@
},
"kms": {
"endpoints": {
"ProdFips": {
"credentialScope": {
"region": "eu-central-2"
},
"deprecated": true,
"hostname": "kms-fips.eu-central-2.amazonaws.com"
},
"af-south-1": {
"variants": [
{
Expand Down Expand Up @@ -8829,6 +8836,13 @@
"deprecated": true,
"hostname": "kms-fips.eu-central-1.amazonaws.com"
},
"eu-central-2-fips": {
"credentialScope": {
"region": "eu-central-2"
},
"deprecated": true,
"hostname": "kms-fips.eu-central-2.amazonaws.com"
},
"eu-north-1": {
"variants": [
{
Expand Down Expand Up @@ -22645,7 +22659,8 @@
},
"ssm": {
"endpoints": {
"us-iso-east-1": {}
"us-iso-east-1": {},
"us-iso-west-1": {}
}
},
"states": {
Expand Down

0 comments on commit 688454b

Please sign in to comment.