aws-partitions 1.945.0 → 1.946.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 477e42c5d00e645f47907bf21706a5278c9acedc2fdbdce131145e14989ac9fd
|
4
|
+
data.tar.gz: 7d2b4c4833a5aaf2f3d363fe1fc615d26055bc98b780d4b19a4f2c8b80e53fb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19e90d06195a1efcfcf13861ce37383e52bc052e974674bfacdf463cdd1b0fd00c06288404240c573cfc8264e06438de3053c11bafd26f62a748111ea713b915
|
7
|
+
data.tar.gz: 071c4986d2d8bea4b623dcc86fcd49d8418df7d8e427440bd4c04d0a512e163baff6a01d788cbb8ab4f56de16758df975e5983d2d220255213ddbd842c221047
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.946.0
|
data/partitions.json
CHANGED
@@ -547,10 +547,12 @@
|
|
547
547
|
"ap-south-1" : { },
|
548
548
|
"ap-southeast-1" : { },
|
549
549
|
"ap-southeast-2" : { },
|
550
|
+
"ca-central-1" : { },
|
550
551
|
"eu-central-1" : { },
|
551
552
|
"eu-west-1" : { },
|
552
553
|
"eu-west-2" : { },
|
553
554
|
"eu-west-3" : { },
|
555
|
+
"sa-east-1" : { },
|
554
556
|
"us-east-1" : { },
|
555
557
|
"us-east-2" : { },
|
556
558
|
"us-west-2" : { }
|
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.946.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: 2024-06-
|
11
|
+
date: 2024-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|