aws-partitions 1.791.0 → 1.792.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: '0993a3917ca69bf0c9b0ba1f4f9e369a18e203bb5fb77d8dfd272953bed48ebc'
|
|
4
|
+
data.tar.gz: 168711a9ebb2045d2a2bba1797e07b056476cadc989d3724145634b756aeb97c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbd6e3c5949a785a4445ad02432f6aabda827d4794e11f622a37681f4873bd129c1ec9e7873e685647df3cc8362a07a65b6e928d945e061b98f10d2e7f1f3329
|
|
7
|
+
data.tar.gz: '091ee744b98c09713b9a5d56953f9fbc1c25c4623281b49de1d6c386136d32c76da7ae77282c4fd561b45dced3e08322ec26a1813b8210f710bce3d77b97cbf1'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.792.0
|
data/partitions.json
CHANGED
|
@@ -1461,16 +1461,20 @@
|
|
|
1461
1461
|
"ap-northeast-2" : { },
|
|
1462
1462
|
"ap-northeast-3" : { },
|
|
1463
1463
|
"ap-south-1" : { },
|
|
1464
|
+
"ap-south-2" : { },
|
|
1464
1465
|
"ap-southeast-1" : { },
|
|
1465
1466
|
"ap-southeast-2" : { },
|
|
1466
1467
|
"ap-southeast-3" : { },
|
|
1467
1468
|
"ca-central-1" : { },
|
|
1468
1469
|
"eu-central-1" : { },
|
|
1470
|
+
"eu-central-2" : { },
|
|
1469
1471
|
"eu-north-1" : { },
|
|
1470
1472
|
"eu-south-1" : { },
|
|
1473
|
+
"eu-south-2" : { },
|
|
1471
1474
|
"eu-west-1" : { },
|
|
1472
1475
|
"eu-west-2" : { },
|
|
1473
1476
|
"eu-west-3" : { },
|
|
1477
|
+
"me-central-1" : { },
|
|
1474
1478
|
"me-south-1" : { },
|
|
1475
1479
|
"sa-east-1" : { },
|
|
1476
1480
|
"us-east-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.792.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-07-
|
|
11
|
+
date: 2023-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|