aws-partitions 1.408.0 → 1.409.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/partitions.json +29 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 614ec40662d97c4dff3396f91403dcc79bb2276c299f07f4dcd959ef5f5a7be7
|
|
4
|
+
data.tar.gz: 1f41f0f64a00019414bc37d21a7d08542c8529300ad827bc06c8f69af5d35914
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1d7b5783197ba1548855988658e02b5e35ca5dda29e6133b02190c1dd77d6426f662251de4b6cc6eb621cede95505a9ab7685c28fbb5cf24d17e461f96d390f
|
|
7
|
+
data.tar.gz: 427179db7e2c7b945867b7a4db323083826ebf90008f8ac95169d51acd968b387e7589a8940df53ca63740ec2c6a90998fd2b0223889e3437d88460a90794797
|
data/partitions.json
CHANGED
|
@@ -714,6 +714,30 @@
|
|
|
714
714
|
"eu-west-1" : { },
|
|
715
715
|
"eu-west-2" : { },
|
|
716
716
|
"eu-west-3" : { },
|
|
717
|
+
"fips-us-east-1" : {
|
|
718
|
+
"credentialScope" : {
|
|
719
|
+
"region" : "us-east-1"
|
|
720
|
+
},
|
|
721
|
+
"hostname" : "athena-fips.us-east-1.amazonaws.com"
|
|
722
|
+
},
|
|
723
|
+
"fips-us-east-2" : {
|
|
724
|
+
"credentialScope" : {
|
|
725
|
+
"region" : "us-east-2"
|
|
726
|
+
},
|
|
727
|
+
"hostname" : "athena-fips.us-east-2.amazonaws.com"
|
|
728
|
+
},
|
|
729
|
+
"fips-us-west-1" : {
|
|
730
|
+
"credentialScope" : {
|
|
731
|
+
"region" : "us-west-1"
|
|
732
|
+
},
|
|
733
|
+
"hostname" : "athena-fips.us-west-1.amazonaws.com"
|
|
734
|
+
},
|
|
735
|
+
"fips-us-west-2" : {
|
|
736
|
+
"credentialScope" : {
|
|
737
|
+
"region" : "us-west-2"
|
|
738
|
+
},
|
|
739
|
+
"hostname" : "athena-fips.us-west-2.amazonaws.com"
|
|
740
|
+
},
|
|
717
741
|
"me-south-1" : { },
|
|
718
742
|
"sa-east-1" : { },
|
|
719
743
|
"us-east-1" : { },
|
|
@@ -9283,6 +9307,11 @@
|
|
|
9283
9307
|
}
|
|
9284
9308
|
}
|
|
9285
9309
|
},
|
|
9310
|
+
"secretsmanager" : {
|
|
9311
|
+
"endpoints" : {
|
|
9312
|
+
"us-iso-east-1" : { }
|
|
9313
|
+
}
|
|
9314
|
+
},
|
|
9286
9315
|
"snowball" : {
|
|
9287
9316
|
"endpoints" : {
|
|
9288
9317
|
"us-iso-east-1" : { }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.409.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-12-
|
|
11
|
+
date: 2020-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|