aws-partitions 1.194.0 → 1.195.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 +2 -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: 70c71db31a9a078f37f82bc26c9337e68214f996
|
|
4
|
+
data.tar.gz: c41c9e69740beb3fa35551b5be4a303d8ee3169f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4474fecba226f26698c7937c9f7e3fd8b3a7ad9094097c18c62ce4bea486a3d8a9cdeba15ea134c2f57bbe70bc5042769791d11ea5c50eb4cc45b42e1311d6f2
|
|
7
|
+
data.tar.gz: efd9a75129df31a48c6eb17c32f54cb5e7f423ada3610afc1c15c55ae3d6f087153f516c0389c92502d0e5be02d62975248930098e92abad753064fa08b9a0db
|
data/partitions.json
CHANGED
|
@@ -2033,6 +2033,7 @@
|
|
|
2033
2033
|
"eu-west-1" : { },
|
|
2034
2034
|
"eu-west-2" : { },
|
|
2035
2035
|
"eu-west-3" : { },
|
|
2036
|
+
"me-south-1" : { },
|
|
2036
2037
|
"sa-east-1" : { },
|
|
2037
2038
|
"us-east-1" : { },
|
|
2038
2039
|
"us-east-2" : { },
|
|
@@ -2313,6 +2314,7 @@
|
|
|
2313
2314
|
"eu-west-1" : { },
|
|
2314
2315
|
"eu-west-2" : { },
|
|
2315
2316
|
"eu-west-3" : { },
|
|
2317
|
+
"me-south-1" : { },
|
|
2316
2318
|
"sa-east-1" : { },
|
|
2317
2319
|
"us-east-1" : {
|
|
2318
2320
|
"sslCommonName" : "{service}.{dnsSuffix}"
|
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.195.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-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|