aws-sdk-transcribeservice 1.138.0 → 1.140.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +6 -8
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- data/sig/client.rbs +15 -153
- data/sig/params.rbs +92 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e5a2a7c899750b41c230784e3baf0ef2937b90ee37b7122eeac9ccb0206de20
|
|
4
|
+
data.tar.gz: 80ea7a22e2c24df609ea10db6c397cf7453b66c31827496943e44b44fdeba00a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad9a78f88b3522e7847031a0bb6fa21b1f96d4bcd7f93f6ab641cb243802062e1296b91173bb734731a74c05dc72fabb10d3d84ad7b3ce450d703fc99256a49f
|
|
7
|
+
data.tar.gz: 26be14721da1e3fa6ea0dda259b7e9dfccc4ebf43b5a20bff0c30610da48680c225c54ca40c223977568e5b8ed3439e7f2ee30e8604b9df0644778192741eb58
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.140.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.139.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.138.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.140.0
|
|
@@ -199,7 +199,7 @@ module Aws::TranscribeService
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::TranscribeService
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -4549,7 +4547,7 @@ module Aws::TranscribeService
|
|
|
4549
4547
|
tracer: tracer
|
|
4550
4548
|
)
|
|
4551
4549
|
context[:gem_name] = 'aws-sdk-transcribeservice'
|
|
4552
|
-
context[:gem_version] = '1.
|
|
4550
|
+
context[:gem_version] = '1.140.0'
|
|
4553
4551
|
Seahorse::Client::Request.new(handlers, context)
|
|
4554
4552
|
end
|
|
4555
4553
|
|
data/sig/client.rbs
CHANGED
|
@@ -87,82 +87,13 @@ module Aws
|
|
|
87
87
|
def create_call_analytics_category: (
|
|
88
88
|
category_name: ::String,
|
|
89
89
|
rules: Array[
|
|
90
|
-
|
|
91
|
-
non_talk_time_filter: {
|
|
92
|
-
threshold: ::Integer?,
|
|
93
|
-
absolute_time_range: {
|
|
94
|
-
start_time: ::Integer?,
|
|
95
|
-
end_time: ::Integer?,
|
|
96
|
-
first: ::Integer?,
|
|
97
|
-
last: ::Integer?
|
|
98
|
-
}?,
|
|
99
|
-
relative_time_range: {
|
|
100
|
-
start_percentage: ::Integer?,
|
|
101
|
-
end_percentage: ::Integer?,
|
|
102
|
-
first: ::Integer?,
|
|
103
|
-
last: ::Integer?
|
|
104
|
-
}?,
|
|
105
|
-
negate: bool?
|
|
106
|
-
}?,
|
|
107
|
-
interruption_filter: {
|
|
108
|
-
threshold: ::Integer?,
|
|
109
|
-
participant_role: ("AGENT" | "CUSTOMER")?,
|
|
110
|
-
absolute_time_range: {
|
|
111
|
-
start_time: ::Integer?,
|
|
112
|
-
end_time: ::Integer?,
|
|
113
|
-
first: ::Integer?,
|
|
114
|
-
last: ::Integer?
|
|
115
|
-
}?,
|
|
116
|
-
relative_time_range: {
|
|
117
|
-
start_percentage: ::Integer?,
|
|
118
|
-
end_percentage: ::Integer?,
|
|
119
|
-
first: ::Integer?,
|
|
120
|
-
last: ::Integer?
|
|
121
|
-
}?,
|
|
122
|
-
negate: bool?
|
|
123
|
-
}?,
|
|
124
|
-
transcript_filter: {
|
|
125
|
-
transcript_filter_type: ("EXACT"),
|
|
126
|
-
absolute_time_range: {
|
|
127
|
-
start_time: ::Integer?,
|
|
128
|
-
end_time: ::Integer?,
|
|
129
|
-
first: ::Integer?,
|
|
130
|
-
last: ::Integer?
|
|
131
|
-
}?,
|
|
132
|
-
relative_time_range: {
|
|
133
|
-
start_percentage: ::Integer?,
|
|
134
|
-
end_percentage: ::Integer?,
|
|
135
|
-
first: ::Integer?,
|
|
136
|
-
last: ::Integer?
|
|
137
|
-
}?,
|
|
138
|
-
participant_role: ("AGENT" | "CUSTOMER")?,
|
|
139
|
-
negate: bool?,
|
|
140
|
-
targets: Array[::String]
|
|
141
|
-
}?,
|
|
142
|
-
sentiment_filter: {
|
|
143
|
-
sentiments: Array[("POSITIVE" | "NEGATIVE" | "NEUTRAL" | "MIXED")],
|
|
144
|
-
absolute_time_range: {
|
|
145
|
-
start_time: ::Integer?,
|
|
146
|
-
end_time: ::Integer?,
|
|
147
|
-
first: ::Integer?,
|
|
148
|
-
last: ::Integer?
|
|
149
|
-
}?,
|
|
150
|
-
relative_time_range: {
|
|
151
|
-
start_percentage: ::Integer?,
|
|
152
|
-
end_percentage: ::Integer?,
|
|
153
|
-
first: ::Integer?,
|
|
154
|
-
last: ::Integer?
|
|
155
|
-
}?,
|
|
156
|
-
participant_role: ("AGENT" | "CUSTOMER")?,
|
|
157
|
-
negate: bool?
|
|
158
|
-
}?
|
|
159
|
-
},
|
|
90
|
+
Params::rule
|
|
160
91
|
],
|
|
161
92
|
?tags: Array[
|
|
162
93
|
{
|
|
163
94
|
key: ::String,
|
|
164
95
|
value: ::String
|
|
165
|
-
}
|
|
96
|
+
}
|
|
166
97
|
],
|
|
167
98
|
?input_type: ("REAL_TIME" | "POST_CALL")
|
|
168
99
|
) -> _CreateCallAnalyticsCategoryResponseSuccess
|
|
@@ -190,7 +121,7 @@ module Aws
|
|
|
190
121
|
{
|
|
191
122
|
key: ::String,
|
|
192
123
|
value: ::String
|
|
193
|
-
}
|
|
124
|
+
}
|
|
194
125
|
]
|
|
195
126
|
) -> _CreateLanguageModelResponseSuccess
|
|
196
127
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLanguageModelResponseSuccess
|
|
@@ -212,7 +143,7 @@ module Aws
|
|
|
212
143
|
{
|
|
213
144
|
key: ::String,
|
|
214
145
|
value: ::String
|
|
215
|
-
}
|
|
146
|
+
}
|
|
216
147
|
]
|
|
217
148
|
) -> _CreateMedicalVocabularyResponseSuccess
|
|
218
149
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMedicalVocabularyResponseSuccess
|
|
@@ -235,7 +166,7 @@ module Aws
|
|
|
235
166
|
{
|
|
236
167
|
key: ::String,
|
|
237
168
|
value: ::String
|
|
238
|
-
}
|
|
169
|
+
}
|
|
239
170
|
],
|
|
240
171
|
?data_access_role_arn: ::String
|
|
241
172
|
) -> _CreateVocabularyResponseSuccess
|
|
@@ -257,7 +188,7 @@ module Aws
|
|
|
257
188
|
{
|
|
258
189
|
key: ::String,
|
|
259
190
|
value: ::String
|
|
260
|
-
}
|
|
191
|
+
}
|
|
261
192
|
],
|
|
262
193
|
?data_access_role_arn: ::String
|
|
263
194
|
) -> _CreateVocabularyFilterResponseSuccess
|
|
@@ -604,13 +535,13 @@ module Aws
|
|
|
604
535
|
{
|
|
605
536
|
key: ::String,
|
|
606
537
|
value: ::String
|
|
607
|
-
}
|
|
538
|
+
}
|
|
608
539
|
],
|
|
609
540
|
?channel_definitions: Array[
|
|
610
541
|
{
|
|
611
542
|
channel_id: ::Integer?,
|
|
612
543
|
participant_role: ("AGENT" | "CUSTOMER")?
|
|
613
|
-
}
|
|
544
|
+
}
|
|
614
545
|
]
|
|
615
546
|
) -> _StartCallAnalyticsJobResponseSuccess
|
|
616
547
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartCallAnalyticsJobResponseSuccess
|
|
@@ -645,13 +576,13 @@ module Aws
|
|
|
645
576
|
{
|
|
646
577
|
channel_id: ::Integer,
|
|
647
578
|
participant_role: ("PATIENT" | "CLINICIAN")
|
|
648
|
-
}
|
|
579
|
+
}
|
|
649
580
|
],
|
|
650
581
|
?tags: Array[
|
|
651
582
|
{
|
|
652
583
|
key: ::String,
|
|
653
584
|
value: ::String
|
|
654
|
-
}
|
|
585
|
+
}
|
|
655
586
|
],
|
|
656
587
|
?medical_scribe_context: {
|
|
657
588
|
patient_context: {
|
|
@@ -694,7 +625,7 @@ module Aws
|
|
|
694
625
|
{
|
|
695
626
|
key: ::String,
|
|
696
627
|
value: ::String
|
|
697
|
-
}
|
|
628
|
+
}
|
|
698
629
|
]
|
|
699
630
|
) -> _StartMedicalTranscriptionJobResponseSuccess
|
|
700
631
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMedicalTranscriptionJobResponseSuccess
|
|
@@ -750,7 +681,7 @@ module Aws
|
|
|
750
681
|
{
|
|
751
682
|
key: ::String,
|
|
752
683
|
value: ::String
|
|
753
|
-
}
|
|
684
|
+
}
|
|
754
685
|
],
|
|
755
686
|
?language_id_settings: Hash[("af-ZA" | "ar-AE" | "ar-SA" | "da-DK" | "de-CH" | "de-DE" | "en-AB" | "en-AU" | "en-GB" | "en-IE" | "en-IN" | "en-US" | "en-WL" | "es-ES" | "es-US" | "fa-IR" | "fr-CA" | "fr-FR" | "he-IL" | "hi-IN" | "id-ID" | "it-IT" | "ja-JP" | "ko-KR" | "ms-MY" | "nl-NL" | "pt-BR" | "pt-PT" | "ru-RU" | "ta-IN" | "te-IN" | "tr-TR" | "zh-CN" | "zh-TW" | "th-TH" | "en-ZA" | "en-NZ" | "vi-VN" | "sv-SE" | "ab-GE" | "ast-ES" | "az-AZ" | "ba-RU" | "be-BY" | "bg-BG" | "bn-IN" | "bs-BA" | "ca-ES" | "ckb-IQ" | "ckb-IR" | "cs-CZ" | "cy-WL" | "el-GR" | "et-EE" | "et-ET" | "eu-ES" | "fi-FI" | "gl-ES" | "gu-IN" | "ha-NG" | "hr-HR" | "hu-HU" | "hy-AM" | "is-IS" | "ka-GE" | "kab-DZ" | "kk-KZ" | "kn-IN" | "ky-KG" | "lg-IN" | "lt-LT" | "lv-LV" | "mhr-RU" | "mi-NZ" | "mk-MK" | "ml-IN" | "mn-MN" | "mr-IN" | "mt-MT" | "no-NO" | "or-IN" | "pa-IN" | "pl-PL" | "ps-AF" | "ro-RO" | "rw-RW" | "si-LK" | "sk-SK" | "sl-SI" | "so-SO" | "sr-RS" | "su-ID" | "sw-BI" | "sw-KE" | "sw-RW" | "sw-TZ" | "sw-UG" | "tl-PH" | "tt-RU" | "ug-CN" | "uk-UA" | "uz-UZ" | "wo-SN" | "zh-HK" | "zu-ZA"), {
|
|
756
687
|
vocabulary_name: ::String?,
|
|
@@ -760,7 +691,7 @@ module Aws
|
|
|
760
691
|
?toxicity_detection: Array[
|
|
761
692
|
{
|
|
762
693
|
toxicity_categories: Array[("ALL")]
|
|
763
|
-
}
|
|
694
|
+
}
|
|
764
695
|
]
|
|
765
696
|
) -> _StartTranscriptionJobResponseSuccess
|
|
766
697
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTranscriptionJobResponseSuccess
|
|
@@ -775,7 +706,7 @@ module Aws
|
|
|
775
706
|
{
|
|
776
707
|
key: ::String,
|
|
777
708
|
value: ::String
|
|
778
|
-
}
|
|
709
|
+
}
|
|
779
710
|
]
|
|
780
711
|
) -> _TagResourceResponseSuccess
|
|
781
712
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -798,76 +729,7 @@ module Aws
|
|
|
798
729
|
def update_call_analytics_category: (
|
|
799
730
|
category_name: ::String,
|
|
800
731
|
rules: Array[
|
|
801
|
-
|
|
802
|
-
non_talk_time_filter: {
|
|
803
|
-
threshold: ::Integer?,
|
|
804
|
-
absolute_time_range: {
|
|
805
|
-
start_time: ::Integer?,
|
|
806
|
-
end_time: ::Integer?,
|
|
807
|
-
first: ::Integer?,
|
|
808
|
-
last: ::Integer?
|
|
809
|
-
}?,
|
|
810
|
-
relative_time_range: {
|
|
811
|
-
start_percentage: ::Integer?,
|
|
812
|
-
end_percentage: ::Integer?,
|
|
813
|
-
first: ::Integer?,
|
|
814
|
-
last: ::Integer?
|
|
815
|
-
}?,
|
|
816
|
-
negate: bool?
|
|
817
|
-
}?,
|
|
818
|
-
interruption_filter: {
|
|
819
|
-
threshold: ::Integer?,
|
|
820
|
-
participant_role: ("AGENT" | "CUSTOMER")?,
|
|
821
|
-
absolute_time_range: {
|
|
822
|
-
start_time: ::Integer?,
|
|
823
|
-
end_time: ::Integer?,
|
|
824
|
-
first: ::Integer?,
|
|
825
|
-
last: ::Integer?
|
|
826
|
-
}?,
|
|
827
|
-
relative_time_range: {
|
|
828
|
-
start_percentage: ::Integer?,
|
|
829
|
-
end_percentage: ::Integer?,
|
|
830
|
-
first: ::Integer?,
|
|
831
|
-
last: ::Integer?
|
|
832
|
-
}?,
|
|
833
|
-
negate: bool?
|
|
834
|
-
}?,
|
|
835
|
-
transcript_filter: {
|
|
836
|
-
transcript_filter_type: ("EXACT"),
|
|
837
|
-
absolute_time_range: {
|
|
838
|
-
start_time: ::Integer?,
|
|
839
|
-
end_time: ::Integer?,
|
|
840
|
-
first: ::Integer?,
|
|
841
|
-
last: ::Integer?
|
|
842
|
-
}?,
|
|
843
|
-
relative_time_range: {
|
|
844
|
-
start_percentage: ::Integer?,
|
|
845
|
-
end_percentage: ::Integer?,
|
|
846
|
-
first: ::Integer?,
|
|
847
|
-
last: ::Integer?
|
|
848
|
-
}?,
|
|
849
|
-
participant_role: ("AGENT" | "CUSTOMER")?,
|
|
850
|
-
negate: bool?,
|
|
851
|
-
targets: Array[::String]
|
|
852
|
-
}?,
|
|
853
|
-
sentiment_filter: {
|
|
854
|
-
sentiments: Array[("POSITIVE" | "NEGATIVE" | "NEUTRAL" | "MIXED")],
|
|
855
|
-
absolute_time_range: {
|
|
856
|
-
start_time: ::Integer?,
|
|
857
|
-
end_time: ::Integer?,
|
|
858
|
-
first: ::Integer?,
|
|
859
|
-
last: ::Integer?
|
|
860
|
-
}?,
|
|
861
|
-
relative_time_range: {
|
|
862
|
-
start_percentage: ::Integer?,
|
|
863
|
-
end_percentage: ::Integer?,
|
|
864
|
-
first: ::Integer?,
|
|
865
|
-
last: ::Integer?
|
|
866
|
-
}?,
|
|
867
|
-
participant_role: ("AGENT" | "CUSTOMER")?,
|
|
868
|
-
negate: bool?
|
|
869
|
-
}?
|
|
870
|
-
},
|
|
732
|
+
Params::rule
|
|
871
733
|
],
|
|
872
734
|
?input_type: ("REAL_TIME" | "POST_CALL")
|
|
873
735
|
) -> _UpdateCallAnalyticsCategoryResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module TranscribeService
|
|
10
|
+
module Params
|
|
11
|
+
type non_talk_time_filter = {
|
|
12
|
+
threshold: ::Integer?,
|
|
13
|
+
absolute_time_range: {
|
|
14
|
+
start_time: ::Integer?,
|
|
15
|
+
end_time: ::Integer?,
|
|
16
|
+
first: ::Integer?,
|
|
17
|
+
last: ::Integer?
|
|
18
|
+
}?,
|
|
19
|
+
relative_time_range: {
|
|
20
|
+
start_percentage: ::Integer?,
|
|
21
|
+
end_percentage: ::Integer?,
|
|
22
|
+
first: ::Integer?,
|
|
23
|
+
last: ::Integer?
|
|
24
|
+
}?,
|
|
25
|
+
negate: bool?
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
type interruption_filter = {
|
|
29
|
+
threshold: ::Integer?,
|
|
30
|
+
participant_role: ("AGENT" | "CUSTOMER")?,
|
|
31
|
+
absolute_time_range: {
|
|
32
|
+
start_time: ::Integer?,
|
|
33
|
+
end_time: ::Integer?,
|
|
34
|
+
first: ::Integer?,
|
|
35
|
+
last: ::Integer?
|
|
36
|
+
}?,
|
|
37
|
+
relative_time_range: {
|
|
38
|
+
start_percentage: ::Integer?,
|
|
39
|
+
end_percentage: ::Integer?,
|
|
40
|
+
first: ::Integer?,
|
|
41
|
+
last: ::Integer?
|
|
42
|
+
}?,
|
|
43
|
+
negate: bool?
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
type transcript_filter = {
|
|
47
|
+
transcript_filter_type: ("EXACT"),
|
|
48
|
+
absolute_time_range: {
|
|
49
|
+
start_time: ::Integer?,
|
|
50
|
+
end_time: ::Integer?,
|
|
51
|
+
first: ::Integer?,
|
|
52
|
+
last: ::Integer?
|
|
53
|
+
}?,
|
|
54
|
+
relative_time_range: {
|
|
55
|
+
start_percentage: ::Integer?,
|
|
56
|
+
end_percentage: ::Integer?,
|
|
57
|
+
first: ::Integer?,
|
|
58
|
+
last: ::Integer?
|
|
59
|
+
}?,
|
|
60
|
+
participant_role: ("AGENT" | "CUSTOMER")?,
|
|
61
|
+
negate: bool?,
|
|
62
|
+
targets: Array[::String]
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
type sentiment_filter = {
|
|
66
|
+
sentiments: Array[("POSITIVE" | "NEGATIVE" | "NEUTRAL" | "MIXED")],
|
|
67
|
+
absolute_time_range: {
|
|
68
|
+
start_time: ::Integer?,
|
|
69
|
+
end_time: ::Integer?,
|
|
70
|
+
first: ::Integer?,
|
|
71
|
+
last: ::Integer?
|
|
72
|
+
}?,
|
|
73
|
+
relative_time_range: {
|
|
74
|
+
start_percentage: ::Integer?,
|
|
75
|
+
end_percentage: ::Integer?,
|
|
76
|
+
first: ::Integer?,
|
|
77
|
+
last: ::Integer?
|
|
78
|
+
}?,
|
|
79
|
+
participant_role: ("AGENT" | "CUSTOMER")?,
|
|
80
|
+
negate: bool?
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
type rule = {
|
|
84
|
+
non_talk_time_filter: Params::non_talk_time_filter?,
|
|
85
|
+
interruption_filter: Params::interruption_filter?,
|
|
86
|
+
transcript_filter: Params::transcript_filter?,
|
|
87
|
+
sentiment_filter: Params::sentiment_filter?
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-transcribeservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.140.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-transcribeservice/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|