Skip to content

Commit 74b4aad

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-10-20
1 parent 7120ec9 commit 74b4aad

File tree

1 file changed

+34
-2
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+34
-2
lines changed

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

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7031,6 +7031,10 @@
70317031
{
70327032
"hostname": "elasticmapreduce-fips.us-east-2.amazonaws.com",
70337033
"tags": ["fips"]
7034+
},
7035+
{
7036+
"hostname": "elasticmapreduce.us-east-2.api.aws",
7037+
"tags": ["dualstack"]
70347038
}
70357039
]
70367040
},
@@ -7166,6 +7170,7 @@
71667170
"ap-east-1": {},
71677171
"ap-northeast-1": {},
71687172
"ap-northeast-2": {},
7173+
"ap-northeast-3": {},
71697174
"ap-south-1": {},
71707175
"ap-southeast-1": {},
71717176
"ap-southeast-2": {},
@@ -21207,8 +21212,22 @@
2120721212
"protocols": ["https"]
2120821213
},
2120921214
"endpoints": {
21210-
"cn-north-1": {},
21211-
"cn-northwest-1": {}
21215+
"cn-north-1": {
21216+
"variants": [
21217+
{
21218+
"hostname": "elasticmapreduce.cn-north-1.api.amazonwebservices.com.cn",
21219+
"tags": ["dualstack"]
21220+
}
21221+
]
21222+
},
21223+
"cn-northwest-1": {
21224+
"variants": [
21225+
{
21226+
"hostname": "elasticmapreduce.cn-northwest-1.api.amazonwebservices.com.cn",
21227+
"tags": ["dualstack"]
21228+
}
21229+
]
21230+
}
2121221231
}
2121321232
},
2121421233
"emr-containers": {
@@ -23965,6 +23984,10 @@
2396523984
{
2396623985
"hostname": "elasticmapreduce.us-gov-east-1.amazonaws.com",
2396723986
"tags": ["fips"]
23987+
},
23988+
{
23989+
"hostname": "elasticmapreduce.us-gov-east-1.api.aws",
23990+
"tags": ["dualstack"]
2396823991
}
2396923992
]
2397023993
},
@@ -23974,6 +23997,10 @@
2397423997
{
2397523998
"hostname": "elasticmapreduce.us-gov-west-1.amazonaws.com",
2397623999
"tags": ["fips"]
24000+
},
24001+
{
24002+
"hostname": "elasticmapreduce.us-gov-west-1.api.aws",
24003+
"tags": ["dualstack"]
2397724004
}
2397824005
]
2397924006
}
@@ -27939,6 +27966,11 @@
2793927966
}
2794027967
}
2794127968
},
27969+
"api.sagemaker": {
27970+
"endpoints": {
27971+
"us-isob-east-1": {}
27972+
}
27973+
},
2794227974
"appconfig": {
2794327975
"endpoints": {
2794427976
"us-isob-east-1": {}

0 commit comments

Comments
 (0)