aws-partitions 1.472.0 → 1.473.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 +3 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b80c22b49f97f8f88a7d887203ea4b0b52551e8103e64ff861eae98f43d2fe07
4
- data.tar.gz: 0d8dce767713e70452f6ddeb439098c4e3fd3ffbb2fb8bc08f93b3a814f7e619
3
+ metadata.gz: e36b1836dc55b1a5ce8bb05b8ce6287b895af446de7e8c5f71bc3c62e2c8e4a4
4
+ data.tar.gz: 19c380e35ea27532bd026063e4160a569b3f08133c9443763a98b05a48e4f512
5
5
  SHA512:
6
- metadata.gz: 60de12b50080b3e03820359cfc2f4d415a1f37d1e0587338ac3d1ca5e7b28988b22497783fd08025bad4bff1c324632dd3252b5c102f69eceaeef3decb065eb0
7
- data.tar.gz: 6b62bed524e198d812ca06367a444f188de1e2e4ac638a3d3ef33b874bdb9129b40f63b383e7102a3f8c043f9f26c77b733fcb60e71e5423be16d02b4ef93083
6
+ metadata.gz: 1f33cdd864fc70005af3037dd1b19b834265e8b54552ddd3001a8855bf7c2f2bbb1d15daf061acc451af2f23439a020727a8ba482072a2c143f1435500cb09bf
7
+ data.tar.gz: 748d7c2927277af1fda2e1848a3d2487c559942877e6ebeee7c8c54e96607e9d1fceaa2ebe3ba0eca3e6bbbcb58f7d5ba103bed97165f1eb2aafddaa009c7bee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.473.0 (2021-07-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.472.0 (2021-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.472.0
1
+ 1.473.0
data/partitions.json CHANGED
@@ -865,6 +865,7 @@
865
865
  "ap-east-1" : { },
866
866
  "ap-northeast-1" : { },
867
867
  "ap-northeast-2" : { },
868
+ "ap-northeast-3" : { },
868
869
  "ap-south-1" : { },
869
870
  "ap-southeast-1" : { },
870
871
  "ap-southeast-2" : { },
@@ -2896,6 +2897,7 @@
2896
2897
  "ap-east-1" : { },
2897
2898
  "ap-northeast-1" : { },
2898
2899
  "ap-northeast-2" : { },
2900
+ "ap-northeast-3" : { },
2899
2901
  "ap-south-1" : { },
2900
2902
  "ap-southeast-1" : { },
2901
2903
  "ap-southeast-2" : { },
@@ -6503,6 +6505,7 @@
6503
6505
  "ap-east-1" : { },
6504
6506
  "ap-northeast-1" : { },
6505
6507
  "ap-northeast-2" : { },
6508
+ "ap-northeast-3" : { },
6506
6509
  "ap-south-1" : { },
6507
6510
  "ap-southeast-1" : { },
6508
6511
  "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.472.0
4
+ version: 1.473.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-06-25 00:00:00.000000000 Z
11
+ date: 2021-07-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: