aws-partitions 1.437.0 → 1.438.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: 8dac3fee00bcc02552efc07fea52be196a75f5dfb61b256cf12110d7c7b9f4e6
4
- data.tar.gz: 61f9e0a378c8acfd704d9965080350b7127b55fa33fe18b01006fcbf2eb32114
3
+ metadata.gz: ed00967336375d061fbb85a3412939dbc392d73d745828154258c8df22fca89b
4
+ data.tar.gz: 385558ae9da57a6470f4f43f8658d0fe7ba70bdb540d897a95aa55bf27a048bc
5
5
  SHA512:
6
- metadata.gz: c4a42793c89a18b36240910cea669cf067c2ad43742be88eefcf09553b26e2f54f86df9105310331393dda585ca124bd48bfbc1d0e0828a458550b04ce31fdba
7
- data.tar.gz: 9b9baaba2ad0a8c8b266d3b04598928d1d537915daeb0a8e7f6bca2dd3b4c6a9f737968f3d7b2d00b7cdc62dc96c809eb93fd9ce2307d7788ae057fe1d4226d8
6
+ metadata.gz: e78eba40bc39bdb222916ab2d1f001fc18a8db814c631e2748b1219b9ef4e13cb638300dc1788479fcfbb903a37ea77c43b86fb382b7846153fd1dd11ed78ef6
7
+ data.tar.gz: 501f8ad65e20f5b70584e1303a8f229d6fc5f8f745544389e8be40a4f3a7db0f846f9567d86522c7a332bb7f12d32d5827544ebff975f74e6102e2b4d169394d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.438.0 (2021-03-30)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.437.0 (2021-03-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.437.0
1
+ 1.438.0
data/partitions.json CHANGED
@@ -5645,6 +5645,7 @@
5645
5645
  "ap-east-1" : { },
5646
5646
  "ap-northeast-1" : { },
5647
5647
  "ap-northeast-2" : { },
5648
+ "ap-northeast-3" : { },
5648
5649
  "ap-south-1" : { },
5649
5650
  "ap-southeast-1" : { },
5650
5651
  "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.437.0
4
+ version: 1.438.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: 2021-03-29 00:00:00.000000000 Z
11
+ date: 2021-03-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: