aws-partitions 1.284.0 → 1.285.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: 920692cbba97f5b8d09ed0e077d76b4e00bb1cc0
|
|
4
|
+
data.tar.gz: e30028cca1ebce5b75e921f769f984a23cd099d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28c0cad50f723478d5df86993c2d471e32e06204e65c3a5e4aedd05f48a3af881c6efe64c8e43e50f8ecbdfcb9b303cb63ad8310f44219a0075e387c1813681a
|
|
7
|
+
data.tar.gz: 1d54196482462aa535b0d526c654964a1093e3d9d9b42ffb331560b75574bedcc0592d4450be1db9b3fdc6fdbccdf81c74ba43becf2ba2480cba6fae7c5487ac
|
data/partitions.json
CHANGED
|
@@ -1858,7 +1858,10 @@
|
|
|
1858
1858
|
"endpoints" : {
|
|
1859
1859
|
"ap-northeast-1" : { },
|
|
1860
1860
|
"ap-northeast-2" : { },
|
|
1861
|
+
"ap-south-1" : { },
|
|
1861
1862
|
"ap-southeast-1" : { },
|
|
1863
|
+
"ap-southeast-2" : { },
|
|
1864
|
+
"eu-central-1" : { },
|
|
1862
1865
|
"eu-west-1" : { },
|
|
1863
1866
|
"us-east-1" : { },
|
|
1864
1867
|
"us-east-2" : { },
|
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.285.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-03-
|
|
11
|
+
date: 2020-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|