Skip to content

Commit be6835e

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-02-14
1 parent 8fe8537 commit be6835e

File tree

1 file changed

+40
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+40
-0
lines changed

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

+40
Original file line numberDiff line numberDiff line change
@@ -12762,9 +12762,12 @@
1276212762
"endpoints": {
1276312763
"ap-northeast-1": {},
1276412764
"ap-northeast-2": {},
12765+
"ap-northeast-3": {},
1276512766
"ap-south-1": {},
1276612767
"ap-southeast-1": {},
1276712768
"ap-southeast-2": {},
12769+
"ap-southeast-4": {},
12770+
"ca-central-1": {},
1276812771
"eu-central-1": {},
1276912772
"eu-north-1": {},
1277012773
"eu-west-1": {},
@@ -14571,6 +14574,13 @@
1457114574
}
1457214575
}
1457314576
},
14577+
"private-networks": {
14578+
"endpoints": {
14579+
"us-east-1": {},
14580+
"us-east-2": {},
14581+
"us-west-2": {}
14582+
}
14583+
},
1457414584
"profile": {
1457514585
"endpoints": {
1457614586
"af-south-1": {},
@@ -29040,6 +29050,16 @@
2904029050
}
2904129051
}
2904229052
},
29053+
"api.pricing": {
29054+
"defaults": {
29055+
"credentialScope": {
29056+
"service": "pricing"
29057+
}
29058+
},
29059+
"endpoints": {
29060+
"us-iso-east-1": {}
29061+
}
29062+
},
2904329063
"api.sagemaker": {
2904429064
"endpoints": {
2904529065
"us-iso-east-1": {}
@@ -29071,6 +29091,11 @@
2907129091
"us-iso-west-1": {}
2907229092
}
2907329093
},
29094+
"arc-zonal-shift": {
29095+
"endpoints": {
29096+
"us-iso-east-1": {}
29097+
}
29098+
},
2907429099
"athena": {
2907529100
"endpoints": {
2907629101
"us-iso-east-1": {}
@@ -29903,6 +29928,16 @@
2990329928
}
2990429929
}
2990529930
},
29931+
"api.pricing": {
29932+
"defaults": {
29933+
"credentialScope": {
29934+
"service": "pricing"
29935+
}
29936+
},
29937+
"endpoints": {
29938+
"us-isob-east-1": {}
29939+
}
29940+
},
2990629941
"api.sagemaker": {
2990729942
"endpoints": {
2990829943
"us-isob-east-1": {}
@@ -29926,6 +29961,11 @@
2992629961
"us-isob-east-1": {}
2992729962
}
2992829963
},
29964+
"arc-zonal-shift": {
29965+
"endpoints": {
29966+
"us-isob-east-1": {}
29967+
}
29968+
},
2992929969
"autoscaling": {
2993029970
"defaults": {
2993129971
"protocols": ["http", "https"]

0 commit comments

Comments
 (0)