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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e36b1836dc55b1a5ce8bb05b8ce6287b895af446de7e8c5f71bc3c62e2c8e4a4
|
|
4
|
+
data.tar.gz: 19c380e35ea27532bd026063e4160a569b3f08133c9443763a98b05a48e4f512
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f33cdd864fc70005af3037dd1b19b834265e8b54552ddd3001a8855bf7c2f2bbb1d15daf061acc451af2f23439a020727a8ba482072a2c143f1435500cb09bf
|
|
7
|
+
data.tar.gz: 748d7c2927277af1fda2e1848a3d2487c559942877e6ebeee7c8c54e96607e9d1fceaa2ebe3ba0eca3e6bbbcb58f7d5ba103bed97165f1eb2aafddaa009c7bee
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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-
|
|
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:
|