Skip to content

Commit 6b15c41

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-10-05
1 parent 9c5e142 commit 6b15c41

File tree

1 file changed

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

1 file changed

+93
-0
lines changed

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

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2673,6 +2673,12 @@
26732673
"endpoints": {
26742674
"ap-northeast-1": {},
26752675
"ap-southeast-1": {},
2676+
"bedrock-ap-northeast-1": {
2677+
"credentialScope": {
2678+
"region": "ap-northeast-1"
2679+
},
2680+
"hostname": "bedrock.ap-northeast-1.amazonaws.com"
2681+
},
26762682
"bedrock-ap-southeast-1": {
26772683
"credentialScope": {
26782684
"region": "ap-southeast-1"
@@ -2691,6 +2697,12 @@
26912697
},
26922698
"hostname": "bedrock-fips.us-west-2.amazonaws.com"
26932699
},
2700+
"bedrock-runtime-ap-northeast-1": {
2701+
"credentialScope": {
2702+
"region": "ap-northeast-1"
2703+
},
2704+
"hostname": "bedrock-runtime.ap-northeast-1.amazonaws.com"
2705+
},
26942706
"bedrock-runtime-ap-southeast-1": {
26952707
"credentialScope": {
26962708
"region": "ap-southeast-1"
@@ -5013,6 +5025,9 @@
50135025
"ap-east-1": {
50145026
"hostname": "datazone.ap-east-1.api.aws"
50155027
},
5028+
"ap-northeast-1": {
5029+
"hostname": "datazone.ap-northeast-1.api.aws"
5030+
},
50165031
"ap-northeast-2": {
50175032
"hostname": "datazone.ap-northeast-2.api.aws"
50185033
},
@@ -5025,21 +5040,45 @@
50255040
"ap-south-2": {
50265041
"hostname": "datazone.ap-south-2.api.aws"
50275042
},
5043+
"ap-southeast-1": {
5044+
"hostname": "datazone.ap-southeast-1.api.aws"
5045+
},
5046+
"ap-southeast-2": {
5047+
"hostname": "datazone.ap-southeast-2.api.aws"
5048+
},
50285049
"ap-southeast-3": {
50295050
"hostname": "datazone.ap-southeast-3.api.aws"
50305051
},
50315052
"ap-southeast-4": {
50325053
"hostname": "datazone.ap-southeast-4.api.aws"
50335054
},
5055+
"ca-central-1": {
5056+
"hostname": "datazone.ca-central-1.api.aws",
5057+
"variants": [
5058+
{
5059+
"hostname": "datazone-fips.ca-central-1.amazonaws.com",
5060+
"tags": ["fips"]
5061+
}
5062+
]
5063+
},
5064+
"eu-central-1": {
5065+
"hostname": "datazone.eu-central-1.api.aws"
5066+
},
50345067
"eu-central-2": {
50355068
"hostname": "datazone.eu-central-2.api.aws"
50365069
},
5070+
"eu-north-1": {
5071+
"hostname": "datazone.eu-north-1.api.aws"
5072+
},
50375073
"eu-south-1": {
50385074
"hostname": "datazone.eu-south-1.api.aws"
50395075
},
50405076
"eu-south-2": {
50415077
"hostname": "datazone.eu-south-2.api.aws"
50425078
},
5079+
"eu-west-1": {
5080+
"hostname": "datazone.eu-west-1.api.aws"
5081+
},
50435082
"eu-west-2": {
50445083
"hostname": "datazone.eu-west-2.api.aws"
50455084
},
@@ -5055,8 +5094,38 @@
50555094
"me-south-1": {
50565095
"hostname": "datazone.me-south-1.api.aws"
50575096
},
5097+
"sa-east-1": {
5098+
"hostname": "datazone.sa-east-1.api.aws"
5099+
},
5100+
"us-east-1": {
5101+
"hostname": "datazone.us-east-1.api.aws",
5102+
"variants": [
5103+
{
5104+
"hostname": "datazone-fips.us-east-1.amazonaws.com",
5105+
"tags": ["fips"]
5106+
}
5107+
]
5108+
},
5109+
"us-east-2": {
5110+
"hostname": "datazone.us-east-2.api.aws",
5111+
"variants": [
5112+
{
5113+
"hostname": "datazone-fips.us-east-2.amazonaws.com",
5114+
"tags": ["fips"]
5115+
}
5116+
]
5117+
},
50585118
"us-west-1": {
50595119
"hostname": "datazone.us-west-1.api.aws"
5120+
},
5121+
"us-west-2": {
5122+
"hostname": "datazone.us-west-2.api.aws",
5123+
"variants": [
5124+
{
5125+
"hostname": "datazone-fips.us-west-2.amazonaws.com",
5126+
"tags": ["fips"]
5127+
}
5128+
]
50605129
}
50615130
}
50625131
},
@@ -25054,6 +25123,30 @@
2505425123
}
2505525124
}
2505625125
},
25126+
"m2": {
25127+
"endpoints": {
25128+
"fips-us-gov-east-1": {
25129+
"deprecated": true
25130+
},
25131+
"fips-us-gov-west-1": {
25132+
"deprecated": true
25133+
},
25134+
"us-gov-east-1": {
25135+
"variants": [
25136+
{
25137+
"tags": ["fips"]
25138+
}
25139+
]
25140+
},
25141+
"us-gov-west-1": {
25142+
"variants": [
25143+
{
25144+
"tags": ["fips"]
25145+
}
25146+
]
25147+
}
25148+
}
25149+
},
2505725150
"managedblockchain": {
2505825151
"endpoints": {
2505925152
"us-gov-west-1": {}

0 commit comments

Comments
 (0)