@aws-sdk/client-ivs-realtime 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 +47 -393
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateParticipantTokenCommand.js +2 -14
- package/dist-es/commands/CreateStageCommand.js +2 -14
- package/dist-es/commands/CreateStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePublicKeyCommand.js +2 -14
- package/dist-es/commands/DeleteStageCommand.js +2 -14
- package/dist-es/commands/DeleteStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/DisconnectParticipantCommand.js +2 -14
- package/dist-es/commands/GetCompositionCommand.js +2 -14
- package/dist-es/commands/GetEncoderConfigurationCommand.js +2 -14
- package/dist-es/commands/GetIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/GetParticipantCommand.js +2 -14
- package/dist-es/commands/GetPublicKeyCommand.js +2 -14
- package/dist-es/commands/GetStageCommand.js +2 -14
- package/dist-es/commands/GetStageSessionCommand.js +2 -14
- package/dist-es/commands/GetStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/ImportPublicKeyCommand.js +2 -14
- package/dist-es/commands/ListCompositionsCommand.js +2 -14
- package/dist-es/commands/ListEncoderConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListIngestConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListParticipantEventsCommand.js +2 -14
- package/dist-es/commands/ListParticipantReplicasCommand.js +2 -14
- package/dist-es/commands/ListParticipantsCommand.js +2 -14
- package/dist-es/commands/ListPublicKeysCommand.js +2 -14
- package/dist-es/commands/ListStageSessionsCommand.js +2 -14
- package/dist-es/commands/ListStagesCommand.js +2 -14
- package/dist-es/commands/ListStorageConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartCompositionCommand.js +2 -14
- package/dist-es/commands/StartParticipantReplicationCommand.js +2 -14
- package/dist-es/commands/StopCompositionCommand.js +2 -14
- package/dist-es/commands/StopParticipantReplicationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIngestConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateStageCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +3 -8
- package/dist-types/commands/CreateStageCommand.d.ts +3 -8
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +3 -8
- package/dist-types/commands/GetCompositionCommand.d.ts +3 -8
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetParticipantCommand.d.ts +3 -8
- package/dist-types/commands/GetPublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/GetStageCommand.d.ts +3 -8
- package/dist-types/commands/GetStageSessionCommand.d.ts +3 -8
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ImportPublicKeyCommand.d.ts +3 -8
- package/dist-types/commands/ListCompositionsCommand.d.ts +3 -8
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListIngestConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantReplicasCommand.d.ts +3 -8
- package/dist-types/commands/ListParticipantsCommand.d.ts +3 -8
- package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -8
- package/dist-types/commands/ListStageSessionsCommand.d.ts +3 -8
- package/dist-types/commands/ListStagesCommand.d.ts +3 -8
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartCompositionCommand.d.ts +3 -8
- package/dist-types/commands/StartParticipantReplicationCommand.d.ts +3 -8
- package/dist-types/commands/StopCompositionCommand.d.ts +3 -8
- package/dist-types/commands/StopParticipantReplicationCommand.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/UpdateIngestConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStageCommand.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/CreateEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportPublicKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIngestConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantReplicasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartParticipantReplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopParticipantReplicationCommand.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/UpdateIngestConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-types/index.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
86
86
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
87
87
|
export type { IVSRealTimeExtensionConfiguration } from "./extensionConfiguration";
|
|
88
88
|
export * from "./commands";
|
|
89
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
89
90
|
export * from "./schemas/schemas_0";
|
|
90
91
|
export * from "./pagination";
|
|
91
92
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
IVSRealTimeClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./IVSRealTimeClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
IVSRealTimeClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
IVSRealTimeClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateEncoderConfigurationRequest,
|
|
10
4
|
CreateEncoderConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateEncoderConfigurationCommandInput
|
|
15
8
|
extends CreateEncoderConfigurationRequest {}
|
|
16
9
|
export interface CreateEncoderConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateEncoderConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateEncoderConfigurationCommandInput,
|
|
24
17
|
CreateEncoderConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [CreateEncoderConfigurationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateEncoderConfigurationCommandInput,
|
|
33
26
|
CreateEncoderConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateEncoderConfigurationCommand extends CreateEncoderConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateIngestConfigurationRequest,
|
|
10
4
|
CreateIngestConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateIngestConfigurationCommandInput
|
|
15
8
|
extends CreateIngestConfigurationRequest {}
|
|
16
9
|
export interface CreateIngestConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateIngestConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateIngestConfigurationCommandInput,
|
|
24
17
|
CreateIngestConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateIngestConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateIngestConfigurationCommandInput,
|
|
33
26
|
CreateIngestConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateIngestConfigurationCommand extends CreateIngestConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateParticipantTokenRequest,
|
|
10
4
|
CreateParticipantTokenResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateParticipantTokenCommandInput
|
|
15
8
|
extends CreateParticipantTokenRequest {}
|
|
16
9
|
export interface CreateParticipantTokenCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateParticipantTokenCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateParticipantTokenCommandInput,
|
|
24
17
|
CreateParticipantTokenCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateParticipantTokenCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateParticipantTokenCommandInput,
|
|
33
26
|
CreateParticipantTokenCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import { CreateStageRequest, CreateStageResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateStageCommandInput extends CreateStageRequest {}
|
|
12
5
|
export interface CreateStageCommandOutput
|
|
13
6
|
extends CreateStageResponse,
|
|
@@ -18,22 +11,20 @@ declare const CreateStageCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateStageCommandInput,
|
|
20
13
|
CreateStageCommandOutput,
|
|
21
|
-
IVSRealTimeClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [CreateStageCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateStageCommandInput,
|
|
29
22
|
CreateStageCommandOutput,
|
|
30
|
-
IVSRealTimeClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateStageCommand extends CreateStageCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateStorageConfigurationRequest,
|
|
10
4
|
CreateStorageConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateStorageConfigurationCommandInput
|
|
15
8
|
extends CreateStorageConfigurationRequest {}
|
|
16
9
|
export interface CreateStorageConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateStorageConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateStorageConfigurationCommandInput,
|
|
24
17
|
CreateStorageConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateStorageConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateStorageConfigurationCommandInput,
|
|
33
26
|
CreateStorageConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateStorageConfigurationCommand extends CreateStorageConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteEncoderConfigurationRequest,
|
|
10
4
|
DeleteEncoderConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteEncoderConfigurationCommandInput
|
|
15
8
|
extends DeleteEncoderConfigurationRequest {}
|
|
16
9
|
export interface DeleteEncoderConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteEncoderConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteEncoderConfigurationCommandInput,
|
|
24
17
|
DeleteEncoderConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteEncoderConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteEncoderConfigurationCommandInput,
|
|
33
26
|
DeleteEncoderConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteEncoderConfigurationCommand extends DeleteEncoderConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteIngestConfigurationRequest,
|
|
10
4
|
DeleteIngestConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteIngestConfigurationCommandInput
|
|
15
8
|
extends DeleteIngestConfigurationRequest {}
|
|
16
9
|
export interface DeleteIngestConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteIngestConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteIngestConfigurationCommandInput,
|
|
24
17
|
DeleteIngestConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteIngestConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteIngestConfigurationCommandInput,
|
|
33
26
|
DeleteIngestConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteIngestConfigurationCommand extends DeleteIngestConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
DeletePublicKeyRequest,
|
|
10
4
|
DeletePublicKeyResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeletePublicKeyCommandInput extends DeletePublicKeyRequest {}
|
|
15
8
|
export interface DeletePublicKeyCommandOutput
|
|
16
9
|
extends DeletePublicKeyResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeletePublicKeyCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeletePublicKeyCommandInput,
|
|
23
16
|
DeletePublicKeyCommandOutput,
|
|
24
|
-
IVSRealTimeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeletePublicKeyCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeletePublicKeyCommandInput,
|
|
32
25
|
DeletePublicKeyCommandOutput,
|
|
33
|
-
IVSRealTimeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeletePublicKeyCommand extends DeletePublicKeyCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import { DeleteStageRequest, DeleteStageResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteStageCommandInput extends DeleteStageRequest {}
|
|
12
5
|
export interface DeleteStageCommandOutput
|
|
13
6
|
extends DeleteStageResponse,
|
|
@@ -18,22 +11,20 @@ declare const DeleteStageCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteStageCommandInput,
|
|
20
13
|
DeleteStageCommandOutput,
|
|
21
|
-
IVSRealTimeClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteStageCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteStageCommandInput,
|
|
29
22
|
DeleteStageCommandOutput,
|
|
30
|
-
IVSRealTimeClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteStageCommand extends DeleteStageCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteStorageConfigurationRequest,
|
|
10
4
|
DeleteStorageConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteStorageConfigurationCommandInput
|
|
15
8
|
extends DeleteStorageConfigurationRequest {}
|
|
16
9
|
export interface DeleteStorageConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteStorageConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteStorageConfigurationCommandInput,
|
|
24
17
|
DeleteStorageConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteStorageConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteStorageConfigurationCommandInput,
|
|
33
26
|
DeleteStorageConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
DisconnectParticipantRequest,
|
|
10
4
|
DisconnectParticipantResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DisconnectParticipantCommandInput
|
|
15
8
|
extends DisconnectParticipantRequest {}
|
|
16
9
|
export interface DisconnectParticipantCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisconnectParticipantCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisconnectParticipantCommandInput,
|
|
24
17
|
DisconnectParticipantCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DisconnectParticipantCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisconnectParticipantCommandInput,
|
|
33
26
|
DisconnectParticipantCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
GetCompositionRequest,
|
|
10
4
|
GetCompositionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetCompositionCommandInput extends GetCompositionRequest {}
|
|
15
8
|
export interface GetCompositionCommandOutput
|
|
16
9
|
extends GetCompositionResponse,
|
|
@@ -21,22 +14,20 @@ declare const GetCompositionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetCompositionCommandInput,
|
|
23
16
|
GetCompositionCommandOutput,
|
|
24
|
-
IVSRealTimeClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetCompositionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetCompositionCommandInput,
|
|
32
25
|
GetCompositionCommandOutput,
|
|
33
|
-
IVSRealTimeClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetCompositionCommand extends GetCompositionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
IVSRealTimeClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../IVSRealTimeClient";
|
|
8
2
|
import {
|
|
9
3
|
GetEncoderConfigurationRequest,
|
|
10
4
|
GetEncoderConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetEncoderConfigurationCommandInput
|
|
15
8
|
extends GetEncoderConfigurationRequest {}
|
|
16
9
|
export interface GetEncoderConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetEncoderConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetEncoderConfigurationCommandInput,
|
|
24
17
|
GetEncoderConfigurationCommandOutput,
|
|
25
|
-
IVSRealTimeClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetEncoderConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetEncoderConfigurationCommandInput,
|
|
33
26
|
GetEncoderConfigurationCommandOutput,
|
|
34
|
-
IVSRealTimeClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").IVSRealTimeClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|