Skip to content

Commit 485acec

Browse files
feat: update AWS service endpoints metadata
1 parent 12c0ebb commit 485acec

File tree

1 file changed

+26
-0
lines changed
  • codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen

1 file changed

+26
-0
lines changed

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/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)