aws-partitions 1.1094.0 → 1.1095.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 +1 -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: 7fa47f72b23fb91432d88667668ef1c53dd5e8d9f700de206d19c6c9c50a269f
|
4
|
+
data.tar.gz: '01178c852047a2c21a5e4ffd4a3709eaf2572a78418d352878f2af62ecc9d207'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a7492fb70051b14af3cbfa9ddf1e67f9f01cc76966f4069ef48b846782e3641dfa91818416ce7e58a154d6a150397c1196db9cb1c155a943fefd43f5cab0f7a
|
7
|
+
data.tar.gz: d38ab1a049a9cb1cf8134e0d7dcc0a0ad872f2cdd89ca1ded57238cbea7affcf3de5a8f47e21db1e421e6bf46e8fd8c34d6aa29e4a3d540cbd6263f22d5150d8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1095.0
|
data/partitions.json
CHANGED
@@ -20040,6 +20040,7 @@
|
|
20040
20040
|
"ap-northeast-1" : { },
|
20041
20041
|
"ap-northeast-2" : { },
|
20042
20042
|
"ap-south-1" : { },
|
20043
|
+
"ap-south-2" : { },
|
20043
20044
|
"ap-southeast-1" : { },
|
20044
20045
|
"ap-southeast-2" : { },
|
20045
20046
|
"ap-southeast-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.1095.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: 2025-04-
|
11
|
+
date: 2025-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|