File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change 2126
2126
},
2127
2127
"ca-central-1" : {
2128
2128
"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
+ }, {
2129
2135
"hostname" : "athena.ca-central-1.api.aws",
2130
2136
"tags" : [ "dualstack" ]
2131
2137
} ]
2132
2138
},
2133
2139
"ca-west-1" : {
2134
2140
"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
+ }, {
2135
2147
"hostname" : "athena.ca-west-1.api.aws",
2136
2148
"tags" : [ "dualstack" ]
2137
2149
} ]
2184
2196
"tags" : [ "dualstack" ]
2185
2197
} ]
2186
2198
},
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
+ },
2187
2213
"fips-us-east-1" : {
2188
2214
"credentialScope" : {
2189
2215
"region" : "us-east-1"
You can’t perform that action at this time.
0 commit comments