aws-partitions 1.705.0 → 1.706.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 +3 -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: c315bf6665c589f579469d46e50845df4a43653d369e6edbf9b64b3a1ec871cc
|
|
4
|
+
data.tar.gz: 5f3998bcd69228145d3dfda524d9dec14aa01b74ade6bec01d2cbe1e20686250
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 446c2e27671cd8c1a122414e031801470d3ce5274af06b3b789c38e96f1f66bc47cefc6c299d01b64cf443839d570a025a178bf63d7bb21c819ea2f49d917a3b
|
|
7
|
+
data.tar.gz: dab34b701412ed4af6e63470ffb57da923dedf7c3a0e9b4e6d69422b3f89dad554ad3219266c149cc340c3e6374974ecfb59856e1cedd709a701eae765f1e5a3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.706.0
|
data/partitions.json
CHANGED
|
@@ -6304,13 +6304,16 @@
|
|
|
6304
6304
|
"ap-northeast-2" : { },
|
|
6305
6305
|
"ap-northeast-3" : { },
|
|
6306
6306
|
"ap-south-1" : { },
|
|
6307
|
+
"ap-south-2" : { },
|
|
6307
6308
|
"ap-southeast-1" : { },
|
|
6308
6309
|
"ap-southeast-2" : { },
|
|
6309
6310
|
"ap-southeast-3" : { },
|
|
6310
6311
|
"ca-central-1" : { },
|
|
6311
6312
|
"eu-central-1" : { },
|
|
6313
|
+
"eu-central-2" : { },
|
|
6312
6314
|
"eu-north-1" : { },
|
|
6313
6315
|
"eu-south-1" : { },
|
|
6316
|
+
"eu-south-2" : { },
|
|
6314
6317
|
"eu-west-1" : { },
|
|
6315
6318
|
"eu-west-2" : { },
|
|
6316
6319
|
"eu-west-3" : { },
|
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.706.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: 2023-02-
|
|
11
|
+
date: 2023-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|