aws-partitions 1.560.0 → 1.561.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: be7692cd1787b9a516485c1e1babec0d43d3a5029fd5a58cc8ead9aa1bc699e5
4
- data.tar.gz: 679f27cec09132bfe271c60a537d67374c48f67a1947993cd302c5c95869e206
3
+ metadata.gz: c76e03066809c6e7193632cbd1ec092934698b3cd6cbed1006af4bf1e89b1375
4
+ data.tar.gz: c05b3631e8502a30e05e2280d7e01a3150634929bd882db1f5e4879f76bc31da
5
5
  SHA512:
6
- metadata.gz: 9edcb9b5536bc93d54fc35267c25ce391ad5f696a28cedd5539fda34b09063bc820c5e357ef0a56eefa71ad333a4b6ab79941c836958a80e0865dd607ce9a9b6
7
- data.tar.gz: 47920815c6d50e3b96c0afd3b9043371a90e76dc9a3f4257ec5e3aafb4c5b888dadf08e852634dc82518444bf8154ff78e3971ff226340c4ef59c0ce323402f5
6
+ metadata.gz: 665c937e31042537ffa7e1eff2b1c9e1d9d9b9b4c663c64d4736f2a2e9fa49aa1329ee9309706496eedc2183fac13a5fbdbbce46f7b2ddbd66af3f171c0d8476
7
+ data.tar.gz: 6fdd28e47340187669ddaab9800d626e1429a8ad26583114ddb8e167d58f0082d255eb86cbec6f00e48879091c95fc7bc87e8eb878025b6449a708250f99f6a4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.561.0 (2022-03-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.560.0 (2022-02-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.560.0
1
+ 1.561.0
data/partitions.json CHANGED
@@ -8006,6 +8006,7 @@
8006
8006
  "ap-south-1" : { },
8007
8007
  "ap-southeast-1" : { },
8008
8008
  "ap-southeast-2" : { },
8009
+ "ap-southeast-3" : { },
8009
8010
  "ca-central-1" : { },
8010
8011
  "eu-central-1" : { },
8011
8012
  "eu-north-1" : { },
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.560.0
4
+ version: 1.561.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-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: