aws-partitions 1.70.0 → 1.71.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 -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: eac5cc23cc02af11218aa5464d5e2778ed352f7f
|
|
4
|
+
data.tar.gz: d4561376b93f3843c66abe13e2efceab5c57dc00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41224842f6d178503e84a88a403e1663668b0240c1119d043e6f8edf1a6cd0630446a65726cfe4f33a38b313b9f1b6e5a6009d315e803a7b810f13b92f6ef4e9
|
|
7
|
+
data.tar.gz: d5a636e93a70933312ae79a50ab34aef5850ac417ce24585c11e61b956de4ab54a9f6815f6fcabb0671633c26bcb57166cb04efb70fb08ba4a34ad73bdf22c06
|
data/partitions.json
CHANGED
|
@@ -769,6 +769,7 @@
|
|
|
769
769
|
"eu-west-1" : { },
|
|
770
770
|
"us-east-1" : { },
|
|
771
771
|
"us-east-2" : { },
|
|
772
|
+
"us-west-1" : { },
|
|
772
773
|
"us-west-2" : { }
|
|
773
774
|
}
|
|
774
775
|
},
|
|
@@ -1626,6 +1627,7 @@
|
|
|
1626
1627
|
"ap-northeast-1" : { },
|
|
1627
1628
|
"ap-northeast-2" : { },
|
|
1628
1629
|
"ap-south-1" : { },
|
|
1630
|
+
"ap-southeast-1" : { },
|
|
1629
1631
|
"ap-southeast-2" : { },
|
|
1630
1632
|
"ca-central-1" : { },
|
|
1631
1633
|
"eu-central-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.71.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-03-
|
|
11
|
+
date: 2018-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|