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 Apr 4, 2024
1 parent 7d5cfa8 commit 2f687cd
Showing 1 changed file with 65 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,7 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-4" : { },
Expand All @@ -1117,6 +1118,7 @@
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-3" : { },
"me-central-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down Expand Up @@ -2657,6 +2659,12 @@
},
"hostname" : "bedrock.eu-central-1.amazonaws.com"
},
"bedrock-eu-west-3" : {
"credentialScope" : {
"region" : "eu-west-3"
},
"hostname" : "bedrock.eu-west-3.amazonaws.com"
},
"bedrock-fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -2687,6 +2695,12 @@
},
"hostname" : "bedrock-runtime.eu-central-1.amazonaws.com"
},
"bedrock-runtime-eu-west-3" : {
"credentialScope" : {
"region" : "eu-west-3"
},
"hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
},
"bedrock-runtime-fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -2724,6 +2738,7 @@
"hostname" : "bedrock.us-west-2.amazonaws.com"
},
"eu-central-1" : { },
"eu-west-3" : { },
"us-east-1" : { },
"us-west-2" : { }
}
Expand Down Expand Up @@ -25941,8 +25956,56 @@
},
"signer" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "signer-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "signer-fips.us-gov-west-1.amazonaws.com"
},
"fips-verification-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "verification.signer-fips.us-gov-east-1.amazonaws.com"
},
"fips-verification-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "verification.signer-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "signer-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "signer-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"verification-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "verification.signer.us-gov-east-1.amazonaws.com"
},
"verification-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "verification.signer.us-gov-west-1.amazonaws.com"
}
}
},
"simspaceweaver" : {
Expand Down

0 comments on commit 2f687cd

Please sign in to comment.