aws-partitions 1.161.0 → 1.162.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 +4 -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: 382ecf8bd913b82c70fd4624a00da3bf71fe92d3
|
|
4
|
+
data.tar.gz: 0df0ec689d2e7b968bd8db76ea49886edde7aa04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea99e31dbb0152b36c66cc0caa02de7869197996367b62555edb846bba6c9aad7ea36ee288804f2099b5e69cf0e05b1a9a101f374d9ecb9975d075f5b446ec9b
|
|
7
|
+
data.tar.gz: 9dad3d02ad338c9844d7f4e9bc5e688df04d6cb192e121c3a655b53659b20f53381cf5e2e87597f18f95973952796dd9f06a7148d34265d000d8ec9d4f6e1c5e
|
data/partitions.json
CHANGED
|
@@ -2958,7 +2958,11 @@
|
|
|
2958
2958
|
"protocols" : [ "https" ]
|
|
2959
2959
|
},
|
|
2960
2960
|
"endpoints" : {
|
|
2961
|
+
"ap-northeast-1" : { },
|
|
2961
2962
|
"ap-northeast-2" : { },
|
|
2963
|
+
"ap-south-1" : { },
|
|
2964
|
+
"ap-southeast-1" : { },
|
|
2965
|
+
"ca-central-1" : { },
|
|
2962
2966
|
"eu-central-1" : { },
|
|
2963
2967
|
"eu-west-1" : { },
|
|
2964
2968
|
"us-east-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.162.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-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|