Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-10-20
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 20, 2023
1 parent 7120ec9 commit 74b4aad
Showing 1 changed file with 34 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7031,6 +7031,10 @@
{
"hostname": "elasticmapreduce-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "elasticmapreduce.us-east-2.api.aws",
"tags": ["dualstack"]
}
]
},
Expand Down Expand Up @@ -7166,6 +7170,7 @@
"ap-east-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
Expand Down Expand Up @@ -21207,8 +21212,22 @@
"protocols": ["https"]
},
"endpoints": {
"cn-north-1": {},
"cn-northwest-1": {}
"cn-north-1": {
"variants": [
{
"hostname": "elasticmapreduce.cn-north-1.api.amazonwebservices.com.cn",
"tags": ["dualstack"]
}
]
},
"cn-northwest-1": {
"variants": [
{
"hostname": "elasticmapreduce.cn-northwest-1.api.amazonwebservices.com.cn",
"tags": ["dualstack"]
}
]
}
}
},
"emr-containers": {
Expand Down Expand Up @@ -23965,6 +23984,10 @@
{
"hostname": "elasticmapreduce.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "elasticmapreduce.us-gov-east-1.api.aws",
"tags": ["dualstack"]
}
]
},
Expand All @@ -23974,6 +23997,10 @@
{
"hostname": "elasticmapreduce.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "elasticmapreduce.us-gov-west-1.api.aws",
"tags": ["dualstack"]
}
]
}
Expand Down Expand Up @@ -27939,6 +27966,11 @@
}
}
},
"api.sagemaker": {
"endpoints": {
"us-isob-east-1": {}
}
},
"appconfig": {
"endpoints": {
"us-isob-east-1": {}
Expand Down

0 comments on commit 74b4aad

Please sign in to comment.