aws-partitions 1.157.0 → 1.158.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 +13 -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: 4f39656354eebc53a466a0343a755db32124df89
|
|
4
|
+
data.tar.gz: 280afa71512f0d292d745a6562a88e23c6942b95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff6267f30f54fffe16b192729d2ab20172ffc737dc1ddaca3bd4e1058bb1013b771dbcad5627479a4a1c8828c804014192406328254f88f2cffbbf0c52ba0bdd
|
|
7
|
+
data.tar.gz: ff79c6f2cd15b3bc4e44a5c0961e4e4788c946e61d7229090ec0a9d00bb2bc2febafc5a4d099797b3e6f08e90a3d628bd1d0d2fee2e911793785e54f523ad354
|
data/partitions.json
CHANGED
|
@@ -882,6 +882,18 @@
|
|
|
882
882
|
"us-west-2" : { }
|
|
883
883
|
}
|
|
884
884
|
},
|
|
885
|
+
"data.mediastore" : {
|
|
886
|
+
"endpoints" : {
|
|
887
|
+
"ap-northeast-1" : { },
|
|
888
|
+
"ap-northeast-2" : { },
|
|
889
|
+
"ap-southeast-2" : { },
|
|
890
|
+
"eu-central-1" : { },
|
|
891
|
+
"eu-north-1" : { },
|
|
892
|
+
"eu-west-1" : { },
|
|
893
|
+
"us-east-1" : { },
|
|
894
|
+
"us-west-2" : { }
|
|
895
|
+
}
|
|
896
|
+
},
|
|
885
897
|
"datapipeline" : {
|
|
886
898
|
"endpoints" : {
|
|
887
899
|
"ap-northeast-1" : { },
|
|
@@ -1739,6 +1751,7 @@
|
|
|
1739
1751
|
"ap-northeast-2" : { },
|
|
1740
1752
|
"ap-southeast-2" : { },
|
|
1741
1753
|
"eu-central-1" : { },
|
|
1754
|
+
"eu-north-1" : { },
|
|
1742
1755
|
"eu-west-1" : { },
|
|
1743
1756
|
"us-east-1" : { },
|
|
1744
1757
|
"us-west-2" : { }
|
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.158.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-05-
|
|
11
|
+
date: 2019-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|