aws-partitions 1.153.0 → 1.154.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 +3 -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: 20969294e71dccf4166fb0e0c6ba7ee65fd78626
|
|
4
|
+
data.tar.gz: d0a6dbbf02983b4e4eccd8caa866bd1a4c32c570
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6aac322a2563efdab8b669587edee67af282a316daa0e6c192dfd2004bd366a4a20aacffe174a1e20c354c88ca493f50d46f717a8ad997b69f36a145842a3ea
|
|
7
|
+
data.tar.gz: b757bda3bc591008c4985f3ae2d2b9b91440eb4ee288b70c3eaedea26092cf00aa9bc8b6d9ad87a2a903ff72947edc6ed3d808649f4a7ed9653606e54c16fde4
|
data/partitions.json
CHANGED
|
@@ -686,6 +686,7 @@
|
|
|
686
686
|
},
|
|
687
687
|
"codedeploy" : {
|
|
688
688
|
"endpoints" : {
|
|
689
|
+
"ap-east-1" : { },
|
|
689
690
|
"ap-northeast-1" : { },
|
|
690
691
|
"ap-northeast-2" : { },
|
|
691
692
|
"ap-south-1" : { },
|
|
@@ -1227,6 +1228,8 @@
|
|
|
1227
1228
|
},
|
|
1228
1229
|
"email" : {
|
|
1229
1230
|
"endpoints" : {
|
|
1231
|
+
"ap-south-1" : { },
|
|
1232
|
+
"ap-southeast-2" : { },
|
|
1230
1233
|
"eu-central-1" : { },
|
|
1231
1234
|
"eu-west-1" : { },
|
|
1232
1235
|
"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.154.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-04-
|
|
11
|
+
date: 2019-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|