@aws-sdk/client-chime-sdk-media-pipelines 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +39 -313
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +2 -14
- package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +2 -14
- package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +2 -14
- package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +2 -14
- package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
- package/dist-es/commands/CreateMediaStreamPipelineCommand.js +2 -14
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +2 -14
- package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteMediaPipelineCommand.js +2 -14
- package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +2 -14
- package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +2 -14
- package/dist-es/commands/GetMediaPipelineCommand.js +2 -14
- package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
- package/dist-es/commands/GetSpeakerSearchTaskCommand.js +2 -14
- package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +2 -14
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +2 -14
- package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +2 -14
- package/dist-es/commands/ListMediaPipelinesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartSpeakerSearchTaskCommand.js +2 -14
- package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +2 -14
- package/dist-es/commands/StopSpeakerSearchTaskCommand.js +2 -14
- package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +2 -14
- package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
- package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaPipelineCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
- package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +3 -8
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +3 -8
- package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +3 -8
- package/dist-types/commands/ListMediaPipelinesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { CreateMediaPipelineKinesisVideoStreamPoolRequest, CreateMediaPipelineKinesisVideoStreamPoolResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateMediaPipelineKinesisVideoStreamPoolCommandInput extends C
|
|
|
22
19
|
export interface CreateMediaPipelineKinesisVideoStreamPoolCommandOutput extends CreateMediaPipelineKinesisVideoStreamPoolResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
25
|
-
new (input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaPipelineKinesisVideoStreamPoolCommandInput, CreateMediaPipelineKinesisVideoStreamPoolCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an Amazon Kinesis Video Stream pool for use with media stream
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { CreateMediaStreamPipelineRequest, CreateMediaStreamPipelineResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateMediaStreamPipelineCommandInput extends CreateMediaStream
|
|
|
22
19
|
export interface CreateMediaStreamPipelineCommandOutput extends CreateMediaStreamPipelineResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateMediaStreamPipelineCommand_base: {
|
|
25
|
-
new (input: CreateMediaStreamPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateMediaStreamPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateMediaStreamPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateMediaStreamPipelineCommandInput): import("@smithy/core/client").CommandImpl<CreateMediaStreamPipelineCommandInput, CreateMediaStreamPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a streaming media pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { DeleteMediaCapturePipelineRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteMediaCapturePipelineCommandInput extends DeleteMediaCaptu
|
|
|
22
19
|
export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteMediaCapturePipelineCommand_base: {
|
|
25
|
-
new (input: DeleteMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the media pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { DeleteMediaInsightsPipelineConfigurationRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteMediaInsightsPipelineConfigurationCommandInput extends De
|
|
|
22
19
|
export interface DeleteMediaInsightsPipelineConfigurationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteMediaInsightsPipelineConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaInsightsPipelineConfigurationCommandInput, DeleteMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaInsightsPipelineConfigurationCommandInput, DeleteMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaInsightsPipelineConfigurationCommandInput, DeleteMediaInsightsPipelineConfigurationCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaInsightsPipelineConfigurationCommandInput, DeleteMediaInsightsPipelineConfigurationCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the specified configuration settings.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { DeleteMediaPipelineRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteMediaPipelineCommandInput extends DeleteMediaPipelineRequ
|
|
|
22
19
|
export interface DeleteMediaPipelineCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteMediaPipelineCommand_base: {
|
|
25
|
-
new (input: DeleteMediaPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteMediaPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteMediaPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteMediaPipelineCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaPipelineCommandInput, DeleteMediaPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the media pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { DeleteMediaPipelineKinesisVideoStreamPoolRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandInput extends D
|
|
|
22
19
|
export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
25
|
-
new (input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteMediaPipelineKinesisVideoStreamPoolCommandInput, DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an Amazon Kinesis Video Stream pool.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { GetMediaCapturePipelineRequest, GetMediaCapturePipelineResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMediaCapturePipelineCommandInput extends GetMediaCapturePipe
|
|
|
22
19
|
export interface GetMediaCapturePipelineCommandOutput extends GetMediaCapturePipelineResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMediaCapturePipelineCommand_base: {
|
|
25
|
-
new (input: GetMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMediaCapturePipelineCommandInput): import("@smithy/core/client").CommandImpl<GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets an existing media pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { GetMediaInsightsPipelineConfigurationRequest, GetMediaInsightsPipelineConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMediaInsightsPipelineConfigurationCommandInput extends GetMe
|
|
|
22
19
|
export interface GetMediaInsightsPipelineConfigurationCommandOutput extends GetMediaInsightsPipelineConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMediaInsightsPipelineConfigurationCommand_base: {
|
|
25
|
-
new (input: GetMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMediaInsightsPipelineConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetMediaInsightsPipelineConfigurationCommandInput, GetMediaInsightsPipelineConfigurationCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the configuration settings for a media insights pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { GetMediaPipelineRequest, GetMediaPipelineResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMediaPipelineCommandInput extends GetMediaPipelineRequest {
|
|
|
22
19
|
export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMediaPipelineCommand_base: {
|
|
25
|
-
new (input: GetMediaPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetMediaPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMediaPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMediaPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetMediaPipelineCommandInput, GetMediaPipelineCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets an existing media pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { GetMediaPipelineKinesisVideoStreamPoolRequest, GetMediaPipelineKinesisVideoStreamPoolResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMediaPipelineKinesisVideoStreamPoolCommandInput extends GetM
|
|
|
22
19
|
export interface GetMediaPipelineKinesisVideoStreamPoolCommandOutput extends GetMediaPipelineKinesisVideoStreamPoolResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
25
|
-
new (input: GetMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMediaPipelineKinesisVideoStreamPoolCommandInput): import("@smithy/core/client").CommandImpl<GetMediaPipelineKinesisVideoStreamPoolCommandInput, GetMediaPipelineKinesisVideoStreamPoolCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets an Kinesis video stream pool.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { GetSpeakerSearchTaskRequest, GetSpeakerSearchTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSpeakerSearchTaskCommandInput extends GetSpeakerSearchTaskRe
|
|
|
22
19
|
export interface GetSpeakerSearchTaskCommandOutput extends GetSpeakerSearchTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSpeakerSearchTaskCommand_base: {
|
|
25
|
-
new (input: GetSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<GetSpeakerSearchTaskCommandInput, GetSpeakerSearchTaskCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the details of the specified speaker search task.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { GetVoiceToneAnalysisTaskRequest, GetVoiceToneAnalysisTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetVoiceToneAnalysisTaskCommandInput extends GetVoiceToneAnalys
|
|
|
22
19
|
export interface GetVoiceToneAnalysisTaskCommandOutput extends GetVoiceToneAnalysisTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetVoiceToneAnalysisTaskCommand_base: {
|
|
25
|
-
new (input: GetVoiceToneAnalysisTaskCommandInput): import("@smithy/core/client").CommandImpl<GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetVoiceToneAnalysisTaskCommandInput): import("@smithy/core/client").CommandImpl<GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetVoiceToneAnalysisTaskCommandInput): import("@smithy/core/client").CommandImpl<GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetVoiceToneAnalysisTaskCommandInput): import("@smithy/core/client").CommandImpl<GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the details of a voice tone analysis task.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { ListMediaCapturePipelinesRequest, ListMediaCapturePipelinesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMediaCapturePipelinesCommandInput extends ListMediaCaptureP
|
|
|
22
19
|
export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapturePipelinesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMediaCapturePipelinesCommand_base: {
|
|
25
|
-
new (input: ListMediaCapturePipelinesCommandInput): import("@smithy/core/client").CommandImpl<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListMediaCapturePipelinesCommandInput]): import("@smithy/core/client").CommandImpl<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMediaCapturePipelinesCommandInput): import("@smithy/core/client").CommandImpl<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListMediaCapturePipelinesCommandInput]): import("@smithy/core/client").CommandImpl<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of media pipelines.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { ListMediaInsightsPipelineConfigurationsRequest, ListMediaInsightsPipelineConfigurationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMediaInsightsPipelineConfigurationsCommandInput extends Lis
|
|
|
22
19
|
export interface ListMediaInsightsPipelineConfigurationsCommandOutput extends ListMediaInsightsPipelineConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMediaInsightsPipelineConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListMediaInsightsPipelineConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListMediaInsightsPipelineConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMediaInsightsPipelineConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListMediaInsightsPipelineConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the available media insights pipeline configurations.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { ListMediaPipelineKinesisVideoStreamPoolsRequest, ListMediaPipelineKinesisVideoStreamPoolsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMediaPipelineKinesisVideoStreamPoolsCommandInput extends Li
|
|
|
22
19
|
export interface ListMediaPipelineKinesisVideoStreamPoolsCommandOutput extends ListMediaPipelineKinesisVideoStreamPoolsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMediaPipelineKinesisVideoStreamPoolsCommand_base: {
|
|
25
|
-
new (input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput): import("@smithy/core/client").CommandImpl<ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListMediaPipelineKinesisVideoStreamPoolsCommandInput]): import("@smithy/core/client").CommandImpl<ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput): import("@smithy/core/client").CommandImpl<ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListMediaPipelineKinesisVideoStreamPoolsCommandInput]): import("@smithy/core/client").CommandImpl<ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the video stream pools in the media pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { ListMediaPipelinesRequest, ListMediaPipelinesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListMediaPipelinesCommandInput extends ListMediaPipelinesReques
|
|
|
22
19
|
export interface ListMediaPipelinesCommandOutput extends ListMediaPipelinesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMediaPipelinesCommand_base: {
|
|
25
|
-
new (input: ListMediaPipelinesCommandInput): import("@smithy/core/client").CommandImpl<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListMediaPipelinesCommandInput]): import("@smithy/core/client").CommandImpl<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMediaPipelinesCommandInput): import("@smithy/core/client").CommandImpl<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListMediaPipelinesCommandInput]): import("@smithy/core/client").CommandImpl<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of media pipelines.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the tags available for a media pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { StartSpeakerSearchTaskRequest, StartSpeakerSearchTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartSpeakerSearchTaskCommandInput extends StartSpeakerSearchTa
|
|
|
22
19
|
export interface StartSpeakerSearchTaskCommandOutput extends StartSpeakerSearchTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartSpeakerSearchTaskCommand_base: {
|
|
25
|
-
new (input: StartSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a speaker search task.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { StartVoiceToneAnalysisTaskRequest, StartVoiceToneAnalysisTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartVoiceToneAnalysisTaskCommandInput extends StartVoiceToneAn
|
|
|
22
19
|
export interface StartVoiceToneAnalysisTaskCommandOutput extends StartVoiceToneAnalysisTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartVoiceToneAnalysisTaskCommand_base: {
|
|
25
|
-
new (input: StartVoiceToneAnalysisTaskCommandInput): import("@smithy/core/client").CommandImpl<StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartVoiceToneAnalysisTaskCommandInput): import("@smithy/core/client").CommandImpl<StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartVoiceToneAnalysisTaskCommandInput): import("@smithy/core/client").CommandImpl<StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartVoiceToneAnalysisTaskCommandInput): import("@smithy/core/client").CommandImpl<StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a voice tone analysis task. For more information about voice tone analysis, see
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
4
2
|
import type { StopSpeakerSearchTaskRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StopSpeakerSearchTaskCommandInput extends StopSpeakerSearchTask
|
|
|
22
19
|
export interface StopSpeakerSearchTaskCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopSpeakerSearchTaskCommand_base: {
|
|
25
|
-
new (input: StopSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<StopSpeakerSearchTaskCommandInput, StopSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<StopSpeakerSearchTaskCommandInput, StopSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<StopSpeakerSearchTaskCommandInput, StopSpeakerSearchTaskCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopSpeakerSearchTaskCommandInput): import("@smithy/core/client").CommandImpl<StopSpeakerSearchTaskCommandInput, StopSpeakerSearchTaskCommandOutput, import("..").ChimeSDKMediaPipelinesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops a speaker search task.</p>
|