aws-partitions 1.528.0 → 1.529.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 +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: 57de69ed4a2636a4d6e8106983b4207d9ccebcb656d4276d6d29d236879e3152
|
|
4
|
+
data.tar.gz: a38abaa6df0e1e3e7c951f359ed43c3ab8a64c9c6393691b68d40128dba22991
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3dbfd558fe2279aa41c3764f850f72049f222f043af88844239810f541bff5f398fdf956bb5e84b830f92dce7b44cacb22c1f61e08ac2189c6241bb468c7452
|
|
7
|
+
data.tar.gz: 1944c511ebfc53009748714941baec1bb4d90235a368da800620604c6dc1d53cc8854c28f8cef485ac201247dcceedf4568cc3a0c1e9f037be13706934f519fb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.529.0
|
data/partitions.json
CHANGED
|
@@ -8331,6 +8331,7 @@
|
|
|
8331
8331
|
"ap-northeast-2" : { },
|
|
8332
8332
|
"ap-southeast-1" : { },
|
|
8333
8333
|
"ap-southeast-2" : { },
|
|
8334
|
+
"ca-central-1" : { },
|
|
8334
8335
|
"eu-central-1" : { },
|
|
8335
8336
|
"eu-west-1" : { },
|
|
8336
8337
|
"eu-west-2" : { },
|
|
@@ -10249,6 +10250,7 @@
|
|
|
10249
10250
|
"ap-northeast-2" : { },
|
|
10250
10251
|
"ap-southeast-1" : { },
|
|
10251
10252
|
"ap-southeast-2" : { },
|
|
10253
|
+
"ca-central-1" : { },
|
|
10252
10254
|
"eu-central-1" : { },
|
|
10253
10255
|
"eu-west-1" : { },
|
|
10254
10256
|
"eu-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.529.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: 2021-11-
|
|
11
|
+
date: 2021-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|