Skip to content

Commit 85ebac0

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 490e6cb commit 85ebac0

File tree

1 file changed

+67
-1
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+67
-1
lines changed

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

+67-1
Original file line numberDiff line numberDiff line change
@@ -2682,6 +2682,12 @@
26822682
},
26832683
"hostname" : "bedrock.ap-southeast-2.amazonaws.com"
26842684
},
2685+
"bedrock-ca-central-1" : {
2686+
"credentialScope" : {
2687+
"region" : "ca-central-1"
2688+
},
2689+
"hostname" : "bedrock.ca-central-1.amazonaws.com"
2690+
},
26852691
"bedrock-eu-central-1" : {
26862692
"credentialScope" : {
26872693
"region" : "eu-central-1"
@@ -2694,6 +2700,12 @@
26942700
},
26952701
"hostname" : "bedrock.eu-west-1.amazonaws.com"
26962702
},
2703+
"bedrock-eu-west-2" : {
2704+
"credentialScope" : {
2705+
"region" : "eu-west-2"
2706+
},
2707+
"hostname" : "bedrock.eu-west-2.amazonaws.com"
2708+
},
26972709
"bedrock-eu-west-3" : {
26982710
"credentialScope" : {
26992711
"region" : "eu-west-3"
@@ -2736,6 +2748,12 @@
27362748
},
27372749
"hostname" : "bedrock-runtime.ap-southeast-2.amazonaws.com"
27382750
},
2751+
"bedrock-runtime-ca-central-1" : {
2752+
"credentialScope" : {
2753+
"region" : "ca-central-1"
2754+
},
2755+
"hostname" : "bedrock-runtime.ca-central-1.amazonaws.com"
2756+
},
27392757
"bedrock-runtime-eu-central-1" : {
27402758
"credentialScope" : {
27412759
"region" : "eu-central-1"
@@ -2748,6 +2766,12 @@
27482766
},
27492767
"hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
27502768
},
2769+
"bedrock-runtime-eu-west-2" : {
2770+
"credentialScope" : {
2771+
"region" : "eu-west-2"
2772+
},
2773+
"hostname" : "bedrock-runtime.eu-west-2.amazonaws.com"
2774+
},
27512775
"bedrock-runtime-eu-west-3" : {
27522776
"credentialScope" : {
27532777
"region" : "eu-west-3"
@@ -2766,6 +2790,12 @@
27662790
},
27672791
"hostname" : "bedrock-runtime-fips.us-west-2.amazonaws.com"
27682792
},
2793+
"bedrock-runtime-sa-east-1" : {
2794+
"credentialScope" : {
2795+
"region" : "sa-east-1"
2796+
},
2797+
"hostname" : "bedrock-runtime.sa-east-1.amazonaws.com"
2798+
},
27692799
"bedrock-runtime-us-east-1" : {
27702800
"credentialScope" : {
27712801
"region" : "us-east-1"
@@ -2778,6 +2808,12 @@
27782808
},
27792809
"hostname" : "bedrock-runtime.us-west-2.amazonaws.com"
27802810
},
2811+
"bedrock-sa-east-1" : {
2812+
"credentialScope" : {
2813+
"region" : "sa-east-1"
2814+
},
2815+
"hostname" : "bedrock.sa-east-1.amazonaws.com"
2816+
},
27812817
"bedrock-us-east-1" : {
27822818
"credentialScope" : {
27832819
"region" : "us-east-1"
@@ -2790,9 +2826,12 @@
27902826
},
27912827
"hostname" : "bedrock.us-west-2.amazonaws.com"
27922828
},
2829+
"ca-central-1" : { },
27932830
"eu-central-1" : { },
27942831
"eu-west-1" : { },
2832+
"eu-west-2" : { },
27952833
"eu-west-3" : { },
2834+
"sa-east-1" : { },
27962835
"us-east-1" : { },
27972836
"us-west-2" : { }
27982837
}
@@ -2832,6 +2871,8 @@
28322871
},
28332872
"cases" : {
28342873
"endpoints" : {
2874+
"ap-northeast-1" : { },
2875+
"ap-northeast-2" : { },
28352876
"ap-southeast-1" : { },
28362877
"ap-southeast-2" : { },
28372878
"ca-central-1" : { },
@@ -10288,9 +10329,21 @@
1028810329
"ap-south-1" : { },
1028910330
"ap-southeast-1" : { },
1029010331
"ap-southeast-2" : { },
10291-
"ca-central-1" : { },
10332+
"ca-central-1" : {
10333+
"variants" : [ {
10334+
"hostname" : "kendra-fips.ca-central-1.amazonaws.com",
10335+
"tags" : [ "fips" ]
10336+
} ]
10337+
},
1029210338
"eu-west-1" : { },
1029310339
"eu-west-2" : { },
10340+
"fips-ca-central-1" : {
10341+
"credentialScope" : {
10342+
"region" : "ca-central-1"
10343+
},
10344+
"deprecated" : true,
10345+
"hostname" : "kendra-fips.ca-central-1.amazonaws.com"
10346+
},
1029410347
"fips-us-east-1" : {
1029510348
"credentialScope" : {
1029610349
"region" : "us-east-1"
@@ -18624,6 +18677,19 @@
1862418677
"deprecated" : true,
1862518678
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
1862618679
},
18680+
"ca-west-1" : {
18681+
"variants" : [ {
18682+
"hostname" : "storagegateway-fips.ca-west-1.amazonaws.com",
18683+
"tags" : [ "fips" ]
18684+
} ]
18685+
},
18686+
"ca-west-1-fips" : {
18687+
"credentialScope" : {
18688+
"region" : "ca-west-1"
18689+
},
18690+
"deprecated" : true,
18691+
"hostname" : "storagegateway-fips.ca-west-1.amazonaws.com"
18692+
},
1862718693
"eu-central-1" : { },
1862818694
"eu-central-2" : { },
1862918695
"eu-north-1" : { },

0 commit comments

Comments
 (0)