File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed
codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 2242622426 "ap-southeast-4" : { },
2242722427 "ap-southeast-5" : { },
2242822428 "ap-southeast-7" : { },
22429- "ca-central-1" : { },
22430- "ca-west-1" : { },
22429+ "ca-central-1" : {
22430+ "variants" : [ {
22431+ "hostname" : "sqs-fips.ca-central-1.amazonaws.com",
22432+ "tags" : [ "fips" ]
22433+ } ]
22434+ },
22435+ "ca-west-1" : {
22436+ "variants" : [ {
22437+ "hostname" : "sqs-fips.ca-west-1.amazonaws.com",
22438+ "tags" : [ "fips" ]
22439+ } ]
22440+ },
2243122441 "eu-central-1" : { },
2243222442 "eu-central-2" : { },
2243322443 "eu-north-1" : { },
2243622446 "eu-west-1" : { },
2243722447 "eu-west-2" : { },
2243822448 "eu-west-3" : { },
22449+ "fips-ca-central-1" : {
22450+ "credentialScope" : {
22451+ "region" : "ca-central-1"
22452+ },
22453+ "deprecated" : true,
22454+ "hostname" : "sqs-fips.ca-central-1.amazonaws.com"
22455+ },
22456+ "fips-ca-west-1" : {
22457+ "credentialScope" : {
22458+ "region" : "ca-west-1"
22459+ },
22460+ "deprecated" : true,
22461+ "hostname" : "sqs-fips.ca-west-1.amazonaws.com"
22462+ },
2243922463 "fips-us-east-1" : {
2244022464 "credentialScope" : {
2244122465 "region" : "us-east-1"
You can’t perform that action at this time.
0 commit comments