aws-partitions 1.100.0 → 1.102.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +8 -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: aeb9e89b20820c12c97aa971672bd2220accdcbe
|
|
4
|
+
data.tar.gz: 9b6ccb8078f98b87f450565bd738e6f947397e1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3cff950794709f939bbfd020414a31fbf5ac61362f53e8e56302372e0ab4fc46aab659a97e7b46575985869e1655cd010d11d510145b42efbb4be11172510e95
|
|
7
|
+
data.tar.gz: a8464c1729b27032e83df57208cb43e0daff0ce222580ed2a010d11d6e20780545b4de16ee2b25303cae48b987d31e1f7a6476c2f1abb0e3d14735a69ef602dd
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -1160,6 +1160,14 @@
|
|
|
1160
1160
|
"us-west-2" : { }
|
|
1161
1161
|
}
|
|
1162
1162
|
},
|
|
1163
|
+
"iotanalytics" : {
|
|
1164
|
+
"endpoints" : {
|
|
1165
|
+
"eu-west-1" : { },
|
|
1166
|
+
"us-east-1" : { },
|
|
1167
|
+
"us-east-2" : { },
|
|
1168
|
+
"us-west-2" : { }
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1163
1171
|
"kinesis" : {
|
|
1164
1172
|
"endpoints" : {
|
|
1165
1173
|
"ap-northeast-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.102.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-08-
|
|
11
|
+
date: 2018-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|