From 1a3e2eeed7d5f3d400340fadd99f68c3afd0ae6e Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 9 Aug 2024 18:32:07 +0000 Subject: [PATCH] Update endpoints model --- botocore/data/endpoints.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/botocore/data/endpoints.json b/botocore/data/endpoints.json index b6a10d3539..943b408768 100644 --- a/botocore/data/endpoints.json +++ b/botocore/data/endpoints.json @@ -2126,12 +2126,24 @@ }, "ca-central-1" : { "variants" : [ { + "hostname" : "athena-fips.ca-central-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "athena-fips.ca-central-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { "hostname" : "athena.ca-central-1.api.aws", "tags" : [ "dualstack" ] } ] }, "ca-west-1" : { "variants" : [ { + "hostname" : "athena-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + }, { + "hostname" : "athena-fips.ca-west-1.api.aws", + "tags" : [ "dualstack", "fips" ] + }, { "hostname" : "athena.ca-west-1.api.aws", "tags" : [ "dualstack" ] } ] @@ -2184,6 +2196,20 @@ "tags" : [ "dualstack" ] } ] }, + "fips-ca-central-1" : { + "credentialScope" : { + "region" : "ca-central-1" + }, + "deprecated" : true, + "hostname" : "athena-fips.ca-central-1.amazonaws.com" + }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "athena-fips.ca-west-1.amazonaws.com" + }, "fips-us-east-1" : { "credentialScope" : { "region" : "us-east-1"