aws-partitions 1.566.0 → 1.567.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 +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d86e8fee1b3f3ed7038b084a9c5969802d3a9e8ad7f1761ea4f39cb5e137de4a
4
- data.tar.gz: d17e58209c72d1b74dc5b2e2bf30f7034ca97673923967922160f2307644150c
3
+ metadata.gz: 4d27d2fbafffcd2557c3f7245f110d89159347ab27a54f46ecb0b0f782912de1
4
+ data.tar.gz: 9bf67a75d26ed7b166425b33145da0e543c5a9b1339992db74077db1d7ffac9a
5
5
  SHA512:
6
- metadata.gz: 87dfef90ea82ba02460fbc2a6e7c5fb85a0302311299eaa4e9444e1334560b2ef001236fa244f6934fb427dbc55292cbc2ea9c617dbfc2244d77c996c8caf8ac
7
- data.tar.gz: afebe49959b45b1ffdbdda82e3d17906b7b359e44d154cf3fb492402b146751b3d6a1e28ae695c9b6c7095f522e6f9d182c12d3899393e287442c7fd5829d27a
6
+ metadata.gz: 56873727e248c7451bfa7513b0ffe4c2f64ffbca7bfa8baae33c5efa383032a89b5dee3475422958089eae333fbe3a3fe83184619f21cfdc8050366e60692ae6
7
+ data.tar.gz: e0a640e00e68da43b3f030dc7c8f033b91ec260c9f17b40c6f3f0087e6b6e7c15506853322863da09d145331d99476454a6dd9590bc280f19523cf8894b1efbc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.567.0 (2022-03-14)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.566.0 (2022-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.566.0
1
+ 1.567.0
data/partitions.json CHANGED
@@ -1949,9 +1949,11 @@
1949
1949
  "ap-east-1" : { },
1950
1950
  "ap-northeast-1" : { },
1951
1951
  "ap-northeast-2" : { },
1952
+ "ap-northeast-3" : { },
1952
1953
  "ap-south-1" : { },
1953
1954
  "ap-southeast-1" : { },
1954
1955
  "ap-southeast-2" : { },
1956
+ "ap-southeast-3" : { },
1955
1957
  "ca-central-1" : { },
1956
1958
  "eu-central-1" : { },
1957
1959
  "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.566.0
4
+ version: 1.567.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-10 00:00:00.000000000 Z
11
+ date: 2022-03-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: