aws-partitions 1.140.0 → 1.141.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 +8 -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: 75b38cc3b8d811642ce13365611fcd3cf07df93e
|
|
4
|
+
data.tar.gz: c3cdac6364442968abd510368e3e6012f8e4a977
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d84456292aeee3a2ea22a90726ffbf70c4050badd29024f0d760e7f78d0c278606622285b90233b0b27e4f83fb28ab1a80d0daf38eda32226c49e961e2a5f6a7
|
|
7
|
+
data.tar.gz: e63de1928a29c8bf10a832969a1607a4780d5d13ca63eeff94f803948d572222ad72f2c7d965e5f8387b9f93a0a3cca2e2373caf914fe044bd85d1d98c8640a5
|
data/partitions.json
CHANGED
|
@@ -877,6 +877,7 @@
|
|
|
877
877
|
"ap-south-1" : { },
|
|
878
878
|
"ap-southeast-1" : { },
|
|
879
879
|
"ap-southeast-2" : { },
|
|
880
|
+
"eu-central-1" : { },
|
|
880
881
|
"eu-west-1" : { },
|
|
881
882
|
"sa-east-1" : { },
|
|
882
883
|
"us-east-1" : { },
|
|
@@ -1991,11 +1992,18 @@
|
|
|
1991
1992
|
},
|
|
1992
1993
|
"endpoints" : {
|
|
1993
1994
|
"ap-northeast-1" : { },
|
|
1995
|
+
"ap-northeast-2" : { },
|
|
1996
|
+
"ap-south-1" : { },
|
|
1994
1997
|
"ap-southeast-1" : { },
|
|
1995
1998
|
"ap-southeast-2" : { },
|
|
1999
|
+
"ca-central-1" : { },
|
|
2000
|
+
"eu-central-1" : { },
|
|
1996
2001
|
"eu-west-1" : { },
|
|
2002
|
+
"eu-west-2" : { },
|
|
2003
|
+
"eu-west-3" : { },
|
|
1997
2004
|
"us-east-1" : { },
|
|
1998
2005
|
"us-east-2" : { },
|
|
2006
|
+
"us-west-1" : { },
|
|
1999
2007
|
"us-west-2" : { }
|
|
2000
2008
|
}
|
|
2001
2009
|
},
|
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.141.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-02-
|
|
11
|
+
date: 2019-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|