aws-partitions 1.572.0 → 1.573.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 +1 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2881fcca3e6280e1f219dd0856e5faeec3f2213a2d5c8e0fd3fb6b3c44dc2f5d
4
- data.tar.gz: 779870de6b7e44b5aafeb4f2642adb0d497a06091e7ce8026caf84a49cb6eb06
3
+ metadata.gz: 7b39b4a143872182345afdc43f8652460211fa08779ce0b91831276dedaf3b1e
4
+ data.tar.gz: 67f0032824263cddbf82935b3a14965c2ad56046847c960745cfb3c26f4c63c3
5
5
  SHA512:
6
- metadata.gz: ff7d86861fc908df1346b70f52ff5205e3cff2eef731ee9b15dc300bef8e1cef77bdb53914ab906cd11585e0d6b1c6422cbb4264907f7b543f2fb1273e428051
7
- data.tar.gz: d1aa1228ccee7d543298a5adfecce0706f1ceaff2fef16849118ac88298f638b374e25e24919718d66425c855d7ddf13af4b586673c2961db81b203c4f8f2d32
6
+ metadata.gz: 57462f0b7aa3c0a415b068bd4db21e19508fc0e1adf008f00867fe3ea41e6734525268af32f5f2d833cf76c1d7da6821ff55e17ccf5a7859eb378b1ead260013
7
+ data.tar.gz: c1f5bab51ea069a3588c55c357573cd8b270ac0a4b4bf3367df6fd503b8df35ed6d3d7e03f561b40847bb0f883d0d92596bffa5cab989db4051ec0c812fbfc96
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.573.0 (2022-04-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.572.0 (2022-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.572.0
1
+ 1.573.0
data/partitions.json CHANGED
@@ -1304,6 +1304,7 @@
1304
1304
  "ap-south-1" : { },
1305
1305
  "ap-southeast-1" : { },
1306
1306
  "ap-southeast-2" : { },
1307
+ "ca-central-1" : { },
1307
1308
  "eu-central-1" : { },
1308
1309
  "eu-west-1" : { },
1309
1310
  "eu-west-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.572.0
4
+ version: 1.573.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-03-31 00:00:00.000000000 Z
11
+ date: 2022-04-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: