aws-partitions 1.553.0 → 1.554.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: 137607186d0d2fc55678c051f8433a8be7cebd7ad0d4cdf62b49a398530d4ffd
4
- data.tar.gz: 9a4aa2943aea05f8d7247e384b604fc0e50a2c2b5d34677e2b12a67ad5078efc
3
+ metadata.gz: a619f9a3d7f61252603efba1d516d6607cbbfa9af06d292fd2511d6d1f08b112
4
+ data.tar.gz: 50ab965bd2191ceea7d8edf9533e3d395bc43a3944ddf3306278c5688916cb07
5
5
  SHA512:
6
- metadata.gz: 43ca6b862995bde49004f92de13cedb78ebef1380cc36a382d84edc07509b7993e3f0b5bbb0e27077d7b301a42d1a6909be81e0d45e799152609e2339728a804
7
- data.tar.gz: 5cfc277a23e8c9763c5bcf2e3376a6f3a2c3c2f46e4a92c51ba0534708f0c0725d960cbf32b78168e20ae435f6483bfc4a72bb38fbb7c32bd6d353c816c5c1c9
6
+ metadata.gz: 2e36394a5ae8b4f9520e5572dc11fd360320903dbe63103f381037b21f140197812635b573082d2de54fced0aa82c9e94d5314c99e3fccd751f919d089360c84
7
+ data.tar.gz: 5a5146437b2d21ebda78b24c6cea217fddef2250e183924b3989f767774b6df7c6aee32e55c7b187ea7d6b5308c19ee1a2cf838dbe3a56f58593e3b3c08e94e6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.554.0 (2022-02-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.553.0 (2022-02-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.553.0
1
+ 1.554.0
data/partitions.json CHANGED
@@ -12046,6 +12046,7 @@
12046
12046
  "ap-east-1" : { },
12047
12047
  "ap-northeast-1" : { },
12048
12048
  "ap-northeast-2" : { },
12049
+ "ap-northeast-3" : { },
12049
12050
  "ap-south-1" : { },
12050
12051
  "ap-southeast-1" : { },
12051
12052
  "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.553.0
4
+ version: 1.554.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-04 00:00:00.000000000 Z
11
+ date: 2022-02-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: