Skip to content

Commit a5271d3

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-08-22
1 parent 5265b7b commit a5271d3

File tree

2 files changed

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

2 files changed

+26
-0
lines changed

clients/client-kms/src/endpoints.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ const partitionHash: PartitionHash = {
256256
"eu-west-2-fips",
257257
"eu-west-3",
258258
"eu-west-3-fips",
259+
"me-central-1-fips",
259260
"me-south-1",
260261
"me-south-1-fips",
261262
"sa-east-1",

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,7 @@
10401040
"ap-south-1": {},
10411041
"ap-southeast-1": {},
10421042
"ap-southeast-2": {},
1043+
"ap-southeast-3": {},
10431044
"ca-central-1": {},
10441045
"eu-central-1": {},
10451046
"eu-north-1": {},
@@ -8258,6 +8259,13 @@
82588259
"deprecated": true,
82598260
"hostname": "kms-fips.eu-west-3.amazonaws.com"
82608261
},
8262+
"me-central-1-fips": {
8263+
"credentialScope": {
8264+
"region": "me-central-1"
8265+
},
8266+
"deprecated": true,
8267+
"hostname": "kms-fips.me-central-1.amazonaws.com"
8268+
},
82618269
"me-south-1": {
82628270
"variants": [
82638271
{
@@ -14031,6 +14039,13 @@
1403114039
},
1403214040
"partitionEndpoint": "aws-global"
1403314041
},
14042+
"supportapp": {
14043+
"endpoints": {
14044+
"eu-west-1": {},
14045+
"us-east-1": {},
14046+
"us-west-2": {}
14047+
}
14048+
},
1403414049
"swf": {
1403514050
"endpoints": {
1403614051
"af-south-1": {},
@@ -21915,6 +21930,16 @@
2191521930
"us-isob-east-1": {}
2191621931
}
2191721932
},
21933+
"metering.marketplace": {
21934+
"defaults": {
21935+
"credentialScope": {
21936+
"service": "aws-marketplace"
21937+
}
21938+
},
21939+
"endpoints": {
21940+
"us-isob-east-1": {}
21941+
}
21942+
},
2191821943
"monitoring": {
2191921944
"endpoints": {
2192021945
"us-isob-east-1": {}

0 commit comments

Comments
 (0)