aws-partitions 1.582.0 → 1.583.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: 0ea652b68c4ec4d6e9b1aee008d64b35b8c2228365c05235c57f5fa32330b1f8
4
- data.tar.gz: 5f0ebb3e5914f959b8415ee78708f98433c189c3a22c37fd1f98b903fc256efb
3
+ metadata.gz: 839b3a33e97c4a818634a817dabf5666a3adba603b2ff31edac691badf44ff26
4
+ data.tar.gz: 99c57d0c082e9daf480242a49bb1462bf64ae3ea8cc529e503a8b336afe2151e
5
5
  SHA512:
6
- metadata.gz: d36e493356134c0c885431fd9c949ee660669d7546e48acd794ff9be400ecb6193337e9389f13a50beb3375fdfeb1b33308709f9fbb655025a04bec448b7399b
7
- data.tar.gz: 4b64342e0d813564b246aa3d0844e6576f8b64b5f42a0f5666b37db5774f7ad1e27e11d3130ee7b2fafd08ad4490eaea37db17b88c66775c056a7ca649ea2296
6
+ metadata.gz: a1e39aa3e9d9988e81f778854333bc11fa71a2cb3f19f3944c559fad36486c29b31be2c2f5fe22856970b5a6815ffa594d60ce6602b7b95e4d8377d182148a31
7
+ data.tar.gz: faa45e25802b113ab049202d45f73096aa603ed3d5aa63e8690dcdf8a25a4b702dde6b6e984864eeeabcb53749152bd88378b5e9e218d21b97d542c2bff85014
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.583.0 (2022-05-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.582.0 (2022-05-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.582.0
1
+ 1.583.0
data/partitions.json CHANGED
@@ -4041,6 +4041,7 @@
4041
4041
  "ap-south-1" : { },
4042
4042
  "ap-southeast-1" : { },
4043
4043
  "ap-southeast-2" : { },
4044
+ "ap-southeast-3" : { },
4044
4045
  "ca-central-1" : { },
4045
4046
  "eu-central-1" : { },
4046
4047
  "eu-north-1" : { },
@@ -7404,6 +7405,7 @@
7404
7405
  "ap-south-1" : { },
7405
7406
  "ap-southeast-1" : { },
7406
7407
  "ap-southeast-2" : { },
7408
+ "ap-southeast-3" : { },
7407
7409
  "ca-central-1" : { },
7408
7410
  "eu-central-1" : { },
7409
7411
  "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.582.0
4
+ version: 1.583.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-05-02 00:00:00.000000000 Z
11
+ date: 2022-05-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: