aws-partitions 1.84.0 → 1.85.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 +3 -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: 5610733232a90e3a325d631616f70d32bb471fde
|
|
4
|
+
data.tar.gz: 97279e5559eab3356ee6e5f55ed907ca2be36dc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fb8374120d580d218cb4368a5dffb4cf87c0c39cfcd2bd309d5f79706032c7ba2b2bcd647e52ca02734aea1156bf20da00932b6229f2cdab1bacaa91eb3246e
|
|
7
|
+
data.tar.gz: 3600fac9aeda75f5ac207aacbe7de9774f75bf25ff7ba3742480c5766268c87bec2a7c8dfd97bb58b397b815460f1684fbcc6aa0fa8f4b215aebffb4acbb0b13
|
data/partitions.json
CHANGED
|
@@ -1098,6 +1098,7 @@
|
|
|
1098
1098
|
"endpoints" : {
|
|
1099
1099
|
"ap-northeast-1" : { },
|
|
1100
1100
|
"ap-northeast-2" : { },
|
|
1101
|
+
"ap-south-1" : { },
|
|
1101
1102
|
"ap-southeast-1" : { },
|
|
1102
1103
|
"ap-southeast-2" : { },
|
|
1103
1104
|
"eu-central-1" : { },
|
|
@@ -1817,6 +1818,7 @@
|
|
|
1817
1818
|
"states" : {
|
|
1818
1819
|
"endpoints" : {
|
|
1819
1820
|
"ap-northeast-1" : { },
|
|
1821
|
+
"ap-northeast-2" : { },
|
|
1820
1822
|
"ap-southeast-1" : { },
|
|
1821
1823
|
"ap-southeast-2" : { },
|
|
1822
1824
|
"ca-central-1" : { },
|
|
@@ -1825,6 +1827,7 @@
|
|
|
1825
1827
|
"eu-west-2" : { },
|
|
1826
1828
|
"us-east-1" : { },
|
|
1827
1829
|
"us-east-2" : { },
|
|
1830
|
+
"us-west-1" : { },
|
|
1828
1831
|
"us-west-2" : { }
|
|
1829
1832
|
}
|
|
1830
1833
|
},
|
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.85.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-05-
|
|
11
|
+
date: 2018-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|