@aws-sdk/client-ivs-realtime 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/CreateEncoderConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateParticipantTokenCommand.js +18 -41
- package/dist-cjs/commands/CreateStageCommand.js +18 -41
- package/dist-cjs/commands/CreateStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteEncoderConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteStageCommand.js +18 -41
- package/dist-cjs/commands/DeleteStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DisconnectParticipantCommand.js +18 -41
- package/dist-cjs/commands/GetCompositionCommand.js +18 -41
- package/dist-cjs/commands/GetEncoderConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetParticipantCommand.js +18 -41
- package/dist-cjs/commands/GetStageCommand.js +18 -41
- package/dist-cjs/commands/GetStageSessionCommand.js +18 -41
- package/dist-cjs/commands/GetStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/ListCompositionsCommand.js +18 -41
- package/dist-cjs/commands/ListEncoderConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListParticipantEventsCommand.js +18 -41
- package/dist-cjs/commands/ListParticipantsCommand.js +18 -41
- package/dist-cjs/commands/ListStageSessionsCommand.js +18 -41
- package/dist-cjs/commands/ListStagesCommand.js +18 -41
- package/dist-cjs/commands/ListStorageConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartCompositionCommand.js +18 -41
- package/dist-cjs/commands/StopCompositionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateStageCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/CreateEncoderConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateParticipantTokenCommand.js +18 -41
- package/dist-es/commands/CreateStageCommand.js +18 -41
- package/dist-es/commands/CreateStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteEncoderConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteStageCommand.js +18 -41
- package/dist-es/commands/DeleteStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/DisconnectParticipantCommand.js +18 -41
- package/dist-es/commands/GetCompositionCommand.js +18 -41
- package/dist-es/commands/GetEncoderConfigurationCommand.js +18 -41
- package/dist-es/commands/GetParticipantCommand.js +18 -41
- package/dist-es/commands/GetStageCommand.js +18 -41
- package/dist-es/commands/GetStageSessionCommand.js +18 -41
- package/dist-es/commands/GetStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/ListCompositionsCommand.js +18 -41
- package/dist-es/commands/ListEncoderConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListParticipantEventsCommand.js +18 -41
- package/dist-es/commands/ListParticipantsCommand.js +18 -41
- package/dist-es/commands/ListStageSessionsCommand.js +18 -41
- package/dist-es/commands/ListStagesCommand.js +18 -41
- package/dist-es/commands/ListStorageConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartCompositionCommand.js +18 -41
- package/dist-es/commands/StopCompositionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateStageCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +6 -21
- package/dist-types/commands/CreateStageCommand.d.ts +6 -21
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +6 -21
- package/dist-types/commands/GetCompositionCommand.d.ts +6 -21
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetParticipantCommand.d.ts +6 -21
- package/dist-types/commands/GetStageCommand.d.ts +6 -21
- package/dist-types/commands/GetStageSessionCommand.d.ts +6 -21
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/ListCompositionsCommand.d.ts +6 -21
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +6 -21
- package/dist-types/commands/ListParticipantsCommand.d.ts +6 -21
- package/dist-types/commands/ListStageSessionsCommand.d.ts +6 -21
- package/dist-types/commands/ListStagesCommand.d.ts +6 -21
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartCompositionCommand.d.ts +6 -21
- package/dist-types/commands/StopCompositionCommand.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/UpdateStageCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +14 -23
- 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/UpdateStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateParticipantTokenCommandInput
|
|
|
21
15
|
export interface CreateParticipantTokenCommandOutput
|
|
22
16
|
extends CreateParticipantTokenResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateParticipantTokenCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateParticipantTokenCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IVSRealTimeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateParticipantTokenCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateParticipantTokenCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateParticipantTokenCommandInput,
|
|
38
|
-
CreateParticipantTokenCommandOutput
|
|
23
|
+
CreateParticipantTokenCommandOutput,
|
|
24
|
+
IVSRealTimeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CreateStageCommandInput extends CreateStageRequest {}
|
|
|
17
11
|
export interface CreateStageCommandOutput
|
|
18
12
|
extends CreateStageResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateStageCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateStageCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateStageCommandInput,
|
|
19
|
+
CreateStageCommandOutput,
|
|
20
|
+
IVSRealTimeClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateStageCommand extends CreateStageCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateStorageConfigurationCommandInput
|
|
|
21
15
|
export interface CreateStorageConfigurationCommandOutput
|
|
22
16
|
extends CreateStorageConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateStorageConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateStorageConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IVSRealTimeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateStorageConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateStorageConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateStorageConfigurationCommandInput,
|
|
38
|
-
CreateStorageConfigurationCommandOutput
|
|
23
|
+
CreateStorageConfigurationCommandOutput,
|
|
24
|
+
IVSRealTimeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateStorageConfigurationCommand extends CreateStorageConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DeleteEncoderConfigurationCommandInput
|
|
|
21
15
|
export interface DeleteEncoderConfigurationCommandOutput
|
|
22
16
|
extends DeleteEncoderConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteEncoderConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteEncoderConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IVSRealTimeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteEncoderConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteEncoderConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteEncoderConfigurationCommandInput,
|
|
38
|
-
DeleteEncoderConfigurationCommandOutput
|
|
23
|
+
DeleteEncoderConfigurationCommandOutput,
|
|
24
|
+
IVSRealTimeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteEncoderConfigurationCommand extends DeleteEncoderConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface DeleteStageCommandInput extends DeleteStageRequest {}
|
|
|
17
11
|
export interface DeleteStageCommandOutput
|
|
18
12
|
extends DeleteStageResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const DeleteStageCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteStageCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DeleteStageCommandInput,
|
|
19
|
+
DeleteStageCommandOutput,
|
|
20
|
+
IVSRealTimeClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DeleteStageCommand extends DeleteStageCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DeleteStorageConfigurationCommandInput
|
|
|
21
15
|
export interface DeleteStorageConfigurationCommandOutput
|
|
22
16
|
extends DeleteStorageConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteStorageConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteStorageConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IVSRealTimeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteStorageConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteStorageConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteStorageConfigurationCommandInput,
|
|
38
|
-
DeleteStorageConfigurationCommandOutput
|
|
23
|
+
DeleteStorageConfigurationCommandOutput,
|
|
24
|
+
IVSRealTimeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DisconnectParticipantCommandInput
|
|
|
21
15
|
export interface DisconnectParticipantCommandOutput
|
|
22
16
|
extends DisconnectParticipantResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DisconnectParticipantCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DisconnectParticipantCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IVSRealTimeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DisconnectParticipantCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DisconnectParticipantCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DisconnectParticipantCommandInput,
|
|
38
|
-
DisconnectParticipantCommandOutput
|
|
23
|
+
DisconnectParticipantCommandOutput,
|
|
24
|
+
IVSRealTimeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetCompositionCommandInput extends GetCompositionRequest {}
|
|
|
20
14
|
export interface GetCompositionCommandOutput
|
|
21
15
|
extends GetCompositionResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetCompositionCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetCompositionCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetCompositionCommandInput,
|
|
22
|
+
GetCompositionCommandOutput,
|
|
23
|
+
IVSRealTimeClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetCompositionCommand extends GetCompositionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface GetEncoderConfigurationCommandInput
|
|
|
21
15
|
export interface GetEncoderConfigurationCommandOutput
|
|
22
16
|
extends GetEncoderConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetEncoderConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetEncoderConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IVSRealTimeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetEncoderConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetEncoderConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetEncoderConfigurationCommandInput,
|
|
38
|
-
GetEncoderConfigurationCommandOutput
|
|
23
|
+
GetEncoderConfigurationCommandOutput,
|
|
24
|
+
IVSRealTimeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetParticipantCommandInput extends GetParticipantRequest {}
|
|
|
20
14
|
export interface GetParticipantCommandOutput
|
|
21
15
|
extends GetParticipantResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetParticipantCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetParticipantCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetParticipantCommandInput,
|
|
22
|
+
GetParticipantCommandOutput,
|
|
23
|
+
IVSRealTimeClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetParticipantCommand extends GetParticipantCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetStageCommandInput extends GetStageRequest {}
|
|
|
17
11
|
export interface GetStageCommandOutput
|
|
18
12
|
extends GetStageResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetStageCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetStageCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetStageCommandInput,
|
|
19
|
+
GetStageCommandOutput,
|
|
20
|
+
IVSRealTimeClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetStageCommand extends GetStageCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetStageSessionCommandInput extends GetStageSessionRequest {}
|
|
|
20
14
|
export interface GetStageSessionCommandOutput
|
|
21
15
|
extends GetStageSessionResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetStageSessionCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetStageSessionCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetStageSessionCommandInput,
|
|
22
|
+
GetStageSessionCommandOutput,
|
|
23
|
+
IVSRealTimeClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetStageSessionCommand extends GetStageSessionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface GetStorageConfigurationCommandInput
|
|
|
21
15
|
export interface GetStorageConfigurationCommandOutput
|
|
22
16
|
extends GetStorageConfigurationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetStorageConfigurationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetStorageConfigurationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: IVSRealTimeClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetStorageConfigurationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetStorageConfigurationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetStorageConfigurationCommandInput,
|
|
38
|
-
GetStorageConfigurationCommandOutput
|
|
23
|
+
GetStorageConfigurationCommandOutput,
|
|
24
|
+
IVSRealTimeClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetStorageConfigurationCommand extends GetStorageConfigurationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IVSRealTimeClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface ListCompositionsCommandInput extends ListCompositionsRequest {}
|
|
|
20
14
|
export interface ListCompositionsCommandOutput
|
|
21
15
|
extends ListCompositionsResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const ListCompositionsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListCompositionsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListCompositionsCommandInput,
|
|
22
|
+
ListCompositionsCommandOutput,
|
|
23
|
+
IVSRealTimeClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListCompositionsCommand extends ListCompositionsCommand_base {}
|