aws-partitions 1.507.0 → 1.508.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 +11 -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: 3ce7f0fb6238b4769b869949730f4a86f6cf464a9b02076b981345f3ecfbe5f6
|
|
4
|
+
data.tar.gz: f234eb8270ace7dd066ccd06303d7896d9ebf5ccd6b044930cce1508221edb29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9a378fb54095df8c6403bf850c72ac8016745f12041046158677ad57aad654652bf3bfe260b47e52aa0ef3a2f3f102726e3e64935ff997752b5acd8109b1d7a
|
|
7
|
+
data.tar.gz: cb28a05c4dea2c545ebe50a66b52b219561360c71308e175c475366ca92b2aecca5bbf830ff94b66fa1951d016bd32d4aaa9c6bd9e6fd469a6ed2f135fc8e3ed
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.508.0
|
data/partitions.json
CHANGED
|
@@ -7425,6 +7425,17 @@
|
|
|
7425
7425
|
}
|
|
7426
7426
|
}
|
|
7427
7427
|
},
|
|
7428
|
+
"voiceid" : {
|
|
7429
|
+
"endpoints" : {
|
|
7430
|
+
"ap-northeast-1" : { },
|
|
7431
|
+
"ap-southeast-1" : { },
|
|
7432
|
+
"ap-southeast-2" : { },
|
|
7433
|
+
"eu-central-1" : { },
|
|
7434
|
+
"eu-west-2" : { },
|
|
7435
|
+
"us-east-1" : { },
|
|
7436
|
+
"us-west-2" : { }
|
|
7437
|
+
}
|
|
7438
|
+
},
|
|
7428
7439
|
"waf" : {
|
|
7429
7440
|
"endpoints" : {
|
|
7430
7441
|
"aws-fips" : {
|
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.508.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-09-
|
|
11
|
+
date: 2021-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|