@aws-sdk/client-chime-sdk-media-pipelines 3.478.0 → 3.484.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/commands/CreateMediaCapturePipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaConcatenationPipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaInsightsPipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaLiveConnectorPipelineCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/commands/CreateMediaStreamPipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaPipelineCommand.js +18 -41
- package/dist-cjs/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +18 -41
- package/dist-cjs/commands/GetMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetMediaPipelineCommand.js +18 -41
- package/dist-cjs/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/commands/GetSpeakerSearchTaskCommand.js +18 -41
- package/dist-cjs/commands/GetVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +18 -41
- package/dist-cjs/commands/ListMediaInsightsPipelineConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +18 -41
- package/dist-cjs/commands/ListMediaPipelinesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartSpeakerSearchTaskCommand.js +18 -41
- package/dist-cjs/commands/StartVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-cjs/commands/StopSpeakerSearchTaskCommand.js +18 -41
- package/dist-cjs/commands/StopVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateMediaInsightsPipelineStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaConcatenationPipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaInsightsPipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateMediaLiveConnectorPipelineCommand.js +18 -41
- package/dist-es/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/commands/CreateMediaStreamPipelineCommand.js +18 -41
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +18 -41
- package/dist-es/commands/DeleteMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteMediaPipelineCommand.js +18 -41
- package/dist-es/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +18 -41
- package/dist-es/commands/GetMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/GetMediaPipelineCommand.js +18 -41
- package/dist-es/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/commands/GetSpeakerSearchTaskCommand.js +18 -41
- package/dist-es/commands/GetVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +18 -41
- package/dist-es/commands/ListMediaInsightsPipelineConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.js +18 -41
- package/dist-es/commands/ListMediaPipelinesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartSpeakerSearchTaskCommand.js +18 -41
- package/dist-es/commands/StartVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-es/commands/StopSpeakerSearchTaskCommand.js +18 -41
- package/dist-es/commands/StopVoiceToneAnalysisTaskCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateMediaInsightsPipelineConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateMediaInsightsPipelineStatusCommand.js +18 -41
- package/dist-es/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaConcatenationPipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaInsightsPipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/commands/CreateMediaStreamPipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaPipelineCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaPipelineCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +6 -21
- package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaPipelinesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +6 -21
- package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +6 -21
- package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +6 -21
- package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { GetVoiceToneAnalysisTaskRequest, GetVoiceToneAnalysisTaskResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetVoiceToneAnalysisTaskCommandInput extends GetVoiceToneAnalys
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetVoiceToneAnalysisTaskCommandOutput extends GetVoiceToneAnalysisTaskResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetVoiceToneAnalysisTaskCommand_base: {
|
|
24
|
+
new (input: GetVoiceToneAnalysisTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the details of a voice tone analysis task.</p>
|
|
@@ -78,23 +81,5 @@ export interface GetVoiceToneAnalysisTaskCommandOutput extends GetVoiceToneAnaly
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetVoiceToneAnalysisTaskCommand extends
|
|
82
|
-
readonly input: GetVoiceToneAnalysisTaskCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetVoiceToneAnalysisTaskCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVoiceToneAnalysisTaskCommandInput, GetVoiceToneAnalysisTaskCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetVoiceToneAnalysisTaskCommand extends GetVoiceToneAnalysisTaskCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { ListMediaCapturePipelinesRequest, ListMediaCapturePipelinesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListMediaCapturePipelinesCommandInput extends ListMediaCaptureP
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapturePipelinesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListMediaCapturePipelinesCommand_base: {
|
|
24
|
+
new (input: ListMediaCapturePipelinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of media pipelines.</p>
|
|
@@ -79,23 +82,5 @@ export interface ListMediaCapturePipelinesCommandOutput extends ListMediaCapture
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class ListMediaCapturePipelinesCommand extends
|
|
83
|
-
readonly input: ListMediaCapturePipelinesCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: ListMediaCapturePipelinesCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class ListMediaCapturePipelinesCommand extends ListMediaCapturePipelinesCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { ListMediaInsightsPipelineConfigurationsRequest, ListMediaInsightsPipelineConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListMediaInsightsPipelineConfigurationsCommandInput extends Lis
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListMediaInsightsPipelineConfigurationsCommandOutput extends ListMediaInsightsPipelineConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListMediaInsightsPipelineConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListMediaInsightsPipelineConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the available media insights pipeline configurations.</p>
|
|
@@ -80,23 +83,5 @@ export interface ListMediaInsightsPipelineConfigurationsCommandOutput extends Li
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListMediaInsightsPipelineConfigurationsCommand extends
|
|
84
|
-
readonly input: ListMediaInsightsPipelineConfigurationsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListMediaInsightsPipelineConfigurationsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMediaInsightsPipelineConfigurationsCommandInput, ListMediaInsightsPipelineConfigurationsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListMediaInsightsPipelineConfigurationsCommand extends ListMediaInsightsPipelineConfigurationsCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { ListMediaPipelineKinesisVideoStreamPoolsRequest, ListMediaPipelineKinesisVideoStreamPoolsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListMediaPipelineKinesisVideoStreamPoolsCommandInput extends Li
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListMediaPipelineKinesisVideoStreamPoolsCommandOutput extends ListMediaPipelineKinesisVideoStreamPoolsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListMediaPipelineKinesisVideoStreamPoolsCommand_base: {
|
|
24
|
+
new (input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the video stream pools in the media pipeline.</p>
|
|
@@ -80,23 +83,5 @@ export interface ListMediaPipelineKinesisVideoStreamPoolsCommandOutput extends L
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class ListMediaPipelineKinesisVideoStreamPoolsCommand extends
|
|
84
|
-
readonly input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMediaPipelineKinesisVideoStreamPoolsCommandInput, ListMediaPipelineKinesisVideoStreamPoolsCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class ListMediaPipelineKinesisVideoStreamPoolsCommand extends ListMediaPipelineKinesisVideoStreamPoolsCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { ListMediaPipelinesRequest, ListMediaPipelinesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListMediaPipelinesCommandInput extends ListMediaPipelinesReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListMediaPipelinesCommandOutput extends ListMediaPipelinesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListMediaPipelinesCommand_base: {
|
|
24
|
+
new (input: ListMediaPipelinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of media pipelines.</p>
|
|
@@ -79,23 +82,5 @@ export interface ListMediaPipelinesCommandOutput extends ListMediaPipelinesRespo
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class ListMediaPipelinesCommand extends
|
|
83
|
-
readonly input: ListMediaPipelinesCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: ListMediaPipelinesCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMediaPipelinesCommandInput, ListMediaPipelinesCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class ListMediaPipelinesCommand extends ListMediaPipelinesCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the tags available for a media pipeline.</p>
|
|
@@ -77,23 +80,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListTagsForResourceCommand extends
|
|
81
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { StartSpeakerSearchTaskRequest, StartSpeakerSearchTaskResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartSpeakerSearchTaskCommandInput extends StartSpeakerSearchTa
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartSpeakerSearchTaskCommandOutput extends StartSpeakerSearchTaskResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartSpeakerSearchTaskCommand_base: {
|
|
24
|
+
new (input: StartSpeakerSearchTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts a speaker search task.</p>
|
|
@@ -92,23 +95,5 @@ export interface StartSpeakerSearchTaskCommandOutput extends StartSpeakerSearchT
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class StartSpeakerSearchTaskCommand extends
|
|
96
|
-
readonly input: StartSpeakerSearchTaskCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: StartSpeakerSearchTaskCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSpeakerSearchTaskCommandInput, StartSpeakerSearchTaskCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class StartSpeakerSearchTaskCommand extends StartSpeakerSearchTaskCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { StartVoiceToneAnalysisTaskRequest, StartVoiceToneAnalysisTaskResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartVoiceToneAnalysisTaskCommandInput extends StartVoiceToneAn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartVoiceToneAnalysisTaskCommandOutput extends StartVoiceToneAnalysisTaskResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartVoiceToneAnalysisTaskCommand_base: {
|
|
24
|
+
new (input: StartVoiceToneAnalysisTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts a voice tone analysis task. For more information about voice tone analysis, see
|
|
@@ -94,23 +97,5 @@ export interface StartVoiceToneAnalysisTaskCommandOutput extends StartVoiceToneA
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class StartVoiceToneAnalysisTaskCommand extends
|
|
98
|
-
readonly input: StartVoiceToneAnalysisTaskCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: StartVoiceToneAnalysisTaskCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartVoiceToneAnalysisTaskCommandInput, StartVoiceToneAnalysisTaskCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class StartVoiceToneAnalysisTaskCommand extends StartVoiceToneAnalysisTaskCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { StopSpeakerSearchTaskRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopSpeakerSearchTaskCommandInput extends StopSpeakerSearchTask
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopSpeakerSearchTaskCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopSpeakerSearchTaskCommand_base: {
|
|
24
|
+
new (input: StopSpeakerSearchTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StopSpeakerSearchTaskCommandInput, StopSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops a speaker search task.</p>
|
|
@@ -75,23 +78,5 @@ export interface StopSpeakerSearchTaskCommandOutput extends __MetadataBearer {
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class StopSpeakerSearchTaskCommand extends
|
|
79
|
-
readonly input: StopSpeakerSearchTaskCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: StopSpeakerSearchTaskCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopSpeakerSearchTaskCommandInput, StopSpeakerSearchTaskCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class StopSpeakerSearchTaskCommand extends StopSpeakerSearchTaskCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { StopVoiceToneAnalysisTaskRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopVoiceToneAnalysisTaskCommandInput extends StopVoiceToneAnal
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopVoiceToneAnalysisTaskCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopVoiceToneAnalysisTaskCommand_base: {
|
|
24
|
+
new (input: StopVoiceToneAnalysisTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StopVoiceToneAnalysisTaskCommandInput, StopVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops a voice tone analysis task.</p>
|
|
@@ -75,23 +78,5 @@ export interface StopVoiceToneAnalysisTaskCommandOutput extends __MetadataBearer
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class StopVoiceToneAnalysisTaskCommand extends
|
|
79
|
-
readonly input: StopVoiceToneAnalysisTaskCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: StopVoiceToneAnalysisTaskCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopVoiceToneAnalysisTaskCommandInput, StopVoiceToneAnalysisTaskCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class StopVoiceToneAnalysisTaskCommand extends StopVoiceToneAnalysisTaskCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint region, resource ID, and pipeline ID.</p>
|
|
@@ -76,23 +79,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class TagResourceCommand extends
|
|
80
|
-
readonly input: TagResourceCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: TagResourceCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes any tags from a media pipeline.</p>
|
|
@@ -73,23 +76,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class UntagResourceCommand extends
|
|
77
|
-
readonly input: UntagResourceCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: UntagResourceCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { UpdateMediaInsightsPipelineConfigurationRequest, UpdateMediaInsightsPipelineConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateMediaInsightsPipelineConfigurationCommandInput extends Up
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateMediaInsightsPipelineConfigurationCommandOutput extends UpdateMediaInsightsPipelineConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateMediaInsightsPipelineConfigurationCommand_base: {
|
|
24
|
+
new (input: UpdateMediaInsightsPipelineConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMediaInsightsPipelineConfigurationCommandInput, UpdateMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the media insights pipeline's configuration settings.</p>
|
|
@@ -268,23 +271,5 @@ export interface UpdateMediaInsightsPipelineConfigurationCommandOutput extends U
|
|
|
268
271
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
269
272
|
*
|
|
270
273
|
*/
|
|
271
|
-
export declare class UpdateMediaInsightsPipelineConfigurationCommand extends
|
|
272
|
-
readonly input: UpdateMediaInsightsPipelineConfigurationCommandInput;
|
|
273
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
274
|
-
/**
|
|
275
|
-
* @public
|
|
276
|
-
*/
|
|
277
|
-
constructor(input: UpdateMediaInsightsPipelineConfigurationCommandInput);
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMediaInsightsPipelineConfigurationCommandInput, UpdateMediaInsightsPipelineConfigurationCommandOutput>;
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
|
-
private serialize;
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
|
-
private deserialize;
|
|
274
|
+
export declare class UpdateMediaInsightsPipelineConfigurationCommand extends UpdateMediaInsightsPipelineConfigurationCommand_base {
|
|
290
275
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMediaPipelinesClient";
|
|
5
4
|
import { UpdateMediaInsightsPipelineStatusRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateMediaInsightsPipelineStatusCommandInput extends UpdateMed
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateMediaInsightsPipelineStatusCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateMediaInsightsPipelineStatusCommand_base: {
|
|
24
|
+
new (input: UpdateMediaInsightsPipelineStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMediaInsightsPipelineStatusCommandInput, UpdateMediaInsightsPipelineStatusCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the status of a media insights pipeline.</p>
|
|
@@ -75,23 +78,5 @@ export interface UpdateMediaInsightsPipelineStatusCommandOutput extends __Metada
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from ChimeSDKMediaPipelines service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class UpdateMediaInsightsPipelineStatusCommand extends
|
|
79
|
-
readonly input: UpdateMediaInsightsPipelineStatusCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: UpdateMediaInsightsPipelineStatusCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ChimeSDKMediaPipelinesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMediaInsightsPipelineStatusCommandInput, UpdateMediaInsightsPipelineStatusCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class UpdateMediaInsightsPipelineStatusCommand extends UpdateMediaInsightsPipelineStatusCommand_base {
|
|
97
82
|
}
|