Skip to content

Commit 3cccb5d

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-05-19
1 parent e31958e commit 3cccb5d

File tree

2 files changed

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

2 files changed

+13
-1
lines changed

Diff for: clients/client-health/src/endpoints.ts

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const partitionHash: PartitionHash = {
5050
tags: ["dualstack"],
5151
},
5252
],
53+
endpoint: "aws-global",
5354
},
5455
"aws-cn": {
5556
regions: ["cn-north-1", "cn-northwest-1"],

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

+12-1
Original file line numberDiff line numberDiff line change
@@ -6746,6 +6746,10 @@
67466746
"isRegionalized": true
67476747
},
67486748
"health": {
6749+
"defaults": {
6750+
"protocols": ["https"],
6751+
"sslCommonName": "health.us-east-1.amazonaws.com"
6752+
},
67496753
"endpoints": {
67506754
"fips-us-east-2": {
67516755
"credentialScope": {
@@ -6766,7 +6770,9 @@
67666770
}
67676771
]
67686772
}
6769-
}
6773+
},
6774+
"isRegionalized": false,
6775+
"partitionEndpoint": "aws-global"
67706776
},
67716777
"healthlake": {
67726778
"defaults": {
@@ -19837,6 +19843,11 @@
1983719843
"us-iso-east-1": {}
1983819844
}
1983919845
},
19846+
"appconfigdata": {
19847+
"endpoints": {
19848+
"us-iso-west-1": {}
19849+
}
19850+
},
1984019851
"application-autoscaling": {
1984119852
"defaults": {
1984219853
"protocols": ["http", "https"]

0 commit comments

Comments
 (0)