aws-partitions 1.324.0 → 1.325.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 +9 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8c887d7c4fa6a915963727780aaddeda2d18386c7cfc72fb9532bcaa78dd0f6
|
|
4
|
+
data.tar.gz: 9fc200380b2e67782035c2d7fa98483f37237d38304ee9996c4285ecbb50ba4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 327ef6188b13b44a5af858863aebb4a0c7eee8334a369c38c0a0d5e50c360bdf428df5091f1c98b056eb4e842a0b9c6d8f623a9038cb147f39b0fc149d5db7ce
|
|
7
|
+
data.tar.gz: 64721d9c1f46e812e680b42cc065e14dc147166a78b396f905db7d80376cca6c25849bfdf7b7acb8657b917d8b5ca552bff7d7c9b8e6d250f846956bfd5920f7
|
data/partitions.json
CHANGED
|
@@ -5972,6 +5972,15 @@
|
|
|
5972
5972
|
"cn-northwest-1" : { }
|
|
5973
5973
|
}
|
|
5974
5974
|
},
|
|
5975
|
+
"autoscaling-plans" : {
|
|
5976
|
+
"defaults" : {
|
|
5977
|
+
"protocols" : [ "http", "https" ]
|
|
5978
|
+
},
|
|
5979
|
+
"endpoints" : {
|
|
5980
|
+
"cn-north-1" : { },
|
|
5981
|
+
"cn-northwest-1" : { }
|
|
5982
|
+
}
|
|
5983
|
+
},
|
|
5975
5984
|
"backup" : {
|
|
5976
5985
|
"endpoints" : {
|
|
5977
5986
|
"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.325.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-06-
|
|
11
|
+
date: 2020-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|