Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 1, 2024
1 parent 6635bd3 commit 77e1ce7
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2640,6 +2640,7 @@
"bedrock" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"bedrock-ap-northeast-1" : {
Expand All @@ -2648,6 +2649,12 @@
},
"hostname" : "bedrock.ap-northeast-1.amazonaws.com"
},
"bedrock-ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
},
"hostname" : "bedrock.ap-south-1.amazonaws.com"
},
"bedrock-ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand All @@ -2666,6 +2673,12 @@
},
"hostname" : "bedrock.eu-central-1.amazonaws.com"
},
"bedrock-eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "bedrock.eu-west-1.amazonaws.com"
},
"bedrock-eu-west-3" : {
"credentialScope" : {
"region" : "eu-west-3"
Expand All @@ -2690,6 +2703,12 @@
},
"hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
},
"bedrock-runtime-ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
},
"hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
},
"bedrock-runtime-ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand All @@ -2708,6 +2727,12 @@
},
"hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
},
"bedrock-runtime-eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "bedrock-runtime.eu-west-1.amazonaws.com"
},
"bedrock-runtime-eu-west-3" : {
"credentialScope" : {
"region" : "eu-west-3"
Expand Down Expand Up @@ -2751,6 +2776,7 @@
"hostname" : "bedrock.us-west-2.amazonaws.com"
},
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-3" : { },
"us-east-1" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -20086,6 +20112,16 @@
"tags" : [ "fips" ]
} ]
},
"ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"hostname" : "wafv2.ca-west-1.amazonaws.com",
"variants" : [ {
"hostname" : "wafv2-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down Expand Up @@ -20250,6 +20286,13 @@
"deprecated" : true,
"hostname" : "wafv2-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "wafv2-fips.ca-west-1.amazonaws.com"
},
"fips-eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down

0 comments on commit 77e1ce7

Please sign in to comment.