Skip to content

Commit 688454b

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-10-20
1 parent 0932dce commit 688454b

File tree

2 files changed

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

2 files changed

+18
-1
lines changed

clients/client-kms/src/endpoints.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ const regionHash: RegionHash = {
232232
const partitionHash: PartitionHash = {
233233
aws: {
234234
regions: [
235+
"ProdFips",
235236
"af-south-1",
236237
"af-south-1-fips",
237238
"ap-east-1",
@@ -254,6 +255,7 @@ const partitionHash: PartitionHash = {
254255
"ca-central-1-fips",
255256
"eu-central-1",
256257
"eu-central-1-fips",
258+
"eu-central-2-fips",
257259
"eu-north-1",
258260
"eu-north-1-fips",
259261
"eu-south-1",

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8664,6 +8664,13 @@
86648664
},
86658665
"kms": {
86668666
"endpoints": {
8667+
"ProdFips": {
8668+
"credentialScope": {
8669+
"region": "eu-central-2"
8670+
},
8671+
"deprecated": true,
8672+
"hostname": "kms-fips.eu-central-2.amazonaws.com"
8673+
},
86678674
"af-south-1": {
86688675
"variants": [
86698676
{
@@ -8829,6 +8836,13 @@
88298836
"deprecated": true,
88308837
"hostname": "kms-fips.eu-central-1.amazonaws.com"
88318838
},
8839+
"eu-central-2-fips": {
8840+
"credentialScope": {
8841+
"region": "eu-central-2"
8842+
},
8843+
"deprecated": true,
8844+
"hostname": "kms-fips.eu-central-2.amazonaws.com"
8845+
},
88328846
"eu-north-1": {
88338847
"variants": [
88348848
{
@@ -22645,7 +22659,8 @@
2264522659
},
2264622660
"ssm": {
2264722661
"endpoints": {
22648-
"us-iso-east-1": {}
22662+
"us-iso-east-1": {},
22663+
"us-iso-west-1": {}
2264922664
}
2265022665
},
2265122666
"states": {

0 commit comments

Comments
 (0)