Skip to content

Commit 9a58ded

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-10-02
1 parent 5dd5cd2 commit 9a58ded

File tree

1 file changed

+270
-25
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+270
-25
lines changed

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

+270-25
Original file line numberDiff line numberDiff line change
@@ -3002,6 +3002,7 @@
30023002
"bedrock": {
30033003
"endpoints": {
30043004
"ap-northeast-1": {},
3005+
"ap-northeast-2": {},
30053006
"ap-south-1": {},
30063007
"ap-southeast-1": {},
30073008
"ap-southeast-2": {},
@@ -3011,6 +3012,12 @@
30113012
},
30123013
"hostname": "bedrock.ap-northeast-1.amazonaws.com"
30133014
},
3015+
"bedrock-ap-northeast-2": {
3016+
"credentialScope": {
3017+
"region": "ap-northeast-2"
3018+
},
3019+
"hostname": "bedrock.ap-northeast-2.amazonaws.com"
3020+
},
30143021
"bedrock-ap-south-1": {
30153022
"credentialScope": {
30163023
"region": "ap-south-1"
@@ -3071,6 +3078,12 @@
30713078
},
30723079
"hostname": "bedrock-fips.us-east-1.amazonaws.com"
30733080
},
3081+
"bedrock-fips-us-east-2": {
3082+
"credentialScope": {
3083+
"region": "us-east-2"
3084+
},
3085+
"hostname": "bedrock-fips.us-east-2.amazonaws.com"
3086+
},
30743087
"bedrock-fips-us-west-2": {
30753088
"credentialScope": {
30763089
"region": "us-west-2"
@@ -3083,6 +3096,12 @@
30833096
},
30843097
"hostname": "bedrock-runtime.ap-northeast-1.amazonaws.com"
30853098
},
3099+
"bedrock-runtime-ap-northeast-2": {
3100+
"credentialScope": {
3101+
"region": "ap-northeast-2"
3102+
},
3103+
"hostname": "bedrock-runtime.ap-northeast-2.amazonaws.com"
3104+
},
30863105
"bedrock-runtime-ap-south-1": {
30873106
"credentialScope": {
30883107
"region": "ap-south-1"
@@ -3143,6 +3162,12 @@
31433162
},
31443163
"hostname": "bedrock-runtime-fips.us-east-1.amazonaws.com"
31453164
},
3165+
"bedrock-runtime-fips-us-east-2": {
3166+
"credentialScope": {
3167+
"region": "us-east-2"
3168+
},
3169+
"hostname": "bedrock-runtime-fips.us-east-2.amazonaws.com"
3170+
},
31463171
"bedrock-runtime-fips-us-west-2": {
31473172
"credentialScope": {
31483173
"region": "us-west-2"
@@ -3161,6 +3186,12 @@
31613186
},
31623187
"hostname": "bedrock-runtime.us-east-1.amazonaws.com"
31633188
},
3189+
"bedrock-runtime-us-east-2": {
3190+
"credentialScope": {
3191+
"region": "us-east-2"
3192+
},
3193+
"hostname": "bedrock-runtime.us-east-2.amazonaws.com"
3194+
},
31643195
"bedrock-runtime-us-west-2": {
31653196
"credentialScope": {
31663197
"region": "us-west-2"
@@ -3179,6 +3210,12 @@
31793210
},
31803211
"hostname": "bedrock.us-east-1.amazonaws.com"
31813212
},
3213+
"bedrock-us-east-2": {
3214+
"credentialScope": {
3215+
"region": "us-east-2"
3216+
},
3217+
"hostname": "bedrock.us-east-2.amazonaws.com"
3218+
},
31823219
"bedrock-us-west-2": {
31833220
"credentialScope": {
31843221
"region": "us-west-2"
@@ -3192,6 +3229,7 @@
31923229
"eu-west-3": {},
31933230
"sa-east-1": {},
31943231
"us-east-1": {},
3232+
"us-east-2": {},
31953233
"us-west-2": {}
31963234
}
31973235
},
@@ -9421,28 +9459,175 @@
94219459
},
94229460
"firehose": {
94239461
"endpoints": {
9424-
"af-south-1": {},
9425-
"ap-east-1": {},
9426-
"ap-northeast-1": {},
9427-
"ap-northeast-2": {},
9428-
"ap-northeast-3": {},
9429-
"ap-south-1": {},
9430-
"ap-south-2": {},
9431-
"ap-southeast-1": {},
9432-
"ap-southeast-2": {},
9433-
"ap-southeast-3": {},
9434-
"ap-southeast-4": {},
9462+
"af-south-1": {
9463+
"variants": [
9464+
{
9465+
"hostname": "firehose.af-south-1.api.aws",
9466+
"tags": ["dualstack"]
9467+
}
9468+
]
9469+
},
9470+
"ap-east-1": {
9471+
"variants": [
9472+
{
9473+
"hostname": "firehose.ap-east-1.api.aws",
9474+
"tags": ["dualstack"]
9475+
}
9476+
]
9477+
},
9478+
"ap-northeast-1": {
9479+
"variants": [
9480+
{
9481+
"hostname": "firehose.ap-northeast-1.api.aws",
9482+
"tags": ["dualstack"]
9483+
}
9484+
]
9485+
},
9486+
"ap-northeast-2": {
9487+
"variants": [
9488+
{
9489+
"hostname": "firehose.ap-northeast-2.api.aws",
9490+
"tags": ["dualstack"]
9491+
}
9492+
]
9493+
},
9494+
"ap-northeast-3": {
9495+
"variants": [
9496+
{
9497+
"hostname": "firehose.ap-northeast-3.api.aws",
9498+
"tags": ["dualstack"]
9499+
}
9500+
]
9501+
},
9502+
"ap-south-1": {
9503+
"variants": [
9504+
{
9505+
"hostname": "firehose.ap-south-1.api.aws",
9506+
"tags": ["dualstack"]
9507+
}
9508+
]
9509+
},
9510+
"ap-south-2": {
9511+
"variants": [
9512+
{
9513+
"hostname": "firehose.ap-south-2.api.aws",
9514+
"tags": ["dualstack"]
9515+
}
9516+
]
9517+
},
9518+
"ap-southeast-1": {
9519+
"variants": [
9520+
{
9521+
"hostname": "firehose.ap-southeast-1.api.aws",
9522+
"tags": ["dualstack"]
9523+
}
9524+
]
9525+
},
9526+
"ap-southeast-2": {
9527+
"variants": [
9528+
{
9529+
"hostname": "firehose.ap-southeast-2.api.aws",
9530+
"tags": ["dualstack"]
9531+
}
9532+
]
9533+
},
9534+
"ap-southeast-3": {
9535+
"variants": [
9536+
{
9537+
"hostname": "firehose.ap-southeast-3.api.aws",
9538+
"tags": ["dualstack"]
9539+
}
9540+
]
9541+
},
9542+
"ap-southeast-4": {
9543+
"variants": [
9544+
{
9545+
"hostname": "firehose.ap-southeast-4.api.aws",
9546+
"tags": ["dualstack"]
9547+
}
9548+
]
9549+
},
94359550
"ap-southeast-5": {},
9436-
"ca-central-1": {},
9437-
"ca-west-1": {},
9438-
"eu-central-1": {},
9439-
"eu-central-2": {},
9440-
"eu-north-1": {},
9441-
"eu-south-1": {},
9442-
"eu-south-2": {},
9443-
"eu-west-1": {},
9444-
"eu-west-2": {},
9445-
"eu-west-3": {},
9551+
"ca-central-1": {
9552+
"variants": [
9553+
{
9554+
"hostname": "firehose.ca-central-1.api.aws",
9555+
"tags": ["dualstack"]
9556+
}
9557+
]
9558+
},
9559+
"ca-west-1": {
9560+
"variants": [
9561+
{
9562+
"hostname": "firehose.ca-west-1.api.aws",
9563+
"tags": ["dualstack"]
9564+
}
9565+
]
9566+
},
9567+
"eu-central-1": {
9568+
"variants": [
9569+
{
9570+
"hostname": "firehose.eu-central-1.api.aws",
9571+
"tags": ["dualstack"]
9572+
}
9573+
]
9574+
},
9575+
"eu-central-2": {
9576+
"variants": [
9577+
{
9578+
"hostname": "firehose.eu-central-2.api.aws",
9579+
"tags": ["dualstack"]
9580+
}
9581+
]
9582+
},
9583+
"eu-north-1": {
9584+
"variants": [
9585+
{
9586+
"hostname": "firehose.eu-north-1.api.aws",
9587+
"tags": ["dualstack"]
9588+
}
9589+
]
9590+
},
9591+
"eu-south-1": {
9592+
"variants": [
9593+
{
9594+
"hostname": "firehose.eu-south-1.api.aws",
9595+
"tags": ["dualstack"]
9596+
}
9597+
]
9598+
},
9599+
"eu-south-2": {
9600+
"variants": [
9601+
{
9602+
"hostname": "firehose.eu-south-2.api.aws",
9603+
"tags": ["dualstack"]
9604+
}
9605+
]
9606+
},
9607+
"eu-west-1": {
9608+
"variants": [
9609+
{
9610+
"hostname": "firehose.eu-west-1.api.aws",
9611+
"tags": ["dualstack"]
9612+
}
9613+
]
9614+
},
9615+
"eu-west-2": {
9616+
"variants": [
9617+
{
9618+
"hostname": "firehose.eu-west-2.api.aws",
9619+
"tags": ["dualstack"]
9620+
}
9621+
]
9622+
},
9623+
"eu-west-3": {
9624+
"variants": [
9625+
{
9626+
"hostname": "firehose.eu-west-3.api.aws",
9627+
"tags": ["dualstack"]
9628+
}
9629+
]
9630+
},
94469631
"fips-us-east-1": {
94479632
"credentialScope": {
94489633
"region": "us-east-1"
@@ -9471,15 +9656,51 @@
94719656
"deprecated": true,
94729657
"hostname": "firehose-fips.us-west-2.amazonaws.com"
94739658
},
9474-
"il-central-1": {},
9475-
"me-central-1": {},
9476-
"me-south-1": {},
9477-
"sa-east-1": {},
9659+
"il-central-1": {
9660+
"variants": [
9661+
{
9662+
"hostname": "firehose.il-central-1.api.aws",
9663+
"tags": ["dualstack"]
9664+
}
9665+
]
9666+
},
9667+
"me-central-1": {
9668+
"variants": [
9669+
{
9670+
"hostname": "firehose.me-central-1.api.aws",
9671+
"tags": ["dualstack"]
9672+
}
9673+
]
9674+
},
9675+
"me-south-1": {
9676+
"variants": [
9677+
{
9678+
"hostname": "firehose.me-south-1.api.aws",
9679+
"tags": ["dualstack"]
9680+
}
9681+
]
9682+
},
9683+
"sa-east-1": {
9684+
"variants": [
9685+
{
9686+
"hostname": "firehose.sa-east-1.api.aws",
9687+
"tags": ["dualstack"]
9688+
}
9689+
]
9690+
},
94789691
"us-east-1": {
94799692
"variants": [
94809693
{
94819694
"hostname": "firehose-fips.us-east-1.amazonaws.com",
94829695
"tags": ["fips"]
9696+
},
9697+
{
9698+
"hostname": "firehose-fips.us-east-1.api.aws",
9699+
"tags": ["dualstack", "fips"]
9700+
},
9701+
{
9702+
"hostname": "firehose.us-east-1.api.aws",
9703+
"tags": ["dualstack"]
94839704
}
94849705
]
94859706
},
@@ -9488,6 +9709,14 @@
94889709
{
94899710
"hostname": "firehose-fips.us-east-2.amazonaws.com",
94909711
"tags": ["fips"]
9712+
},
9713+
{
9714+
"hostname": "firehose-fips.us-east-2.api.aws",
9715+
"tags": ["dualstack", "fips"]
9716+
},
9717+
{
9718+
"hostname": "firehose.us-east-2.api.aws",
9719+
"tags": ["dualstack"]
94919720
}
94929721
]
94939722
},
@@ -9496,6 +9725,14 @@
94969725
{
94979726
"hostname": "firehose-fips.us-west-1.amazonaws.com",
94989727
"tags": ["fips"]
9728+
},
9729+
{
9730+
"hostname": "firehose-fips.us-west-1.api.aws",
9731+
"tags": ["dualstack", "fips"]
9732+
},
9733+
{
9734+
"hostname": "firehose.us-west-1.api.aws",
9735+
"tags": ["dualstack"]
94999736
}
95009737
]
95019738
},
@@ -9504,6 +9741,14 @@
95049741
{
95059742
"hostname": "firehose-fips.us-west-2.amazonaws.com",
95069743
"tags": ["fips"]
9744+
},
9745+
{
9746+
"hostname": "firehose-fips.us-west-2.api.aws",
9747+
"tags": ["dualstack", "fips"]
9748+
},
9749+
{
9750+
"hostname": "firehose.us-west-2.api.aws",
9751+
"tags": ["dualstack"]
95079752
}
95089753
]
95099754
}

0 commit comments

Comments
 (0)