aws-partitions 1.18.0 → 1.19.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 +2 -2
- 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: 7c680b27017e6d8197ff2016dec6ff1ff77a2a67
|
|
4
|
+
data.tar.gz: 6c292d67ee533c363420d260eb1ebf9610fec448
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 656d6222417b79789510c83299b032ce062d9e71f951ab0808cc20446e8586fe9afbf144cd29075e24d4c74e63a8945b70b6b69e95397d47a75f49073410a5e1
|
|
7
|
+
data.tar.gz: 4ff92b0ad6572d81d026cc380af6c0018d29defe8429bd09afac8f25f65159142dda56c5c45f9862920ae8bc21f6ac700b52afdd5b7dc11a4642db6e887a5dcb
|
data/partitions.json
CHANGED
|
@@ -647,7 +647,7 @@
|
|
|
647
647
|
},
|
|
648
648
|
"elasticloadbalancing" : {
|
|
649
649
|
"defaults" : {
|
|
650
|
-
"protocols" : [ "
|
|
650
|
+
"protocols" : [ "https" ]
|
|
651
651
|
},
|
|
652
652
|
"endpoints" : {
|
|
653
653
|
"ap-northeast-1" : { },
|
|
@@ -1688,7 +1688,7 @@
|
|
|
1688
1688
|
},
|
|
1689
1689
|
"elasticloadbalancing" : {
|
|
1690
1690
|
"defaults" : {
|
|
1691
|
-
"protocols" : [ "
|
|
1691
|
+
"protocols" : [ "https" ]
|
|
1692
1692
|
},
|
|
1693
1693
|
"endpoints" : {
|
|
1694
1694
|
"cn-north-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.19.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: 2017-09-
|
|
11
|
+
date: 2017-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|