Skip to content

Commit 77e1ce7

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 6635bd3 commit 77e1ce7

File tree

1 file changed

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

1 file changed

+43
-0
lines changed

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

+43
Original file line numberDiff line numberDiff line change
@@ -2640,6 +2640,7 @@
26402640
"bedrock" : {
26412641
"endpoints" : {
26422642
"ap-northeast-1" : { },
2643+
"ap-south-1" : { },
26432644
"ap-southeast-1" : { },
26442645
"ap-southeast-2" : { },
26452646
"bedrock-ap-northeast-1" : {
@@ -2648,6 +2649,12 @@
26482649
},
26492650
"hostname" : "bedrock.ap-northeast-1.amazonaws.com"
26502651
},
2652+
"bedrock-ap-south-1" : {
2653+
"credentialScope" : {
2654+
"region" : "ap-south-1"
2655+
},
2656+
"hostname" : "bedrock.ap-south-1.amazonaws.com"
2657+
},
26512658
"bedrock-ap-southeast-1" : {
26522659
"credentialScope" : {
26532660
"region" : "ap-southeast-1"
@@ -2666,6 +2673,12 @@
26662673
},
26672674
"hostname" : "bedrock.eu-central-1.amazonaws.com"
26682675
},
2676+
"bedrock-eu-west-1" : {
2677+
"credentialScope" : {
2678+
"region" : "eu-west-1"
2679+
},
2680+
"hostname" : "bedrock.eu-west-1.amazonaws.com"
2681+
},
26692682
"bedrock-eu-west-3" : {
26702683
"credentialScope" : {
26712684
"region" : "eu-west-3"
@@ -2690,6 +2703,12 @@
26902703
},
26912704
"hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
26922705
},
2706+
"bedrock-runtime-ap-south-1" : {
2707+
"credentialScope" : {
2708+
"region" : "ap-south-1"
2709+
},
2710+
"hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
2711+
},
26932712
"bedrock-runtime-ap-southeast-1" : {
26942713
"credentialScope" : {
26952714
"region" : "ap-southeast-1"
@@ -2708,6 +2727,12 @@
27082727
},
27092728
"hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
27102729
},
2730+
"bedrock-runtime-eu-west-1" : {
2731+
"credentialScope" : {
2732+
"region" : "eu-west-1"
2733+
},
2734+
"hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
2735+
},
27112736
"bedrock-runtime-eu-west-3" : {
27122737
"credentialScope" : {
27132738
"region" : "eu-west-3"
@@ -2751,6 +2776,7 @@
27512776
"hostname" : "bedrock.us-west-2.amazonaws.com"
27522777
},
27532778
"eu-central-1" : { },
2779+
"eu-west-1" : { },
27542780
"eu-west-3" : { },
27552781
"us-east-1" : { },
27562782
"us-west-2" : { }
@@ -20086,6 +20112,16 @@
2008620112
"tags" : [ "fips" ]
2008720113
} ]
2008820114
},
20115+
"ca-west-1" : {
20116+
"credentialScope" : {
20117+
"region" : "ca-west-1"
20118+
},
20119+
"hostname" : "wafv2.ca-west-1.amazonaws.com",
20120+
"variants" : [ {
20121+
"hostname" : "wafv2-fips.ca-west-1.amazonaws.com",
20122+
"tags" : [ "fips" ]
20123+
} ]
20124+
},
2008920125
"eu-central-1" : {
2009020126
"credentialScope" : {
2009120127
"region" : "eu-central-1"
@@ -20250,6 +20286,13 @@
2025020286
"deprecated" : true,
2025120287
"hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
2025220288
},
20289+
"fips-ca-west-1" : {
20290+
"credentialScope" : {
20291+
"region" : "ca-west-1"
20292+
},
20293+
"deprecated" : true,
20294+
"hostname" : "wafv2-fips.ca-west-1.amazonaws.com"
20295+
},
2025320296
"fips-eu-central-1" : {
2025420297
"credentialScope" : {
2025520298
"region" : "eu-central-1"

0 commit comments

Comments
 (0)