aws-partitions 1.723.0 → 1.724.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: f53d484d7cd2bca133a44bec11859d14cdb97339cf4e197bb8f22e75c7c6c9aa
|
|
4
|
+
data.tar.gz: defb3d12fde9db4ae73720abd7dbf66e7f3253fa8d61041f55f893f14c549105
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce279decd15102cab25818c035b33ab20086c03778da271e3ba4201e9d8c80cdb60c407f2e112a39a517abc1360b8c8de266855a220a9e8a70867cb1758a2510
|
|
7
|
+
data.tar.gz: e19a1529378014fb22fb2cb7374ca721cbf793535f6f3e6c726decdbcc6fc6815b360a37f5b5dcd81589153ef03d1d411f73ae121bbc1f806e4302d44bdc8ee0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.724.0
|
data/partitions.json
CHANGED
|
@@ -12057,12 +12057,15 @@
|
|
|
12057
12057
|
"ap-northeast-2" : { },
|
|
12058
12058
|
"ap-southeast-1" : { },
|
|
12059
12059
|
"ap-southeast-2" : { },
|
|
12060
|
+
"ca-central-1" : { },
|
|
12060
12061
|
"eu-central-1" : { },
|
|
12061
12062
|
"eu-north-1" : { },
|
|
12062
12063
|
"eu-west-1" : { },
|
|
12063
12064
|
"eu-west-2" : { },
|
|
12065
|
+
"eu-west-3" : { },
|
|
12064
12066
|
"us-east-1" : { },
|
|
12065
12067
|
"us-east-2" : { },
|
|
12068
|
+
"us-west-1" : { },
|
|
12066
12069
|
"us-west-2" : { }
|
|
12067
12070
|
}
|
|
12068
12071
|
},
|
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.724.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-03-
|
|
11
|
+
date: 2023-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|