aws-partitions 1.164.0 → 1.165.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 +11 -0
- 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: fef6ceb5bf1315c72aae78451933cbc42f0b20c0
|
|
4
|
+
data.tar.gz: f736616028f0620f1ab6508eb7a3204f03faab8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e29bb6f4e7965604dcf7e2615ce1ca89a0bb6cd10a73d4331bbc9ebace0a16e4d02c6a7bf00063fd34502a6917f88521e8f3d85131903c6e6e44b2186d198914
|
|
7
|
+
data.tar.gz: ca8fd4412c05f2055608524b2af4cbd51ffc063a785d655036878904ad46a1f295b598bbaa6a4608cdf31d65aee60a2e576a247c8fde44e18ebc6af012762380
|
data/partitions.json
CHANGED
|
@@ -2040,6 +2040,17 @@
|
|
|
2040
2040
|
"us-west-2" : { }
|
|
2041
2041
|
}
|
|
2042
2042
|
},
|
|
2043
|
+
"projects.iot1click" : {
|
|
2044
|
+
"endpoints" : {
|
|
2045
|
+
"ap-northeast-1" : { },
|
|
2046
|
+
"eu-central-1" : { },
|
|
2047
|
+
"eu-west-1" : { },
|
|
2048
|
+
"eu-west-2" : { },
|
|
2049
|
+
"us-east-1" : { },
|
|
2050
|
+
"us-east-2" : { },
|
|
2051
|
+
"us-west-2" : { }
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2043
2054
|
"ram" : {
|
|
2044
2055
|
"endpoints" : {
|
|
2045
2056
|
"ap-northeast-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.165.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: 2019-05-
|
|
11
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|