aws-partitions 1.200.0 → 1.201.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: 0b8cfe6e4c3a2767eb0033fe473a7e28cd907cbb
|
|
4
|
+
data.tar.gz: ff56384f28123d88e99b001b5c2a74c8f6afcc1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ade9e7a5aba77c0e6782b88f0d64443c0470b0095c08173a6dc198d102540b329f79fe7580e1c989e9e0467abbf536458b6bc18d24693b0af909574d7ff11416
|
|
7
|
+
data.tar.gz: a76805cd5cca23bb82b9500164d51e6d2d5fbb01887247b8eb3f03088c84d565782a6eaae43c9881220cb3f08d102d1ce51814f444e88abaf5a3fe76c443048c
|
data/partitions.json
CHANGED
|
@@ -487,6 +487,7 @@
|
|
|
487
487
|
"eu-west-1" : { },
|
|
488
488
|
"eu-west-2" : { },
|
|
489
489
|
"eu-west-3" : { },
|
|
490
|
+
"me-south-1" : { },
|
|
490
491
|
"sa-east-1" : { },
|
|
491
492
|
"us-east-1" : { },
|
|
492
493
|
"us-east-2" : { },
|
|
@@ -3107,6 +3108,7 @@
|
|
|
3107
3108
|
},
|
|
3108
3109
|
"storagegateway" : {
|
|
3109
3110
|
"endpoints" : {
|
|
3111
|
+
"ap-east-1" : { },
|
|
3110
3112
|
"ap-northeast-1" : { },
|
|
3111
3113
|
"ap-northeast-2" : { },
|
|
3112
3114
|
"ap-south-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.201.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-08-
|
|
11
|
+
date: 2019-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|