aws-partitions 1.344.0 → 1.345.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/partitions.json +8 -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: eb30132106687305ab353558f8f5f0ebaed8d69d1467b5fcd2fddc864c3b9fa1
|
|
4
|
+
data.tar.gz: cf3ee99f6c2151c618fe9da51d6fa0273e7a4cc75ec0302a29215e0ac7029678
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb3b746fce7baeefcb54bb154fb171edd6c55d21d5ad58a23a291e8eac52ad729f37f21d71c91b87642cabc0f9b4ee38e55a7420ef254fafe8693b26c53b1b6f
|
|
7
|
+
data.tar.gz: dbe9683ae5605b3a521d46bfb6a55daffbf29c99b390fd6eac9ad5a6b14547ad3d929f96e74c5150307e908b364733f0ba0dbf7a2e6f0c4782d0932104816fbe
|
data/partitions.json
CHANGED
|
@@ -8514,6 +8514,14 @@
|
|
|
8514
8514
|
"us-iso-east-1" : { }
|
|
8515
8515
|
}
|
|
8516
8516
|
},
|
|
8517
|
+
"transcribe" : {
|
|
8518
|
+
"defaults" : {
|
|
8519
|
+
"protocols" : [ "https" ]
|
|
8520
|
+
},
|
|
8521
|
+
"endpoints" : {
|
|
8522
|
+
"us-iso-east-1" : { }
|
|
8523
|
+
}
|
|
8524
|
+
},
|
|
8517
8525
|
"transcribestreaming" : {
|
|
8518
8526
|
"endpoints" : {
|
|
8519
8527
|
"us-iso-east-1" : { }
|
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.345.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: 2020-07-
|
|
11
|
+
date: 2020-07-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|