@aws-sdk/client-chime-sdk-media-pipelines 3.414.0 → 3.419.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/CreateMediaCapturePipelineCommand.js +5 -0
- package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +5 -0
- package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +5 -0
- package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +5 -0
- package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +5 -0
- package/dist-cjs/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +52 -0
- package/dist-cjs/commands/CreateMediaStreamPipelineCommand.js +52 -0
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +5 -0
- package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DeleteMediaPipelineCommand.js +5 -0
- package/dist-cjs/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +51 -0
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +5 -0
- package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +5 -0
- package/dist-cjs/commands/GetMediaPipelineCommand.js +5 -0
- package/dist-cjs/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +52 -0
- package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +5 -0
- package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +5 -0
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +5 -0
- package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +5 -0
- package/dist-cjs/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +52 -0
- package/dist-cjs/commands/ListMediaPipelinesCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +5 -0
- package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +5 -0
- package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +5 -0
- package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +5 -0
- package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +5 -0
- package/dist-cjs/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +52 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +92 -1
- package/dist-cjs/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +477 -1
- package/dist-es/ChimeSDKMediaPipelines.js +12 -0
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +5 -0
- package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +5 -0
- package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +5 -0
- package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +5 -0
- package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +5 -0
- package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +48 -0
- package/dist-es/commands/CreateMediaStreamPipelineCommand.js +48 -0
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +5 -0
- package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +5 -0
- package/dist-es/commands/DeleteMediaPipelineCommand.js +5 -0
- package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +47 -0
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +5 -0
- package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +5 -0
- package/dist-es/commands/GetMediaPipelineCommand.js +5 -0
- package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +48 -0
- package/dist-es/commands/GetSpeakerSearchTaskCommand.js +5 -0
- package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +5 -0
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +5 -0
- package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +5 -0
- package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +48 -0
- package/dist-es/commands/ListMediaPipelinesCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/StartSpeakerSearchTaskCommand.js +5 -0
- package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +5 -0
- package/dist-es/commands/StopSpeakerSearchTaskCommand.js +5 -0
- package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +5 -0
- package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +5 -0
- package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +48 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +78 -0
- package/dist-es/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +464 -1
- package/dist-types/ChimeSDKMediaPipelines.d.ts +42 -0
- package/dist-types/ChimeSDKMediaPipelinesClient.d.ts +8 -2
- package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +121 -0
- package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +137 -0
- package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +96 -0
- package/dist-types/commands/GetMediaPipelineCommand.d.ts +21 -0
- package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +106 -0
- package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +102 -0
- package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +113 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +435 -12
- package/dist-types/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +132 -0
- package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +38 -2
- package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +143 -3
- package/dist-types/ts3.4/pagination/ListMediaPipelineKinesisVideoStreamPoolsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +31 -31
|
@@ -5,16 +5,21 @@ import { CreateMediaConcatenationPipelineCommandInput, CreateMediaConcatenationP
|
|
|
5
5
|
import { CreateMediaInsightsPipelineCommandInput, CreateMediaInsightsPipelineCommandOutput } from "../commands/CreateMediaInsightsPipelineCommand";
|
|
6
6
|
import { CreateMediaInsightsPipelineConfigurationCommandInput, CreateMediaInsightsPipelineConfigurationCommandOutput } from "../commands/CreateMediaInsightsPipelineConfigurationCommand";
|
|
7
7
|
import { CreateMediaLiveConnectorPipelineCommandInput, CreateMediaLiveConnectorPipelineCommandOutput } from "../commands/CreateMediaLiveConnectorPipelineCommand";
|
|
8
|
+
import { CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput } from "../commands/CreateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
9
|
+
import { CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput } from "../commands/CreateMediaStreamPipelineCommand";
|
|
8
10
|
import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "../commands/DeleteMediaCapturePipelineCommand";
|
|
9
11
|
import { DeleteMediaInsightsPipelineConfigurationCommandInput, DeleteMediaInsightsPipelineConfigurationCommandOutput } from "../commands/DeleteMediaInsightsPipelineConfigurationCommand";
|
|
10
12
|
import { DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput } from "../commands/DeleteMediaPipelineCommand";
|
|
13
|
+
import { DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput } from "../commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand";
|
|
11
14
|
import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "../commands/GetMediaCapturePipelineCommand";
|
|
12
15
|
import { GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput } from "../commands/GetMediaInsightsPipelineConfigurationCommand";
|
|
13
16
|
import { GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput } from "../commands/GetMediaPipelineCommand";
|
|
17
|
+
import { GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput } from "../commands/GetMediaPipelineKinesisVideoStreamPoolCommand";
|
|
14
18
|
import { GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput } from "../commands/GetSpeakerSearchTaskCommand";
|
|
15
19
|
import { GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput } from "../commands/GetVoiceToneAnalysisTaskCommand";
|
|
16
20
|
import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "../commands/ListMediaCapturePipelinesCommand";
|
|
17
21
|
import { ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput } from "../commands/ListMediaInsightsPipelineConfigurationsCommand";
|
|
22
|
+
import { ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput } from "../commands/ListMediaPipelineKinesisVideoStreamPoolsCommand";
|
|
18
23
|
import { ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput } from "../commands/ListMediaPipelinesCommand";
|
|
19
24
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
20
25
|
import { StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput } from "../commands/StartSpeakerSearchTaskCommand";
|
|
@@ -25,6 +30,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
25
30
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
26
31
|
import { UpdateMediaInsightsPipelineConfigurationCommandInput, UpdateMediaInsightsPipelineConfigurationCommandOutput } from "../commands/UpdateMediaInsightsPipelineConfigurationCommand";
|
|
27
32
|
import { UpdateMediaInsightsPipelineStatusCommandInput, UpdateMediaInsightsPipelineStatusCommandOutput } from "../commands/UpdateMediaInsightsPipelineStatusCommand";
|
|
33
|
+
import { UpdateMediaPipelineKinesisVideoStreamPoolCommandInput, UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput } from "../commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
28
34
|
/**
|
|
29
35
|
* serializeAws_restJson1CreateMediaCapturePipelineCommand
|
|
30
36
|
*/
|
|
@@ -45,6 +51,14 @@ export declare const se_CreateMediaInsightsPipelineConfigurationCommand: (input:
|
|
|
45
51
|
* serializeAws_restJson1CreateMediaLiveConnectorPipelineCommand
|
|
46
52
|
*/
|
|
47
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>;
|
|
48
62
|
/**
|
|
49
63
|
* serializeAws_restJson1DeleteMediaCapturePipelineCommand
|
|
50
64
|
*/
|
|
@@ -57,6 +71,10 @@ export declare const se_DeleteMediaInsightsPipelineConfigurationCommand: (input:
|
|
|
57
71
|
* serializeAws_restJson1DeleteMediaPipelineCommand
|
|
58
72
|
*/
|
|
59
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>;
|
|
60
78
|
/**
|
|
61
79
|
* serializeAws_restJson1GetMediaCapturePipelineCommand
|
|
62
80
|
*/
|
|
@@ -69,6 +87,10 @@ export declare const se_GetMediaInsightsPipelineConfigurationCommand: (input: Ge
|
|
|
69
87
|
* serializeAws_restJson1GetMediaPipelineCommand
|
|
70
88
|
*/
|
|
71
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>;
|
|
72
94
|
/**
|
|
73
95
|
* serializeAws_restJson1GetSpeakerSearchTaskCommand
|
|
74
96
|
*/
|
|
@@ -85,6 +107,10 @@ export declare const se_ListMediaCapturePipelinesCommand: (input: ListMediaCaptu
|
|
|
85
107
|
* serializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand
|
|
86
108
|
*/
|
|
87
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>;
|
|
88
114
|
/**
|
|
89
115
|
* serializeAws_restJson1ListMediaPipelinesCommand
|
|
90
116
|
*/
|
|
@@ -125,6 +151,10 @@ export declare const se_UpdateMediaInsightsPipelineConfigurationCommand: (input:
|
|
|
125
151
|
* serializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand
|
|
126
152
|
*/
|
|
127
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>;
|
|
128
158
|
/**
|
|
129
159
|
* deserializeAws_restJson1CreateMediaCapturePipelineCommand
|
|
130
160
|
*/
|
|
@@ -145,6 +175,14 @@ export declare const de_CreateMediaInsightsPipelineConfigurationCommand: (output
|
|
|
145
175
|
* deserializeAws_restJson1CreateMediaLiveConnectorPipelineCommand
|
|
146
176
|
*/
|
|
147
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>;
|
|
148
186
|
/**
|
|
149
187
|
* deserializeAws_restJson1DeleteMediaCapturePipelineCommand
|
|
150
188
|
*/
|
|
@@ -157,6 +195,10 @@ export declare const de_DeleteMediaInsightsPipelineConfigurationCommand: (output
|
|
|
157
195
|
* deserializeAws_restJson1DeleteMediaPipelineCommand
|
|
158
196
|
*/
|
|
159
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>;
|
|
160
202
|
/**
|
|
161
203
|
* deserializeAws_restJson1GetMediaCapturePipelineCommand
|
|
162
204
|
*/
|
|
@@ -169,6 +211,10 @@ export declare const de_GetMediaInsightsPipelineConfigurationCommand: (output: _
|
|
|
169
211
|
* deserializeAws_restJson1GetMediaPipelineCommand
|
|
170
212
|
*/
|
|
171
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>;
|
|
172
218
|
/**
|
|
173
219
|
* deserializeAws_restJson1GetSpeakerSearchTaskCommand
|
|
174
220
|
*/
|
|
@@ -185,6 +231,10 @@ export declare const de_ListMediaCapturePipelinesCommand: (output: __HttpRespons
|
|
|
185
231
|
* deserializeAws_restJson1ListMediaInsightsPipelineConfigurationsCommand
|
|
186
232
|
*/
|
|
187
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>;
|
|
188
238
|
/**
|
|
189
239
|
* deserializeAws_restJson1ListMediaPipelinesCommand
|
|
190
240
|
*/
|
|
@@ -225,3 +275,7 @@ export declare const de_UpdateMediaInsightsPipelineConfigurationCommand: (output
|
|
|
225
275
|
* deserializeAws_restJson1UpdateMediaInsightsPipelineStatusCommand
|
|
226
276
|
*/
|
|
227
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>;
|
|
@@ -20,6 +20,14 @@ import {
|
|
|
20
20
|
CreateMediaLiveConnectorPipelineCommandInput,
|
|
21
21
|
CreateMediaLiveConnectorPipelineCommandOutput,
|
|
22
22
|
} from "./commands/CreateMediaLiveConnectorPipelineCommand";
|
|
23
|
+
import {
|
|
24
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
25
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
26
|
+
} from "./commands/CreateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
27
|
+
import {
|
|
28
|
+
CreateMediaStreamPipelineCommandInput,
|
|
29
|
+
CreateMediaStreamPipelineCommandOutput,
|
|
30
|
+
} from "./commands/CreateMediaStreamPipelineCommand";
|
|
23
31
|
import {
|
|
24
32
|
DeleteMediaCapturePipelineCommandInput,
|
|
25
33
|
DeleteMediaCapturePipelineCommandOutput,
|
|
@@ -32,6 +40,10 @@ import {
|
|
|
32
40
|
DeleteMediaPipelineCommandInput,
|
|
33
41
|
DeleteMediaPipelineCommandOutput,
|
|
34
42
|
} from "./commands/DeleteMediaPipelineCommand";
|
|
43
|
+
import {
|
|
44
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
45
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
46
|
+
} from "./commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand";
|
|
35
47
|
import {
|
|
36
48
|
GetMediaCapturePipelineCommandInput,
|
|
37
49
|
GetMediaCapturePipelineCommandOutput,
|
|
@@ -44,6 +56,10 @@ import {
|
|
|
44
56
|
GetMediaPipelineCommandInput,
|
|
45
57
|
GetMediaPipelineCommandOutput,
|
|
46
58
|
} from "./commands/GetMediaPipelineCommand";
|
|
59
|
+
import {
|
|
60
|
+
GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
61
|
+
GetMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
62
|
+
} from "./commands/GetMediaPipelineKinesisVideoStreamPoolCommand";
|
|
47
63
|
import {
|
|
48
64
|
GetSpeakerSearchTaskCommandInput,
|
|
49
65
|
GetSpeakerSearchTaskCommandOutput,
|
|
@@ -60,6 +76,10 @@ import {
|
|
|
60
76
|
ListMediaInsightsPipelineConfigurationsCommandInput,
|
|
61
77
|
ListMediaInsightsPipelineConfigurationsCommandOutput,
|
|
62
78
|
} from "./commands/ListMediaInsightsPipelineConfigurationsCommand";
|
|
79
|
+
import {
|
|
80
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
|
|
81
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommandOutput,
|
|
82
|
+
} from "./commands/ListMediaPipelineKinesisVideoStreamPoolsCommand";
|
|
63
83
|
import {
|
|
64
84
|
ListMediaPipelinesCommandInput,
|
|
65
85
|
ListMediaPipelinesCommandOutput,
|
|
@@ -100,6 +120,10 @@ import {
|
|
|
100
120
|
UpdateMediaInsightsPipelineStatusCommandInput,
|
|
101
121
|
UpdateMediaInsightsPipelineStatusCommandOutput,
|
|
102
122
|
} from "./commands/UpdateMediaInsightsPipelineStatusCommand";
|
|
123
|
+
import {
|
|
124
|
+
UpdateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
125
|
+
UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
126
|
+
} from "./commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
103
127
|
export interface ChimeSDKMediaPipelines {
|
|
104
128
|
createMediaCapturePipeline(
|
|
105
129
|
args: CreateMediaCapturePipelineCommandInput,
|
|
@@ -172,6 +196,38 @@ export interface ChimeSDKMediaPipelines {
|
|
|
172
196
|
options: __HttpHandlerOptions,
|
|
173
197
|
cb: (err: any, data?: CreateMediaLiveConnectorPipelineCommandOutput) => void
|
|
174
198
|
): void;
|
|
199
|
+
createMediaPipelineKinesisVideoStreamPool(
|
|
200
|
+
args: CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
201
|
+
options?: __HttpHandlerOptions
|
|
202
|
+
): Promise<CreateMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
203
|
+
createMediaPipelineKinesisVideoStreamPool(
|
|
204
|
+
args: CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
205
|
+
cb: (
|
|
206
|
+
err: any,
|
|
207
|
+
data?: CreateMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
208
|
+
) => void
|
|
209
|
+
): void;
|
|
210
|
+
createMediaPipelineKinesisVideoStreamPool(
|
|
211
|
+
args: CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
212
|
+
options: __HttpHandlerOptions,
|
|
213
|
+
cb: (
|
|
214
|
+
err: any,
|
|
215
|
+
data?: CreateMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
216
|
+
) => void
|
|
217
|
+
): void;
|
|
218
|
+
createMediaStreamPipeline(
|
|
219
|
+
args: CreateMediaStreamPipelineCommandInput,
|
|
220
|
+
options?: __HttpHandlerOptions
|
|
221
|
+
): Promise<CreateMediaStreamPipelineCommandOutput>;
|
|
222
|
+
createMediaStreamPipeline(
|
|
223
|
+
args: CreateMediaStreamPipelineCommandInput,
|
|
224
|
+
cb: (err: any, data?: CreateMediaStreamPipelineCommandOutput) => void
|
|
225
|
+
): void;
|
|
226
|
+
createMediaStreamPipeline(
|
|
227
|
+
args: CreateMediaStreamPipelineCommandInput,
|
|
228
|
+
options: __HttpHandlerOptions,
|
|
229
|
+
cb: (err: any, data?: CreateMediaStreamPipelineCommandOutput) => void
|
|
230
|
+
): void;
|
|
175
231
|
deleteMediaCapturePipeline(
|
|
176
232
|
args: DeleteMediaCapturePipelineCommandInput,
|
|
177
233
|
options?: __HttpHandlerOptions
|
|
@@ -217,6 +273,25 @@ export interface ChimeSDKMediaPipelines {
|
|
|
217
273
|
options: __HttpHandlerOptions,
|
|
218
274
|
cb: (err: any, data?: DeleteMediaPipelineCommandOutput) => void
|
|
219
275
|
): void;
|
|
276
|
+
deleteMediaPipelineKinesisVideoStreamPool(
|
|
277
|
+
args: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
278
|
+
options?: __HttpHandlerOptions
|
|
279
|
+
): Promise<DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
280
|
+
deleteMediaPipelineKinesisVideoStreamPool(
|
|
281
|
+
args: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
282
|
+
cb: (
|
|
283
|
+
err: any,
|
|
284
|
+
data?: DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
285
|
+
) => void
|
|
286
|
+
): void;
|
|
287
|
+
deleteMediaPipelineKinesisVideoStreamPool(
|
|
288
|
+
args: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
289
|
+
options: __HttpHandlerOptions,
|
|
290
|
+
cb: (
|
|
291
|
+
err: any,
|
|
292
|
+
data?: DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
293
|
+
) => void
|
|
294
|
+
): void;
|
|
220
295
|
getMediaCapturePipeline(
|
|
221
296
|
args: GetMediaCapturePipelineCommandInput,
|
|
222
297
|
options?: __HttpHandlerOptions
|
|
@@ -262,6 +337,25 @@ export interface ChimeSDKMediaPipelines {
|
|
|
262
337
|
options: __HttpHandlerOptions,
|
|
263
338
|
cb: (err: any, data?: GetMediaPipelineCommandOutput) => void
|
|
264
339
|
): void;
|
|
340
|
+
getMediaPipelineKinesisVideoStreamPool(
|
|
341
|
+
args: GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
342
|
+
options?: __HttpHandlerOptions
|
|
343
|
+
): Promise<GetMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
344
|
+
getMediaPipelineKinesisVideoStreamPool(
|
|
345
|
+
args: GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
346
|
+
cb: (
|
|
347
|
+
err: any,
|
|
348
|
+
data?: GetMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
349
|
+
) => void
|
|
350
|
+
): void;
|
|
351
|
+
getMediaPipelineKinesisVideoStreamPool(
|
|
352
|
+
args: GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
353
|
+
options: __HttpHandlerOptions,
|
|
354
|
+
cb: (
|
|
355
|
+
err: any,
|
|
356
|
+
data?: GetMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
357
|
+
) => void
|
|
358
|
+
): void;
|
|
265
359
|
getSpeakerSearchTask(
|
|
266
360
|
args: GetSpeakerSearchTaskCommandInput,
|
|
267
361
|
options?: __HttpHandlerOptions
|
|
@@ -320,6 +414,25 @@ export interface ChimeSDKMediaPipelines {
|
|
|
320
414
|
data?: ListMediaInsightsPipelineConfigurationsCommandOutput
|
|
321
415
|
) => void
|
|
322
416
|
): void;
|
|
417
|
+
listMediaPipelineKinesisVideoStreamPools(
|
|
418
|
+
args: ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
|
|
419
|
+
options?: __HttpHandlerOptions
|
|
420
|
+
): Promise<ListMediaPipelineKinesisVideoStreamPoolsCommandOutput>;
|
|
421
|
+
listMediaPipelineKinesisVideoStreamPools(
|
|
422
|
+
args: ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
|
|
423
|
+
cb: (
|
|
424
|
+
err: any,
|
|
425
|
+
data?: ListMediaPipelineKinesisVideoStreamPoolsCommandOutput
|
|
426
|
+
) => void
|
|
427
|
+
): void;
|
|
428
|
+
listMediaPipelineKinesisVideoStreamPools(
|
|
429
|
+
args: ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
|
|
430
|
+
options: __HttpHandlerOptions,
|
|
431
|
+
cb: (
|
|
432
|
+
err: any,
|
|
433
|
+
data?: ListMediaPipelineKinesisVideoStreamPoolsCommandOutput
|
|
434
|
+
) => void
|
|
435
|
+
): void;
|
|
323
436
|
listMediaPipelines(
|
|
324
437
|
args: ListMediaPipelinesCommandInput,
|
|
325
438
|
options?: __HttpHandlerOptions
|
|
@@ -462,6 +575,25 @@ export interface ChimeSDKMediaPipelines {
|
|
|
462
575
|
data?: UpdateMediaInsightsPipelineStatusCommandOutput
|
|
463
576
|
) => void
|
|
464
577
|
): void;
|
|
578
|
+
updateMediaPipelineKinesisVideoStreamPool(
|
|
579
|
+
args: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
580
|
+
options?: __HttpHandlerOptions
|
|
581
|
+
): Promise<UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput>;
|
|
582
|
+
updateMediaPipelineKinesisVideoStreamPool(
|
|
583
|
+
args: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
584
|
+
cb: (
|
|
585
|
+
err: any,
|
|
586
|
+
data?: UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
587
|
+
) => void
|
|
588
|
+
): void;
|
|
589
|
+
updateMediaPipelineKinesisVideoStreamPool(
|
|
590
|
+
args: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
591
|
+
options: __HttpHandlerOptions,
|
|
592
|
+
cb: (
|
|
593
|
+
err: any,
|
|
594
|
+
data?: UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
595
|
+
) => void
|
|
596
|
+
): void;
|
|
465
597
|
}
|
|
466
598
|
export declare class ChimeSDKMediaPipelines
|
|
467
599
|
extends ChimeSDKMediaPipelinesClient
|
|
@@ -65,6 +65,14 @@ import {
|
|
|
65
65
|
CreateMediaLiveConnectorPipelineCommandInput,
|
|
66
66
|
CreateMediaLiveConnectorPipelineCommandOutput,
|
|
67
67
|
} from "./commands/CreateMediaLiveConnectorPipelineCommand";
|
|
68
|
+
import {
|
|
69
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
70
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
71
|
+
} from "./commands/CreateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateMediaStreamPipelineCommandInput,
|
|
74
|
+
CreateMediaStreamPipelineCommandOutput,
|
|
75
|
+
} from "./commands/CreateMediaStreamPipelineCommand";
|
|
68
76
|
import {
|
|
69
77
|
DeleteMediaCapturePipelineCommandInput,
|
|
70
78
|
DeleteMediaCapturePipelineCommandOutput,
|
|
@@ -77,6 +85,10 @@ import {
|
|
|
77
85
|
DeleteMediaPipelineCommandInput,
|
|
78
86
|
DeleteMediaPipelineCommandOutput,
|
|
79
87
|
} from "./commands/DeleteMediaPipelineCommand";
|
|
88
|
+
import {
|
|
89
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
90
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
91
|
+
} from "./commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand";
|
|
80
92
|
import {
|
|
81
93
|
GetMediaCapturePipelineCommandInput,
|
|
82
94
|
GetMediaCapturePipelineCommandOutput,
|
|
@@ -89,6 +101,10 @@ import {
|
|
|
89
101
|
GetMediaPipelineCommandInput,
|
|
90
102
|
GetMediaPipelineCommandOutput,
|
|
91
103
|
} from "./commands/GetMediaPipelineCommand";
|
|
104
|
+
import {
|
|
105
|
+
GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
106
|
+
GetMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
107
|
+
} from "./commands/GetMediaPipelineKinesisVideoStreamPoolCommand";
|
|
92
108
|
import {
|
|
93
109
|
GetSpeakerSearchTaskCommandInput,
|
|
94
110
|
GetSpeakerSearchTaskCommandOutput,
|
|
@@ -105,6 +121,10 @@ import {
|
|
|
105
121
|
ListMediaInsightsPipelineConfigurationsCommandInput,
|
|
106
122
|
ListMediaInsightsPipelineConfigurationsCommandOutput,
|
|
107
123
|
} from "./commands/ListMediaInsightsPipelineConfigurationsCommand";
|
|
124
|
+
import {
|
|
125
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
|
|
126
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommandOutput,
|
|
127
|
+
} from "./commands/ListMediaPipelineKinesisVideoStreamPoolsCommand";
|
|
108
128
|
import {
|
|
109
129
|
ListMediaPipelinesCommandInput,
|
|
110
130
|
ListMediaPipelinesCommandOutput,
|
|
@@ -145,6 +165,10 @@ import {
|
|
|
145
165
|
UpdateMediaInsightsPipelineStatusCommandInput,
|
|
146
166
|
UpdateMediaInsightsPipelineStatusCommandOutput,
|
|
147
167
|
} from "./commands/UpdateMediaInsightsPipelineStatusCommand";
|
|
168
|
+
import {
|
|
169
|
+
UpdateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
170
|
+
UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
171
|
+
} from "./commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
148
172
|
import {
|
|
149
173
|
ClientInputEndpointParameters,
|
|
150
174
|
ClientResolvedEndpointParameters,
|
|
@@ -158,16 +182,21 @@ export type ServiceInputTypes =
|
|
|
158
182
|
| CreateMediaInsightsPipelineCommandInput
|
|
159
183
|
| CreateMediaInsightsPipelineConfigurationCommandInput
|
|
160
184
|
| CreateMediaLiveConnectorPipelineCommandInput
|
|
185
|
+
| CreateMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
186
|
+
| CreateMediaStreamPipelineCommandInput
|
|
161
187
|
| DeleteMediaCapturePipelineCommandInput
|
|
162
188
|
| DeleteMediaInsightsPipelineConfigurationCommandInput
|
|
163
189
|
| DeleteMediaPipelineCommandInput
|
|
190
|
+
| DeleteMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
164
191
|
| GetMediaCapturePipelineCommandInput
|
|
165
192
|
| GetMediaInsightsPipelineConfigurationCommandInput
|
|
166
193
|
| GetMediaPipelineCommandInput
|
|
194
|
+
| GetMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
167
195
|
| GetSpeakerSearchTaskCommandInput
|
|
168
196
|
| GetVoiceToneAnalysisTaskCommandInput
|
|
169
197
|
| ListMediaCapturePipelinesCommandInput
|
|
170
198
|
| ListMediaInsightsPipelineConfigurationsCommandInput
|
|
199
|
+
| ListMediaPipelineKinesisVideoStreamPoolsCommandInput
|
|
171
200
|
| ListMediaPipelinesCommandInput
|
|
172
201
|
| ListTagsForResourceCommandInput
|
|
173
202
|
| StartSpeakerSearchTaskCommandInput
|
|
@@ -177,23 +206,29 @@ export type ServiceInputTypes =
|
|
|
177
206
|
| TagResourceCommandInput
|
|
178
207
|
| UntagResourceCommandInput
|
|
179
208
|
| UpdateMediaInsightsPipelineConfigurationCommandInput
|
|
180
|
-
| UpdateMediaInsightsPipelineStatusCommandInput
|
|
209
|
+
| UpdateMediaInsightsPipelineStatusCommandInput
|
|
210
|
+
| UpdateMediaPipelineKinesisVideoStreamPoolCommandInput;
|
|
181
211
|
export type ServiceOutputTypes =
|
|
182
212
|
| CreateMediaCapturePipelineCommandOutput
|
|
183
213
|
| CreateMediaConcatenationPipelineCommandOutput
|
|
184
214
|
| CreateMediaInsightsPipelineCommandOutput
|
|
185
215
|
| CreateMediaInsightsPipelineConfigurationCommandOutput
|
|
186
216
|
| CreateMediaLiveConnectorPipelineCommandOutput
|
|
217
|
+
| CreateMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
218
|
+
| CreateMediaStreamPipelineCommandOutput
|
|
187
219
|
| DeleteMediaCapturePipelineCommandOutput
|
|
188
220
|
| DeleteMediaInsightsPipelineConfigurationCommandOutput
|
|
189
221
|
| DeleteMediaPipelineCommandOutput
|
|
222
|
+
| DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
190
223
|
| GetMediaCapturePipelineCommandOutput
|
|
191
224
|
| GetMediaInsightsPipelineConfigurationCommandOutput
|
|
192
225
|
| GetMediaPipelineCommandOutput
|
|
226
|
+
| GetMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
193
227
|
| GetSpeakerSearchTaskCommandOutput
|
|
194
228
|
| GetVoiceToneAnalysisTaskCommandOutput
|
|
195
229
|
| ListMediaCapturePipelinesCommandOutput
|
|
196
230
|
| ListMediaInsightsPipelineConfigurationsCommandOutput
|
|
231
|
+
| ListMediaPipelineKinesisVideoStreamPoolsCommandOutput
|
|
197
232
|
| ListMediaPipelinesCommandOutput
|
|
198
233
|
| ListTagsForResourceCommandOutput
|
|
199
234
|
| StartSpeakerSearchTaskCommandOutput
|
|
@@ -203,7 +238,8 @@ export type ServiceOutputTypes =
|
|
|
203
238
|
| TagResourceCommandOutput
|
|
204
239
|
| UntagResourceCommandOutput
|
|
205
240
|
| UpdateMediaInsightsPipelineConfigurationCommandOutput
|
|
206
|
-
| UpdateMediaInsightsPipelineStatusCommandOutput
|
|
241
|
+
| UpdateMediaInsightsPipelineStatusCommandOutput
|
|
242
|
+
| UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput;
|
|
207
243
|
export interface ClientDefaults
|
|
208
244
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
209
245
|
requestHandler?: __HttpHandler;
|
|
@@ -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
|
+
CreateMediaPipelineKinesisVideoStreamPoolRequest,
|
|
16
|
+
CreateMediaPipelineKinesisVideoStreamPoolResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
20
|
+
extends CreateMediaPipelineKinesisVideoStreamPoolRequest {}
|
|
21
|
+
export interface CreateMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
22
|
+
extends CreateMediaPipelineKinesisVideoStreamPoolResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command<
|
|
25
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
26
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
27
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
38
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
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
|
+
CreateMediaStreamPipelineRequest,
|
|
16
|
+
CreateMediaStreamPipelineResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateMediaStreamPipelineCommandInput
|
|
20
|
+
extends CreateMediaStreamPipelineRequest {}
|
|
21
|
+
export interface CreateMediaStreamPipelineCommandOutput
|
|
22
|
+
extends CreateMediaStreamPipelineResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateMediaStreamPipelineCommand extends $Command<
|
|
25
|
+
CreateMediaStreamPipelineCommandInput,
|
|
26
|
+
CreateMediaStreamPipelineCommandOutput,
|
|
27
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateMediaStreamPipelineCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateMediaStreamPipelineCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateMediaStreamPipelineCommandInput,
|
|
38
|
+
CreateMediaStreamPipelineCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -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 { DeleteMediaPipelineKinesisVideoStreamPoolRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
17
|
+
extends DeleteMediaPipelineKinesisVideoStreamPoolRequest {}
|
|
18
|
+
export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
19
|
+
extends __MetadataBearer {}
|
|
20
|
+
export declare class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command<
|
|
21
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
22
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
23
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
34
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
GetMediaPipelineKinesisVideoStreamPoolRequest,
|
|
16
|
+
GetMediaPipelineKinesisVideoStreamPoolResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
20
|
+
extends GetMediaPipelineKinesisVideoStreamPoolRequest {}
|
|
21
|
+
export interface GetMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
22
|
+
extends GetMediaPipelineKinesisVideoStreamPoolResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command<
|
|
25
|
+
GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
26
|
+
GetMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
27
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetMediaPipelineKinesisVideoStreamPoolCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetMediaPipelineKinesisVideoStreamPoolCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
38
|
+
GetMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
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
|
+
ListMediaPipelineKinesisVideoStreamPoolsRequest,
|
|
16
|
+
ListMediaPipelineKinesisVideoStreamPoolsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListMediaPipelineKinesisVideoStreamPoolsCommandInput
|
|
20
|
+
extends ListMediaPipelineKinesisVideoStreamPoolsRequest {}
|
|
21
|
+
export interface ListMediaPipelineKinesisVideoStreamPoolsCommandOutput
|
|
22
|
+
extends ListMediaPipelineKinesisVideoStreamPoolsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command<
|
|
25
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
|
|
26
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommandOutput,
|
|
27
|
+
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommandInput,
|
|
38
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|