Skip to content

Commit 612507b

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent c16aad6 commit 612507b

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-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: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2712,6 +2712,12 @@
27122712
},
27132713
"hostname" : "bedrock.eu-west-3.amazonaws.com"
27142714
},
2715+
"bedrock-fips-ca-central-1" : {
2716+
"credentialScope" : {
2717+
"region" : "ca-central-1"
2718+
},
2719+
"hostname" : "bedrock-fips.ca-central-1.amazonaws.com"
2720+
},
27152721
"bedrock-fips-us-east-1" : {
27162722
"credentialScope" : {
27172723
"region" : "us-east-1"
@@ -2778,6 +2784,12 @@
27782784
},
27792785
"hostname" : "bedrock-runtime.eu-west-3.amazonaws.com"
27802786
},
2787+
"bedrock-runtime-fips-ca-central-1" : {
2788+
"credentialScope" : {
2789+
"region" : "ca-central-1"
2790+
},
2791+
"hostname" : "bedrock-runtime-fips.ca-central-1.amazonaws.com"
2792+
},
27812793
"bedrock-runtime-fips-us-east-1" : {
27822794
"credentialScope" : {
27832795
"region" : "us-east-1"
@@ -23171,6 +23183,18 @@
2317123183
},
2317223184
"bedrock" : {
2317323185
"endpoints" : {
23186+
"bedrock-fips-us-gov-west-1" : {
23187+
"credentialScope" : {
23188+
"region" : "us-gov-west-1"
23189+
},
23190+
"hostname" : "bedrock-fips.us-gov-west-1.amazonaws.com"
23191+
},
23192+
"bedrock-runtime-fips-us-gov-west-1" : {
23193+
"credentialScope" : {
23194+
"region" : "us-gov-west-1"
23195+
},
23196+
"hostname" : "bedrock-runtime-fips.us-gov-west-1.amazonaws.com"
23197+
},
2317423198
"bedrock-runtime-us-gov-west-1" : {
2317523199
"credentialScope" : {
2317623200
"region" : "us-gov-west-1"
@@ -26497,6 +26521,36 @@
2649726521
}
2649826522
}
2649926523
},
26524+
"securitylake" : {
26525+
"endpoints" : {
26526+
"us-gov-east-1" : {
26527+
"variants" : [ {
26528+
"hostname" : "securitylake.us-gov-east-1.amazonaws.com",
26529+
"tags" : [ "fips" ]
26530+
} ]
26531+
},
26532+
"us-gov-east-1-fips" : {
26533+
"credentialScope" : {
26534+
"region" : "us-gov-east-1"
26535+
},
26536+
"deprecated" : true,
26537+
"hostname" : "securitylake.us-gov-east-1.amazonaws.com"
26538+
},
26539+
"us-gov-west-1" : {
26540+
"variants" : [ {
26541+
"hostname" : "securitylake.us-gov-west-1.amazonaws.com",
26542+
"tags" : [ "fips" ]
26543+
} ]
26544+
},
26545+
"us-gov-west-1-fips" : {
26546+
"credentialScope" : {
26547+
"region" : "us-gov-west-1"
26548+
},
26549+
"deprecated" : true,
26550+
"hostname" : "securitylake.us-gov-west-1.amazonaws.com"
26551+
}
26552+
}
26553+
},
2650026554
"serverlessrepo" : {
2650126555
"defaults" : {
2650226556
"protocols" : [ "https" ]

0 commit comments

Comments
 (0)