@aws-sdk/client-chime-sdk-media-pipelines 3.398.0 → 3.405.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/README.md +48 -0
- package/dist-cjs/ChimeSDKMediaPipelines.js +12 -0
- package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +46 -0
- package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +46 -0
- package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +47 -0
- package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +47 -0
- package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +46 -0
- package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +46 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +46 -12
- package/dist-cjs/protocols/Aws_restJson1.js +479 -1
- package/dist-es/ChimeSDKMediaPipelines.js +12 -0
- package/dist-es/commands/GetSpeakerSearchTaskCommand.js +42 -0
- package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +42 -0
- package/dist-es/commands/StartSpeakerSearchTaskCommand.js +43 -0
- package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +43 -0
- package/dist-es/commands/StopSpeakerSearchTaskCommand.js +42 -0
- package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +42 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +42 -10
- package/dist-es/protocols/Aws_restJson1.js +466 -0
- package/dist-types/ChimeSDKMediaPipelines.d.ts +42 -0
- package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +8 -2
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +7 -1
- package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +8 -2
- package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +4 -0
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +1 -1
- package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetMediaPipelineCommand.d.ts +10 -4
- package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +100 -0
- package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +100 -0
- package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +114 -0
- package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +116 -0
- package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +97 -0
- package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +97 -0
- package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +8 -2
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +338 -20
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +102 -0
- package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +113 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +7 -7
|
@@ -11,10 +11,16 @@ import { DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput } fro
|
|
|
11
11
|
import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "../commands/GetMediaCapturePipelineCommand";
|
|
12
12
|
import { GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput } from "../commands/GetMediaInsightsPipelineConfigurationCommand";
|
|
13
13
|
import { GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput } from "../commands/GetMediaPipelineCommand";
|
|
14
|
+
import { GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput } from "../commands/GetSpeakerSearchTaskCommand";
|
|
15
|
+
import { GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput } from "../commands/GetVoiceToneAnalysisTaskCommand";
|
|
14
16
|
import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "../commands/ListMediaCapturePipelinesCommand";
|
|
15
17
|
import { ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput } from "../commands/ListMediaInsightsPipelineConfigurationsCommand";
|
|
16
18
|
import { ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput } from "../commands/ListMediaPipelinesCommand";
|
|
17
19
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
20
|
+
import { StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput } from "../commands/StartSpeakerSearchTaskCommand";
|
|
21
|
+
import { StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput } from "../commands/StartVoiceToneAnalysisTaskCommand";
|
|
22
|
+
import { StopSpeakerSearchTaskCommandInput, StopSpeakerSearchTaskCommandOutput } from "../commands/StopSpeakerSearchTaskCommand";
|
|
23
|
+
import { StopVoiceToneAnalysisTaskCommandInput, StopVoiceToneAnalysisTaskCommandOutput } from "../commands/StopVoiceToneAnalysisTaskCommand";
|
|
18
24
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
19
25
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
20
26
|
import { UpdateMediaInsightsPipelineConfigurationCommandInput, UpdateMediaInsightsPipelineConfigurationCommandOutput } from "../commands/UpdateMediaInsightsPipelineConfigurationCommand";
|
|
@@ -63,6 +69,14 @@ export declare const se_GetMediaInsightsPipelineConfigurationCommand: (input: Ge
|
|
|
63
69
|
* serializeAws_restJson1GetMediaPipelineCommand
|
|
64
70
|
*/
|
|
65
71
|
export declare const se_GetMediaPipelineCommand: (input: GetMediaPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
/**
|
|
73
|
+
* serializeAws_restJson1GetSpeakerSearchTaskCommand
|
|
74
|
+
*/
|
|
75
|
+
export declare const se_GetSpeakerSearchTaskCommand: (input: GetSpeakerSearchTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
/**
|
|
77
|
+
* serializeAws_restJson1GetVoiceToneAnalysisTaskCommand
|
|
78
|
+
*/
|
|
79
|
+
export declare const se_GetVoiceToneAnalysisTaskCommand: (input: GetVoiceToneAnalysisTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
80
|
/**
|
|
67
81
|
* serializeAws_restJson1ListMediaCapturePipelinesCommand
|
|
68
82
|
*/
|
|
@@ -79,6 +93,22 @@ export declare const se_ListMediaPipelinesCommand: (input: ListMediaPipelinesCom
|
|
|
79
93
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
80
94
|
*/
|
|
81
95
|
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* serializeAws_restJson1StartSpeakerSearchTaskCommand
|
|
98
|
+
*/
|
|
99
|
+
export declare const se_StartSpeakerSearchTaskCommand: (input: StartSpeakerSearchTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
/**
|
|
101
|
+
* serializeAws_restJson1StartVoiceToneAnalysisTaskCommand
|
|
102
|
+
*/
|
|
103
|
+
export declare const se_StartVoiceToneAnalysisTaskCommand: (input: StartVoiceToneAnalysisTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* serializeAws_restJson1StopSpeakerSearchTaskCommand
|
|
106
|
+
*/
|
|
107
|
+
export declare const se_StopSpeakerSearchTaskCommand: (input: StopSpeakerSearchTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
/**
|
|
109
|
+
* serializeAws_restJson1StopVoiceToneAnalysisTaskCommand
|
|
110
|
+
*/
|
|
111
|
+
export declare const se_StopVoiceToneAnalysisTaskCommand: (input: StopVoiceToneAnalysisTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
112
|
/**
|
|
83
113
|
* serializeAws_restJson1TagResourceCommand
|
|
84
114
|
*/
|
|
@@ -139,6 +169,14 @@ export declare const de_GetMediaInsightsPipelineConfigurationCommand: (output: _
|
|
|
139
169
|
* deserializeAws_restJson1GetMediaPipelineCommand
|
|
140
170
|
*/
|
|
141
171
|
export declare const de_GetMediaPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaPipelineCommandOutput>;
|
|
172
|
+
/**
|
|
173
|
+
* deserializeAws_restJson1GetSpeakerSearchTaskCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const de_GetSpeakerSearchTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpeakerSearchTaskCommandOutput>;
|
|
176
|
+
/**
|
|
177
|
+
* deserializeAws_restJson1GetVoiceToneAnalysisTaskCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const de_GetVoiceToneAnalysisTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceToneAnalysisTaskCommandOutput>;
|
|
142
180
|
/**
|
|
143
181
|
* deserializeAws_restJson1ListMediaCapturePipelinesCommand
|
|
144
182
|
*/
|
|
@@ -155,6 +193,22 @@ export declare const de_ListMediaPipelinesCommand: (output: __HttpResponse, cont
|
|
|
155
193
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
156
194
|
*/
|
|
157
195
|
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
196
|
+
/**
|
|
197
|
+
* deserializeAws_restJson1StartSpeakerSearchTaskCommand
|
|
198
|
+
*/
|
|
199
|
+
export declare const de_StartSpeakerSearchTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSpeakerSearchTaskCommandOutput>;
|
|
200
|
+
/**
|
|
201
|
+
* deserializeAws_restJson1StartVoiceToneAnalysisTaskCommand
|
|
202
|
+
*/
|
|
203
|
+
export declare const de_StartVoiceToneAnalysisTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartVoiceToneAnalysisTaskCommandOutput>;
|
|
204
|
+
/**
|
|
205
|
+
* deserializeAws_restJson1StopSpeakerSearchTaskCommand
|
|
206
|
+
*/
|
|
207
|
+
export declare const de_StopSpeakerSearchTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSpeakerSearchTaskCommandOutput>;
|
|
208
|
+
/**
|
|
209
|
+
* deserializeAws_restJson1StopVoiceToneAnalysisTaskCommand
|
|
210
|
+
*/
|
|
211
|
+
export declare const de_StopVoiceToneAnalysisTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopVoiceToneAnalysisTaskCommandOutput>;
|
|
158
212
|
/**
|
|
159
213
|
* deserializeAws_restJson1TagResourceCommand
|
|
160
214
|
*/
|
|
@@ -44,6 +44,14 @@ import {
|
|
|
44
44
|
GetMediaPipelineCommandInput,
|
|
45
45
|
GetMediaPipelineCommandOutput,
|
|
46
46
|
} from "./commands/GetMediaPipelineCommand";
|
|
47
|
+
import {
|
|
48
|
+
GetSpeakerSearchTaskCommandInput,
|
|
49
|
+
GetSpeakerSearchTaskCommandOutput,
|
|
50
|
+
} from "./commands/GetSpeakerSearchTaskCommand";
|
|
51
|
+
import {
|
|
52
|
+
GetVoiceToneAnalysisTaskCommandInput,
|
|
53
|
+
GetVoiceToneAnalysisTaskCommandOutput,
|
|
54
|
+
} from "./commands/GetVoiceToneAnalysisTaskCommand";
|
|
47
55
|
import {
|
|
48
56
|
ListMediaCapturePipelinesCommandInput,
|
|
49
57
|
ListMediaCapturePipelinesCommandOutput,
|
|
@@ -60,6 +68,22 @@ import {
|
|
|
60
68
|
ListTagsForResourceCommandInput,
|
|
61
69
|
ListTagsForResourceCommandOutput,
|
|
62
70
|
} from "./commands/ListTagsForResourceCommand";
|
|
71
|
+
import {
|
|
72
|
+
StartSpeakerSearchTaskCommandInput,
|
|
73
|
+
StartSpeakerSearchTaskCommandOutput,
|
|
74
|
+
} from "./commands/StartSpeakerSearchTaskCommand";
|
|
75
|
+
import {
|
|
76
|
+
StartVoiceToneAnalysisTaskCommandInput,
|
|
77
|
+
StartVoiceToneAnalysisTaskCommandOutput,
|
|
78
|
+
} from "./commands/StartVoiceToneAnalysisTaskCommand";
|
|
79
|
+
import {
|
|
80
|
+
StopSpeakerSearchTaskCommandInput,
|
|
81
|
+
StopSpeakerSearchTaskCommandOutput,
|
|
82
|
+
} from "./commands/StopSpeakerSearchTaskCommand";
|
|
83
|
+
import {
|
|
84
|
+
StopVoiceToneAnalysisTaskCommandInput,
|
|
85
|
+
StopVoiceToneAnalysisTaskCommandOutput,
|
|
86
|
+
} from "./commands/StopVoiceToneAnalysisTaskCommand";
|
|
63
87
|
import {
|
|
64
88
|
TagResourceCommandInput,
|
|
65
89
|
TagResourceCommandOutput,
|
|
@@ -238,6 +262,32 @@ export interface ChimeSDKMediaPipelines {
|
|
|
238
262
|
options: __HttpHandlerOptions,
|
|
239
263
|
cb: (err: any, data?: GetMediaPipelineCommandOutput) => void
|
|
240
264
|
): void;
|
|
265
|
+
getSpeakerSearchTask(
|
|
266
|
+
args: GetSpeakerSearchTaskCommandInput,
|
|
267
|
+
options?: __HttpHandlerOptions
|
|
268
|
+
): Promise<GetSpeakerSearchTaskCommandOutput>;
|
|
269
|
+
getSpeakerSearchTask(
|
|
270
|
+
args: GetSpeakerSearchTaskCommandInput,
|
|
271
|
+
cb: (err: any, data?: GetSpeakerSearchTaskCommandOutput) => void
|
|
272
|
+
): void;
|
|
273
|
+
getSpeakerSearchTask(
|
|
274
|
+
args: GetSpeakerSearchTaskCommandInput,
|
|
275
|
+
options: __HttpHandlerOptions,
|
|
276
|
+
cb: (err: any, data?: GetSpeakerSearchTaskCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
getVoiceToneAnalysisTask(
|
|
279
|
+
args: GetVoiceToneAnalysisTaskCommandInput,
|
|
280
|
+
options?: __HttpHandlerOptions
|
|
281
|
+
): Promise<GetVoiceToneAnalysisTaskCommandOutput>;
|
|
282
|
+
getVoiceToneAnalysisTask(
|
|
283
|
+
args: GetVoiceToneAnalysisTaskCommandInput,
|
|
284
|
+
cb: (err: any, data?: GetVoiceToneAnalysisTaskCommandOutput) => void
|
|
285
|
+
): void;
|
|
286
|
+
getVoiceToneAnalysisTask(
|
|
287
|
+
args: GetVoiceToneAnalysisTaskCommandInput,
|
|
288
|
+
options: __HttpHandlerOptions,
|
|
289
|
+
cb: (err: any, data?: GetVoiceToneAnalysisTaskCommandOutput) => void
|
|
290
|
+
): void;
|
|
241
291
|
listMediaCapturePipelines(
|
|
242
292
|
args: ListMediaCapturePipelinesCommandInput,
|
|
243
293
|
options?: __HttpHandlerOptions
|
|
@@ -296,6 +346,58 @@ export interface ChimeSDKMediaPipelines {
|
|
|
296
346
|
options: __HttpHandlerOptions,
|
|
297
347
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
298
348
|
): void;
|
|
349
|
+
startSpeakerSearchTask(
|
|
350
|
+
args: StartSpeakerSearchTaskCommandInput,
|
|
351
|
+
options?: __HttpHandlerOptions
|
|
352
|
+
): Promise<StartSpeakerSearchTaskCommandOutput>;
|
|
353
|
+
startSpeakerSearchTask(
|
|
354
|
+
args: StartSpeakerSearchTaskCommandInput,
|
|
355
|
+
cb: (err: any, data?: StartSpeakerSearchTaskCommandOutput) => void
|
|
356
|
+
): void;
|
|
357
|
+
startSpeakerSearchTask(
|
|
358
|
+
args: StartSpeakerSearchTaskCommandInput,
|
|
359
|
+
options: __HttpHandlerOptions,
|
|
360
|
+
cb: (err: any, data?: StartSpeakerSearchTaskCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
startVoiceToneAnalysisTask(
|
|
363
|
+
args: StartVoiceToneAnalysisTaskCommandInput,
|
|
364
|
+
options?: __HttpHandlerOptions
|
|
365
|
+
): Promise<StartVoiceToneAnalysisTaskCommandOutput>;
|
|
366
|
+
startVoiceToneAnalysisTask(
|
|
367
|
+
args: StartVoiceToneAnalysisTaskCommandInput,
|
|
368
|
+
cb: (err: any, data?: StartVoiceToneAnalysisTaskCommandOutput) => void
|
|
369
|
+
): void;
|
|
370
|
+
startVoiceToneAnalysisTask(
|
|
371
|
+
args: StartVoiceToneAnalysisTaskCommandInput,
|
|
372
|
+
options: __HttpHandlerOptions,
|
|
373
|
+
cb: (err: any, data?: StartVoiceToneAnalysisTaskCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
stopSpeakerSearchTask(
|
|
376
|
+
args: StopSpeakerSearchTaskCommandInput,
|
|
377
|
+
options?: __HttpHandlerOptions
|
|
378
|
+
): Promise<StopSpeakerSearchTaskCommandOutput>;
|
|
379
|
+
stopSpeakerSearchTask(
|
|
380
|
+
args: StopSpeakerSearchTaskCommandInput,
|
|
381
|
+
cb: (err: any, data?: StopSpeakerSearchTaskCommandOutput) => void
|
|
382
|
+
): void;
|
|
383
|
+
stopSpeakerSearchTask(
|
|
384
|
+
args: StopSpeakerSearchTaskCommandInput,
|
|
385
|
+
options: __HttpHandlerOptions,
|
|
386
|
+
cb: (err: any, data?: StopSpeakerSearchTaskCommandOutput) => void
|
|
387
|
+
): void;
|
|
388
|
+
stopVoiceToneAnalysisTask(
|
|
389
|
+
args: StopVoiceToneAnalysisTaskCommandInput,
|
|
390
|
+
options?: __HttpHandlerOptions
|
|
391
|
+
): Promise<StopVoiceToneAnalysisTaskCommandOutput>;
|
|
392
|
+
stopVoiceToneAnalysisTask(
|
|
393
|
+
args: StopVoiceToneAnalysisTaskCommandInput,
|
|
394
|
+
cb: (err: any, data?: StopVoiceToneAnalysisTaskCommandOutput) => void
|
|
395
|
+
): void;
|
|
396
|
+
stopVoiceToneAnalysisTask(
|
|
397
|
+
args: StopVoiceToneAnalysisTaskCommandInput,
|
|
398
|
+
options: __HttpHandlerOptions,
|
|
399
|
+
cb: (err: any, data?: StopVoiceToneAnalysisTaskCommandOutput) => void
|
|
400
|
+
): void;
|
|
299
401
|
tagResource(
|
|
300
402
|
args: TagResourceCommandInput,
|
|
301
403
|
options?: __HttpHandlerOptions
|
|
@@ -89,6 +89,14 @@ import {
|
|
|
89
89
|
GetMediaPipelineCommandInput,
|
|
90
90
|
GetMediaPipelineCommandOutput,
|
|
91
91
|
} from "./commands/GetMediaPipelineCommand";
|
|
92
|
+
import {
|
|
93
|
+
GetSpeakerSearchTaskCommandInput,
|
|
94
|
+
GetSpeakerSearchTaskCommandOutput,
|
|
95
|
+
} from "./commands/GetSpeakerSearchTaskCommand";
|
|
96
|
+
import {
|
|
97
|
+
GetVoiceToneAnalysisTaskCommandInput,
|
|
98
|
+
GetVoiceToneAnalysisTaskCommandOutput,
|
|
99
|
+
} from "./commands/GetVoiceToneAnalysisTaskCommand";
|
|
92
100
|
import {
|
|
93
101
|
ListMediaCapturePipelinesCommandInput,
|
|
94
102
|
ListMediaCapturePipelinesCommandOutput,
|
|
@@ -105,6 +113,22 @@ import {
|
|
|
105
113
|
ListTagsForResourceCommandInput,
|
|
106
114
|
ListTagsForResourceCommandOutput,
|
|
107
115
|
} from "./commands/ListTagsForResourceCommand";
|
|
116
|
+
import {
|
|
117
|
+
StartSpeakerSearchTaskCommandInput,
|
|
118
|
+
StartSpeakerSearchTaskCommandOutput,
|
|
119
|
+
} from "./commands/StartSpeakerSearchTaskCommand";
|
|
120
|
+
import {
|
|
121
|
+
StartVoiceToneAnalysisTaskCommandInput,
|
|
122
|
+
StartVoiceToneAnalysisTaskCommandOutput,
|
|
123
|
+
} from "./commands/StartVoiceToneAnalysisTaskCommand";
|
|
124
|
+
import {
|
|
125
|
+
StopSpeakerSearchTaskCommandInput,
|
|
126
|
+
StopSpeakerSearchTaskCommandOutput,
|
|
127
|
+
} from "./commands/StopSpeakerSearchTaskCommand";
|
|
128
|
+
import {
|
|
129
|
+
StopVoiceToneAnalysisTaskCommandInput,
|
|
130
|
+
StopVoiceToneAnalysisTaskCommandOutput,
|
|
131
|
+
} from "./commands/StopVoiceToneAnalysisTaskCommand";
|
|
108
132
|
import {
|
|
109
133
|
TagResourceCommandInput,
|
|
110
134
|
TagResourceCommandOutput,
|
|
@@ -140,10 +164,16 @@ export type ServiceInputTypes =
|
|
|
140
164
|
| GetMediaCapturePipelineCommandInput
|
|
141
165
|
| GetMediaInsightsPipelineConfigurationCommandInput
|
|
142
166
|
| GetMediaPipelineCommandInput
|
|
167
|
+
| GetSpeakerSearchTaskCommandInput
|
|
168
|
+
| GetVoiceToneAnalysisTaskCommandInput
|
|
143
169
|
| ListMediaCapturePipelinesCommandInput
|
|
144
170
|
| ListMediaInsightsPipelineConfigurationsCommandInput
|
|
145
171
|
| ListMediaPipelinesCommandInput
|
|
146
172
|
| ListTagsForResourceCommandInput
|
|
173
|
+
| StartSpeakerSearchTaskCommandInput
|
|
174
|
+
| StartVoiceToneAnalysisTaskCommandInput
|
|
175
|
+
| StopSpeakerSearchTaskCommandInput
|
|
176
|
+
| StopVoiceToneAnalysisTaskCommandInput
|
|
147
177
|
| TagResourceCommandInput
|
|
148
178
|
| UntagResourceCommandInput
|
|
149
179
|
| UpdateMediaInsightsPipelineConfigurationCommandInput
|
|
@@ -160,10 +190,16 @@ export type ServiceOutputTypes =
|
|
|
160
190
|
| GetMediaCapturePipelineCommandOutput
|
|
161
191
|
| GetMediaInsightsPipelineConfigurationCommandOutput
|
|
162
192
|
| GetMediaPipelineCommandOutput
|
|
193
|
+
| GetSpeakerSearchTaskCommandOutput
|
|
194
|
+
| GetVoiceToneAnalysisTaskCommandOutput
|
|
163
195
|
| ListMediaCapturePipelinesCommandOutput
|
|
164
196
|
| ListMediaInsightsPipelineConfigurationsCommandOutput
|
|
165
197
|
| ListMediaPipelinesCommandOutput
|
|
166
198
|
| ListTagsForResourceCommandOutput
|
|
199
|
+
| StartSpeakerSearchTaskCommandOutput
|
|
200
|
+
| StartVoiceToneAnalysisTaskCommandOutput
|
|
201
|
+
| StopSpeakerSearchTaskCommandOutput
|
|
202
|
+
| StopVoiceToneAnalysisTaskCommandOutput
|
|
167
203
|
| TagResourceCommandOutput
|
|
168
204
|
| UntagResourceCommandOutput
|
|
169
205
|
| UpdateMediaInsightsPipelineConfigurationCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKMediaPipelinesClient";
|
|
14
|
+
import {
|
|
15
|
+
GetSpeakerSearchTaskRequest,
|
|
16
|
+
GetSpeakerSearchTaskResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetSpeakerSearchTaskCommandInput
|
|
20
|
+
extends GetSpeakerSearchTaskRequest {}
|
|
21
|
+
export interface GetSpeakerSearchTaskCommandOutput
|
|
22
|
+
extends GetSpeakerSearchTaskResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetSpeakerSearchTaskCommand extends $Command<
|
|
25
|
+
GetSpeakerSearchTaskCommandInput,
|
|
26
|
+
GetSpeakerSearchTaskCommandOutput,
|
|
27
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetSpeakerSearchTaskCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetSpeakerSearchTaskCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetSpeakerSearchTaskCommandInput,
|
|
38
|
+
GetSpeakerSearchTaskCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKMediaPipelinesClient";
|
|
14
|
+
import {
|
|
15
|
+
GetVoiceToneAnalysisTaskRequest,
|
|
16
|
+
GetVoiceToneAnalysisTaskResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetVoiceToneAnalysisTaskCommandInput
|
|
20
|
+
extends GetVoiceToneAnalysisTaskRequest {}
|
|
21
|
+
export interface GetVoiceToneAnalysisTaskCommandOutput
|
|
22
|
+
extends GetVoiceToneAnalysisTaskResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetVoiceToneAnalysisTaskCommand extends $Command<
|
|
25
|
+
GetVoiceToneAnalysisTaskCommandInput,
|
|
26
|
+
GetVoiceToneAnalysisTaskCommandOutput,
|
|
27
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetVoiceToneAnalysisTaskCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetVoiceToneAnalysisTaskCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetVoiceToneAnalysisTaskCommandInput,
|
|
38
|
+
GetVoiceToneAnalysisTaskCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKMediaPipelinesClient";
|
|
14
|
+
import {
|
|
15
|
+
StartSpeakerSearchTaskRequest,
|
|
16
|
+
StartSpeakerSearchTaskResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartSpeakerSearchTaskCommandInput
|
|
20
|
+
extends StartSpeakerSearchTaskRequest {}
|
|
21
|
+
export interface StartSpeakerSearchTaskCommandOutput
|
|
22
|
+
extends StartSpeakerSearchTaskResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartSpeakerSearchTaskCommand extends $Command<
|
|
25
|
+
StartSpeakerSearchTaskCommandInput,
|
|
26
|
+
StartSpeakerSearchTaskCommandOutput,
|
|
27
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartSpeakerSearchTaskCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartSpeakerSearchTaskCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartSpeakerSearchTaskCommandInput,
|
|
38
|
+
StartSpeakerSearchTaskCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKMediaPipelinesClient";
|
|
14
|
+
import {
|
|
15
|
+
StartVoiceToneAnalysisTaskRequest,
|
|
16
|
+
StartVoiceToneAnalysisTaskResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartVoiceToneAnalysisTaskCommandInput
|
|
20
|
+
extends StartVoiceToneAnalysisTaskRequest {}
|
|
21
|
+
export interface StartVoiceToneAnalysisTaskCommandOutput
|
|
22
|
+
extends StartVoiceToneAnalysisTaskResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartVoiceToneAnalysisTaskCommand extends $Command<
|
|
25
|
+
StartVoiceToneAnalysisTaskCommandInput,
|
|
26
|
+
StartVoiceToneAnalysisTaskCommandOutput,
|
|
27
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartVoiceToneAnalysisTaskCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartVoiceToneAnalysisTaskCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartVoiceToneAnalysisTaskCommandInput,
|
|
38
|
+
StartVoiceToneAnalysisTaskCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKMediaPipelinesClient";
|
|
14
|
+
import { StopSpeakerSearchTaskRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface StopSpeakerSearchTaskCommandInput
|
|
17
|
+
extends StopSpeakerSearchTaskRequest {}
|
|
18
|
+
export interface StopSpeakerSearchTaskCommandOutput extends __MetadataBearer {}
|
|
19
|
+
export declare class StopSpeakerSearchTaskCommand extends $Command<
|
|
20
|
+
StopSpeakerSearchTaskCommandInput,
|
|
21
|
+
StopSpeakerSearchTaskCommandOutput,
|
|
22
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: StopSpeakerSearchTaskCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: StopSpeakerSearchTaskCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
StopSpeakerSearchTaskCommandInput,
|
|
33
|
+
StopSpeakerSearchTaskCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ChimeSDKMediaPipelinesClient";
|
|
14
|
+
import { StopVoiceToneAnalysisTaskRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface StopVoiceToneAnalysisTaskCommandInput
|
|
17
|
+
extends StopVoiceToneAnalysisTaskRequest {}
|
|
18
|
+
export interface StopVoiceToneAnalysisTaskCommandOutput
|
|
19
|
+
extends __MetadataBearer {}
|
|
20
|
+
export declare class StopVoiceToneAnalysisTaskCommand extends $Command<
|
|
21
|
+
StopVoiceToneAnalysisTaskCommandInput,
|
|
22
|
+
StopVoiceToneAnalysisTaskCommandOutput,
|
|
23
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: StopVoiceToneAnalysisTaskCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: StopVoiceToneAnalysisTaskCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
StopVoiceToneAnalysisTaskCommandInput,
|
|
34
|
+
StopVoiceToneAnalysisTaskCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -9,10 +9,16 @@ export * from "./DeleteMediaPipelineCommand";
|
|
|
9
9
|
export * from "./GetMediaCapturePipelineCommand";
|
|
10
10
|
export * from "./GetMediaInsightsPipelineConfigurationCommand";
|
|
11
11
|
export * from "./GetMediaPipelineCommand";
|
|
12
|
+
export * from "./GetSpeakerSearchTaskCommand";
|
|
13
|
+
export * from "./GetVoiceToneAnalysisTaskCommand";
|
|
12
14
|
export * from "./ListMediaCapturePipelinesCommand";
|
|
13
15
|
export * from "./ListMediaInsightsPipelineConfigurationsCommand";
|
|
14
16
|
export * from "./ListMediaPipelinesCommand";
|
|
15
17
|
export * from "./ListTagsForResourceCommand";
|
|
18
|
+
export * from "./StartSpeakerSearchTaskCommand";
|
|
19
|
+
export * from "./StartVoiceToneAnalysisTaskCommand";
|
|
20
|
+
export * from "./StopSpeakerSearchTaskCommand";
|
|
21
|
+
export * from "./StopVoiceToneAnalysisTaskCommand";
|
|
16
22
|
export * from "./TagResourceCommand";
|
|
17
23
|
export * from "./UntagResourceCommand";
|
|
18
24
|
export * from "./UpdateMediaInsightsPipelineConfigurationCommand";
|