@aws-sdk/client-transcribe 3.169.0 → 3.171.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Transcribe.d.ts +667 -200
- package/dist-types/ts3.4/TranscribeClient.d.ts +338 -112
- package/dist-types/ts3.4/commands/CreateCallAnalyticsCategoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLanguageModelCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateMedicalVocabularyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVocabularyFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsCategoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCallAnalyticsJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLanguageModelCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteMedicalTranscriptionJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteMedicalVocabularyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTranscriptionJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVocabularyFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeLanguageModelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCallAnalyticsCategoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCallAnalyticsJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetMedicalTranscriptionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetMedicalVocabularyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTranscriptionJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetVocabularyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetVocabularyFilterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListCallAnalyticsCategoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCallAnalyticsJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListLanguageModelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListMedicalTranscriptionJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListMedicalVocabulariesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTranscriptionJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListVocabulariesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListVocabularyFiltersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartCallAnalyticsJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartMedicalTranscriptionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartTranscriptionJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCallAnalyticsCategoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateMedicalVocabularyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateVocabularyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateVocabularyFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/TranscribeServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1118 -1452
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCallAnalyticsCategoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCallAnalyticsJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLanguageModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMedicalTranscriptionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMedicalVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTranscriptionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVocabulariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVocabularyFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,200 +1,667 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateCallAnalyticsCategoryCommandInput,
|
|
4
|
+
CreateCallAnalyticsCategoryCommandOutput,
|
|
5
|
+
} from "./commands/CreateCallAnalyticsCategoryCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateLanguageModelCommandInput,
|
|
8
|
+
CreateLanguageModelCommandOutput,
|
|
9
|
+
} from "./commands/CreateLanguageModelCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateMedicalVocabularyCommandInput,
|
|
12
|
+
CreateMedicalVocabularyCommandOutput,
|
|
13
|
+
} from "./commands/CreateMedicalVocabularyCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateVocabularyCommandInput,
|
|
16
|
+
CreateVocabularyCommandOutput,
|
|
17
|
+
} from "./commands/CreateVocabularyCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateVocabularyFilterCommandInput,
|
|
20
|
+
CreateVocabularyFilterCommandOutput,
|
|
21
|
+
} from "./commands/CreateVocabularyFilterCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteCallAnalyticsCategoryCommandInput,
|
|
24
|
+
DeleteCallAnalyticsCategoryCommandOutput,
|
|
25
|
+
} from "./commands/DeleteCallAnalyticsCategoryCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteCallAnalyticsJobCommandInput,
|
|
28
|
+
DeleteCallAnalyticsJobCommandOutput,
|
|
29
|
+
} from "./commands/DeleteCallAnalyticsJobCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteLanguageModelCommandInput,
|
|
32
|
+
DeleteLanguageModelCommandOutput,
|
|
33
|
+
} from "./commands/DeleteLanguageModelCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteMedicalTranscriptionJobCommandInput,
|
|
36
|
+
DeleteMedicalTranscriptionJobCommandOutput,
|
|
37
|
+
} from "./commands/DeleteMedicalTranscriptionJobCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteMedicalVocabularyCommandInput,
|
|
40
|
+
DeleteMedicalVocabularyCommandOutput,
|
|
41
|
+
} from "./commands/DeleteMedicalVocabularyCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteTranscriptionJobCommandInput,
|
|
44
|
+
DeleteTranscriptionJobCommandOutput,
|
|
45
|
+
} from "./commands/DeleteTranscriptionJobCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteVocabularyCommandInput,
|
|
48
|
+
DeleteVocabularyCommandOutput,
|
|
49
|
+
} from "./commands/DeleteVocabularyCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteVocabularyFilterCommandInput,
|
|
52
|
+
DeleteVocabularyFilterCommandOutput,
|
|
53
|
+
} from "./commands/DeleteVocabularyFilterCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeLanguageModelCommandInput,
|
|
56
|
+
DescribeLanguageModelCommandOutput,
|
|
57
|
+
} from "./commands/DescribeLanguageModelCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetCallAnalyticsCategoryCommandInput,
|
|
60
|
+
GetCallAnalyticsCategoryCommandOutput,
|
|
61
|
+
} from "./commands/GetCallAnalyticsCategoryCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetCallAnalyticsJobCommandInput,
|
|
64
|
+
GetCallAnalyticsJobCommandOutput,
|
|
65
|
+
} from "./commands/GetCallAnalyticsJobCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetMedicalTranscriptionJobCommandInput,
|
|
68
|
+
GetMedicalTranscriptionJobCommandOutput,
|
|
69
|
+
} from "./commands/GetMedicalTranscriptionJobCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetMedicalVocabularyCommandInput,
|
|
72
|
+
GetMedicalVocabularyCommandOutput,
|
|
73
|
+
} from "./commands/GetMedicalVocabularyCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetTranscriptionJobCommandInput,
|
|
76
|
+
GetTranscriptionJobCommandOutput,
|
|
77
|
+
} from "./commands/GetTranscriptionJobCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetVocabularyCommandInput,
|
|
80
|
+
GetVocabularyCommandOutput,
|
|
81
|
+
} from "./commands/GetVocabularyCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetVocabularyFilterCommandInput,
|
|
84
|
+
GetVocabularyFilterCommandOutput,
|
|
85
|
+
} from "./commands/GetVocabularyFilterCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListCallAnalyticsCategoriesCommandInput,
|
|
88
|
+
ListCallAnalyticsCategoriesCommandOutput,
|
|
89
|
+
} from "./commands/ListCallAnalyticsCategoriesCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListCallAnalyticsJobsCommandInput,
|
|
92
|
+
ListCallAnalyticsJobsCommandOutput,
|
|
93
|
+
} from "./commands/ListCallAnalyticsJobsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListLanguageModelsCommandInput,
|
|
96
|
+
ListLanguageModelsCommandOutput,
|
|
97
|
+
} from "./commands/ListLanguageModelsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListMedicalTranscriptionJobsCommandInput,
|
|
100
|
+
ListMedicalTranscriptionJobsCommandOutput,
|
|
101
|
+
} from "./commands/ListMedicalTranscriptionJobsCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListMedicalVocabulariesCommandInput,
|
|
104
|
+
ListMedicalVocabulariesCommandOutput,
|
|
105
|
+
} from "./commands/ListMedicalVocabulariesCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListTagsForResourceCommandInput,
|
|
108
|
+
ListTagsForResourceCommandOutput,
|
|
109
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListTranscriptionJobsCommandInput,
|
|
112
|
+
ListTranscriptionJobsCommandOutput,
|
|
113
|
+
} from "./commands/ListTranscriptionJobsCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListVocabulariesCommandInput,
|
|
116
|
+
ListVocabulariesCommandOutput,
|
|
117
|
+
} from "./commands/ListVocabulariesCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListVocabularyFiltersCommandInput,
|
|
120
|
+
ListVocabularyFiltersCommandOutput,
|
|
121
|
+
} from "./commands/ListVocabularyFiltersCommand";
|
|
122
|
+
import {
|
|
123
|
+
StartCallAnalyticsJobCommandInput,
|
|
124
|
+
StartCallAnalyticsJobCommandOutput,
|
|
125
|
+
} from "./commands/StartCallAnalyticsJobCommand";
|
|
126
|
+
import {
|
|
127
|
+
StartMedicalTranscriptionJobCommandInput,
|
|
128
|
+
StartMedicalTranscriptionJobCommandOutput,
|
|
129
|
+
} from "./commands/StartMedicalTranscriptionJobCommand";
|
|
130
|
+
import {
|
|
131
|
+
StartTranscriptionJobCommandInput,
|
|
132
|
+
StartTranscriptionJobCommandOutput,
|
|
133
|
+
} from "./commands/StartTranscriptionJobCommand";
|
|
134
|
+
import {
|
|
135
|
+
TagResourceCommandInput,
|
|
136
|
+
TagResourceCommandOutput,
|
|
137
|
+
} from "./commands/TagResourceCommand";
|
|
138
|
+
import {
|
|
139
|
+
UntagResourceCommandInput,
|
|
140
|
+
UntagResourceCommandOutput,
|
|
141
|
+
} from "./commands/UntagResourceCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdateCallAnalyticsCategoryCommandInput,
|
|
144
|
+
UpdateCallAnalyticsCategoryCommandOutput,
|
|
145
|
+
} from "./commands/UpdateCallAnalyticsCategoryCommand";
|
|
146
|
+
import {
|
|
147
|
+
UpdateMedicalVocabularyCommandInput,
|
|
148
|
+
UpdateMedicalVocabularyCommandOutput,
|
|
149
|
+
} from "./commands/UpdateMedicalVocabularyCommand";
|
|
150
|
+
import {
|
|
151
|
+
UpdateVocabularyCommandInput,
|
|
152
|
+
UpdateVocabularyCommandOutput,
|
|
153
|
+
} from "./commands/UpdateVocabularyCommand";
|
|
154
|
+
import {
|
|
155
|
+
UpdateVocabularyFilterCommandInput,
|
|
156
|
+
UpdateVocabularyFilterCommandOutput,
|
|
157
|
+
} from "./commands/UpdateVocabularyFilterCommand";
|
|
158
|
+
import { TranscribeClient } from "./TranscribeClient";
|
|
159
|
+
export declare class Transcribe extends TranscribeClient {
|
|
160
|
+
createCallAnalyticsCategory(
|
|
161
|
+
args: CreateCallAnalyticsCategoryCommandInput,
|
|
162
|
+
options?: __HttpHandlerOptions
|
|
163
|
+
): Promise<CreateCallAnalyticsCategoryCommandOutput>;
|
|
164
|
+
createCallAnalyticsCategory(
|
|
165
|
+
args: CreateCallAnalyticsCategoryCommandInput,
|
|
166
|
+
cb: (err: any, data?: CreateCallAnalyticsCategoryCommandOutput) => void
|
|
167
|
+
): void;
|
|
168
|
+
createCallAnalyticsCategory(
|
|
169
|
+
args: CreateCallAnalyticsCategoryCommandInput,
|
|
170
|
+
options: __HttpHandlerOptions,
|
|
171
|
+
cb: (err: any, data?: CreateCallAnalyticsCategoryCommandOutput) => void
|
|
172
|
+
): void;
|
|
173
|
+
createLanguageModel(
|
|
174
|
+
args: CreateLanguageModelCommandInput,
|
|
175
|
+
options?: __HttpHandlerOptions
|
|
176
|
+
): Promise<CreateLanguageModelCommandOutput>;
|
|
177
|
+
createLanguageModel(
|
|
178
|
+
args: CreateLanguageModelCommandInput,
|
|
179
|
+
cb: (err: any, data?: CreateLanguageModelCommandOutput) => void
|
|
180
|
+
): void;
|
|
181
|
+
createLanguageModel(
|
|
182
|
+
args: CreateLanguageModelCommandInput,
|
|
183
|
+
options: __HttpHandlerOptions,
|
|
184
|
+
cb: (err: any, data?: CreateLanguageModelCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
createMedicalVocabulary(
|
|
187
|
+
args: CreateMedicalVocabularyCommandInput,
|
|
188
|
+
options?: __HttpHandlerOptions
|
|
189
|
+
): Promise<CreateMedicalVocabularyCommandOutput>;
|
|
190
|
+
createMedicalVocabulary(
|
|
191
|
+
args: CreateMedicalVocabularyCommandInput,
|
|
192
|
+
cb: (err: any, data?: CreateMedicalVocabularyCommandOutput) => void
|
|
193
|
+
): void;
|
|
194
|
+
createMedicalVocabulary(
|
|
195
|
+
args: CreateMedicalVocabularyCommandInput,
|
|
196
|
+
options: __HttpHandlerOptions,
|
|
197
|
+
cb: (err: any, data?: CreateMedicalVocabularyCommandOutput) => void
|
|
198
|
+
): void;
|
|
199
|
+
createVocabulary(
|
|
200
|
+
args: CreateVocabularyCommandInput,
|
|
201
|
+
options?: __HttpHandlerOptions
|
|
202
|
+
): Promise<CreateVocabularyCommandOutput>;
|
|
203
|
+
createVocabulary(
|
|
204
|
+
args: CreateVocabularyCommandInput,
|
|
205
|
+
cb: (err: any, data?: CreateVocabularyCommandOutput) => void
|
|
206
|
+
): void;
|
|
207
|
+
createVocabulary(
|
|
208
|
+
args: CreateVocabularyCommandInput,
|
|
209
|
+
options: __HttpHandlerOptions,
|
|
210
|
+
cb: (err: any, data?: CreateVocabularyCommandOutput) => void
|
|
211
|
+
): void;
|
|
212
|
+
createVocabularyFilter(
|
|
213
|
+
args: CreateVocabularyFilterCommandInput,
|
|
214
|
+
options?: __HttpHandlerOptions
|
|
215
|
+
): Promise<CreateVocabularyFilterCommandOutput>;
|
|
216
|
+
createVocabularyFilter(
|
|
217
|
+
args: CreateVocabularyFilterCommandInput,
|
|
218
|
+
cb: (err: any, data?: CreateVocabularyFilterCommandOutput) => void
|
|
219
|
+
): void;
|
|
220
|
+
createVocabularyFilter(
|
|
221
|
+
args: CreateVocabularyFilterCommandInput,
|
|
222
|
+
options: __HttpHandlerOptions,
|
|
223
|
+
cb: (err: any, data?: CreateVocabularyFilterCommandOutput) => void
|
|
224
|
+
): void;
|
|
225
|
+
deleteCallAnalyticsCategory(
|
|
226
|
+
args: DeleteCallAnalyticsCategoryCommandInput,
|
|
227
|
+
options?: __HttpHandlerOptions
|
|
228
|
+
): Promise<DeleteCallAnalyticsCategoryCommandOutput>;
|
|
229
|
+
deleteCallAnalyticsCategory(
|
|
230
|
+
args: DeleteCallAnalyticsCategoryCommandInput,
|
|
231
|
+
cb: (err: any, data?: DeleteCallAnalyticsCategoryCommandOutput) => void
|
|
232
|
+
): void;
|
|
233
|
+
deleteCallAnalyticsCategory(
|
|
234
|
+
args: DeleteCallAnalyticsCategoryCommandInput,
|
|
235
|
+
options: __HttpHandlerOptions,
|
|
236
|
+
cb: (err: any, data?: DeleteCallAnalyticsCategoryCommandOutput) => void
|
|
237
|
+
): void;
|
|
238
|
+
deleteCallAnalyticsJob(
|
|
239
|
+
args: DeleteCallAnalyticsJobCommandInput,
|
|
240
|
+
options?: __HttpHandlerOptions
|
|
241
|
+
): Promise<DeleteCallAnalyticsJobCommandOutput>;
|
|
242
|
+
deleteCallAnalyticsJob(
|
|
243
|
+
args: DeleteCallAnalyticsJobCommandInput,
|
|
244
|
+
cb: (err: any, data?: DeleteCallAnalyticsJobCommandOutput) => void
|
|
245
|
+
): void;
|
|
246
|
+
deleteCallAnalyticsJob(
|
|
247
|
+
args: DeleteCallAnalyticsJobCommandInput,
|
|
248
|
+
options: __HttpHandlerOptions,
|
|
249
|
+
cb: (err: any, data?: DeleteCallAnalyticsJobCommandOutput) => void
|
|
250
|
+
): void;
|
|
251
|
+
deleteLanguageModel(
|
|
252
|
+
args: DeleteLanguageModelCommandInput,
|
|
253
|
+
options?: __HttpHandlerOptions
|
|
254
|
+
): Promise<DeleteLanguageModelCommandOutput>;
|
|
255
|
+
deleteLanguageModel(
|
|
256
|
+
args: DeleteLanguageModelCommandInput,
|
|
257
|
+
cb: (err: any, data?: DeleteLanguageModelCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
deleteLanguageModel(
|
|
260
|
+
args: DeleteLanguageModelCommandInput,
|
|
261
|
+
options: __HttpHandlerOptions,
|
|
262
|
+
cb: (err: any, data?: DeleteLanguageModelCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
deleteMedicalTranscriptionJob(
|
|
265
|
+
args: DeleteMedicalTranscriptionJobCommandInput,
|
|
266
|
+
options?: __HttpHandlerOptions
|
|
267
|
+
): Promise<DeleteMedicalTranscriptionJobCommandOutput>;
|
|
268
|
+
deleteMedicalTranscriptionJob(
|
|
269
|
+
args: DeleteMedicalTranscriptionJobCommandInput,
|
|
270
|
+
cb: (err: any, data?: DeleteMedicalTranscriptionJobCommandOutput) => void
|
|
271
|
+
): void;
|
|
272
|
+
deleteMedicalTranscriptionJob(
|
|
273
|
+
args: DeleteMedicalTranscriptionJobCommandInput,
|
|
274
|
+
options: __HttpHandlerOptions,
|
|
275
|
+
cb: (err: any, data?: DeleteMedicalTranscriptionJobCommandOutput) => void
|
|
276
|
+
): void;
|
|
277
|
+
deleteMedicalVocabulary(
|
|
278
|
+
args: DeleteMedicalVocabularyCommandInput,
|
|
279
|
+
options?: __HttpHandlerOptions
|
|
280
|
+
): Promise<DeleteMedicalVocabularyCommandOutput>;
|
|
281
|
+
deleteMedicalVocabulary(
|
|
282
|
+
args: DeleteMedicalVocabularyCommandInput,
|
|
283
|
+
cb: (err: any, data?: DeleteMedicalVocabularyCommandOutput) => void
|
|
284
|
+
): void;
|
|
285
|
+
deleteMedicalVocabulary(
|
|
286
|
+
args: DeleteMedicalVocabularyCommandInput,
|
|
287
|
+
options: __HttpHandlerOptions,
|
|
288
|
+
cb: (err: any, data?: DeleteMedicalVocabularyCommandOutput) => void
|
|
289
|
+
): void;
|
|
290
|
+
deleteTranscriptionJob(
|
|
291
|
+
args: DeleteTranscriptionJobCommandInput,
|
|
292
|
+
options?: __HttpHandlerOptions
|
|
293
|
+
): Promise<DeleteTranscriptionJobCommandOutput>;
|
|
294
|
+
deleteTranscriptionJob(
|
|
295
|
+
args: DeleteTranscriptionJobCommandInput,
|
|
296
|
+
cb: (err: any, data?: DeleteTranscriptionJobCommandOutput) => void
|
|
297
|
+
): void;
|
|
298
|
+
deleteTranscriptionJob(
|
|
299
|
+
args: DeleteTranscriptionJobCommandInput,
|
|
300
|
+
options: __HttpHandlerOptions,
|
|
301
|
+
cb: (err: any, data?: DeleteTranscriptionJobCommandOutput) => void
|
|
302
|
+
): void;
|
|
303
|
+
deleteVocabulary(
|
|
304
|
+
args: DeleteVocabularyCommandInput,
|
|
305
|
+
options?: __HttpHandlerOptions
|
|
306
|
+
): Promise<DeleteVocabularyCommandOutput>;
|
|
307
|
+
deleteVocabulary(
|
|
308
|
+
args: DeleteVocabularyCommandInput,
|
|
309
|
+
cb: (err: any, data?: DeleteVocabularyCommandOutput) => void
|
|
310
|
+
): void;
|
|
311
|
+
deleteVocabulary(
|
|
312
|
+
args: DeleteVocabularyCommandInput,
|
|
313
|
+
options: __HttpHandlerOptions,
|
|
314
|
+
cb: (err: any, data?: DeleteVocabularyCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
deleteVocabularyFilter(
|
|
317
|
+
args: DeleteVocabularyFilterCommandInput,
|
|
318
|
+
options?: __HttpHandlerOptions
|
|
319
|
+
): Promise<DeleteVocabularyFilterCommandOutput>;
|
|
320
|
+
deleteVocabularyFilter(
|
|
321
|
+
args: DeleteVocabularyFilterCommandInput,
|
|
322
|
+
cb: (err: any, data?: DeleteVocabularyFilterCommandOutput) => void
|
|
323
|
+
): void;
|
|
324
|
+
deleteVocabularyFilter(
|
|
325
|
+
args: DeleteVocabularyFilterCommandInput,
|
|
326
|
+
options: __HttpHandlerOptions,
|
|
327
|
+
cb: (err: any, data?: DeleteVocabularyFilterCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
describeLanguageModel(
|
|
330
|
+
args: DescribeLanguageModelCommandInput,
|
|
331
|
+
options?: __HttpHandlerOptions
|
|
332
|
+
): Promise<DescribeLanguageModelCommandOutput>;
|
|
333
|
+
describeLanguageModel(
|
|
334
|
+
args: DescribeLanguageModelCommandInput,
|
|
335
|
+
cb: (err: any, data?: DescribeLanguageModelCommandOutput) => void
|
|
336
|
+
): void;
|
|
337
|
+
describeLanguageModel(
|
|
338
|
+
args: DescribeLanguageModelCommandInput,
|
|
339
|
+
options: __HttpHandlerOptions,
|
|
340
|
+
cb: (err: any, data?: DescribeLanguageModelCommandOutput) => void
|
|
341
|
+
): void;
|
|
342
|
+
getCallAnalyticsCategory(
|
|
343
|
+
args: GetCallAnalyticsCategoryCommandInput,
|
|
344
|
+
options?: __HttpHandlerOptions
|
|
345
|
+
): Promise<GetCallAnalyticsCategoryCommandOutput>;
|
|
346
|
+
getCallAnalyticsCategory(
|
|
347
|
+
args: GetCallAnalyticsCategoryCommandInput,
|
|
348
|
+
cb: (err: any, data?: GetCallAnalyticsCategoryCommandOutput) => void
|
|
349
|
+
): void;
|
|
350
|
+
getCallAnalyticsCategory(
|
|
351
|
+
args: GetCallAnalyticsCategoryCommandInput,
|
|
352
|
+
options: __HttpHandlerOptions,
|
|
353
|
+
cb: (err: any, data?: GetCallAnalyticsCategoryCommandOutput) => void
|
|
354
|
+
): void;
|
|
355
|
+
getCallAnalyticsJob(
|
|
356
|
+
args: GetCallAnalyticsJobCommandInput,
|
|
357
|
+
options?: __HttpHandlerOptions
|
|
358
|
+
): Promise<GetCallAnalyticsJobCommandOutput>;
|
|
359
|
+
getCallAnalyticsJob(
|
|
360
|
+
args: GetCallAnalyticsJobCommandInput,
|
|
361
|
+
cb: (err: any, data?: GetCallAnalyticsJobCommandOutput) => void
|
|
362
|
+
): void;
|
|
363
|
+
getCallAnalyticsJob(
|
|
364
|
+
args: GetCallAnalyticsJobCommandInput,
|
|
365
|
+
options: __HttpHandlerOptions,
|
|
366
|
+
cb: (err: any, data?: GetCallAnalyticsJobCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
getMedicalTranscriptionJob(
|
|
369
|
+
args: GetMedicalTranscriptionJobCommandInput,
|
|
370
|
+
options?: __HttpHandlerOptions
|
|
371
|
+
): Promise<GetMedicalTranscriptionJobCommandOutput>;
|
|
372
|
+
getMedicalTranscriptionJob(
|
|
373
|
+
args: GetMedicalTranscriptionJobCommandInput,
|
|
374
|
+
cb: (err: any, data?: GetMedicalTranscriptionJobCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
getMedicalTranscriptionJob(
|
|
377
|
+
args: GetMedicalTranscriptionJobCommandInput,
|
|
378
|
+
options: __HttpHandlerOptions,
|
|
379
|
+
cb: (err: any, data?: GetMedicalTranscriptionJobCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
getMedicalVocabulary(
|
|
382
|
+
args: GetMedicalVocabularyCommandInput,
|
|
383
|
+
options?: __HttpHandlerOptions
|
|
384
|
+
): Promise<GetMedicalVocabularyCommandOutput>;
|
|
385
|
+
getMedicalVocabulary(
|
|
386
|
+
args: GetMedicalVocabularyCommandInput,
|
|
387
|
+
cb: (err: any, data?: GetMedicalVocabularyCommandOutput) => void
|
|
388
|
+
): void;
|
|
389
|
+
getMedicalVocabulary(
|
|
390
|
+
args: GetMedicalVocabularyCommandInput,
|
|
391
|
+
options: __HttpHandlerOptions,
|
|
392
|
+
cb: (err: any, data?: GetMedicalVocabularyCommandOutput) => void
|
|
393
|
+
): void;
|
|
394
|
+
getTranscriptionJob(
|
|
395
|
+
args: GetTranscriptionJobCommandInput,
|
|
396
|
+
options?: __HttpHandlerOptions
|
|
397
|
+
): Promise<GetTranscriptionJobCommandOutput>;
|
|
398
|
+
getTranscriptionJob(
|
|
399
|
+
args: GetTranscriptionJobCommandInput,
|
|
400
|
+
cb: (err: any, data?: GetTranscriptionJobCommandOutput) => void
|
|
401
|
+
): void;
|
|
402
|
+
getTranscriptionJob(
|
|
403
|
+
args: GetTranscriptionJobCommandInput,
|
|
404
|
+
options: __HttpHandlerOptions,
|
|
405
|
+
cb: (err: any, data?: GetTranscriptionJobCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
getVocabulary(
|
|
408
|
+
args: GetVocabularyCommandInput,
|
|
409
|
+
options?: __HttpHandlerOptions
|
|
410
|
+
): Promise<GetVocabularyCommandOutput>;
|
|
411
|
+
getVocabulary(
|
|
412
|
+
args: GetVocabularyCommandInput,
|
|
413
|
+
cb: (err: any, data?: GetVocabularyCommandOutput) => void
|
|
414
|
+
): void;
|
|
415
|
+
getVocabulary(
|
|
416
|
+
args: GetVocabularyCommandInput,
|
|
417
|
+
options: __HttpHandlerOptions,
|
|
418
|
+
cb: (err: any, data?: GetVocabularyCommandOutput) => void
|
|
419
|
+
): void;
|
|
420
|
+
getVocabularyFilter(
|
|
421
|
+
args: GetVocabularyFilterCommandInput,
|
|
422
|
+
options?: __HttpHandlerOptions
|
|
423
|
+
): Promise<GetVocabularyFilterCommandOutput>;
|
|
424
|
+
getVocabularyFilter(
|
|
425
|
+
args: GetVocabularyFilterCommandInput,
|
|
426
|
+
cb: (err: any, data?: GetVocabularyFilterCommandOutput) => void
|
|
427
|
+
): void;
|
|
428
|
+
getVocabularyFilter(
|
|
429
|
+
args: GetVocabularyFilterCommandInput,
|
|
430
|
+
options: __HttpHandlerOptions,
|
|
431
|
+
cb: (err: any, data?: GetVocabularyFilterCommandOutput) => void
|
|
432
|
+
): void;
|
|
433
|
+
listCallAnalyticsCategories(
|
|
434
|
+
args: ListCallAnalyticsCategoriesCommandInput,
|
|
435
|
+
options?: __HttpHandlerOptions
|
|
436
|
+
): Promise<ListCallAnalyticsCategoriesCommandOutput>;
|
|
437
|
+
listCallAnalyticsCategories(
|
|
438
|
+
args: ListCallAnalyticsCategoriesCommandInput,
|
|
439
|
+
cb: (err: any, data?: ListCallAnalyticsCategoriesCommandOutput) => void
|
|
440
|
+
): void;
|
|
441
|
+
listCallAnalyticsCategories(
|
|
442
|
+
args: ListCallAnalyticsCategoriesCommandInput,
|
|
443
|
+
options: __HttpHandlerOptions,
|
|
444
|
+
cb: (err: any, data?: ListCallAnalyticsCategoriesCommandOutput) => void
|
|
445
|
+
): void;
|
|
446
|
+
listCallAnalyticsJobs(
|
|
447
|
+
args: ListCallAnalyticsJobsCommandInput,
|
|
448
|
+
options?: __HttpHandlerOptions
|
|
449
|
+
): Promise<ListCallAnalyticsJobsCommandOutput>;
|
|
450
|
+
listCallAnalyticsJobs(
|
|
451
|
+
args: ListCallAnalyticsJobsCommandInput,
|
|
452
|
+
cb: (err: any, data?: ListCallAnalyticsJobsCommandOutput) => void
|
|
453
|
+
): void;
|
|
454
|
+
listCallAnalyticsJobs(
|
|
455
|
+
args: ListCallAnalyticsJobsCommandInput,
|
|
456
|
+
options: __HttpHandlerOptions,
|
|
457
|
+
cb: (err: any, data?: ListCallAnalyticsJobsCommandOutput) => void
|
|
458
|
+
): void;
|
|
459
|
+
listLanguageModels(
|
|
460
|
+
args: ListLanguageModelsCommandInput,
|
|
461
|
+
options?: __HttpHandlerOptions
|
|
462
|
+
): Promise<ListLanguageModelsCommandOutput>;
|
|
463
|
+
listLanguageModels(
|
|
464
|
+
args: ListLanguageModelsCommandInput,
|
|
465
|
+
cb: (err: any, data?: ListLanguageModelsCommandOutput) => void
|
|
466
|
+
): void;
|
|
467
|
+
listLanguageModels(
|
|
468
|
+
args: ListLanguageModelsCommandInput,
|
|
469
|
+
options: __HttpHandlerOptions,
|
|
470
|
+
cb: (err: any, data?: ListLanguageModelsCommandOutput) => void
|
|
471
|
+
): void;
|
|
472
|
+
listMedicalTranscriptionJobs(
|
|
473
|
+
args: ListMedicalTranscriptionJobsCommandInput,
|
|
474
|
+
options?: __HttpHandlerOptions
|
|
475
|
+
): Promise<ListMedicalTranscriptionJobsCommandOutput>;
|
|
476
|
+
listMedicalTranscriptionJobs(
|
|
477
|
+
args: ListMedicalTranscriptionJobsCommandInput,
|
|
478
|
+
cb: (err: any, data?: ListMedicalTranscriptionJobsCommandOutput) => void
|
|
479
|
+
): void;
|
|
480
|
+
listMedicalTranscriptionJobs(
|
|
481
|
+
args: ListMedicalTranscriptionJobsCommandInput,
|
|
482
|
+
options: __HttpHandlerOptions,
|
|
483
|
+
cb: (err: any, data?: ListMedicalTranscriptionJobsCommandOutput) => void
|
|
484
|
+
): void;
|
|
485
|
+
listMedicalVocabularies(
|
|
486
|
+
args: ListMedicalVocabulariesCommandInput,
|
|
487
|
+
options?: __HttpHandlerOptions
|
|
488
|
+
): Promise<ListMedicalVocabulariesCommandOutput>;
|
|
489
|
+
listMedicalVocabularies(
|
|
490
|
+
args: ListMedicalVocabulariesCommandInput,
|
|
491
|
+
cb: (err: any, data?: ListMedicalVocabulariesCommandOutput) => void
|
|
492
|
+
): void;
|
|
493
|
+
listMedicalVocabularies(
|
|
494
|
+
args: ListMedicalVocabulariesCommandInput,
|
|
495
|
+
options: __HttpHandlerOptions,
|
|
496
|
+
cb: (err: any, data?: ListMedicalVocabulariesCommandOutput) => void
|
|
497
|
+
): void;
|
|
498
|
+
listTagsForResource(
|
|
499
|
+
args: ListTagsForResourceCommandInput,
|
|
500
|
+
options?: __HttpHandlerOptions
|
|
501
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
502
|
+
listTagsForResource(
|
|
503
|
+
args: ListTagsForResourceCommandInput,
|
|
504
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
505
|
+
): void;
|
|
506
|
+
listTagsForResource(
|
|
507
|
+
args: ListTagsForResourceCommandInput,
|
|
508
|
+
options: __HttpHandlerOptions,
|
|
509
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
listTranscriptionJobs(
|
|
512
|
+
args: ListTranscriptionJobsCommandInput,
|
|
513
|
+
options?: __HttpHandlerOptions
|
|
514
|
+
): Promise<ListTranscriptionJobsCommandOutput>;
|
|
515
|
+
listTranscriptionJobs(
|
|
516
|
+
args: ListTranscriptionJobsCommandInput,
|
|
517
|
+
cb: (err: any, data?: ListTranscriptionJobsCommandOutput) => void
|
|
518
|
+
): void;
|
|
519
|
+
listTranscriptionJobs(
|
|
520
|
+
args: ListTranscriptionJobsCommandInput,
|
|
521
|
+
options: __HttpHandlerOptions,
|
|
522
|
+
cb: (err: any, data?: ListTranscriptionJobsCommandOutput) => void
|
|
523
|
+
): void;
|
|
524
|
+
listVocabularies(
|
|
525
|
+
args: ListVocabulariesCommandInput,
|
|
526
|
+
options?: __HttpHandlerOptions
|
|
527
|
+
): Promise<ListVocabulariesCommandOutput>;
|
|
528
|
+
listVocabularies(
|
|
529
|
+
args: ListVocabulariesCommandInput,
|
|
530
|
+
cb: (err: any, data?: ListVocabulariesCommandOutput) => void
|
|
531
|
+
): void;
|
|
532
|
+
listVocabularies(
|
|
533
|
+
args: ListVocabulariesCommandInput,
|
|
534
|
+
options: __HttpHandlerOptions,
|
|
535
|
+
cb: (err: any, data?: ListVocabulariesCommandOutput) => void
|
|
536
|
+
): void;
|
|
537
|
+
listVocabularyFilters(
|
|
538
|
+
args: ListVocabularyFiltersCommandInput,
|
|
539
|
+
options?: __HttpHandlerOptions
|
|
540
|
+
): Promise<ListVocabularyFiltersCommandOutput>;
|
|
541
|
+
listVocabularyFilters(
|
|
542
|
+
args: ListVocabularyFiltersCommandInput,
|
|
543
|
+
cb: (err: any, data?: ListVocabularyFiltersCommandOutput) => void
|
|
544
|
+
): void;
|
|
545
|
+
listVocabularyFilters(
|
|
546
|
+
args: ListVocabularyFiltersCommandInput,
|
|
547
|
+
options: __HttpHandlerOptions,
|
|
548
|
+
cb: (err: any, data?: ListVocabularyFiltersCommandOutput) => void
|
|
549
|
+
): void;
|
|
550
|
+
startCallAnalyticsJob(
|
|
551
|
+
args: StartCallAnalyticsJobCommandInput,
|
|
552
|
+
options?: __HttpHandlerOptions
|
|
553
|
+
): Promise<StartCallAnalyticsJobCommandOutput>;
|
|
554
|
+
startCallAnalyticsJob(
|
|
555
|
+
args: StartCallAnalyticsJobCommandInput,
|
|
556
|
+
cb: (err: any, data?: StartCallAnalyticsJobCommandOutput) => void
|
|
557
|
+
): void;
|
|
558
|
+
startCallAnalyticsJob(
|
|
559
|
+
args: StartCallAnalyticsJobCommandInput,
|
|
560
|
+
options: __HttpHandlerOptions,
|
|
561
|
+
cb: (err: any, data?: StartCallAnalyticsJobCommandOutput) => void
|
|
562
|
+
): void;
|
|
563
|
+
startMedicalTranscriptionJob(
|
|
564
|
+
args: StartMedicalTranscriptionJobCommandInput,
|
|
565
|
+
options?: __HttpHandlerOptions
|
|
566
|
+
): Promise<StartMedicalTranscriptionJobCommandOutput>;
|
|
567
|
+
startMedicalTranscriptionJob(
|
|
568
|
+
args: StartMedicalTranscriptionJobCommandInput,
|
|
569
|
+
cb: (err: any, data?: StartMedicalTranscriptionJobCommandOutput) => void
|
|
570
|
+
): void;
|
|
571
|
+
startMedicalTranscriptionJob(
|
|
572
|
+
args: StartMedicalTranscriptionJobCommandInput,
|
|
573
|
+
options: __HttpHandlerOptions,
|
|
574
|
+
cb: (err: any, data?: StartMedicalTranscriptionJobCommandOutput) => void
|
|
575
|
+
): void;
|
|
576
|
+
startTranscriptionJob(
|
|
577
|
+
args: StartTranscriptionJobCommandInput,
|
|
578
|
+
options?: __HttpHandlerOptions
|
|
579
|
+
): Promise<StartTranscriptionJobCommandOutput>;
|
|
580
|
+
startTranscriptionJob(
|
|
581
|
+
args: StartTranscriptionJobCommandInput,
|
|
582
|
+
cb: (err: any, data?: StartTranscriptionJobCommandOutput) => void
|
|
583
|
+
): void;
|
|
584
|
+
startTranscriptionJob(
|
|
585
|
+
args: StartTranscriptionJobCommandInput,
|
|
586
|
+
options: __HttpHandlerOptions,
|
|
587
|
+
cb: (err: any, data?: StartTranscriptionJobCommandOutput) => void
|
|
588
|
+
): void;
|
|
589
|
+
tagResource(
|
|
590
|
+
args: TagResourceCommandInput,
|
|
591
|
+
options?: __HttpHandlerOptions
|
|
592
|
+
): Promise<TagResourceCommandOutput>;
|
|
593
|
+
tagResource(
|
|
594
|
+
args: TagResourceCommandInput,
|
|
595
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
596
|
+
): void;
|
|
597
|
+
tagResource(
|
|
598
|
+
args: TagResourceCommandInput,
|
|
599
|
+
options: __HttpHandlerOptions,
|
|
600
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
601
|
+
): void;
|
|
602
|
+
untagResource(
|
|
603
|
+
args: UntagResourceCommandInput,
|
|
604
|
+
options?: __HttpHandlerOptions
|
|
605
|
+
): Promise<UntagResourceCommandOutput>;
|
|
606
|
+
untagResource(
|
|
607
|
+
args: UntagResourceCommandInput,
|
|
608
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
609
|
+
): void;
|
|
610
|
+
untagResource(
|
|
611
|
+
args: UntagResourceCommandInput,
|
|
612
|
+
options: __HttpHandlerOptions,
|
|
613
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
614
|
+
): void;
|
|
615
|
+
updateCallAnalyticsCategory(
|
|
616
|
+
args: UpdateCallAnalyticsCategoryCommandInput,
|
|
617
|
+
options?: __HttpHandlerOptions
|
|
618
|
+
): Promise<UpdateCallAnalyticsCategoryCommandOutput>;
|
|
619
|
+
updateCallAnalyticsCategory(
|
|
620
|
+
args: UpdateCallAnalyticsCategoryCommandInput,
|
|
621
|
+
cb: (err: any, data?: UpdateCallAnalyticsCategoryCommandOutput) => void
|
|
622
|
+
): void;
|
|
623
|
+
updateCallAnalyticsCategory(
|
|
624
|
+
args: UpdateCallAnalyticsCategoryCommandInput,
|
|
625
|
+
options: __HttpHandlerOptions,
|
|
626
|
+
cb: (err: any, data?: UpdateCallAnalyticsCategoryCommandOutput) => void
|
|
627
|
+
): void;
|
|
628
|
+
updateMedicalVocabulary(
|
|
629
|
+
args: UpdateMedicalVocabularyCommandInput,
|
|
630
|
+
options?: __HttpHandlerOptions
|
|
631
|
+
): Promise<UpdateMedicalVocabularyCommandOutput>;
|
|
632
|
+
updateMedicalVocabulary(
|
|
633
|
+
args: UpdateMedicalVocabularyCommandInput,
|
|
634
|
+
cb: (err: any, data?: UpdateMedicalVocabularyCommandOutput) => void
|
|
635
|
+
): void;
|
|
636
|
+
updateMedicalVocabulary(
|
|
637
|
+
args: UpdateMedicalVocabularyCommandInput,
|
|
638
|
+
options: __HttpHandlerOptions,
|
|
639
|
+
cb: (err: any, data?: UpdateMedicalVocabularyCommandOutput) => void
|
|
640
|
+
): void;
|
|
641
|
+
updateVocabulary(
|
|
642
|
+
args: UpdateVocabularyCommandInput,
|
|
643
|
+
options?: __HttpHandlerOptions
|
|
644
|
+
): Promise<UpdateVocabularyCommandOutput>;
|
|
645
|
+
updateVocabulary(
|
|
646
|
+
args: UpdateVocabularyCommandInput,
|
|
647
|
+
cb: (err: any, data?: UpdateVocabularyCommandOutput) => void
|
|
648
|
+
): void;
|
|
649
|
+
updateVocabulary(
|
|
650
|
+
args: UpdateVocabularyCommandInput,
|
|
651
|
+
options: __HttpHandlerOptions,
|
|
652
|
+
cb: (err: any, data?: UpdateVocabularyCommandOutput) => void
|
|
653
|
+
): void;
|
|
654
|
+
updateVocabularyFilter(
|
|
655
|
+
args: UpdateVocabularyFilterCommandInput,
|
|
656
|
+
options?: __HttpHandlerOptions
|
|
657
|
+
): Promise<UpdateVocabularyFilterCommandOutput>;
|
|
658
|
+
updateVocabularyFilter(
|
|
659
|
+
args: UpdateVocabularyFilterCommandInput,
|
|
660
|
+
cb: (err: any, data?: UpdateVocabularyFilterCommandOutput) => void
|
|
661
|
+
): void;
|
|
662
|
+
updateVocabularyFilter(
|
|
663
|
+
args: UpdateVocabularyFilterCommandInput,
|
|
664
|
+
options: __HttpHandlerOptions,
|
|
665
|
+
cb: (err: any, data?: UpdateVocabularyFilterCommandOutput) => void
|
|
666
|
+
): void;
|
|
667
|
+
}
|