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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +3 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62980f36d37093074d7179a6f690e57e8fb975a31fc0aa5eb6ca2fe6a32e018e
4
- data.tar.gz: b7057ab4af7bb415de15602303d85a653939db6ade8a7ff53748114101f4603d
3
+ metadata.gz: c666556219b2d7f736474b68b96506aefbd2bd258979642c0d9f8b4dc5621b3f
4
+ data.tar.gz: 655c637eb6b510accb05a0be02f3cab2faa24e8f042bff2f42d13326c0cf1546
5
5
  SHA512:
6
- metadata.gz: 1720f717140396482fe1fd40eefd906650077fb8f615f6a938e2ac1dc964fd71dba3fb3f4ab2472a49a3c6bf3f8e2c76b2ad3f7766a86e5e9392ee484be68f6f
7
- data.tar.gz: b518c5cd2e99e591e034ca2507e77aa77a5db040f4a7f496499f5be0b37276a8b0757def5ef2944f60dc60da02639431a193096abe3752e8267af9fb57a0b4fe
6
+ metadata.gz: b0570c7d083b4cca85fa2c19fc8b0a7c1629b4c6fbfeec1abea9dcb27d006e096fed9608ee2b767c034568002e7569961d59ae4dc9b856a7f0a50a6abf2f4afa
7
+ data.tar.gz: 7126d729bae8f94d1b70c64ce4e658f59f3ca3e97baf35657388b9a63a3e7a0d57dd448be2294c61103c0744b844b1795f1caca9e1177013e6f486ea2d2b1671
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.550.0 (2022-01-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.549.0 (2022-01-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.549.0
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.549.0
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-14 00:00:00.000000000 Z
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: