aws-partitions 1.102.0 → 1.103.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 +25 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b493c95544f45903ab8eb47b7bdaf6dc0c86b01
|
|
4
|
+
data.tar.gz: bf9f2594a149969d2cca130ee74b464e99b654fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f40874c718596db4c8e69fe695368222916112b24d16665a10a1f27f001093f1e82f2baf9fa6f764de6b4b6a408bbd7a26ba1b94c2f4bab2c407bb7ac932c56
|
|
7
|
+
data.tar.gz: 3db91c5a6e3da33d5b97aeb54bbfc4c81570f542eedb52a2e344fe64385ec5153622d2a6bb6163f51e2ec0d71e4550f024c99752def4906cc779e6629ae5bbf7
|
data/partitions.json
CHANGED
|
@@ -1721,9 +1721,33 @@
|
|
|
1721
1721
|
"eu-west-2" : { },
|
|
1722
1722
|
"sa-east-1" : { },
|
|
1723
1723
|
"us-east-1" : { },
|
|
1724
|
+
"us-east-1-fips" : {
|
|
1725
|
+
"credentialScope" : {
|
|
1726
|
+
"region" : "us-east-1"
|
|
1727
|
+
},
|
|
1728
|
+
"hostname" : "secretsmanager-fips.us-east-1.amazonaws.com"
|
|
1729
|
+
},
|
|
1724
1730
|
"us-east-2" : { },
|
|
1731
|
+
"us-east-2-fips" : {
|
|
1732
|
+
"credentialScope" : {
|
|
1733
|
+
"region" : "us-east-2"
|
|
1734
|
+
},
|
|
1735
|
+
"hostname" : "secretsmanager-fips.us-east-2.amazonaws.com"
|
|
1736
|
+
},
|
|
1725
1737
|
"us-west-1" : { },
|
|
1726
|
-
"us-west-
|
|
1738
|
+
"us-west-1-fips" : {
|
|
1739
|
+
"credentialScope" : {
|
|
1740
|
+
"region" : "us-west-1"
|
|
1741
|
+
},
|
|
1742
|
+
"hostname" : "secretsmanager-fips.us-west-1.amazonaws.com"
|
|
1743
|
+
},
|
|
1744
|
+
"us-west-2" : { },
|
|
1745
|
+
"us-west-2-fips" : {
|
|
1746
|
+
"credentialScope" : {
|
|
1747
|
+
"region" : "us-west-2"
|
|
1748
|
+
},
|
|
1749
|
+
"hostname" : "secretsmanager-fips.us-west-2.amazonaws.com"
|
|
1750
|
+
}
|
|
1727
1751
|
}
|
|
1728
1752
|
},
|
|
1729
1753
|
"serverlessrepo" : {
|
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.103.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: 2018-
|
|
11
|
+
date: 2018-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|