Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-05-19
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 19, 2022
1 parent e31958e commit 3cccb5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions clients/client-health/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const partitionHash: PartitionHash = {
tags: ["dualstack"],
},
],
endpoint: "aws-global",
},
"aws-cn": {
regions: ["cn-north-1", "cn-northwest-1"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6746,6 +6746,10 @@
"isRegionalized": true
},
"health": {
"defaults": {
"protocols": ["https"],
"sslCommonName": "health.us-east-1.amazonaws.com"
},
"endpoints": {
"fips-us-east-2": {
"credentialScope": {
Expand All @@ -6766,7 +6770,9 @@
}
]
}
}
},
"isRegionalized": false,
"partitionEndpoint": "aws-global"
},
"healthlake": {
"defaults": {
Expand Down Expand Up @@ -19837,6 +19843,11 @@
"us-iso-east-1": {}
}
},
"appconfigdata": {
"endpoints": {
"us-iso-west-1": {}
}
},
"application-autoscaling": {
"defaults": {
"protocols": ["http", "https"]
Expand Down

0 comments on commit 3cccb5d

Please sign in to comment.