aws-partitions 1.869.0 → 1.870.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: a22a5614a524525af00673027fae2d8362c4a5cd77e47ada9a8babad1d661c2e
|
|
4
|
+
data.tar.gz: bfc155d2e08620de4dab6742b2bdf914e9283832fb574b29f0892e0ad5ab9aa1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 688d931b5a1a1dcc3c2e417ca075c91661c7c22f148f7eac51e0ea4d64293b8a3e12aeda96e3658a41af14cd272a96cd85698c16daeb9da75c83c762134f4311
|
|
7
|
+
data.tar.gz: 6601b66683b24746915465ba3133977eecc8ed06086bf20ca7615411fc338174916b10c4d4a63ae23055eb0e1c5c84e08d1e620a3c2cb240c86a5d2c69e1a584
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.870.0
|
data/partitions.json
CHANGED
|
@@ -8564,6 +8564,7 @@
|
|
|
8564
8564
|
"ap-southeast-1" : { },
|
|
8565
8565
|
"ap-southeast-2" : { },
|
|
8566
8566
|
"ap-southeast-3" : { },
|
|
8567
|
+
"ap-southeast-4" : { },
|
|
8567
8568
|
"ca-central-1" : { },
|
|
8568
8569
|
"eu-central-1" : { },
|
|
8569
8570
|
"eu-central-2" : { },
|
|
@@ -11221,14 +11222,17 @@
|
|
|
11221
11222
|
"ap-northeast-2" : { },
|
|
11222
11223
|
"ap-northeast-3" : { },
|
|
11223
11224
|
"ap-south-1" : { },
|
|
11225
|
+
"ap-south-2" : { },
|
|
11224
11226
|
"ap-southeast-1" : { },
|
|
11225
11227
|
"ap-southeast-2" : { },
|
|
11228
|
+
"ap-southeast-4" : { },
|
|
11226
11229
|
"ca-central-1" : { },
|
|
11227
11230
|
"eu-central-1" : { },
|
|
11228
11231
|
"eu-north-1" : { },
|
|
11229
11232
|
"eu-west-1" : { },
|
|
11230
11233
|
"eu-west-2" : { },
|
|
11231
11234
|
"eu-west-3" : { },
|
|
11235
|
+
"me-central-1" : { },
|
|
11232
11236
|
"sa-east-1" : { },
|
|
11233
11237
|
"us-east-1" : { },
|
|
11234
11238
|
"us-east-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.870.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-12-
|
|
11
|
+
date: 2023-12-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|