@aws-sdk/client-chime-sdk-media-pipelines 3.928.0 → 3.929.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/dist-cjs/index.js +1749 -1789
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ChimeSDKMediaPipelinesClient.js +2 -0
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +3 -10
- package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +3 -10
- package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +3 -10
- package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +3 -10
- package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +3 -10
- package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +3 -10
- package/dist-es/commands/CreateMediaStreamPipelineCommand.js +3 -10
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +3 -9
- package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteMediaPipelineCommand.js +3 -9
- package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +3 -9
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +3 -10
- package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +3 -10
- package/dist-es/commands/GetMediaPipelineCommand.js +3 -10
- package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +3 -10
- package/dist-es/commands/GetSpeakerSearchTaskCommand.js +3 -9
- package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +3 -9
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +3 -9
- package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +3 -10
- package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +3 -10
- package/dist-es/commands/ListMediaPipelinesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartSpeakerSearchTaskCommand.js +3 -10
- package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +3 -10
- package/dist-es/commands/StopSpeakerSearchTaskCommand.js +3 -9
- package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +3 -10
- package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +3 -9
- package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -334
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1668 -0
- package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -220
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +203 -0
- package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -165
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +210 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -1164
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput } from "../commands/CreateMediaCapturePipelineCommand";
|
|
4
|
-
import { CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationPipelineCommandOutput } from "../commands/CreateMediaConcatenationPipelineCommand";
|
|
5
|
-
import { CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput } from "../commands/CreateMediaInsightsPipelineCommand";
|
|
6
|
-
import { CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput } from "../commands/CreateMediaInsightsPipelineConfigurationCommand";
|
|
7
|
-
import { CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput } from "../commands/CreateMediaLiveConnectorPipelineCommand";
|
|
8
|
-
import { CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput } from "../commands/CreateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
9
|
-
import { CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput } from "../commands/CreateMediaStreamPipelineCommand";
|
|
10
|
-
import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "../commands/DeleteMediaCapturePipelineCommand";
|
|
11
|
-
import { DeleteMediaInsightsPipelineConfigurationCommandInput, DeleteMediaInsightsPipelineConfigurationCommandOutput } from "../commands/DeleteMediaInsightsPipelineConfigurationCommand";
|
|
12
|
-
import { DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput } from "../commands/DeleteMediaPipelineCommand";
|
|
13
|
-
import { DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput } from "../commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand";
|
|
14
|
-
import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "../commands/GetMediaCapturePipelineCommand";
|
|
15
|
-
import { GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput } from "../commands/GetMediaInsightsPipelineConfigurationCommand";
|
|
16
|
-
import { GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput } from "../commands/GetMediaPipelineCommand";
|
|
17
|
-
import { GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput } from "../commands/GetMediaPipelineKinesisVideoStreamPoolCommand";
|
|
18
|
-
import { GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput } from "../commands/GetSpeakerSearchTaskCommand";
|
|
19
|
-
import { GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput } from "../commands/GetVoiceToneAnalysisTaskCommand";
|
|
20
|
-
import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "../commands/ListMediaCapturePipelinesCommand";
|
|
21
|
-
import { ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput } from "../commands/ListMediaInsightsPipelineConfigurationsCommand";
|
|
22
|
-
import { ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput } from "../commands/ListMediaPipelineKinesisVideoStreamPoolsCommand";
|
|
23
|
-
import { ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput } from "../commands/ListMediaPipelinesCommand";
|
|
24
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
25
|
-
import { StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput } from "../commands/StartSpeakerSearchTaskCommand";
|
|
26
|
-
import { StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput } from "../commands/StartVoiceToneAnalysisTaskCommand";
|
|
27
|
-
import { StopSpeakerSearchTaskCommandInput, StopSpeakerSearchTaskCommandOutput } from "../commands/StopSpeakerSearchTaskCommand";
|
|
28
|
-
import { StopVoiceToneAnalysisTaskCommandInput, StopVoiceToneAnalysisTaskCommandOutput } from "../commands/StopVoiceToneAnalysisTaskCommand";
|
|
29
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
30
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
31
|
-
import { UpdateMediaInsightsPipelineConfigurationCommandInput, UpdateMediaInsightsPipelineConfigurationCommandOutput } from "../commands/UpdateMediaInsightsPipelineConfigurationCommand";
|
|
32
|
-
import { UpdateMediaInsightsPipelineStatusCommandInput, UpdateMediaInsightsPipelineStatusCommandOutput } from "../commands/UpdateMediaInsightsPipelineStatusCommand";
|
|
33
|
-
import { UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput } from "../commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_restJson1CreateMediaCapturePipelineCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_CreateMediaCapturePipelineCommand: (input: CreateMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_restJson1CreateMediaConcatenationPipelineCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_CreateMediaConcatenationPipelineCommand: (input: CreateMediaConcatenationPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1CreateMediaInsightsPipelineCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_CreateMediaInsightsPipelineCommand: (input: CreateMediaInsightsPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_CreateMediaInsightsPipelineConfigurationCommand: (input: CreateMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1CreateMediaLiveConnectorPipelineCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_CreateMediaLiveConnectorPipelineCommand: (input: CreateMediaLiveConnectorPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1CreateMediaPipelineKinesisVideoStreamPoolCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_CreateMediaPipelineKinesisVideoStreamPoolCommand: (input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_restJson1CreateMediaStreamPipelineCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_CreateMediaStreamPipelineCommand: (input: CreateMediaStreamPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_restJson1DeleteMediaCapturePipelineCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_DeleteMediaCapturePipelineCommand: (input: DeleteMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_DeleteMediaInsightsPipelineConfigurationCommand: (input: DeleteMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1DeleteMediaPipelineCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_DeleteMediaPipelineCommand: (input: DeleteMediaPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1DeleteMediaPipelineKinesisVideoStreamPoolCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_DeleteMediaPipelineKinesisVideoStreamPoolCommand: (input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_restJson1GetMediaCapturePipelineCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_GetMediaCapturePipelineCommand: (input: GetMediaCapturePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_GetMediaInsightsPipelineConfigurationCommand: (input: GetMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1GetMediaPipelineCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_GetMediaPipelineCommand: (input: GetMediaPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1GetMediaPipelineKinesisVideoStreamPoolCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_GetMediaPipelineKinesisVideoStreamPoolCommand: (input: GetMediaPipelineKinesisVideoStreamPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1GetSpeakerSearchTaskCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_GetSpeakerSearchTaskCommand: (input: GetSpeakerSearchTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_restJson1GetVoiceToneAnalysisTaskCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_GetVoiceToneAnalysisTaskCommand: (input: GetVoiceToneAnalysisTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_restJson1ListMediaCapturePipelinesCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_ListMediaCapturePipelinesCommand: (input: ListMediaCapturePipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_ListMediaInsightsPipelineConfigurationsCommand: (input: ListMediaInsightsPipelineConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_restJson1ListMediaPipelineKinesisVideoStreamPoolsCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_ListMediaPipelineKinesisVideoStreamPoolsCommand: (input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_restJson1ListMediaPipelinesCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_ListMediaPipelinesCommand: (input: ListMediaPipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_restJson1StartSpeakerSearchTaskCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_StartSpeakerSearchTaskCommand: (input: StartSpeakerSearchTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_restJson1StartVoiceToneAnalysisTaskCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_StartVoiceToneAnalysisTaskCommand: (input: StartVoiceToneAnalysisTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_restJson1StopSpeakerSearchTaskCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_StopSpeakerSearchTaskCommand: (input: StopSpeakerSearchTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_restJson1StopVoiceToneAnalysisTaskCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_StopVoiceToneAnalysisTaskCommand: (input: StopVoiceToneAnalysisTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_restJson1TagResourceCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_UpdateMediaInsightsPipelineConfigurationCommand: (input: UpdateMediaInsightsPipelineConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_UpdateMediaInsightsPipelineStatusCommand: (input: UpdateMediaInsightsPipelineStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_restJson1UpdateMediaPipelineKinesisVideoStreamPoolCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_UpdateMediaPipelineKinesisVideoStreamPoolCommand: (input: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_restJson1CreateMediaCapturePipelineCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_CreateMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaCapturePipelineCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_restJson1CreateMediaConcatenationPipelineCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_CreateMediaConcatenationPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaConcatenationPipelineCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_restJson1CreateMediaInsightsPipelineCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_CreateMediaInsightsPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaInsightsPipelineCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_restJson1CreateMediaInsightsPipelineConfigurationCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_CreateMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaInsightsPipelineConfigurationCommandOutput>;
|
|
174
|
-
/**
|
|
175
|
-
* deserializeAws_restJson1CreateMediaLiveConnectorPipelineCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const de_CreateMediaLiveConnectorPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaLiveConnectorPipelineCommandOutput>;
|
|
178
|
-
/**
|
|
179
|
-
* deserializeAws_restJson1CreateMediaPipelineKinesisVideoStreamPoolCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const de_CreateMediaPipelineKinesisVideoStreamPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* deserializeAws_restJson1CreateMediaStreamPipelineCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const de_CreateMediaStreamPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMediaStreamPipelineCommandOutput>;
|
|
186
|
-
/**
|
|
187
|
-
* deserializeAws_restJson1DeleteMediaCapturePipelineCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const de_DeleteMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaCapturePipelineCommandOutput>;
|
|
190
|
-
/**
|
|
191
|
-
* deserializeAws_restJson1DeleteMediaInsightsPipelineConfigurationCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const de_DeleteMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaInsightsPipelineConfigurationCommandOutput>;
|
|
194
|
-
/**
|
|
195
|
-
* deserializeAws_restJson1DeleteMediaPipelineCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const de_DeleteMediaPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaPipelineCommandOutput>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_restJson1DeleteMediaPipelineKinesisVideoStreamPoolCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_DeleteMediaPipelineKinesisVideoStreamPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_restJson1GetMediaCapturePipelineCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_GetMediaCapturePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaCapturePipelineCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_restJson1GetMediaInsightsPipelineConfigurationCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_GetMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaInsightsPipelineConfigurationCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* deserializeAws_restJson1GetMediaPipelineCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const de_GetMediaPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaPipelineCommandOutput>;
|
|
214
|
-
/**
|
|
215
|
-
* deserializeAws_restJson1GetMediaPipelineKinesisVideoStreamPoolCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const de_GetMediaPipelineKinesisVideoStreamPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_restJson1GetSpeakerSearchTaskCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_GetSpeakerSearchTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpeakerSearchTaskCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_restJson1GetVoiceToneAnalysisTaskCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_GetVoiceToneAnalysisTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVoiceToneAnalysisTaskCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_restJson1ListMediaCapturePipelinesCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_ListMediaCapturePipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaCapturePipelinesCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_ListMediaInsightsPipelineConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaInsightsPipelineConfigurationsCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_restJson1ListMediaPipelineKinesisVideoStreamPoolsCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_ListMediaPipelineKinesisVideoStreamPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaPipelineKinesisVideoStreamPoolsCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_restJson1ListMediaPipelinesCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_ListMediaPipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMediaPipelinesCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
246
|
-
/**
|
|
247
|
-
* deserializeAws_restJson1StartSpeakerSearchTaskCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const de_StartSpeakerSearchTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSpeakerSearchTaskCommandOutput>;
|
|
250
|
-
/**
|
|
251
|
-
* deserializeAws_restJson1StartVoiceToneAnalysisTaskCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const de_StartVoiceToneAnalysisTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartVoiceToneAnalysisTaskCommandOutput>;
|
|
254
|
-
/**
|
|
255
|
-
* deserializeAws_restJson1StopSpeakerSearchTaskCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const de_StopSpeakerSearchTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSpeakerSearchTaskCommandOutput>;
|
|
258
|
-
/**
|
|
259
|
-
* deserializeAws_restJson1StopVoiceToneAnalysisTaskCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const de_StopVoiceToneAnalysisTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopVoiceToneAnalysisTaskCommandOutput>;
|
|
262
|
-
/**
|
|
263
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
266
|
-
/**
|
|
267
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
270
|
-
/**
|
|
271
|
-
* deserializeAws_restJson1UpdateMediaInsightsPipelineConfigurationCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const de_UpdateMediaInsightsPipelineConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMediaInsightsPipelineConfigurationCommandOutput>;
|
|
274
|
-
/**
|
|
275
|
-
* deserializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const de_UpdateMediaInsightsPipelineStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMediaInsightsPipelineStatusCommandOutput>;
|
|
278
|
-
/**
|
|
279
|
-
* deserializeAws_restJson1UpdateMediaPipelineKinesisVideoStreamPoolCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const de_UpdateMediaPipelineKinesisVideoStreamPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
@@ -1,377 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateMediaCapturePipelineCommandInput,
|
|
8
|
-
CreateMediaCapturePipelineCommandOutput,
|
|
9
|
-
} from "../commands/CreateMediaCapturePipelineCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateMediaConcatenationPipelineCommandInput,
|
|
12
|
-
CreateMediaConcatenationPipelineCommandOutput,
|
|
13
|
-
} from "../commands/CreateMediaConcatenationPipelineCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateMediaInsightsPipelineCommandInput,
|
|
16
|
-
CreateMediaInsightsPipelineCommandOutput,
|
|
17
|
-
} from "../commands/CreateMediaInsightsPipelineCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateMediaInsightsPipelineConfigurationCommandInput,
|
|
20
|
-
CreateMediaInsightsPipelineConfigurationCommandOutput,
|
|
21
|
-
} from "../commands/CreateMediaInsightsPipelineConfigurationCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateMediaLiveConnectorPipelineCommandInput,
|
|
24
|
-
CreateMediaLiveConnectorPipelineCommandOutput,
|
|
25
|
-
} from "../commands/CreateMediaLiveConnectorPipelineCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
28
|
-
CreateMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
29
|
-
} from "../commands/CreateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateMediaStreamPipelineCommandInput,
|
|
32
|
-
CreateMediaStreamPipelineCommandOutput,
|
|
33
|
-
} from "../commands/CreateMediaStreamPipelineCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteMediaCapturePipelineCommandInput,
|
|
36
|
-
DeleteMediaCapturePipelineCommandOutput,
|
|
37
|
-
} from "../commands/DeleteMediaCapturePipelineCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteMediaInsightsPipelineConfigurationCommandInput,
|
|
40
|
-
DeleteMediaInsightsPipelineConfigurationCommandOutput,
|
|
41
|
-
} from "../commands/DeleteMediaInsightsPipelineConfigurationCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteMediaPipelineCommandInput,
|
|
44
|
-
DeleteMediaPipelineCommandOutput,
|
|
45
|
-
} from "../commands/DeleteMediaPipelineCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
48
|
-
DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
49
|
-
} from "../commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetMediaCapturePipelineCommandInput,
|
|
52
|
-
GetMediaCapturePipelineCommandOutput,
|
|
53
|
-
} from "../commands/GetMediaCapturePipelineCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetMediaInsightsPipelineConfigurationCommandInput,
|
|
56
|
-
GetMediaInsightsPipelineConfigurationCommandOutput,
|
|
57
|
-
} from "../commands/GetMediaInsightsPipelineConfigurationCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetMediaPipelineCommandInput,
|
|
60
|
-
GetMediaPipelineCommandOutput,
|
|
61
|
-
} from "../commands/GetMediaPipelineCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
64
|
-
GetMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
65
|
-
} from "../commands/GetMediaPipelineKinesisVideoStreamPoolCommand";
|
|
66
|
-
import {
|
|
67
|
-
GetSpeakerSearchTaskCommandInput,
|
|
68
|
-
GetSpeakerSearchTaskCommandOutput,
|
|
69
|
-
} from "../commands/GetSpeakerSearchTaskCommand";
|
|
70
|
-
import {
|
|
71
|
-
GetVoiceToneAnalysisTaskCommandInput,
|
|
72
|
-
GetVoiceToneAnalysisTaskCommandOutput,
|
|
73
|
-
} from "../commands/GetVoiceToneAnalysisTaskCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListMediaCapturePipelinesCommandInput,
|
|
76
|
-
ListMediaCapturePipelinesCommandOutput,
|
|
77
|
-
} from "../commands/ListMediaCapturePipelinesCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListMediaInsightsPipelineConfigurationsCommandInput,
|
|
80
|
-
ListMediaInsightsPipelineConfigurationsCommandOutput,
|
|
81
|
-
} from "../commands/ListMediaInsightsPipelineConfigurationsCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
|
|
84
|
-
ListMediaPipelineKinesisVideoStreamPoolsCommandOutput,
|
|
85
|
-
} from "../commands/ListMediaPipelineKinesisVideoStreamPoolsCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListMediaPipelinesCommandInput,
|
|
88
|
-
ListMediaPipelinesCommandOutput,
|
|
89
|
-
} from "../commands/ListMediaPipelinesCommand";
|
|
90
|
-
import {
|
|
91
|
-
ListTagsForResourceCommandInput,
|
|
92
|
-
ListTagsForResourceCommandOutput,
|
|
93
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
94
|
-
import {
|
|
95
|
-
StartSpeakerSearchTaskCommandInput,
|
|
96
|
-
StartSpeakerSearchTaskCommandOutput,
|
|
97
|
-
} from "../commands/StartSpeakerSearchTaskCommand";
|
|
98
|
-
import {
|
|
99
|
-
StartVoiceToneAnalysisTaskCommandInput,
|
|
100
|
-
StartVoiceToneAnalysisTaskCommandOutput,
|
|
101
|
-
} from "../commands/StartVoiceToneAnalysisTaskCommand";
|
|
102
|
-
import {
|
|
103
|
-
StopSpeakerSearchTaskCommandInput,
|
|
104
|
-
StopSpeakerSearchTaskCommandOutput,
|
|
105
|
-
} from "../commands/StopSpeakerSearchTaskCommand";
|
|
106
|
-
import {
|
|
107
|
-
StopVoiceToneAnalysisTaskCommandInput,
|
|
108
|
-
StopVoiceToneAnalysisTaskCommandOutput,
|
|
109
|
-
} from "../commands/StopVoiceToneAnalysisTaskCommand";
|
|
110
|
-
import {
|
|
111
|
-
TagResourceCommandInput,
|
|
112
|
-
TagResourceCommandOutput,
|
|
113
|
-
} from "../commands/TagResourceCommand";
|
|
114
|
-
import {
|
|
115
|
-
UntagResourceCommandInput,
|
|
116
|
-
UntagResourceCommandOutput,
|
|
117
|
-
} from "../commands/UntagResourceCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdateMediaInsightsPipelineConfigurationCommandInput,
|
|
120
|
-
UpdateMediaInsightsPipelineConfigurationCommandOutput,
|
|
121
|
-
} from "../commands/UpdateMediaInsightsPipelineConfigurationCommand";
|
|
122
|
-
import {
|
|
123
|
-
UpdateMediaInsightsPipelineStatusCommandInput,
|
|
124
|
-
UpdateMediaInsightsPipelineStatusCommandOutput,
|
|
125
|
-
} from "../commands/UpdateMediaInsightsPipelineStatusCommand";
|
|
126
|
-
import {
|
|
127
|
-
UpdateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
128
|
-
UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
129
|
-
} from "../commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
130
|
-
export declare const se_CreateMediaCapturePipelineCommand: (
|
|
131
|
-
input: CreateMediaCapturePipelineCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_CreateMediaConcatenationPipelineCommand: (
|
|
135
|
-
input: CreateMediaConcatenationPipelineCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_CreateMediaInsightsPipelineCommand: (
|
|
139
|
-
input: CreateMediaInsightsPipelineCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_CreateMediaInsightsPipelineConfigurationCommand: (
|
|
143
|
-
input: CreateMediaInsightsPipelineConfigurationCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_CreateMediaLiveConnectorPipelineCommand: (
|
|
147
|
-
input: CreateMediaLiveConnectorPipelineCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_CreateMediaPipelineKinesisVideoStreamPoolCommand: (
|
|
151
|
-
input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_CreateMediaStreamPipelineCommand: (
|
|
155
|
-
input: CreateMediaStreamPipelineCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DeleteMediaCapturePipelineCommand: (
|
|
159
|
-
input: DeleteMediaCapturePipelineCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_DeleteMediaInsightsPipelineConfigurationCommand: (
|
|
163
|
-
input: DeleteMediaInsightsPipelineConfigurationCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_DeleteMediaPipelineCommand: (
|
|
167
|
-
input: DeleteMediaPipelineCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_DeleteMediaPipelineKinesisVideoStreamPoolCommand: (
|
|
171
|
-
input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_GetMediaCapturePipelineCommand: (
|
|
175
|
-
input: GetMediaCapturePipelineCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_GetMediaInsightsPipelineConfigurationCommand: (
|
|
179
|
-
input: GetMediaInsightsPipelineConfigurationCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_GetMediaPipelineCommand: (
|
|
183
|
-
input: GetMediaPipelineCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_GetMediaPipelineKinesisVideoStreamPoolCommand: (
|
|
187
|
-
input: GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_GetSpeakerSearchTaskCommand: (
|
|
191
|
-
input: GetSpeakerSearchTaskCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_GetVoiceToneAnalysisTaskCommand: (
|
|
195
|
-
input: GetVoiceToneAnalysisTaskCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_ListMediaCapturePipelinesCommand: (
|
|
199
|
-
input: ListMediaCapturePipelinesCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_ListMediaInsightsPipelineConfigurationsCommand: (
|
|
203
|
-
input: ListMediaInsightsPipelineConfigurationsCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_ListMediaPipelineKinesisVideoStreamPoolsCommand: (
|
|
207
|
-
input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_ListMediaPipelinesCommand: (
|
|
211
|
-
input: ListMediaPipelinesCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
215
|
-
input: ListTagsForResourceCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_StartSpeakerSearchTaskCommand: (
|
|
219
|
-
input: StartSpeakerSearchTaskCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_StartVoiceToneAnalysisTaskCommand: (
|
|
223
|
-
input: StartVoiceToneAnalysisTaskCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_StopSpeakerSearchTaskCommand: (
|
|
227
|
-
input: StopSpeakerSearchTaskCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_StopVoiceToneAnalysisTaskCommand: (
|
|
231
|
-
input: StopVoiceToneAnalysisTaskCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_TagResourceCommand: (
|
|
235
|
-
input: TagResourceCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_UntagResourceCommand: (
|
|
239
|
-
input: UntagResourceCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_UpdateMediaInsightsPipelineConfigurationCommand: (
|
|
243
|
-
input: UpdateMediaInsightsPipelineConfigurationCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_UpdateMediaInsightsPipelineStatusCommand: (
|
|
247
|
-
input: UpdateMediaInsightsPipelineStatusCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_UpdateMediaPipelineKinesisVideoStreamPoolCommand: (
|
|
251
|
-
input: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const de_CreateMediaCapturePipelineCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<CreateMediaCapturePipelineCommandOutput>;
|
|
258
|
-
export declare const de_CreateMediaConcatenationPipelineCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<CreateMediaConcatenationPipelineCommandOutput>;
|
|
262
|
-
export declare const de_CreateMediaInsightsPipelineCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<CreateMediaInsightsPipelineCommandOutput>;
|
|
266
|
-
export declare const de_CreateMediaInsightsPipelineConfigurationCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<CreateMediaInsightsPipelineConfigurationCommandOutput>;
|
|
270
|
-
export declare const de_CreateMediaLiveConnectorPipelineCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<CreateMediaLiveConnectorPipelineCommandOutput>;
|
|
274
|
-
export declare const de_CreateMediaPipelineKinesisVideoStreamPoolCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<CreateMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
278
|
-
export declare const de_CreateMediaStreamPipelineCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<CreateMediaStreamPipelineCommandOutput>;
|
|
282
|
-
export declare const de_DeleteMediaCapturePipelineCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<DeleteMediaCapturePipelineCommandOutput>;
|
|
286
|
-
export declare const de_DeleteMediaInsightsPipelineConfigurationCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<DeleteMediaInsightsPipelineConfigurationCommandOutput>;
|
|
290
|
-
export declare const de_DeleteMediaPipelineCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<DeleteMediaPipelineCommandOutput>;
|
|
294
|
-
export declare const de_DeleteMediaPipelineKinesisVideoStreamPoolCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
298
|
-
export declare const de_GetMediaCapturePipelineCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<GetMediaCapturePipelineCommandOutput>;
|
|
302
|
-
export declare const de_GetMediaInsightsPipelineConfigurationCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<GetMediaInsightsPipelineConfigurationCommandOutput>;
|
|
306
|
-
export declare const de_GetMediaPipelineCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<GetMediaPipelineCommandOutput>;
|
|
310
|
-
export declare const de_GetMediaPipelineKinesisVideoStreamPoolCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<GetMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
314
|
-
export declare const de_GetSpeakerSearchTaskCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<GetSpeakerSearchTaskCommandOutput>;
|
|
318
|
-
export declare const de_GetVoiceToneAnalysisTaskCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<GetVoiceToneAnalysisTaskCommandOutput>;
|
|
322
|
-
export declare const de_ListMediaCapturePipelinesCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<ListMediaCapturePipelinesCommandOutput>;
|
|
326
|
-
export declare const de_ListMediaInsightsPipelineConfigurationsCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<ListMediaInsightsPipelineConfigurationsCommandOutput>;
|
|
330
|
-
export declare const de_ListMediaPipelineKinesisVideoStreamPoolsCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<ListMediaPipelineKinesisVideoStreamPoolsCommandOutput>;
|
|
334
|
-
export declare const de_ListMediaPipelinesCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<ListMediaPipelinesCommandOutput>;
|
|
338
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
342
|
-
export declare const de_StartSpeakerSearchTaskCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<StartSpeakerSearchTaskCommandOutput>;
|
|
346
|
-
export declare const de_StartVoiceToneAnalysisTaskCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<StartVoiceToneAnalysisTaskCommandOutput>;
|
|
350
|
-
export declare const de_StopSpeakerSearchTaskCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<StopSpeakerSearchTaskCommandOutput>;
|
|
354
|
-
export declare const de_StopVoiceToneAnalysisTaskCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<StopVoiceToneAnalysisTaskCommandOutput>;
|
|
358
|
-
export declare const de_TagResourceCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<TagResourceCommandOutput>;
|
|
362
|
-
export declare const de_UntagResourceCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
366
|
-
export declare const de_UpdateMediaInsightsPipelineConfigurationCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<UpdateMediaInsightsPipelineConfigurationCommandOutput>;
|
|
370
|
-
export declare const de_UpdateMediaInsightsPipelineStatusCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<UpdateMediaInsightsPipelineStatusCommandOutput>;
|
|
374
|
-
export declare const de_UpdateMediaPipelineKinesisVideoStreamPoolCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|