Skip to content

Commit 914798b

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-10-13
1 parent 3e59a7a commit 914798b

File tree

2 files changed

+8
-0
lines changed
  • clients/client-kms/src
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

2 files changed

+8
-0
lines changed

clients/client-kms/src/endpoints.ts

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ const partitionHash: PartitionHash = {
258258
"eu-north-1-fips",
259259
"eu-south-1",
260260
"eu-south-1-fips",
261+
"eu-south-2-fips",
261262
"eu-west-1",
262263
"eu-west-1-fips",
263264
"eu-west-2",

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+7
Original file line numberDiff line numberDiff line change
@@ -8798,6 +8798,13 @@
87988798
"deprecated": true,
87998799
"hostname": "kms-fips.eu-south-1.amazonaws.com"
88008800
},
8801+
"eu-south-2-fips": {
8802+
"credentialScope": {
8803+
"region": "eu-south-2"
8804+
},
8805+
"deprecated": true,
8806+
"hostname": "kms-fips.eu-south-2.amazonaws.com"
8807+
},
88018808
"eu-west-1": {
88028809
"variants": [
88038810
{

0 commit comments

Comments
 (0)