aws-partitions 1.618.0 → 1.619.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 +4 -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: 8d53126533f937cec4edf26b20b6e43e74cd3b7516350ec168a327112b948ae8
|
|
4
|
+
data.tar.gz: 467e800c2eca8bed64da8d8c393ee16a6d9683f2ca42d5469e23a5e0108a3825
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d4eb804646f44146e89ddd2861459acf44bb262b21bba8da0e8e109a54f92d1133f3e96c5fddb101c72caae0500a152bb7d5d06c2c52910c05caddda9494b4c
|
|
7
|
+
data.tar.gz: 0ffdffa6b6d41f852675db4a9df1c548f88f7977a03228b8a098a4b86b07fbfcf839ab5dcdd6655a5070b3110b136d0e38c3fe0b6dfab19b0ced259cc1793678
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.619.0
|
data/partitions.json
CHANGED
|
@@ -2141,6 +2141,7 @@
|
|
|
2141
2141
|
"ap-south-1" : { },
|
|
2142
2142
|
"ap-southeast-1" : { },
|
|
2143
2143
|
"ap-southeast-2" : { },
|
|
2144
|
+
"ap-southeast-3" : { },
|
|
2144
2145
|
"ca-central-1" : { },
|
|
2145
2146
|
"eu-central-1" : { },
|
|
2146
2147
|
"eu-north-1" : { },
|
|
@@ -14280,7 +14281,10 @@
|
|
|
14280
14281
|
"ap-south-1" : { },
|
|
14281
14282
|
"ap-southeast-1" : { },
|
|
14282
14283
|
"ap-southeast-2" : { },
|
|
14284
|
+
"ca-central-1" : { },
|
|
14285
|
+
"eu-central-1" : { },
|
|
14283
14286
|
"eu-west-1" : { },
|
|
14287
|
+
"eu-west-2" : { },
|
|
14284
14288
|
"us-east-1" : { },
|
|
14285
14289
|
"us-west-2" : { }
|
|
14286
14290
|
}
|
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.619.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: 2022-08-
|
|
11
|
+
date: 2022-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|