aws-partitions 1.955.0 → 1.956.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 +9 -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: 710b35bcbdad6e2fc9f580783c6d23ae97f4107f61ab9d1e447b2d2cb328c45e
|
4
|
+
data.tar.gz: 0cdccf8a2bb0804217eec7031ba6e3458339398c54f171838fa0ce45629a5792
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43a770302e404c9d6afd940d8cae1c5b252261fc49f3e085d7fe90211f2ed9a2af4698e64f86e3b51ea72cdae4d79cbee5aa412d8937fe5c5730b8cc74f07576
|
7
|
+
data.tar.gz: dae76c9b824e0bb19e9e7c2bf4b822fdb897e9058e6487463d81a5c5fab205fb5ea6d1ae2c9767a163bfc30b2a91b71691412d8b8de360fa2fea427ef53e70c1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.956.0
|
data/partitions.json
CHANGED
@@ -453,16 +453,25 @@
|
|
453
453
|
"ap-east-1" : { },
|
454
454
|
"ap-northeast-1" : { },
|
455
455
|
"ap-northeast-2" : { },
|
456
|
+
"ap-northeast-3" : { },
|
456
457
|
"ap-south-1" : { },
|
458
|
+
"ap-south-2" : { },
|
457
459
|
"ap-southeast-1" : { },
|
458
460
|
"ap-southeast-2" : { },
|
461
|
+
"ap-southeast-3" : { },
|
462
|
+
"ap-southeast-4" : { },
|
459
463
|
"ca-central-1" : { },
|
464
|
+
"ca-west-1" : { },
|
460
465
|
"eu-central-1" : { },
|
466
|
+
"eu-central-2" : { },
|
461
467
|
"eu-north-1" : { },
|
462
468
|
"eu-south-1" : { },
|
469
|
+
"eu-south-2" : { },
|
463
470
|
"eu-west-1" : { },
|
464
471
|
"eu-west-2" : { },
|
465
472
|
"eu-west-3" : { },
|
473
|
+
"il-central-1" : { },
|
474
|
+
"me-central-1" : { },
|
466
475
|
"me-south-1" : { },
|
467
476
|
"sa-east-1" : { },
|
468
477
|
"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.956.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: 2024-07-
|
11
|
+
date: 2024-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|