aws-partitions 1.16.0 → 1.17.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 +6 -0
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3cad70e08d5d82254693f6c452cd8a4a904417bf
|
|
4
|
+
data.tar.gz: 322087f71a1613baa41e72a0deddfa93656d8309
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa2df891da448599a6507265a4a6437e3947e71c25a0ea376a6e4aa3ba6347d7d52dc9a9e09c5da682c7adbb7f1f0900f9e20916bf85fa99ee3262e986d203ef
|
|
7
|
+
data.tar.gz: 60ca42db9302910357b80c289924040c036cf8c01dedd0d5cf30a547583f3e1d5fd31e357ab8789502427c3ce84edf664b956ae0a50f24003a6213887f5cd44e
|
data/partitions.json
CHANGED
|
@@ -770,10 +770,15 @@
|
|
|
770
770
|
"ap-northeast-2" : { },
|
|
771
771
|
"ap-south-1" : { },
|
|
772
772
|
"ap-southeast-1" : { },
|
|
773
|
+
"ap-southeast-2" : { },
|
|
774
|
+
"ca-central-1" : { },
|
|
773
775
|
"eu-central-1" : { },
|
|
774
776
|
"eu-west-1" : { },
|
|
777
|
+
"eu-west-2" : { },
|
|
775
778
|
"sa-east-1" : { },
|
|
776
779
|
"us-east-1" : { },
|
|
780
|
+
"us-east-2" : { },
|
|
781
|
+
"us-west-1" : { },
|
|
777
782
|
"us-west-2" : { }
|
|
778
783
|
}
|
|
779
784
|
},
|
|
@@ -1254,6 +1259,7 @@
|
|
|
1254
1259
|
"servicecatalog" : {
|
|
1255
1260
|
"endpoints" : {
|
|
1256
1261
|
"ap-northeast-1" : { },
|
|
1262
|
+
"ap-northeast-2" : { },
|
|
1257
1263
|
"ap-southeast-1" : { },
|
|
1258
1264
|
"ap-southeast-2" : { },
|
|
1259
1265
|
"ca-central-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.17.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: 2017-08-
|
|
11
|
+
date: 2017-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|
|
@@ -26,7 +26,9 @@ files:
|
|
|
26
26
|
homepage: http://github.com/aws/aws-sdk-ruby
|
|
27
27
|
licenses:
|
|
28
28
|
- Apache-2.0
|
|
29
|
-
metadata:
|
|
29
|
+
metadata:
|
|
30
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions
|
|
31
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-partitions/CHANGELOG.md
|
|
30
32
|
post_install_message:
|
|
31
33
|
rdoc_options: []
|
|
32
34
|
require_paths:
|