aws-partitions 1.74.0 → 1.75.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: 65b5aad962ab02da57c342663333550fe29b214d
|
4
|
+
data.tar.gz: c788bc5a0e80b244c4281aa9ac26c01ee81f03cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 839bdf567d14114c6d3e29d937d98c012dcffcfe4e16bbed89e81a4a06ff8d29820bece43b7fd3f91d065ae8bd95d858541599b72d827edad8ed6b32bc96695c
|
7
|
+
data.tar.gz: ae8a16495c6ef8f21c96a4e684b6c2e3de75afe97905d4267896ccc3d063c573de9dae24d005d9b9a503b4f5c2a2d321ef822e63ab4ad9dd3245c7af2b909e15
|
data/partitions.json
CHANGED
@@ -365,12 +365,15 @@
|
|
365
365
|
"endpoints" : {
|
366
366
|
"ap-northeast-1" : { },
|
367
367
|
"ap-northeast-2" : { },
|
368
|
+
"ap-south-1" : { },
|
368
369
|
"ap-southeast-1" : { },
|
369
370
|
"ap-southeast-2" : { },
|
370
371
|
"ca-central-1" : { },
|
371
372
|
"eu-central-1" : { },
|
372
373
|
"eu-west-1" : { },
|
373
374
|
"eu-west-2" : { },
|
375
|
+
"eu-west-3" : { },
|
376
|
+
"sa-east-1" : { },
|
374
377
|
"us-east-1" : { },
|
375
378
|
"us-east-2" : { },
|
376
379
|
"us-west-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.75.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-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|