Skip to content

Commit 95cfe02

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 02385a8 commit 95cfe02

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25111,30 +25111,55 @@
2511125111
},
2511225112
"bedrock" : {
2511325113
"endpoints" : {
25114+
"bedrock-fips-us-gov-east-1" : {
25115+
"credentialScope" : {
25116+
"region" : "us-gov-east-1"
25117+
},
25118+
"hostname" : "bedrock-fips.us-gov-east-1.amazonaws.com"
25119+
},
2511425120
"bedrock-fips-us-gov-west-1" : {
2511525121
"credentialScope" : {
2511625122
"region" : "us-gov-west-1"
2511725123
},
2511825124
"hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com"
2511925125
},
25126+
"bedrock-runtime-fips-us-gov-east-1" : {
25127+
"credentialScope" : {
25128+
"region" : "us-gov-east-1"
25129+
},
25130+
"hostname" : "bedrock-runtime-fips.us-gov-east-1.amazonaws.com"
25131+
},
2512025132
"bedrock-runtime-fips-us-gov-west-1" : {
2512125133
"credentialScope" : {
2512225134
"region" : "us-gov-west-1"
2512325135
},
2512425136
"hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
2512525137
},
25138+
"bedrock-runtime-us-gov-east-1" : {
25139+
"credentialScope" : {
25140+
"region" : "us-gov-east-1"
25141+
},
25142+
"hostname" : "bedrock-runtime.us-gov-east-1.amazonaws.com"
25143+
},
2512625144
"bedrock-runtime-us-gov-west-1" : {
2512725145
"credentialScope" : {
2512825146
"region" : "us-gov-west-1"
2512925147
},
2513025148
"hostname" : "bedrock-runtime.us-gov-west-1.amazonaws.com"
2513125149
},
25150+
"bedrock-us-gov-east-1" : {
25151+
"credentialScope" : {
25152+
"region" : "us-gov-east-1"
25153+
},
25154+
"hostname" : "bedrock.us-gov-east-1.amazonaws.com"
25155+
},
2513225156
"bedrock-us-gov-west-1" : {
2513325157
"credentialScope" : {
2513425158
"region" : "us-gov-west-1"
2513525159
},
2513625160
"hostname" : "bedrock.us-gov-west-1.amazonaws.com"
2513725161
},
25162+
"us-gov-east-1" : { },
2513825163
"us-gov-west-1" : { }
2513925164
}
2514025165
},

0 commit comments

Comments
 (0)