aws-partitions 1.50.0 → 1.51.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: 9a7eed970ac76f4063844eaeaf1294073a251059
|
4
|
+
data.tar.gz: 3c5a58f965eaf35b3eaf37c5691f7dde02b1c25b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0c044cf54a9331f43898e579aaf5a9996c76b27c64a0e671cbcd35e92b5bdb7d55f10c25e39ac7db26db8592060df1f08e96115aa74cb0ccb2cefbfd39fa443
|
7
|
+
data.tar.gz: e6fbf7ab75a07e9227e9e2354675d6ba668fc0d9cb73064a621fca281f0dd28eeb63de33d0102afbe5f0483be74586d0f34bf951363fd0f0a4d83980a5399dd5
|
data/partitions.json
CHANGED
@@ -382,8 +382,10 @@
|
|
382
382
|
},
|
383
383
|
"codestar" : {
|
384
384
|
"endpoints" : {
|
385
|
+
"ap-northeast-1" : { },
|
385
386
|
"ap-southeast-1" : { },
|
386
387
|
"ap-southeast-2" : { },
|
388
|
+
"ca-central-1" : { },
|
387
389
|
"eu-central-1" : { },
|
388
390
|
"eu-west-1" : { },
|
389
391
|
"eu-west-2" : { },
|
@@ -551,6 +553,7 @@
|
|
551
553
|
"endpoints" : {
|
552
554
|
"ap-northeast-1" : { },
|
553
555
|
"ap-northeast-2" : { },
|
556
|
+
"ap-south-1" : { },
|
554
557
|
"ap-southeast-1" : { },
|
555
558
|
"ap-southeast-2" : { },
|
556
559
|
"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.51.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-12-
|
11
|
+
date: 2017-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|