aws-partitions 1.478.0 → 1.479.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: f1a31cc990ca4398c84663b62fb5e19c0df54c6f8f6a2bb6dce78537609f3063
|
|
4
|
+
data.tar.gz: f1764578ad470efef60e2f012db9d32bcb9819b61bb886203dad1b1b080a03cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d60024f6df99db72db1b706776691c784b9325f8bface106624e239363942237b18db4840afef6fc8695b6f761b120fd7e463c0fa7d0e36a780ceb32833aef7a
|
|
7
|
+
data.tar.gz: '09c3240a2f3c8465a1b61c584ff4cdc8bdd0929f3491e83d59a634486c4b3370185425f8ad94c526d7a2c313c345263b17e74c66ff5bfd02b8b53934833b2f5b'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.479.0
|
data/partitions.json
CHANGED
|
@@ -678,6 +678,7 @@
|
|
|
678
678
|
},
|
|
679
679
|
"appflow" : {
|
|
680
680
|
"endpoints" : {
|
|
681
|
+
"af-south-1" : { },
|
|
681
682
|
"ap-northeast-1" : { },
|
|
682
683
|
"ap-northeast-2" : { },
|
|
683
684
|
"ap-south-1" : { },
|
|
@@ -2042,6 +2043,7 @@
|
|
|
2042
2043
|
"ap-east-1" : { },
|
|
2043
2044
|
"ap-northeast-1" : { },
|
|
2044
2045
|
"ap-northeast-2" : { },
|
|
2046
|
+
"ap-northeast-3" : { },
|
|
2045
2047
|
"ap-south-1" : { },
|
|
2046
2048
|
"ap-southeast-1" : { },
|
|
2047
2049
|
"ap-southeast-2" : { },
|
|
@@ -4288,6 +4290,7 @@
|
|
|
4288
4290
|
"eu-west-3" : { },
|
|
4289
4291
|
"sa-east-1" : { },
|
|
4290
4292
|
"us-east-1" : { },
|
|
4293
|
+
"us-east-2" : { },
|
|
4291
4294
|
"us-west-1" : { },
|
|
4292
4295
|
"us-west-2" : { }
|
|
4293
4296
|
}
|
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.479.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-07-
|
|
11
|
+
date: 2021-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|