aws-partitions 1.549.0 → 1.550.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: c666556219b2d7f736474b68b96506aefbd2bd258979642c0d9f8b4dc5621b3f
|
|
4
|
+
data.tar.gz: 655c637eb6b510accb05a0be02f3cab2faa24e8f042bff2f42d13326c0cf1546
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0570c7d083b4cca85fa2c19fc8b0a7c1629b4c6fbfeec1abea9dcb27d006e096fed9608ee2b767c034568002e7569961d59ae4dc9b856a7f0a50a6abf2f4afa
|
|
7
|
+
data.tar.gz: 7126d729bae8f94d1b70c64ce4e658f59f3ca3e97baf35657388b9a63a3e7a0d57dd448be2294c61103c0744b844b1795f1caca9e1177013e6f486ea2d2b1671
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.550.0
|
data/partitions.json
CHANGED
|
@@ -5638,6 +5638,7 @@
|
|
|
5638
5638
|
"ap-south-1" : { },
|
|
5639
5639
|
"ap-southeast-1" : { },
|
|
5640
5640
|
"ap-southeast-2" : { },
|
|
5641
|
+
"ca-central-1" : { },
|
|
5641
5642
|
"eu-central-1" : { },
|
|
5642
5643
|
"eu-west-1" : { },
|
|
5643
5644
|
"eu-west-2" : { },
|
|
@@ -6329,9 +6330,11 @@
|
|
|
6329
6330
|
},
|
|
6330
6331
|
"kafka" : {
|
|
6331
6332
|
"endpoints" : {
|
|
6333
|
+
"af-south-1" : { },
|
|
6332
6334
|
"ap-east-1" : { },
|
|
6333
6335
|
"ap-northeast-1" : { },
|
|
6334
6336
|
"ap-northeast-2" : { },
|
|
6337
|
+
"ap-northeast-3" : { },
|
|
6335
6338
|
"ap-south-1" : { },
|
|
6336
6339
|
"ap-southeast-1" : { },
|
|
6337
6340
|
"ap-southeast-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.550.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: 2022-01-
|
|
11
|
+
date: 2022-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|