aws-partitions 1.261.0 → 1.262.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: 0cd14a0afe8e075a56009565e726c8ff9a124f06
|
|
4
|
+
data.tar.gz: 91c5d5ccdb9b30e89975a0ad63220093b589d04d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2459f0f1209a7a5768347e0f1b34cd374d40464f9d9a384289ec596767a8499cd4583d3a04596dc84a7f04fd22cd699c16f6627fcb239a443983e9be1c69fb29
|
|
7
|
+
data.tar.gz: 7e68c2cb43b32a248ba83c2eb5d0d42eb1f3a0048fbc98bcb04ac9caa59712a0782b96df4c5f1fbbe3619e375d2da322924f267dbc251f0bfb336d480fd206bb
|
data/partitions.json
CHANGED
|
@@ -2818,6 +2818,7 @@
|
|
|
2818
2818
|
},
|
|
2819
2819
|
"ram" : {
|
|
2820
2820
|
"endpoints" : {
|
|
2821
|
+
"ap-east-1" : { },
|
|
2821
2822
|
"ap-northeast-1" : { },
|
|
2822
2823
|
"ap-northeast-2" : { },
|
|
2823
2824
|
"ap-south-1" : { },
|
|
@@ -2829,6 +2830,7 @@
|
|
|
2829
2830
|
"eu-west-1" : { },
|
|
2830
2831
|
"eu-west-2" : { },
|
|
2831
2832
|
"eu-west-3" : { },
|
|
2833
|
+
"me-south-1" : { },
|
|
2832
2834
|
"sa-east-1" : { },
|
|
2833
2835
|
"us-east-1" : { },
|
|
2834
2836
|
"us-east-2" : { },
|
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.262.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: 2020-01-
|
|
11
|
+
date: 2020-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|