aws-partitions 1.73.0 → 1.74.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/partitions.json +3 -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: cfb2b978f1c4328d439477030d9f39ec989f882a
|
4
|
+
data.tar.gz: de2057aa799f21bf7bc631d72b0a51b8bd80c191
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 688ff4a17f3c3ef8850ac1ae700caa19dce46745e2631856d597b9f0b67c18fec267bb58336872517eaf2f51b237f42b0d61d6acaeae71d762954eb24cd9e6a2
|
7
|
+
data.tar.gz: f1b20577a8d4076c7e924389388c7bfd026ff3979b44c82be1d4709e3c6153f15a8f972cbaeac9fb3d3c5868bb838c599fe3de545d9ee5c52ba48366c4adc639
|
data/partitions.json
CHANGED
@@ -977,6 +977,7 @@
|
|
977
977
|
"eu-central-1" : { },
|
978
978
|
"eu-west-1" : { },
|
979
979
|
"eu-west-2" : { },
|
980
|
+
"eu-west-3" : { },
|
980
981
|
"sa-east-1" : { },
|
981
982
|
"us-east-1" : { },
|
982
983
|
"us-east-2" : { },
|
@@ -1951,11 +1952,13 @@
|
|
1951
1952
|
"workspaces" : {
|
1952
1953
|
"endpoints" : {
|
1953
1954
|
"ap-northeast-1" : { },
|
1955
|
+
"ap-northeast-2" : { },
|
1954
1956
|
"ap-southeast-1" : { },
|
1955
1957
|
"ap-southeast-2" : { },
|
1956
1958
|
"eu-central-1" : { },
|
1957
1959
|
"eu-west-1" : { },
|
1958
1960
|
"eu-west-2" : { },
|
1961
|
+
"sa-east-1" : { },
|
1959
1962
|
"us-east-1" : { },
|
1960
1963
|
"us-west-2" : { }
|
1961
1964
|
}
|
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.74.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-03-
|
11
|
+
date: 2018-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|