aws-partitions 1.189.0 → 1.190.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 +22 -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: e03cc3b7cab0e7ebbe92b5c502fd209ad09c93e8
|
|
4
|
+
data.tar.gz: ab75fbb6a00db32d82ab4835edb426d81a34fcff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ef66da893c21a8cfce0cdf20644eff904a7e4fb6997ec563f9a9e78b030e9ab1598ba0355e308ec71e4d1779a8ffdc30a27f89697bb14866feb485889392c23
|
|
7
|
+
data.tar.gz: 352c20c7ef3365492767ad76ec993dab71ddcb1f8e5581487d60915ae47d7cbdfe0dbc75de5d39f86f29eb75a083b8bddeba9388eea818e6f3a9f663ef57549d
|
data/partitions.json
CHANGED
|
@@ -1650,6 +1650,28 @@
|
|
|
1650
1650
|
"us-west-2" : { }
|
|
1651
1651
|
}
|
|
1652
1652
|
},
|
|
1653
|
+
"iotevents" : {
|
|
1654
|
+
"endpoints" : {
|
|
1655
|
+
"ap-northeast-1" : { },
|
|
1656
|
+
"ap-southeast-2" : { },
|
|
1657
|
+
"eu-central-1" : { },
|
|
1658
|
+
"eu-west-1" : { },
|
|
1659
|
+
"us-east-1" : { },
|
|
1660
|
+
"us-east-2" : { },
|
|
1661
|
+
"us-west-2" : { }
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
"ioteventsdata" : {
|
|
1665
|
+
"endpoints" : {
|
|
1666
|
+
"ap-northeast-1" : { },
|
|
1667
|
+
"ap-southeast-2" : { },
|
|
1668
|
+
"eu-central-1" : { },
|
|
1669
|
+
"eu-west-1" : { },
|
|
1670
|
+
"us-east-1" : { },
|
|
1671
|
+
"us-east-2" : { },
|
|
1672
|
+
"us-west-2" : { }
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1653
1675
|
"iotthingsgraph" : {
|
|
1654
1676
|
"defaults" : {
|
|
1655
1677
|
"credentialScope" : {
|
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.190.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-07-
|
|
11
|
+
date: 2019-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|