@aws-sdk/client-chime-sdk-media-pipelines 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/ChimeSDKMediaPipelines.d.ts +98 -167
- package/dist-types/ts3.4/ChimeSDKMediaPipelinesClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMediaConcatenationPipelineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMediaInsightsPipelineConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMediaLiveConnectorPipelineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMediaStreamPipelineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMediaInsightsPipelineConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMediaPipelineCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMediaInsightsPipelineConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMediaPipelineCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMediaInsightsPipelineConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMediaPipelinesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMediaInsightsPipelineStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +14 -28
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +19 -57
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -140,10 +137,7 @@ import {
|
|
|
140
137
|
StopVoiceToneAnalysisTaskCommandInput,
|
|
141
138
|
StopVoiceToneAnalysisTaskCommandOutput,
|
|
142
139
|
} from "./commands/StopVoiceToneAnalysisTaskCommand";
|
|
143
|
-
import {
|
|
144
|
-
TagResourceCommandInput,
|
|
145
|
-
TagResourceCommandOutput,
|
|
146
|
-
} from "./commands/TagResourceCommand";
|
|
140
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
147
141
|
import {
|
|
148
142
|
UntagResourceCommandInput,
|
|
149
143
|
UntagResourceCommandOutput,
|
|
@@ -231,8 +225,7 @@ export type ServiceOutputTypes =
|
|
|
231
225
|
| UpdateMediaInsightsPipelineConfigurationCommandOutput
|
|
232
226
|
| UpdateMediaInsightsPipelineStatusCommandOutput
|
|
233
227
|
| UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput;
|
|
234
|
-
export interface ClientDefaults
|
|
235
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
228
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
236
229
|
requestHandler?: __HttpHandlerUserInput;
|
|
237
230
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
238
231
|
urlParser?: __UrlParser;
|
|
@@ -268,8 +261,7 @@ export type ChimeSDKMediaPipelinesClientConfigType = Partial<
|
|
|
268
261
|
EndpointInputConfig<EndpointParameters> &
|
|
269
262
|
HttpAuthSchemeInputConfig &
|
|
270
263
|
ClientInputEndpointParameters;
|
|
271
|
-
export interface ChimeSDKMediaPipelinesClientConfig
|
|
272
|
-
extends ChimeSDKMediaPipelinesClientConfigType {}
|
|
264
|
+
export interface ChimeSDKMediaPipelinesClientConfig extends ChimeSDKMediaPipelinesClientConfigType {}
|
|
273
265
|
export type ChimeSDKMediaPipelinesClientResolvedConfigType =
|
|
274
266
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
275
267
|
Required<ClientDefaults> &
|
|
@@ -281,8 +273,7 @@ export type ChimeSDKMediaPipelinesClientResolvedConfigType =
|
|
|
281
273
|
EndpointResolvedConfig<EndpointParameters> &
|
|
282
274
|
HttpAuthSchemeResolvedConfig &
|
|
283
275
|
ClientResolvedEndpointParameters;
|
|
284
|
-
export interface ChimeSDKMediaPipelinesClientResolvedConfig
|
|
285
|
-
extends ChimeSDKMediaPipelinesClientResolvedConfigType {}
|
|
276
|
+
export interface ChimeSDKMediaPipelinesClientResolvedConfig extends ChimeSDKMediaPipelinesClientResolvedConfigType {}
|
|
286
277
|
export declare class ChimeSDKMediaPipelinesClient extends __Client<
|
|
287
278
|
__HttpHandlerOptions,
|
|
288
279
|
ServiceInputTypes,
|
|
@@ -290,10 +281,6 @@ export declare class ChimeSDKMediaPipelinesClient extends __Client<
|
|
|
290
281
|
ChimeSDKMediaPipelinesClientResolvedConfig
|
|
291
282
|
> {
|
|
292
283
|
readonly config: ChimeSDKMediaPipelinesClientResolvedConfig;
|
|
293
|
-
constructor(
|
|
294
|
-
...[
|
|
295
|
-
configuration,
|
|
296
|
-
]: __CheckOptionalClientConfig<ChimeSDKMediaPipelinesClientConfig>
|
|
297
|
-
);
|
|
284
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ChimeSDKMediaPipelinesClientConfig>);
|
|
298
285
|
destroy(): void;
|
|
299
286
|
}
|
|
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
|
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
10
|
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ChimeSDKMediaPipelinesHttpAuthSchemeProvider
|
|
11
|
+
httpAuthSchemeProvider: ChimeSDKMediaPipelinesHttpAuthSchemeProvider,
|
|
12
12
|
): void;
|
|
13
13
|
httpAuthSchemeProvider(): ChimeSDKMediaPipelinesHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
14
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
15
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
16
|
}
|
|
22
17
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
18
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +20,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
20
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
21
|
}>;
|
|
27
22
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
23
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
24
|
) => HttpAuthExtensionConfiguration;
|
|
30
25
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
26
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
27
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { ChimeSDKMediaPipelinesClientResolvedConfig } from "../ChimeSDKMediaPipelinesClient";
|
|
15
|
-
export interface ChimeSDKMediaPipelinesHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface ChimeSDKMediaPipelinesHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface ChimeSDKMediaPipelinesHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface ChimeSDKMediaPipelinesHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ChimeSDKMediaPipelinesHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultChimeSDKMediaPipelinesHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<ChimeSDKMediaPipelinesHttpAuthSchemeParameters>;
|
|
31
|
-
export interface ChimeSDKMediaPipelinesHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<ChimeSDKMediaPipelinesHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ChimeSDKMediaPipelinesHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ChimeSDKMediaPipelinesHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultChimeSDKMediaPipelinesHttpAuthSchemeProvider: ChimeSDKMediaPipelinesHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: ChimeSDKMediaPipelinesHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: ChimeSDKMediaPipelinesHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./ChimeSDKMediaPipelinesClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
ChimeSDKMediaPipelinesClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateMediaCapturePipelineResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMediaCapturePipelineCommandInput
|
|
8
|
-
extends CreateMediaCapturePipelineRequest {}
|
|
7
|
+
export interface CreateMediaCapturePipelineCommandInput extends CreateMediaCapturePipelineRequest {}
|
|
9
8
|
export interface CreateMediaCapturePipelineCommandOutput
|
|
10
|
-
extends CreateMediaCapturePipelineResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateMediaCapturePipelineResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateMediaCapturePipelineCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateMediaCapturePipelineCommandInput
|
|
12
|
+
input: CreateMediaCapturePipelineCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateMediaCapturePipelineCommandInput,
|
|
17
15
|
CreateMediaCapturePipelineCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateMediaCapturePipelineCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateMediaCapturePipelineCommandInput
|
|
21
|
+
input: CreateMediaCapturePipelineCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateMediaCapturePipelineCommandInput,
|
|
26
24
|
CreateMediaCapturePipelineCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateMediaConcatenationPipelineResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMediaConcatenationPipelineCommandInput
|
|
8
|
-
extends CreateMediaConcatenationPipelineRequest {}
|
|
7
|
+
export interface CreateMediaConcatenationPipelineCommandInput extends CreateMediaConcatenationPipelineRequest {}
|
|
9
8
|
export interface CreateMediaConcatenationPipelineCommandOutput
|
|
10
|
-
extends CreateMediaConcatenationPipelineResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateMediaConcatenationPipelineResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateMediaConcatenationPipelineCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateMediaConcatenationPipelineCommandInput
|
|
12
|
+
input: CreateMediaConcatenationPipelineCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateMediaConcatenationPipelineCommandInput,
|
|
17
15
|
CreateMediaConcatenationPipelineCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateMediaConcatenationPipelineCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateMediaConcatenationPipelineCommandInput
|
|
21
|
+
input: CreateMediaConcatenationPipelineCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateMediaConcatenationPipelineCommandInput,
|
|
26
24
|
CreateMediaConcatenationPipelineCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateMediaInsightsPipelineResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMediaInsightsPipelineCommandInput
|
|
8
|
-
extends CreateMediaInsightsPipelineRequest {}
|
|
7
|
+
export interface CreateMediaInsightsPipelineCommandInput extends CreateMediaInsightsPipelineRequest {}
|
|
9
8
|
export interface CreateMediaInsightsPipelineCommandOutput
|
|
10
|
-
extends CreateMediaInsightsPipelineResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateMediaInsightsPipelineResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateMediaInsightsPipelineCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateMediaInsightsPipelineCommandInput
|
|
12
|
+
input: CreateMediaInsightsPipelineCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateMediaInsightsPipelineCommandInput,
|
|
17
15
|
CreateMediaInsightsPipelineCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateMediaInsightsPipelineCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateMediaInsightsPipelineCommandInput
|
|
21
|
+
input: CreateMediaInsightsPipelineCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateMediaInsightsPipelineCommandInput,
|
|
26
24
|
CreateMediaInsightsPipelineCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateMediaInsightsPipelineConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMediaInsightsPipelineConfigurationCommandInput
|
|
8
|
-
extends CreateMediaInsightsPipelineConfigurationRequest {}
|
|
7
|
+
export interface CreateMediaInsightsPipelineConfigurationCommandInput extends CreateMediaInsightsPipelineConfigurationRequest {}
|
|
9
8
|
export interface CreateMediaInsightsPipelineConfigurationCommandOutput
|
|
10
|
-
extends CreateMediaInsightsPipelineConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateMediaInsightsPipelineConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateMediaInsightsPipelineConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateMediaInsightsPipelineConfigurationCommandInput
|
|
12
|
+
input: CreateMediaInsightsPipelineConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateMediaInsightsPipelineConfigurationCommandInput,
|
|
17
15
|
CreateMediaInsightsPipelineConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateMediaInsightsPipelineConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateMediaInsightsPipelineConfigurationCommandInput
|
|
21
|
+
input: CreateMediaInsightsPipelineConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateMediaInsightsPipelineConfigurationCommandInput,
|
|
26
24
|
CreateMediaInsightsPipelineConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateMediaLiveConnectorPipelineResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMediaLiveConnectorPipelineCommandInput
|
|
8
|
-
extends CreateMediaLiveConnectorPipelineRequest {}
|
|
7
|
+
export interface CreateMediaLiveConnectorPipelineCommandInput extends CreateMediaLiveConnectorPipelineRequest {}
|
|
9
8
|
export interface CreateMediaLiveConnectorPipelineCommandOutput
|
|
10
|
-
extends CreateMediaLiveConnectorPipelineResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateMediaLiveConnectorPipelineResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateMediaLiveConnectorPipelineCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateMediaLiveConnectorPipelineCommandInput
|
|
12
|
+
input: CreateMediaLiveConnectorPipelineCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateMediaLiveConnectorPipelineCommandInput,
|
|
17
15
|
CreateMediaLiveConnectorPipelineCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateMediaLiveConnectorPipelineCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateMediaLiveConnectorPipelineCommandInput
|
|
21
|
+
input: CreateMediaLiveConnectorPipelineCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateMediaLiveConnectorPipelineCommandInput,
|
|
26
24
|
CreateMediaLiveConnectorPipelineCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateMediaPipelineKinesisVideoStreamPoolResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
8
|
-
extends CreateMediaPipelineKinesisVideoStreamPoolRequest {}
|
|
7
|
+
export interface CreateMediaPipelineKinesisVideoStreamPoolCommandInput extends CreateMediaPipelineKinesisVideoStreamPoolRequest {}
|
|
9
8
|
export interface CreateMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
10
|
-
extends CreateMediaPipelineKinesisVideoStreamPoolResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateMediaPipelineKinesisVideoStreamPoolResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
12
|
+
input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
17
15
|
CreateMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
21
|
+
input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
26
24
|
CreateMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateMediaStreamPipelineResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMediaStreamPipelineCommandInput
|
|
8
|
-
extends CreateMediaStreamPipelineRequest {}
|
|
7
|
+
export interface CreateMediaStreamPipelineCommandInput extends CreateMediaStreamPipelineRequest {}
|
|
9
8
|
export interface CreateMediaStreamPipelineCommandOutput
|
|
10
|
-
extends CreateMediaStreamPipelineResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateMediaStreamPipelineResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateMediaStreamPipelineCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateMediaStreamPipelineCommandInput
|
|
12
|
+
input: CreateMediaStreamPipelineCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateMediaStreamPipelineCommandInput,
|
|
17
15
|
CreateMediaStreamPipelineCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateMediaStreamPipelineCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateMediaStreamPipelineCommandInput
|
|
21
|
+
input: CreateMediaStreamPipelineCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateMediaStreamPipelineCommandInput,
|
|
26
24
|
CreateMediaStreamPipelineCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteMediaCapturePipelineRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteMediaCapturePipelineCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteMediaCapturePipelineCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteMediaCapturePipelineCommandInput extends DeleteMediaCapturePipelineRequest {}
|
|
5
|
+
export interface DeleteMediaCapturePipelineCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteMediaCapturePipelineCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteMediaCapturePipelineCommandInput
|
|
8
|
+
input: DeleteMediaCapturePipelineCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteMediaCapturePipelineCommandInput,
|
|
13
11
|
DeleteMediaCapturePipelineCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteMediaCapturePipelineCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteMediaCapturePipelineCommandInput
|
|
17
|
+
input: DeleteMediaCapturePipelineCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteMediaCapturePipelineCommandInput,
|
|
22
20
|
DeleteMediaCapturePipelineCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteMediaInsightsPipelineConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteMediaInsightsPipelineConfigurationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteMediaInsightsPipelineConfigurationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteMediaInsightsPipelineConfigurationCommandInput extends DeleteMediaInsightsPipelineConfigurationRequest {}
|
|
5
|
+
export interface DeleteMediaInsightsPipelineConfigurationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteMediaInsightsPipelineConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteMediaInsightsPipelineConfigurationCommandInput
|
|
8
|
+
input: DeleteMediaInsightsPipelineConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteMediaInsightsPipelineConfigurationCommandInput,
|
|
13
11
|
DeleteMediaInsightsPipelineConfigurationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteMediaInsightsPipelineConfigurationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteMediaInsightsPipelineConfigurationCommandInput
|
|
17
|
+
input: DeleteMediaInsightsPipelineConfigurationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteMediaInsightsPipelineConfigurationCommandInput,
|
|
22
20
|
DeleteMediaInsightsPipelineConfigurationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteMediaPipelineRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteMediaPipelineCommandInput
|
|
5
|
-
extends DeleteMediaPipelineRequest {}
|
|
4
|
+
export interface DeleteMediaPipelineCommandInput extends DeleteMediaPipelineRequest {}
|
|
6
5
|
export interface DeleteMediaPipelineCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteMediaPipelineCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteMediaPipelineCommandInput
|
|
8
|
+
input: DeleteMediaPipelineCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteMediaPipelineCommandInput,
|
|
12
11
|
DeleteMediaPipelineCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteMediaPipelineCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteMediaPipelineCommandInput
|
|
17
|
+
input: DeleteMediaPipelineCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteMediaPipelineCommandInput,
|
|
21
20
|
DeleteMediaPipelineCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteMediaPipelineKinesisVideoStreamPoolRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandInput extends DeleteMediaPipelineKinesisVideoStreamPoolRequest {}
|
|
5
|
+
export interface DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
8
|
+
input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
13
11
|
DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
17
|
+
input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
22
20
|
DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetMediaCapturePipelineResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMediaCapturePipelineCommandInput
|
|
8
|
-
extends GetMediaCapturePipelineRequest {}
|
|
7
|
+
export interface GetMediaCapturePipelineCommandInput extends GetMediaCapturePipelineRequest {}
|
|
9
8
|
export interface GetMediaCapturePipelineCommandOutput
|
|
10
|
-
extends GetMediaCapturePipelineResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetMediaCapturePipelineResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetMediaCapturePipelineCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetMediaCapturePipelineCommandInput
|
|
12
|
+
input: GetMediaCapturePipelineCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetMediaCapturePipelineCommandInput,
|
|
17
15
|
GetMediaCapturePipelineCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetMediaCapturePipelineCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetMediaCapturePipelineCommandInput
|
|
21
|
+
input: GetMediaCapturePipelineCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetMediaCapturePipelineCommandInput,
|
|
26
24
|
GetMediaCapturePipelineCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetMediaInsightsPipelineConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMediaInsightsPipelineConfigurationCommandInput
|
|
8
|
-
extends GetMediaInsightsPipelineConfigurationRequest {}
|
|
7
|
+
export interface GetMediaInsightsPipelineConfigurationCommandInput extends GetMediaInsightsPipelineConfigurationRequest {}
|
|
9
8
|
export interface GetMediaInsightsPipelineConfigurationCommandOutput
|
|
10
|
-
extends GetMediaInsightsPipelineConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetMediaInsightsPipelineConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetMediaInsightsPipelineConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetMediaInsightsPipelineConfigurationCommandInput
|
|
12
|
+
input: GetMediaInsightsPipelineConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetMediaInsightsPipelineConfigurationCommandInput,
|
|
17
15
|
GetMediaInsightsPipelineConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetMediaInsightsPipelineConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetMediaInsightsPipelineConfigurationCommandInput
|
|
21
|
+
input: GetMediaInsightsPipelineConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetMediaInsightsPipelineConfigurationCommandInput,
|
|
26
24
|
GetMediaInsightsPipelineConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMediaPipelineRequest,
|
|
4
|
-
GetMediaPipelineResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMediaPipelineRequest, GetMediaPipelineResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetMediaPipelineCommandInput extends GetMediaPipelineRequest {}
|
|
8
|
-
export interface GetMediaPipelineCommandOutput
|
|
9
|
-
extends GetMediaPipelineResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetMediaPipelineCommandOutput extends GetMediaPipelineResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetMediaPipelineCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetMediaPipelineCommandInput
|
|
8
|
+
input: GetMediaPipelineCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetMediaPipelineCommandInput,
|
|
16
11
|
GetMediaPipelineCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetMediaPipelineCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetMediaPipelineCommandInput
|
|
17
|
+
input: GetMediaPipelineCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetMediaPipelineCommandInput,
|
|
25
20
|
GetMediaPipelineCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetMediaPipelineKinesisVideoStreamPoolResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
8
|
-
extends GetMediaPipelineKinesisVideoStreamPoolRequest {}
|
|
7
|
+
export interface GetMediaPipelineKinesisVideoStreamPoolCommandInput extends GetMediaPipelineKinesisVideoStreamPoolRequest {}
|
|
9
8
|
export interface GetMediaPipelineKinesisVideoStreamPoolCommandOutput
|
|
10
|
-
extends GetMediaPipelineKinesisVideoStreamPoolResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetMediaPipelineKinesisVideoStreamPoolResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
12
|
+
input: GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
17
15
|
GetMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetMediaPipelineKinesisVideoStreamPoolCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetMediaPipelineKinesisVideoStreamPoolCommandInput
|
|
21
|
+
input: GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetMediaPipelineKinesisVideoStreamPoolCommandInput,
|
|
26
24
|
GetMediaPipelineKinesisVideoStreamPoolCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetSpeakerSearchTaskRequest,
|
|
4
|
-
GetSpeakerSearchTaskResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetSpeakerSearchTaskRequest, GetSpeakerSearchTaskResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSpeakerSearchTaskCommandInput
|
|
8
|
-
extends GetSpeakerSearchTaskRequest {}
|
|
4
|
+
export interface GetSpeakerSearchTaskCommandInput extends GetSpeakerSearchTaskRequest {}
|
|
9
5
|
export interface GetSpeakerSearchTaskCommandOutput
|
|
10
|
-
extends GetSpeakerSearchTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetSpeakerSearchTaskResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetSpeakerSearchTaskCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetSpeakerSearchTaskCommandInput
|
|
9
|
+
input: GetSpeakerSearchTaskCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetSpeakerSearchTaskCommandInput,
|
|
17
12
|
GetSpeakerSearchTaskCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetSpeakerSearchTaskCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetSpeakerSearchTaskCommandInput
|
|
18
|
+
input: GetSpeakerSearchTaskCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetSpeakerSearchTaskCommandInput,
|
|
26
21
|
GetSpeakerSearchTaskCommandOutput,
|