@aws-sdk/client-ivs-realtime 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- 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 +2 -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 +2 -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/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +257 -257
- 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/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -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 {}
|
|
@@ -6,5 +6,4 @@ export { IVSRealTimeExtensionConfiguration } from "./extensionConfiguration";
|
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
8
|
export * from "./models";
|
|
9
|
-
import "@aws-sdk/util-endpoints";
|
|
10
9
|
export { IVSRealTimeServiceException } from "./models/IVSRealTimeServiceException";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs-realtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Realtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.540.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ivs-realtime",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
43
|
-
"@smithy/middleware-serde": "^2.
|
|
44
|
-
"@smithy/middleware-stack": "^2.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.
|
|
57
|
-
"@smithy/util-middleware": "^2.
|
|
58
|
-
"@smithy/util-retry": "^2.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
60
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.540.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.540.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.540.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.540.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
|
+
"@smithy/hash-node": "^2.2.0",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
44
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
46
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
49
|
+
"@smithy/types": "^2.12.0",
|
|
50
|
+
"@smithy/url-parser": "^2.2.0",
|
|
51
|
+
"@smithy/util-base64": "^2.3.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
57
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
58
|
+
"@smithy/util-retry": "^2.2.0",
|
|
59
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
60
|
+
"tslib": "^2.6.2",
|
|
61
61
|
"uuid": "^9.0.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^9.0.4",
|