aws-partitions 1.62.0 → 1.63.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 +6 -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: 268179311c9a8e77849c165c1a8a50a34465a7b3
|
|
4
|
+
data.tar.gz: 7cc7925e9c0bd1f8d8ed0c69a223b60cce2637ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ddfaea832e51742eb2cf780ff7e56a54d3613671b5b3f3d4d637253f821ffc74a6c09c601b97f7798b4cc350f72c24eb9edccf074f38719ed9223e5ffd7a260
|
|
7
|
+
data.tar.gz: e7b096bed62d7056ba5dcd120c8a435590e04a4d2a5315dfef8285ec9b69c5e741732c4e6890e6d94f66ee40fe933e9762bd6d324f060c086cf589885f74c165
|
data/partitions.json
CHANGED
|
@@ -406,6 +406,7 @@
|
|
|
406
406
|
"codestar" : {
|
|
407
407
|
"endpoints" : {
|
|
408
408
|
"ap-northeast-1" : { },
|
|
409
|
+
"ap-northeast-2" : { },
|
|
409
410
|
"ap-southeast-1" : { },
|
|
410
411
|
"ap-southeast-2" : { },
|
|
411
412
|
"ca-central-1" : { },
|
|
@@ -2268,6 +2269,11 @@
|
|
|
2268
2269
|
}
|
|
2269
2270
|
}
|
|
2270
2271
|
},
|
|
2272
|
+
"es" : {
|
|
2273
|
+
"endpoints" : {
|
|
2274
|
+
"us-gov-west-1" : { }
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2271
2277
|
"events" : {
|
|
2272
2278
|
"endpoints" : {
|
|
2273
2279
|
"us-gov-west-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.63.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-02-
|
|
11
|
+
date: 2018-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|