@aws-sdk/client-ivs-realtime 3.529.1 → 3.535.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 +29 -0
- package/dist-es/models/models_0.js +21 -0
- package/dist-types/IVSRealTime.d.ts +7 -1
- package/dist-types/IVSRealTimeClient.d.ts +1 -1
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +2 -1
- package/dist-types/commands/CreateStageCommand.d.ts +2 -1
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +2 -1
- package/dist-types/commands/GetCompositionCommand.d.ts +18 -1
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetParticipantCommand.d.ts +2 -1
- package/dist-types/commands/GetStageCommand.d.ts +2 -1
- package/dist-types/commands/GetStageSessionCommand.d.ts +2 -1
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ListCompositionsCommand.d.ts +2 -1
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +2 -1
- package/dist-types/commands/ListParticipantsCommand.d.ts +2 -1
- package/dist-types/commands/ListStageSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListStagesCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartCompositionCommand.d.ts +34 -1
- package/dist-types/commands/StopCompositionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +387 -239
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/IVSRealTime.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +43 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { IVSRealTimeClientConfig } from "./IVSRealTimeClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -109,6 +109,7 @@ import {
|
|
|
109
109
|
} from "./commands/UpdateStageCommand";
|
|
110
110
|
import { IVSRealTimeClient } from "./IVSRealTimeClient";
|
|
111
111
|
export interface IVSRealTime {
|
|
112
|
+
createEncoderConfiguration(): Promise<CreateEncoderConfigurationCommandOutput>;
|
|
112
113
|
createEncoderConfiguration(
|
|
113
114
|
args: CreateEncoderConfigurationCommandInput,
|
|
114
115
|
options?: __HttpHandlerOptions
|
|
@@ -135,6 +136,7 @@ export interface IVSRealTime {
|
|
|
135
136
|
options: __HttpHandlerOptions,
|
|
136
137
|
cb: (err: any, data?: CreateParticipantTokenCommandOutput) => void
|
|
137
138
|
): void;
|
|
139
|
+
createStage(): Promise<CreateStageCommandOutput>;
|
|
138
140
|
createStage(
|
|
139
141
|
args: CreateStageCommandInput,
|
|
140
142
|
options?: __HttpHandlerOptions
|
|
@@ -291,6 +293,7 @@ export interface IVSRealTime {
|
|
|
291
293
|
options: __HttpHandlerOptions,
|
|
292
294
|
cb: (err: any, data?: GetStorageConfigurationCommandOutput) => void
|
|
293
295
|
): void;
|
|
296
|
+
listCompositions(): Promise<ListCompositionsCommandOutput>;
|
|
294
297
|
listCompositions(
|
|
295
298
|
args: ListCompositionsCommandInput,
|
|
296
299
|
options?: __HttpHandlerOptions
|
|
@@ -304,6 +307,7 @@ export interface IVSRealTime {
|
|
|
304
307
|
options: __HttpHandlerOptions,
|
|
305
308
|
cb: (err: any, data?: ListCompositionsCommandOutput) => void
|
|
306
309
|
): void;
|
|
310
|
+
listEncoderConfigurations(): Promise<ListEncoderConfigurationsCommandOutput>;
|
|
307
311
|
listEncoderConfigurations(
|
|
308
312
|
args: ListEncoderConfigurationsCommandInput,
|
|
309
313
|
options?: __HttpHandlerOptions
|
|
@@ -343,6 +347,7 @@ export interface IVSRealTime {
|
|
|
343
347
|
options: __HttpHandlerOptions,
|
|
344
348
|
cb: (err: any, data?: ListParticipantsCommandOutput) => void
|
|
345
349
|
): void;
|
|
350
|
+
listStages(): Promise<ListStagesCommandOutput>;
|
|
346
351
|
listStages(
|
|
347
352
|
args: ListStagesCommandInput,
|
|
348
353
|
options?: __HttpHandlerOptions
|
|
@@ -369,6 +374,7 @@ export interface IVSRealTime {
|
|
|
369
374
|
options: __HttpHandlerOptions,
|
|
370
375
|
cb: (err: any, data?: ListStageSessionsCommandOutput) => void
|
|
371
376
|
): void;
|
|
377
|
+
listStorageConfigurations(): Promise<ListStorageConfigurationsCommandOutput>;
|
|
372
378
|
listStorageConfigurations(
|
|
373
379
|
args: ListStorageConfigurationsCommandInput,
|
|
374
380
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const CreateEncoderConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [CreateEncoderConfigurationCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateEncoderConfigurationCommandInput,
|
|
32
|
+
CreateEncoderConfigurationCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateEncoderConfigurationCommand extends CreateEncoderConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateParticipantTokenCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateParticipantTokenCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateParticipantTokenCommandInput,
|
|
32
|
+
CreateParticipantTokenCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateStageCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [CreateStageCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateStageCommandInput,
|
|
28
|
+
CreateStageCommandOutput,
|
|
29
|
+
IVSRealTimeClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateStageCommand extends CreateStageCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateStorageConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateStorageConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateStorageConfigurationCommandInput,
|
|
32
|
+
CreateStorageConfigurationCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateStorageConfigurationCommand extends CreateStorageConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteEncoderConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteEncoderConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteEncoderConfigurationCommandInput,
|
|
32
|
+
DeleteEncoderConfigurationCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteEncoderConfigurationCommand extends DeleteEncoderConfigurationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteStageCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteStageCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteStageCommandInput,
|
|
28
|
+
DeleteStageCommandOutput,
|
|
29
|
+
IVSRealTimeClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteStageCommand extends DeleteStageCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteStorageConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteStorageConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteStorageConfigurationCommandInput,
|
|
32
|
+
DeleteStorageConfigurationCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisconnectParticipantCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisconnectParticipantCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisconnectParticipantCommandInput,
|
|
32
|
+
DisconnectParticipantCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetCompositionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetCompositionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetCompositionCommandInput,
|
|
31
|
+
GetCompositionCommandOutput,
|
|
32
|
+
IVSRealTimeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetCompositionCommand extends GetCompositionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetEncoderConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetEncoderConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetEncoderConfigurationCommandInput,
|
|
32
|
+
GetEncoderConfigurationCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetParticipantCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetParticipantCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetParticipantCommandInput,
|
|
31
|
+
GetParticipantCommandOutput,
|
|
32
|
+
IVSRealTimeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetParticipantCommand extends GetParticipantCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetStageCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetStageCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetStageCommandInput,
|
|
28
|
+
GetStageCommandOutput,
|
|
29
|
+
IVSRealTimeClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetStageCommand extends GetStageCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetStageSessionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetStageSessionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetStageSessionCommandInput,
|
|
31
|
+
GetStageSessionCommandOutput,
|
|
32
|
+
IVSRealTimeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetStageSessionCommand extends GetStageSessionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetStorageConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetStorageConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetStorageConfigurationCommandInput,
|
|
32
|
+
GetStorageConfigurationCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetStorageConfigurationCommand extends GetStorageConfigurationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListCompositionsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListCompositionsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListCompositionsCommandInput,
|
|
31
|
+
ListCompositionsCommandOutput,
|
|
32
|
+
IVSRealTimeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListCompositionsCommand extends ListCompositionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListEncoderConfigurationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListEncoderConfigurationsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListEncoderConfigurationsCommandInput,
|
|
32
|
+
ListEncoderConfigurationsCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListEncoderConfigurationsCommand extends ListEncoderConfigurationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListParticipantEventsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListParticipantEventsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListParticipantEventsCommandInput,
|
|
32
|
+
ListParticipantEventsCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListParticipantEventsCommand extends ListParticipantEventsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListParticipantsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListParticipantsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListParticipantsCommandInput,
|
|
31
|
+
ListParticipantsCommandOutput,
|
|
32
|
+
IVSRealTimeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListParticipantsCommand extends ListParticipantsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListStageSessionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListStageSessionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListStageSessionsCommandInput,
|
|
32
|
+
ListStageSessionsCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListStageSessionsCommand extends ListStageSessionsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListStagesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListStagesCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListStagesCommandInput,
|
|
28
|
+
ListStagesCommandOutput,
|
|
29
|
+
IVSRealTimeClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListStagesCommand extends ListStagesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListStorageConfigurationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListStorageConfigurationsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListStorageConfigurationsCommandInput,
|
|
32
|
+
ListStorageConfigurationsCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListStorageConfigurationsCommand extends ListStorageConfigurationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
IVSRealTimeClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const StartCompositionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: StartCompositionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
StartCompositionCommandInput,
|
|
31
|
+
StartCompositionCommandOutput,
|
|
32
|
+
IVSRealTimeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class StartCompositionCommand extends StartCompositionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const StopCompositionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: StopCompositionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
StopCompositionCommandInput,
|
|
31
|
+
StopCompositionCommandOutput,
|
|
32
|
+
IVSRealTimeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class StopCompositionCommand extends StopCompositionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
IVSRealTimeClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UntagResourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UntagResourceCommandInput,
|
|
31
|
+
UntagResourceCommandOutput,
|
|
32
|
+
IVSRealTimeClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateStageCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateStageCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateStageCommandInput,
|
|
28
|
+
UpdateStageCommandOutput,
|
|
29
|
+
IVSRealTimeClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateStageCommand extends UpdateStageCommand_base {}
|
|
@@ -204,11 +204,54 @@ export interface Destination {
|
|
|
204
204
|
configuration: DestinationConfiguration | undefined;
|
|
205
205
|
detail?: DestinationDetail;
|
|
206
206
|
}
|
|
207
|
+
export declare const VideoAspectRatio: {
|
|
208
|
+
readonly AUTO: "AUTO";
|
|
209
|
+
readonly PORTRAIT: "PORTRAIT";
|
|
210
|
+
readonly SQUARE: "SQUARE";
|
|
211
|
+
readonly VIDEO: "VIDEO";
|
|
212
|
+
};
|
|
213
|
+
export type VideoAspectRatio =
|
|
214
|
+
(typeof VideoAspectRatio)[keyof typeof VideoAspectRatio];
|
|
215
|
+
export declare const VideoFillMode: {
|
|
216
|
+
readonly CONTAIN: "CONTAIN";
|
|
217
|
+
readonly COVER: "COVER";
|
|
218
|
+
readonly FILL: "FILL";
|
|
219
|
+
};
|
|
220
|
+
export type VideoFillMode = (typeof VideoFillMode)[keyof typeof VideoFillMode];
|
|
207
221
|
export interface GridConfiguration {
|
|
208
222
|
featuredParticipantAttribute?: string;
|
|
223
|
+
omitStoppedVideo?: boolean;
|
|
224
|
+
videoAspectRatio?: VideoAspectRatio;
|
|
225
|
+
videoFillMode?: VideoFillMode;
|
|
226
|
+
gridGap?: number;
|
|
227
|
+
}
|
|
228
|
+
export declare const PipBehavior: {
|
|
229
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
230
|
+
readonly STATIC: "STATIC";
|
|
231
|
+
};
|
|
232
|
+
export type PipBehavior = (typeof PipBehavior)[keyof typeof PipBehavior];
|
|
233
|
+
export declare const PipPosition: {
|
|
234
|
+
readonly BOTTOM_LEFT: "BOTTOM_LEFT";
|
|
235
|
+
readonly BOTTOM_RIGHT: "BOTTOM_RIGHT";
|
|
236
|
+
readonly TOP_LEFT: "TOP_LEFT";
|
|
237
|
+
readonly TOP_RIGHT: "TOP_RIGHT";
|
|
238
|
+
};
|
|
239
|
+
export type PipPosition = (typeof PipPosition)[keyof typeof PipPosition];
|
|
240
|
+
export interface PipConfiguration {
|
|
241
|
+
featuredParticipantAttribute?: string;
|
|
242
|
+
omitStoppedVideo?: boolean;
|
|
243
|
+
videoFillMode?: VideoFillMode;
|
|
244
|
+
gridGap?: number;
|
|
245
|
+
pipParticipantAttribute?: string;
|
|
246
|
+
pipBehavior?: PipBehavior;
|
|
247
|
+
pipOffset?: number;
|
|
248
|
+
pipPosition?: PipPosition;
|
|
249
|
+
pipWidth?: number;
|
|
250
|
+
pipHeight?: number;
|
|
209
251
|
}
|
|
210
252
|
export interface LayoutConfiguration {
|
|
211
253
|
grid?: GridConfiguration;
|
|
254
|
+
pip?: PipConfiguration;
|
|
212
255
|
}
|
|
213
256
|
export declare const CompositionState: {
|
|
214
257
|
readonly ACTIVE: "ACTIVE";
|
|
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
25
25
|
apiVersion: string;
|
|
26
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
27
27
|
base64Decoder: import("@smithy/types").Decoder;
|
|
28
|
-
base64Encoder:
|
|
28
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
29
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
utf8Encoder:
|
|
30
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
31
31
|
disableHostPrefix: boolean;
|
|
32
32
|
serviceId: string;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
29
29
|
apiVersion: string;
|
|
30
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
31
|
base64Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
base64Encoder:
|
|
32
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
33
33
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
utf8Encoder:
|
|
34
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
35
35
|
disableHostPrefix: boolean;
|
|
36
36
|
serviceId: string;
|
|
37
37
|
logger: import("@smithy/types").Logger;
|
|
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: IVSRealTimeClientConfig) => {
|
|
|
13
13
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
14
14
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
15
15
|
base64Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
base64Encoder:
|
|
16
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
17
17
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
utf8Encoder:
|
|
18
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
19
19
|
disableHostPrefix: boolean;
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|