We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8ddb8 commit c138b34Copy full SHA for c138b34
botocore/data/endpoints.json
@@ -8457,6 +8457,12 @@
8457
"tags" : [ "fips" ]
8458
} ]
8459
},
8460
+ "ap-southeast-7" : {
8461
+ "variants" : [ {
8462
+ "hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com",
8463
+ "tags" : [ "fips" ]
8464
+ } ]
8465
+ },
8466
"ca-central-1" : {
8467
"variants" : [ {
8468
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
@@ -8601,6 +8607,13 @@
8601
8607
"deprecated" : true,
8602
8608
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com"
8603
8609
8610
+ "fips-ap-southeast-7" : {
8611
+ "credentialScope" : {
8612
+ "region" : "ap-southeast-7"
8613
8614
+ "deprecated" : true,
8615
+ "hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com"
8616
8604
8617
"fips-ca-central-1" : {
8605
8618
"credentialScope" : {
8606
8619
"region" : "ca-central-1"
0 commit comments