aws-sdk-transcribeservice 1.138.0 → 1.139.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/lib/aws-sdk-transcribeservice/client.rb +1 -1
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- data/sig/client.rbs +15 -153
- data/sig/params.rbs +92 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eeb086507111da80557efc80fa0ab259dd56cf801d0f86a34b447a5cc68207f0
|
|
4
|
+
data.tar.gz: 3ddffa3d60a7c417773c6240b86626d5426775aeb0d7e39599e0c86aad40ddfa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b95a0720585f5d67a031a1015f556de4acfed62f38db7652dc01ca5d2b79c36de9be20bf3531c8a44ed3cc7392cf37ef946f809cbf177cf092b4144d4b72b16e
|
|
7
|
+
data.tar.gz: 147846ec0efb1093745fd4dbe71337dab561185bfad5c58dde6cdb22c3bd83210bbf342239775d8d194ef3ae07e44c01e6408f328c1517d62eb0469d954af1bd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.139.0
|
|
@@ -4549,7 +4549,7 @@ module Aws::TranscribeService
|
|
|
4549
4549
|
tracer: tracer
|
|
4550
4550
|
)
|
|
4551
4551
|
context[:gem_name] = 'aws-sdk-transcribeservice'
|
|
4552
|
-
context[:gem_version] = '1.
|
|
4552
|
+
context[:gem_version] = '1.139.0'
|
|
4553
4553
|
Seahorse::Client::Request.new(handlers, context)
|
|
4554
4554
|
end
|
|
4555
4555
|
|
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.139.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -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
|