@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
package/README.md
CHANGED
|
@@ -249,6 +249,22 @@ CreateMediaLiveConnectorPipeline
|
|
|
249
249
|
|
|
250
250
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/createmedialiveconnectorpipelinecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/createmedialiveconnectorpipelinecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/createmedialiveconnectorpipelinecommandoutput.html)
|
|
251
251
|
|
|
252
|
+
</details>
|
|
253
|
+
<details>
|
|
254
|
+
<summary>
|
|
255
|
+
CreateMediaPipelineKinesisVideoStreamPool
|
|
256
|
+
</summary>
|
|
257
|
+
|
|
258
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/createmediapipelinekinesisvideostreampoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/createmediapipelinekinesisvideostreampoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/createmediapipelinekinesisvideostreampoolcommandoutput.html)
|
|
259
|
+
|
|
260
|
+
</details>
|
|
261
|
+
<details>
|
|
262
|
+
<summary>
|
|
263
|
+
CreateMediaStreamPipeline
|
|
264
|
+
</summary>
|
|
265
|
+
|
|
266
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/createmediastreampipelinecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/createmediastreampipelinecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/createmediastreampipelinecommandoutput.html)
|
|
267
|
+
|
|
252
268
|
</details>
|
|
253
269
|
<details>
|
|
254
270
|
<summary>
|
|
@@ -273,6 +289,14 @@ DeleteMediaPipeline
|
|
|
273
289
|
|
|
274
290
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/deletemediapipelinecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/deletemediapipelinecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/deletemediapipelinecommandoutput.html)
|
|
275
291
|
|
|
292
|
+
</details>
|
|
293
|
+
<details>
|
|
294
|
+
<summary>
|
|
295
|
+
DeleteMediaPipelineKinesisVideoStreamPool
|
|
296
|
+
</summary>
|
|
297
|
+
|
|
298
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/deletemediapipelinekinesisvideostreampoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/deletemediapipelinekinesisvideostreampoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/deletemediapipelinekinesisvideostreampoolcommandoutput.html)
|
|
299
|
+
|
|
276
300
|
</details>
|
|
277
301
|
<details>
|
|
278
302
|
<summary>
|
|
@@ -297,6 +321,14 @@ GetMediaPipeline
|
|
|
297
321
|
|
|
298
322
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/getmediapipelinecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/getmediapipelinecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/getmediapipelinecommandoutput.html)
|
|
299
323
|
|
|
324
|
+
</details>
|
|
325
|
+
<details>
|
|
326
|
+
<summary>
|
|
327
|
+
GetMediaPipelineKinesisVideoStreamPool
|
|
328
|
+
</summary>
|
|
329
|
+
|
|
330
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/getmediapipelinekinesisvideostreampoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/getmediapipelinekinesisvideostreampoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/getmediapipelinekinesisvideostreampoolcommandoutput.html)
|
|
331
|
+
|
|
300
332
|
</details>
|
|
301
333
|
<details>
|
|
302
334
|
<summary>
|
|
@@ -329,6 +361,14 @@ ListMediaInsightsPipelineConfigurations
|
|
|
329
361
|
|
|
330
362
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/listmediainsightspipelineconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/listmediainsightspipelineconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/listmediainsightspipelineconfigurationscommandoutput.html)
|
|
331
363
|
|
|
364
|
+
</details>
|
|
365
|
+
<details>
|
|
366
|
+
<summary>
|
|
367
|
+
ListMediaPipelineKinesisVideoStreamPools
|
|
368
|
+
</summary>
|
|
369
|
+
|
|
370
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/listmediapipelinekinesisvideostreampoolscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/listmediapipelinekinesisvideostreampoolscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/listmediapipelinekinesisvideostreampoolscommandoutput.html)
|
|
371
|
+
|
|
332
372
|
</details>
|
|
333
373
|
<details>
|
|
334
374
|
<summary>
|
|
@@ -410,3 +450,11 @@ UpdateMediaInsightsPipelineStatus
|
|
|
410
450
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/updatemediainsightspipelinestatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/updatemediainsightspipelinestatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/updatemediainsightspipelinestatuscommandoutput.html)
|
|
411
451
|
|
|
412
452
|
</details>
|
|
453
|
+
<details>
|
|
454
|
+
<summary>
|
|
455
|
+
UpdateMediaPipelineKinesisVideoStreamPool
|
|
456
|
+
</summary>
|
|
457
|
+
|
|
458
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/classes/updatemediapipelinekinesisvideostreampoolcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/updatemediapipelinekinesisvideostreampoolcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-chime-sdk-media-pipelines/interfaces/updatemediapipelinekinesisvideostreampoolcommandoutput.html)
|
|
459
|
+
|
|
460
|
+
</details>
|
|
@@ -8,16 +8,21 @@ const CreateMediaConcatenationPipelineCommand_1 = require("./commands/CreateMedi
|
|
|
8
8
|
const CreateMediaInsightsPipelineCommand_1 = require("./commands/CreateMediaInsightsPipelineCommand");
|
|
9
9
|
const CreateMediaInsightsPipelineConfigurationCommand_1 = require("./commands/CreateMediaInsightsPipelineConfigurationCommand");
|
|
10
10
|
const CreateMediaLiveConnectorPipelineCommand_1 = require("./commands/CreateMediaLiveConnectorPipelineCommand");
|
|
11
|
+
const CreateMediaPipelineKinesisVideoStreamPoolCommand_1 = require("./commands/CreateMediaPipelineKinesisVideoStreamPoolCommand");
|
|
12
|
+
const CreateMediaStreamPipelineCommand_1 = require("./commands/CreateMediaStreamPipelineCommand");
|
|
11
13
|
const DeleteMediaCapturePipelineCommand_1 = require("./commands/DeleteMediaCapturePipelineCommand");
|
|
12
14
|
const DeleteMediaInsightsPipelineConfigurationCommand_1 = require("./commands/DeleteMediaInsightsPipelineConfigurationCommand");
|
|
13
15
|
const DeleteMediaPipelineCommand_1 = require("./commands/DeleteMediaPipelineCommand");
|
|
16
|
+
const DeleteMediaPipelineKinesisVideoStreamPoolCommand_1 = require("./commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand");
|
|
14
17
|
const GetMediaCapturePipelineCommand_1 = require("./commands/GetMediaCapturePipelineCommand");
|
|
15
18
|
const GetMediaInsightsPipelineConfigurationCommand_1 = require("./commands/GetMediaInsightsPipelineConfigurationCommand");
|
|
16
19
|
const GetMediaPipelineCommand_1 = require("./commands/GetMediaPipelineCommand");
|
|
20
|
+
const GetMediaPipelineKinesisVideoStreamPoolCommand_1 = require("./commands/GetMediaPipelineKinesisVideoStreamPoolCommand");
|
|
17
21
|
const GetSpeakerSearchTaskCommand_1 = require("./commands/GetSpeakerSearchTaskCommand");
|
|
18
22
|
const GetVoiceToneAnalysisTaskCommand_1 = require("./commands/GetVoiceToneAnalysisTaskCommand");
|
|
19
23
|
const ListMediaCapturePipelinesCommand_1 = require("./commands/ListMediaCapturePipelinesCommand");
|
|
20
24
|
const ListMediaInsightsPipelineConfigurationsCommand_1 = require("./commands/ListMediaInsightsPipelineConfigurationsCommand");
|
|
25
|
+
const ListMediaPipelineKinesisVideoStreamPoolsCommand_1 = require("./commands/ListMediaPipelineKinesisVideoStreamPoolsCommand");
|
|
21
26
|
const ListMediaPipelinesCommand_1 = require("./commands/ListMediaPipelinesCommand");
|
|
22
27
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
23
28
|
const StartSpeakerSearchTaskCommand_1 = require("./commands/StartSpeakerSearchTaskCommand");
|
|
@@ -28,22 +33,28 @@ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
|
28
33
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
29
34
|
const UpdateMediaInsightsPipelineConfigurationCommand_1 = require("./commands/UpdateMediaInsightsPipelineConfigurationCommand");
|
|
30
35
|
const UpdateMediaInsightsPipelineStatusCommand_1 = require("./commands/UpdateMediaInsightsPipelineStatusCommand");
|
|
36
|
+
const UpdateMediaPipelineKinesisVideoStreamPoolCommand_1 = require("./commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand");
|
|
31
37
|
const commands = {
|
|
32
38
|
CreateMediaCapturePipelineCommand: CreateMediaCapturePipelineCommand_1.CreateMediaCapturePipelineCommand,
|
|
33
39
|
CreateMediaConcatenationPipelineCommand: CreateMediaConcatenationPipelineCommand_1.CreateMediaConcatenationPipelineCommand,
|
|
34
40
|
CreateMediaInsightsPipelineCommand: CreateMediaInsightsPipelineCommand_1.CreateMediaInsightsPipelineCommand,
|
|
35
41
|
CreateMediaInsightsPipelineConfigurationCommand: CreateMediaInsightsPipelineConfigurationCommand_1.CreateMediaInsightsPipelineConfigurationCommand,
|
|
36
42
|
CreateMediaLiveConnectorPipelineCommand: CreateMediaLiveConnectorPipelineCommand_1.CreateMediaLiveConnectorPipelineCommand,
|
|
43
|
+
CreateMediaPipelineKinesisVideoStreamPoolCommand: CreateMediaPipelineKinesisVideoStreamPoolCommand_1.CreateMediaPipelineKinesisVideoStreamPoolCommand,
|
|
44
|
+
CreateMediaStreamPipelineCommand: CreateMediaStreamPipelineCommand_1.CreateMediaStreamPipelineCommand,
|
|
37
45
|
DeleteMediaCapturePipelineCommand: DeleteMediaCapturePipelineCommand_1.DeleteMediaCapturePipelineCommand,
|
|
38
46
|
DeleteMediaInsightsPipelineConfigurationCommand: DeleteMediaInsightsPipelineConfigurationCommand_1.DeleteMediaInsightsPipelineConfigurationCommand,
|
|
39
47
|
DeleteMediaPipelineCommand: DeleteMediaPipelineCommand_1.DeleteMediaPipelineCommand,
|
|
48
|
+
DeleteMediaPipelineKinesisVideoStreamPoolCommand: DeleteMediaPipelineKinesisVideoStreamPoolCommand_1.DeleteMediaPipelineKinesisVideoStreamPoolCommand,
|
|
40
49
|
GetMediaCapturePipelineCommand: GetMediaCapturePipelineCommand_1.GetMediaCapturePipelineCommand,
|
|
41
50
|
GetMediaInsightsPipelineConfigurationCommand: GetMediaInsightsPipelineConfigurationCommand_1.GetMediaInsightsPipelineConfigurationCommand,
|
|
42
51
|
GetMediaPipelineCommand: GetMediaPipelineCommand_1.GetMediaPipelineCommand,
|
|
52
|
+
GetMediaPipelineKinesisVideoStreamPoolCommand: GetMediaPipelineKinesisVideoStreamPoolCommand_1.GetMediaPipelineKinesisVideoStreamPoolCommand,
|
|
43
53
|
GetSpeakerSearchTaskCommand: GetSpeakerSearchTaskCommand_1.GetSpeakerSearchTaskCommand,
|
|
44
54
|
GetVoiceToneAnalysisTaskCommand: GetVoiceToneAnalysisTaskCommand_1.GetVoiceToneAnalysisTaskCommand,
|
|
45
55
|
ListMediaCapturePipelinesCommand: ListMediaCapturePipelinesCommand_1.ListMediaCapturePipelinesCommand,
|
|
46
56
|
ListMediaInsightsPipelineConfigurationsCommand: ListMediaInsightsPipelineConfigurationsCommand_1.ListMediaInsightsPipelineConfigurationsCommand,
|
|
57
|
+
ListMediaPipelineKinesisVideoStreamPoolsCommand: ListMediaPipelineKinesisVideoStreamPoolsCommand_1.ListMediaPipelineKinesisVideoStreamPoolsCommand,
|
|
47
58
|
ListMediaPipelinesCommand: ListMediaPipelinesCommand_1.ListMediaPipelinesCommand,
|
|
48
59
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
49
60
|
StartSpeakerSearchTaskCommand: StartSpeakerSearchTaskCommand_1.StartSpeakerSearchTaskCommand,
|
|
@@ -54,6 +65,7 @@ const commands = {
|
|
|
54
65
|
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
55
66
|
UpdateMediaInsightsPipelineConfigurationCommand: UpdateMediaInsightsPipelineConfigurationCommand_1.UpdateMediaInsightsPipelineConfigurationCommand,
|
|
56
67
|
UpdateMediaInsightsPipelineStatusCommand: UpdateMediaInsightsPipelineStatusCommand_1.UpdateMediaInsightsPipelineStatusCommand,
|
|
68
|
+
UpdateMediaPipelineKinesisVideoStreamPoolCommand: UpdateMediaPipelineKinesisVideoStreamPoolCommand_1.UpdateMediaPipelineKinesisVideoStreamPoolCommand,
|
|
57
69
|
};
|
|
58
70
|
class ChimeSDKMediaPipelines extends ChimeSDKMediaPipelinesClient_1.ChimeSDKMediaPipelinesClient {
|
|
59
71
|
}
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateMediaCapturePipelineCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateMediaCapturePipelineCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateMediaCapturePipelineRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.CreateMediaCapturePipelineResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "CreateMediaCapturePipeline",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateMediaConcatenationPipelineCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateMediaConcatenationPipelineCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateMediaConcatenationPipelineRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.CreateMediaConcatenationPipelineResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "CreateMediaConcatenationPipeline",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateMediaInsightsPipelineCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateMediaInsightsPipelineCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateMediaInsightsPipelineRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.CreateMediaInsightsPipelineResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "CreateMediaInsightsPipeline",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateMediaInsightsPipelineConfigurationCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateMediaInsightsPipelineConfigurationCommand extends smithy_client_1.Co
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateMediaInsightsPipelineConfigurationRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.CreateMediaInsightsPipelineConfigurationResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "CreateMediaInsightsPipelineConfiguration",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class CreateMediaLiveConnectorPipelineCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class CreateMediaLiveConnectorPipelineCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.CreateMediaLiveConnectorPipelineRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.CreateMediaLiveConnectorPipelineResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "CreateMediaLiveConnectorPipeline",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateMediaPipelineKinesisVideoStreamPoolCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
10
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
+
class CreateMediaPipelineKinesisVideoStreamPoolCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
constructor(input) {
|
|
21
|
+
super();
|
|
22
|
+
this.input = input;
|
|
23
|
+
}
|
|
24
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
25
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
26
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateMediaPipelineKinesisVideoStreamPoolCommand.getEndpointParameterInstructions()));
|
|
27
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
28
|
+
const { logger } = configuration;
|
|
29
|
+
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
30
|
+
const commandName = "CreateMediaPipelineKinesisVideoStreamPoolCommand";
|
|
31
|
+
const handlerExecutionContext = {
|
|
32
|
+
logger,
|
|
33
|
+
clientName,
|
|
34
|
+
commandName,
|
|
35
|
+
inputFilterSensitiveLog: models_0_1.CreateMediaPipelineKinesisVideoStreamPoolRequestFilterSensitiveLog,
|
|
36
|
+
outputFilterSensitiveLog: models_0_1.CreateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "CreateMediaPipelineKinesisVideoStreamPool",
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
const { requestHandler } = configuration;
|
|
43
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
+
}
|
|
45
|
+
serialize(input, context) {
|
|
46
|
+
return (0, Aws_restJson1_1.se_CreateMediaPipelineKinesisVideoStreamPoolCommand)(input, context);
|
|
47
|
+
}
|
|
48
|
+
deserialize(output, context) {
|
|
49
|
+
return (0, Aws_restJson1_1.de_CreateMediaPipelineKinesisVideoStreamPoolCommand)(output, context);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
exports.CreateMediaPipelineKinesisVideoStreamPoolCommand = CreateMediaPipelineKinesisVideoStreamPoolCommand;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateMediaStreamPipelineCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
10
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
+
class CreateMediaStreamPipelineCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
constructor(input) {
|
|
21
|
+
super();
|
|
22
|
+
this.input = input;
|
|
23
|
+
}
|
|
24
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
25
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
26
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateMediaStreamPipelineCommand.getEndpointParameterInstructions()));
|
|
27
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
28
|
+
const { logger } = configuration;
|
|
29
|
+
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
30
|
+
const commandName = "CreateMediaStreamPipelineCommand";
|
|
31
|
+
const handlerExecutionContext = {
|
|
32
|
+
logger,
|
|
33
|
+
clientName,
|
|
34
|
+
commandName,
|
|
35
|
+
inputFilterSensitiveLog: models_0_1.CreateMediaStreamPipelineRequestFilterSensitiveLog,
|
|
36
|
+
outputFilterSensitiveLog: models_0_1.CreateMediaStreamPipelineResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "CreateMediaStreamPipeline",
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
const { requestHandler } = configuration;
|
|
43
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
+
}
|
|
45
|
+
serialize(input, context) {
|
|
46
|
+
return (0, Aws_restJson1_1.se_CreateMediaStreamPipelineCommand)(input, context);
|
|
47
|
+
}
|
|
48
|
+
deserialize(output, context) {
|
|
49
|
+
return (0, Aws_restJson1_1.de_CreateMediaStreamPipelineCommand)(output, context);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
exports.CreateMediaStreamPipelineCommand = CreateMediaStreamPipelineCommand;
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class DeleteMediaCapturePipelineCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteMediaCapturePipelineCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
+
operation: "DeleteMediaCapturePipeline",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class DeleteMediaInsightsPipelineConfigurationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteMediaInsightsPipelineConfigurationCommand extends smithy_client_1.Co
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
+
operation: "DeleteMediaInsightsPipelineConfiguration",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class DeleteMediaPipelineCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class DeleteMediaPipelineCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
+
operation: "DeleteMediaPipeline",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteMediaPipelineKinesisVideoStreamPoolCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteMediaPipelineKinesisVideoStreamPoolCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
29
|
+
const commandName = "DeleteMediaPipelineKinesisVideoStreamPoolCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
+
operation: "DeleteMediaPipelineKinesisVideoStreamPool",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_restJson1_1.se_DeleteMediaPipelineKinesisVideoStreamPoolCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_restJson1_1.de_DeleteMediaPipelineKinesisVideoStreamPoolCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteMediaPipelineKinesisVideoStreamPoolCommand = DeleteMediaPipelineKinesisVideoStreamPoolCommand;
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class GetMediaCapturePipelineCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class GetMediaCapturePipelineCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: (_) => _,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.GetMediaCapturePipelineResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "GetMediaCapturePipeline",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class GetMediaInsightsPipelineConfigurationCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class GetMediaInsightsPipelineConfigurationCommand extends smithy_client_1.Comma
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: (_) => _,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "GetMediaInsightsPipelineConfiguration",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class GetMediaPipelineCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class GetMediaPipelineCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: (_) => _,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.GetMediaPipelineResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "GetMediaPipeline",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetMediaPipelineKinesisVideoStreamPoolCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
10
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
+
class GetMediaPipelineKinesisVideoStreamPoolCommand extends smithy_client_1.Command {
|
|
12
|
+
static getEndpointParameterInstructions() {
|
|
13
|
+
return {
|
|
14
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
+
Region: { type: "builtInParams", name: "region" },
|
|
17
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
constructor(input) {
|
|
21
|
+
super();
|
|
22
|
+
this.input = input;
|
|
23
|
+
}
|
|
24
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
25
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
26
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetMediaPipelineKinesisVideoStreamPoolCommand.getEndpointParameterInstructions()));
|
|
27
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
28
|
+
const { logger } = configuration;
|
|
29
|
+
const clientName = "ChimeSDKMediaPipelinesClient";
|
|
30
|
+
const commandName = "GetMediaPipelineKinesisVideoStreamPoolCommand";
|
|
31
|
+
const handlerExecutionContext = {
|
|
32
|
+
logger,
|
|
33
|
+
clientName,
|
|
34
|
+
commandName,
|
|
35
|
+
inputFilterSensitiveLog: (_) => _,
|
|
36
|
+
outputFilterSensitiveLog: models_0_1.GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
39
|
+
operation: "GetMediaPipelineKinesisVideoStreamPool",
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
const { requestHandler } = configuration;
|
|
43
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
+
}
|
|
45
|
+
serialize(input, context) {
|
|
46
|
+
return (0, Aws_restJson1_1.se_GetMediaPipelineKinesisVideoStreamPoolCommand)(input, context);
|
|
47
|
+
}
|
|
48
|
+
deserialize(output, context) {
|
|
49
|
+
return (0, Aws_restJson1_1.de_GetMediaPipelineKinesisVideoStreamPoolCommand)(output, context);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
exports.GetMediaPipelineKinesisVideoStreamPoolCommand = GetMediaPipelineKinesisVideoStreamPoolCommand;
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetSpeakerSearchTaskCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class GetSpeakerSearchTaskCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
+
operation: "GetSpeakerSearchTask",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetVoiceToneAnalysisTaskCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class GetVoiceToneAnalysisTaskCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
+
operation: "GetVoiceToneAnalysisTask",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class ListMediaCapturePipelinesCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class ListMediaCapturePipelinesCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "ChimeSDKMediaPipelinesService",
|
|
38
|
+
operation: "ListMediaCapturePipelines",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|