Skip to content

Commit b252e94

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-11-30
1 parent cf4344e commit b252e94

File tree

1 file changed

+22
-19
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+22
-19
lines changed

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

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,22 @@
887887
}
888888
}
889889
},
890+
"api.ecr-public": {
891+
"endpoints": {
892+
"us-east-1": {
893+
"credentialScope": {
894+
"region": "us-east-1"
895+
},
896+
"hostname": "api.ecr-public.us-east-1.amazonaws.com"
897+
},
898+
"us-west-2": {
899+
"credentialScope": {
900+
"region": "us-west-2"
901+
},
902+
"hostname": "api.ecr-public.us-west-2.amazonaws.com"
903+
}
904+
}
905+
},
890906
"api.elastic-inference": {
891907
"endpoints": {
892908
"ap-northeast-1": {
@@ -7711,18 +7727,6 @@
77117727
"ap-southeast-1": {},
77127728
"ap-southeast-2": {},
77137729
"ca-central-1": {},
7714-
"dataplane-ap-south-1": {
7715-
"credentialScope": {
7716-
"region": "ap-south-1"
7717-
},
7718-
"hostname": "greengrass-ats.iot.ap-south-1.amazonaws.com"
7719-
},
7720-
"dataplane-us-east-2": {
7721-
"credentialScope": {
7722-
"region": "us-east-2"
7723-
},
7724-
"hostname": "greengrass-ats.iot.us-east-2.amazonaws.com"
7725-
},
77267730
"eu-central-1": {},
77277731
"eu-west-1": {},
77287732
"eu-west-2": {},
@@ -13849,6 +13853,11 @@
1384913853
}
1385013854
}
1385113855
},
13856+
"sagemaker-geospatial": {
13857+
"endpoints": {
13858+
"us-west-2": {}
13859+
}
13860+
},
1385213861
"savingsplans": {
1385313862
"endpoints": {
1385413863
"aws-global": {
@@ -18033,13 +18042,7 @@
1803318042
"protocols": ["https"]
1803418043
},
1803518044
"endpoints": {
18036-
"cn-north-1": {},
18037-
"dataplane-cn-north-1": {
18038-
"credentialScope": {
18039-
"region": "cn-north-1"
18040-
},
18041-
"hostname": "greengrass.ats.iot.cn-north-1.amazonaws.com.cn"
18042-
}
18045+
"cn-north-1": {}
1804318046
},
1804418047
"isRegionalized": true
1804518048
},

0 commit comments

Comments
 (0)