aws-partitions 1.325.0 → 1.326.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 +36 -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: 3cb5218fbae60efedf8553afd7ec7d4280d8b4b9d99a6807d9967d973e776377
|
|
4
|
+
data.tar.gz: 38aee4fa7ee4c5ff09a804e40f0798e31f1ab65d7e43facfb79b5038669245db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3f0fe63e5b1b1bcf015fd0f6239acfcf51274e67ad6296dc47d6c720ffb600d573f2fa7ae357dc558eb6c4d85003fbdf7fd9b08340a1098b1ef232b62e12de2
|
|
7
|
+
data.tar.gz: 7520463d46b1825d24b3396d1dbbf5c209cdb1e3e4e58032e6b92114efcd03f0c414f96d836d478aa73c989ab987358e26bd18e93279ae673097b0b28995763f
|
data/partitions.json
CHANGED
|
@@ -4681,6 +4681,30 @@
|
|
|
4681
4681
|
"eu-west-1" : { },
|
|
4682
4682
|
"eu-west-2" : { },
|
|
4683
4683
|
"eu-west-3" : { },
|
|
4684
|
+
"fips-us-east-1" : {
|
|
4685
|
+
"credentialScope" : {
|
|
4686
|
+
"region" : "us-east-1"
|
|
4687
|
+
},
|
|
4688
|
+
"hostname" : "securityhub-fips.us-east-1.amazonaws.com"
|
|
4689
|
+
},
|
|
4690
|
+
"fips-us-east-2" : {
|
|
4691
|
+
"credentialScope" : {
|
|
4692
|
+
"region" : "us-east-2"
|
|
4693
|
+
},
|
|
4694
|
+
"hostname" : "securityhub-fips.us-east-2.amazonaws.com"
|
|
4695
|
+
},
|
|
4696
|
+
"fips-us-west-1" : {
|
|
4697
|
+
"credentialScope" : {
|
|
4698
|
+
"region" : "us-west-1"
|
|
4699
|
+
},
|
|
4700
|
+
"hostname" : "securityhub-fips.us-west-1.amazonaws.com"
|
|
4701
|
+
},
|
|
4702
|
+
"fips-us-west-2" : {
|
|
4703
|
+
"credentialScope" : {
|
|
4704
|
+
"region" : "us-west-2"
|
|
4705
|
+
},
|
|
4706
|
+
"hostname" : "securityhub-fips.us-west-2.amazonaws.com"
|
|
4707
|
+
},
|
|
4684
4708
|
"me-south-1" : { },
|
|
4685
4709
|
"sa-east-1" : { },
|
|
4686
4710
|
"us-east-1" : { },
|
|
@@ -7597,6 +7621,18 @@
|
|
|
7597
7621
|
},
|
|
7598
7622
|
"securityhub" : {
|
|
7599
7623
|
"endpoints" : {
|
|
7624
|
+
"fips-us-gov-east-1" : {
|
|
7625
|
+
"credentialScope" : {
|
|
7626
|
+
"region" : "us-gov-east-1"
|
|
7627
|
+
},
|
|
7628
|
+
"hostname" : "securityhub-fips.us-gov-east-1.amazonaws.com"
|
|
7629
|
+
},
|
|
7630
|
+
"fips-us-gov-west-1" : {
|
|
7631
|
+
"credentialScope" : {
|
|
7632
|
+
"region" : "us-gov-west-1"
|
|
7633
|
+
},
|
|
7634
|
+
"hostname" : "securityhub-fips.us-gov-west-1.amazonaws.com"
|
|
7635
|
+
},
|
|
7600
7636
|
"us-gov-east-1" : { },
|
|
7601
7637
|
"us-gov-west-1" : { }
|
|
7602
7638
|
}
|
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.326.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-06-
|
|
11
|
+
date: 2020-06-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|