aws-partitions 1.958.0 → 1.959.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +1 -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: ef20550bb5f8f06088eee0dc2b248e080df757a71ecd65cd2482e11326f39053
|
4
|
+
data.tar.gz: 0fec86287564aa20e9771fe521cb98bf9b5cd0746358333e4fbbabf78b901698
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ef073b865b996ee4d0c1654176de0acc427ea79f0a256edf3f0969a4fd83819842a2ed305bf784bf0f9758250fc77607acd1e5d2d6efdfbc8a082e48747503e
|
7
|
+
data.tar.gz: 5f880a23d57005db0670fa2cdaa6a7cf686d9988684befa983e270962f258d0a6b1d65fd1e8612523aa9c9e9c1aaae89e8c93b71d6b3be0682efeafe2051b56c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.959.0
|
data/partitions.json
CHANGED
@@ -19056,6 +19056,7 @@
|
|
19056
19056
|
"ap-southeast-3" : { },
|
19057
19057
|
"ap-southeast-4" : { },
|
19058
19058
|
"ca-central-1" : { },
|
19059
|
+
"ca-west-1" : { },
|
19059
19060
|
"eu-central-1" : { },
|
19060
19061
|
"eu-central-2" : { },
|
19061
19062
|
"eu-north-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.959.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-07-
|
11
|
+
date: 2024-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|