aws-partitions 1.165.0 → 1.166.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 +17 -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: 37af0a1881dff73006a809a8975ed0df60ec72e3
|
4
|
+
data.tar.gz: ad0f9cd95fbaf8ece631970c9d1e9e2a0b800d4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e5e16f71d89e0d7423ce6e7335892e3412459b4439c06077641de78b342d238bef511efeb222e14cfe0a4aedf111324c85111c39934489cb6e0b48c0aa60de7
|
7
|
+
data.tar.gz: 2d5fc0c7cc6489363404922c780463b2c17737d780e6e2909e3ef42c8e5a3f5257947c41bacbe2afa961dba51ea9b16d581af48aba548cf6119d369a6bebcdf9
|
data/partitions.json
CHANGED
@@ -328,6 +328,23 @@
|
|
328
328
|
"us-west-2" : { }
|
329
329
|
}
|
330
330
|
},
|
331
|
+
"appmesh" : {
|
332
|
+
"endpoints" : {
|
333
|
+
"ap-northeast-1" : { },
|
334
|
+
"ap-northeast-2" : { },
|
335
|
+
"ap-south-1" : { },
|
336
|
+
"ap-southeast-1" : { },
|
337
|
+
"ap-southeast-2" : { },
|
338
|
+
"ca-central-1" : { },
|
339
|
+
"eu-central-1" : { },
|
340
|
+
"eu-west-1" : { },
|
341
|
+
"eu-west-2" : { },
|
342
|
+
"us-east-1" : { },
|
343
|
+
"us-east-2" : { },
|
344
|
+
"us-west-1" : { },
|
345
|
+
"us-west-2" : { }
|
346
|
+
}
|
347
|
+
},
|
331
348
|
"appstream2" : {
|
332
349
|
"defaults" : {
|
333
350
|
"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.166.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-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|