Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-04-10
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 10, 2023
1 parent e233a50 commit edbe989
Showing 1 changed file with 20 additions and 1 deletion.
Expand Up @@ -485,6 +485,7 @@
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand All @@ -506,6 +507,7 @@
"ca-central-1": {},
"eu-central-1": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand Down Expand Up @@ -7093,6 +7095,7 @@
}
]
},
"ap-south-2": {},
"ap-southeast-1": {
"variants": [
{
Expand Down Expand Up @@ -7126,6 +7129,7 @@
}
]
},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {
"variants": [
Expand All @@ -7135,6 +7139,7 @@
}
]
},
"eu-south-2": {},
"eu-west-1": {
"variants": [
{
Expand Down Expand Up @@ -10375,15 +10380,23 @@
},
"license-manager-linux-subscriptions": {
"endpoints": {
"af-south-1": {},
"ap-east-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-south-2": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand Down Expand Up @@ -10415,6 +10428,8 @@
"deprecated": true,
"hostname": "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {
"variants": [
Expand Down Expand Up @@ -13809,6 +13824,7 @@
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-south-2": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand Down Expand Up @@ -19269,7 +19285,10 @@
"protocols": ["https"]
},
"endpoints": {
"cn-north-1": {},
"cn-north-1": {
"hostname": "data.ats.iot.cn-north-1.amazonaws.com.cn",
"protocols": ["https"]
},
"cn-northwest-1": {}
}
},
Expand Down

0 comments on commit edbe989

Please sign in to comment.