Skip to content

Commit c26fc3d

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 22344b1 commit c26fc3d

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2126,12 +2126,24 @@
21262126
},
21272127
"ca-central-1" : {
21282128
"variants" : [ {
2129+
"hostname" : "athena-fips.ca-central-1.amazonaws.com",
2130+
"tags" : [ "fips" ]
2131+
}, {
2132+
"hostname" : "athena-fips.ca-central-1.api.aws",
2133+
"tags" : [ "dualstack", "fips" ]
2134+
}, {
21292135
"hostname" : "athena.ca-central-1.api.aws",
21302136
"tags" : [ "dualstack" ]
21312137
} ]
21322138
},
21332139
"ca-west-1" : {
21342140
"variants" : [ {
2141+
"hostname" : "athena-fips.ca-west-1.amazonaws.com",
2142+
"tags" : [ "fips" ]
2143+
}, {
2144+
"hostname" : "athena-fips.ca-west-1.api.aws",
2145+
"tags" : [ "dualstack", "fips" ]
2146+
}, {
21352147
"hostname" : "athena.ca-west-1.api.aws",
21362148
"tags" : [ "dualstack" ]
21372149
} ]
@@ -2184,6 +2196,20 @@
21842196
"tags" : [ "dualstack" ]
21852197
} ]
21862198
},
2199+
"fips-ca-central-1" : {
2200+
"credentialScope" : {
2201+
"region" : "ca-central-1"
2202+
},
2203+
"deprecated" : true,
2204+
"hostname" : "athena-fips.ca-central-1.amazonaws.com"
2205+
},
2206+
"fips-ca-west-1" : {
2207+
"credentialScope" : {
2208+
"region" : "ca-west-1"
2209+
},
2210+
"deprecated" : true,
2211+
"hostname" : "athena-fips.ca-west-1.amazonaws.com"
2212+
},
21872213
"fips-us-east-1" : {
21882214
"credentialScope" : {
21892215
"region" : "us-east-1"

0 commit comments

Comments
 (0)