Skip to content

Commit 1a72762

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent bc499e8 commit 1a72762

File tree

1 file changed

+76
-0
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+76
-0
lines changed

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

+76
Original file line numberDiff line numberDiff line change
@@ -2420,6 +2420,73 @@
24202420
}
24212421
}
24222422
},
2423+
"bedrock" : {
2424+
"endpoints" : {
2425+
"ap-southeast-1" : { },
2426+
"bedrock-ap-southeast-1" : {
2427+
"credentialScope" : {
2428+
"region" : "ap-southeast-1"
2429+
},
2430+
"hostname" : "bedrock.ap-southeast-1.amazonaws.com"
2431+
},
2432+
"bedrock-fips-us-east-1" : {
2433+
"credentialScope" : {
2434+
"region" : "us-east-1"
2435+
},
2436+
"hostname" : "bedrock-fips.us-east-1.amazonaws.com"
2437+
},
2438+
"bedrock-fips-us-west-2" : {
2439+
"credentialScope" : {
2440+
"region" : "us-west-2"
2441+
},
2442+
"hostname" : "bedrock-fips.us-west-2.amazonaws.com"
2443+
},
2444+
"bedrock-runtime-ap-southeast-1" : {
2445+
"credentialScope" : {
2446+
"region" : "ap-southeast-1"
2447+
},
2448+
"hostname" : "bedrock-runtime.ap-southeast-1.amazonaws.com"
2449+
},
2450+
"bedrock-runtime-fips-us-east-1" : {
2451+
"credentialScope" : {
2452+
"region" : "us-east-1"
2453+
},
2454+
"hostname" : "bedrock-runtime-fips.us-east-1.amazonaws.com"
2455+
},
2456+
"bedrock-runtime-fips-us-west-2" : {
2457+
"credentialScope" : {
2458+
"region" : "us-west-2"
2459+
},
2460+
"hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
2461+
},
2462+
"bedrock-runtime-us-east-1" : {
2463+
"credentialScope" : {
2464+
"region" : "us-east-1"
2465+
},
2466+
"hostname" : "bedrock-runtime.us-east-1.amazonaws.com"
2467+
},
2468+
"bedrock-runtime-us-west-2" : {
2469+
"credentialScope" : {
2470+
"region" : "us-west-2"
2471+
},
2472+
"hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
2473+
},
2474+
"bedrock-us-east-1" : {
2475+
"credentialScope" : {
2476+
"region" : "us-east-1"
2477+
},
2478+
"hostname" : "bedrock.us-east-1.amazonaws.com"
2479+
},
2480+
"bedrock-us-west-2" : {
2481+
"credentialScope" : {
2482+
"region" : "us-west-2"
2483+
},
2484+
"hostname" : "bedrock.us-west-2.amazonaws.com"
2485+
},
2486+
"us-east-1" : { },
2487+
"us-west-2" : { }
2488+
}
2489+
},
24232490
"billingconductor" : {
24242491
"endpoints" : {
24252492
"aws-global" : {
@@ -10316,11 +10383,14 @@
1031610383
"ap-northeast-2" : { },
1031710384
"ap-northeast-3" : { },
1031810385
"ap-south-1" : { },
10386+
"ap-south-2" : { },
1031910387
"ap-southeast-1" : { },
1032010388
"ap-southeast-2" : { },
1032110389
"ap-southeast-3" : { },
10390+
"ap-southeast-4" : { },
1032210391
"ca-central-1" : { },
1032310392
"eu-central-1" : { },
10393+
"eu-central-2" : { },
1032410394
"eu-north-1" : { },
1032510395
"eu-south-1" : { },
1032610396
"eu-west-1" : { },
@@ -13446,6 +13516,9 @@
1344613516
"ap-southeast-2" : {
1344713517
"hostname" : "resource-explorer-2.ap-southeast-2.api.aws"
1344813518
},
13519+
"ap-southeast-3" : {
13520+
"hostname" : "resource-explorer-2.ap-southeast-3.api.aws"
13521+
},
1344913522
"ap-southeast-4" : {
1345013523
"hostname" : "resource-explorer-2.ap-southeast-4.api.aws"
1345113524
},
@@ -13473,6 +13546,9 @@
1347313546
"il-central-1" : {
1347413547
"hostname" : "resource-explorer-2.il-central-1.api.aws"
1347513548
},
13549+
"me-south-1" : {
13550+
"hostname" : "resource-explorer-2.me-south-1.api.aws"
13551+
},
1347613552
"sa-east-1" : {
1347713553
"hostname" : "resource-explorer-2.sa-east-1.api.aws"
1347813554
},

0 commit comments

Comments
 (0)