aws-partitions 1.259.0 → 1.260.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 +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: bfaed816a502efef47670343f1aa74241c1443ce
|
|
4
|
+
data.tar.gz: 6e757037297795edcf7b9b8fdc9c9446fb276d4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b001bbf01ef4ab2ae3bb21031e15be6ba9334c8c35ad6f91d02445582fb2c1ff3bf4e454d2d6cd44106427d805d00e3347be05f39a8a010c7d0a21506a2cbda
|
|
7
|
+
data.tar.gz: 95eb941811c1b8a3cca26b85b2e176eed7f5d17f503d2272f0074839de3c6c35374d28c8d80807c062a52cad448906d05349f3cfe00c3ad7c188580e890f91a0
|
data/partitions.json
CHANGED
|
@@ -1011,8 +1011,10 @@
|
|
|
1011
1011
|
"connect" : {
|
|
1012
1012
|
"endpoints" : {
|
|
1013
1013
|
"ap-northeast-1" : { },
|
|
1014
|
+
"ap-southeast-1" : { },
|
|
1014
1015
|
"ap-southeast-2" : { },
|
|
1015
1016
|
"eu-central-1" : { },
|
|
1017
|
+
"eu-west-2" : { },
|
|
1016
1018
|
"us-east-1" : { },
|
|
1017
1019
|
"us-west-2" : { }
|
|
1018
1020
|
}
|
|
@@ -2982,6 +2984,7 @@
|
|
|
2982
2984
|
"ap-southeast-2" : { },
|
|
2983
2985
|
"ca-central-1" : { },
|
|
2984
2986
|
"eu-central-1" : { },
|
|
2987
|
+
"eu-north-1" : { },
|
|
2985
2988
|
"eu-west-1" : { },
|
|
2986
2989
|
"eu-west-2" : { },
|
|
2987
2990
|
"eu-west-3" : { },
|
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.260.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-12-
|
|
11
|
+
date: 2019-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|