@aws-sdk/client-ivs-realtime 3.533.0 → 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-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/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/package.json +40 -40
|
@@ -31,6 +31,7 @@ export interface IVSRealTime {
|
|
|
31
31
|
/**
|
|
32
32
|
* @see {@link CreateEncoderConfigurationCommand}
|
|
33
33
|
*/
|
|
34
|
+
createEncoderConfiguration(): Promise<CreateEncoderConfigurationCommandOutput>;
|
|
34
35
|
createEncoderConfiguration(args: CreateEncoderConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateEncoderConfigurationCommandOutput>;
|
|
35
36
|
createEncoderConfiguration(args: CreateEncoderConfigurationCommandInput, cb: (err: any, data?: CreateEncoderConfigurationCommandOutput) => void): void;
|
|
36
37
|
createEncoderConfiguration(args: CreateEncoderConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEncoderConfigurationCommandOutput) => void): void;
|
|
@@ -43,6 +44,7 @@ export interface IVSRealTime {
|
|
|
43
44
|
/**
|
|
44
45
|
* @see {@link CreateStageCommand}
|
|
45
46
|
*/
|
|
47
|
+
createStage(): Promise<CreateStageCommandOutput>;
|
|
46
48
|
createStage(args: CreateStageCommandInput, options?: __HttpHandlerOptions): Promise<CreateStageCommandOutput>;
|
|
47
49
|
createStage(args: CreateStageCommandInput, cb: (err: any, data?: CreateStageCommandOutput) => void): void;
|
|
48
50
|
createStage(args: CreateStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStageCommandOutput) => void): void;
|
|
@@ -115,12 +117,14 @@ export interface IVSRealTime {
|
|
|
115
117
|
/**
|
|
116
118
|
* @see {@link ListCompositionsCommand}
|
|
117
119
|
*/
|
|
120
|
+
listCompositions(): Promise<ListCompositionsCommandOutput>;
|
|
118
121
|
listCompositions(args: ListCompositionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCompositionsCommandOutput>;
|
|
119
122
|
listCompositions(args: ListCompositionsCommandInput, cb: (err: any, data?: ListCompositionsCommandOutput) => void): void;
|
|
120
123
|
listCompositions(args: ListCompositionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCompositionsCommandOutput) => void): void;
|
|
121
124
|
/**
|
|
122
125
|
* @see {@link ListEncoderConfigurationsCommand}
|
|
123
126
|
*/
|
|
127
|
+
listEncoderConfigurations(): Promise<ListEncoderConfigurationsCommandOutput>;
|
|
124
128
|
listEncoderConfigurations(args: ListEncoderConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListEncoderConfigurationsCommandOutput>;
|
|
125
129
|
listEncoderConfigurations(args: ListEncoderConfigurationsCommandInput, cb: (err: any, data?: ListEncoderConfigurationsCommandOutput) => void): void;
|
|
126
130
|
listEncoderConfigurations(args: ListEncoderConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEncoderConfigurationsCommandOutput) => void): void;
|
|
@@ -139,6 +143,7 @@ export interface IVSRealTime {
|
|
|
139
143
|
/**
|
|
140
144
|
* @see {@link ListStagesCommand}
|
|
141
145
|
*/
|
|
146
|
+
listStages(): Promise<ListStagesCommandOutput>;
|
|
142
147
|
listStages(args: ListStagesCommandInput, options?: __HttpHandlerOptions): Promise<ListStagesCommandOutput>;
|
|
143
148
|
listStages(args: ListStagesCommandInput, cb: (err: any, data?: ListStagesCommandOutput) => void): void;
|
|
144
149
|
listStages(args: ListStagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStagesCommandOutput) => void): void;
|
|
@@ -151,6 +156,7 @@ export interface IVSRealTime {
|
|
|
151
156
|
/**
|
|
152
157
|
* @see {@link ListStorageConfigurationsCommand}
|
|
153
158
|
*/
|
|
159
|
+
listStorageConfigurations(): Promise<ListStorageConfigurationsCommandOutput>;
|
|
154
160
|
listStorageConfigurations(args: ListStorageConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListStorageConfigurationsCommandOutput>;
|
|
155
161
|
listStorageConfigurations(args: ListStorageConfigurationsCommandInput, cb: (err: any, data?: ListStorageConfigurationsCommandOutput) => void): void;
|
|
156
162
|
listStorageConfigurations(args: ListStorageConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStorageConfigurationsCommandOutput) => void): void;
|
|
@@ -192,7 +198,6 @@ export interface IVSRealTime {
|
|
|
192
198
|
updateStage(args: UpdateStageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStageCommandOutput) => void): void;
|
|
193
199
|
}
|
|
194
200
|
/**
|
|
195
|
-
* @public
|
|
196
201
|
* <p>
|
|
197
202
|
* <b>Introduction</b>
|
|
198
203
|
* </p>
|
|
@@ -401,6 +406,7 @@ export interface IVSRealTime {
|
|
|
401
406
|
* specified ARN.</p>
|
|
402
407
|
* </li>
|
|
403
408
|
* </ul>
|
|
409
|
+
* @public
|
|
404
410
|
*/
|
|
405
411
|
export declare class IVSRealTime extends IVSRealTimeClient implements IVSRealTime {
|
|
406
412
|
}
|
|
@@ -178,7 +178,6 @@ export type IVSRealTimeClientResolvedConfigType = __SmithyResolvedConfiguration<
|
|
|
178
178
|
export interface IVSRealTimeClientResolvedConfig extends IVSRealTimeClientResolvedConfigType {
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
|
-
* @public
|
|
182
181
|
* <p>
|
|
183
182
|
* <b>Introduction</b>
|
|
184
183
|
* </p>
|
|
@@ -387,6 +386,7 @@ export interface IVSRealTimeClientResolvedConfig extends IVSRealTimeClientResolv
|
|
|
387
386
|
* specified ARN.</p>
|
|
388
387
|
* </li>
|
|
389
388
|
* </ul>
|
|
389
|
+
* @public
|
|
390
390
|
*/
|
|
391
391
|
export declare class IVSRealTimeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IVSRealTimeClientResolvedConfig> {
|
|
392
392
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateEncoderConfigurationCommandOutput extends CreateEncoderCo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateEncoderConfigurationCommand_base: {
|
|
24
24
|
new (input: CreateEncoderConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEncoderConfigurationCommandInput, CreateEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [CreateEncoderConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateEncoderConfigurationCommandInput, CreateEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an EncoderConfiguration object.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -95,6 +95,7 @@ declare const CreateEncoderConfigurationCommand_base: {
|
|
|
95
95
|
* @throws {@link IVSRealTimeServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateEncoderConfigurationCommand extends CreateEncoderConfigurationCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateParticipantTokenCommandOutput extends CreateParticipantTo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateParticipantTokenCommand_base: {
|
|
24
24
|
new (input: CreateParticipantTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateParticipantTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an additional token for a specified stage. This can be done after stage creation
|
|
30
30
|
* or when tokens expire. Tokens always are scoped to the stage for which they are
|
|
31
31
|
* created.</p>
|
|
@@ -92,6 +92,7 @@ declare const CreateParticipantTokenCommand_base: {
|
|
|
92
92
|
* @throws {@link IVSRealTimeServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateStageCommand_base: {
|
|
24
24
|
new (input: CreateStageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [CreateStageCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new stage (and optionally participant tokens).</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -102,6 +102,7 @@ declare const CreateStageCommand_base: {
|
|
|
102
102
|
* @throws {@link IVSRealTimeServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class CreateStageCommand extends CreateStageCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateStorageConfigurationCommandOutput extends CreateStorageCo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateStorageConfigurationCommand_base: {
|
|
24
24
|
new (input: CreateStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStorageConfigurationCommandInput, CreateStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStorageConfigurationCommandInput, CreateStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new storage configuration, used to enable recording to Amazon S3.
|
|
30
30
|
* When a StorageConfiguration is created, IVS will modify the S3 bucketPolicy of the provided bucket.
|
|
31
31
|
* This will ensure that IVS has sufficient permissions to write content to the provided bucket.</p>
|
|
@@ -91,6 +91,7 @@ declare const CreateStorageConfigurationCommand_base: {
|
|
|
91
91
|
* @throws {@link IVSRealTimeServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateStorageConfigurationCommand extends CreateStorageConfigurationCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteEncoderConfigurationCommandOutput extends DeleteEncoderCo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteEncoderConfigurationCommand_base: {
|
|
24
24
|
new (input: DeleteEncoderConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEncoderConfigurationCommandInput, DeleteEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteEncoderConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEncoderConfigurationCommandInput, DeleteEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an EncoderConfiguration resource. Ensures that no Compositions are using this
|
|
30
30
|
* template; otherwise, returns an error.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const DeleteEncoderConfigurationCommand_base: {
|
|
|
70
70
|
* @throws {@link IVSRealTimeServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteEncoderConfigurationCommand extends DeleteEncoderConfigurationCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteStageCommandOutput extends DeleteStageResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteStageCommand_base: {
|
|
24
24
|
new (input: DeleteStageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteStageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Shuts down and deletes the specified stage (disconnecting all participants).</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteStageCommand_base: {
|
|
|
66
66
|
* @throws {@link IVSRealTimeServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteStageCommand extends DeleteStageCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteStorageConfigurationCommandOutput extends DeleteStorageCo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteStorageConfigurationCommand_base: {
|
|
24
24
|
new (input: DeleteStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the storage configuration for the specified ARN.</p>
|
|
30
30
|
* <p>If you try to delete a storage configuration that is used by a Composition, you will get an error (409 ConflictException).
|
|
31
31
|
* To avoid this, for all Compositions that reference the storage configuration, first use <a>StopComposition</a> and wait for it to complete,
|
|
@@ -72,6 +72,7 @@ declare const DeleteStorageConfigurationCommand_base: {
|
|
|
72
72
|
* @throws {@link IVSRealTimeServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisconnectParticipantCommandOutput extends DisconnectParticipan
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisconnectParticipantCommand_base: {
|
|
24
24
|
new (input: DisconnectParticipantCommandInput): import("@smithy/smithy-client").CommandImpl<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisconnectParticipantCommandInput): import("@smithy/smithy-client").CommandImpl<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disconnects a specified participant and revokes the participant permanently from a
|
|
30
30
|
* specified stage.</p>
|
|
31
31
|
* @example
|
|
@@ -66,6 +66,7 @@ declare const DisconnectParticipantCommand_base: {
|
|
|
66
66
|
* @throws {@link IVSRealTimeServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCompositionCommandOutput extends GetCompositionResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCompositionCommand_base: {
|
|
24
24
|
new (input: GetCompositionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompositionCommandInput, GetCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetCompositionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompositionCommandInput, GetCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get information about the specified Composition resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -130,6 +130,7 @@ declare const GetCompositionCommand_base: {
|
|
|
130
130
|
* @throws {@link IVSRealTimeServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
132
132
|
*
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class GetCompositionCommand extends GetCompositionCommand_base {
|
|
135
136
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetEncoderConfigurationCommandOutput extends GetEncoderConfigur
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetEncoderConfigurationCommand_base: {
|
|
24
24
|
new (input: GetEncoderConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetEncoderConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified EncoderConfiguration resource. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const GetEncoderConfigurationCommand_base: {
|
|
|
83
83
|
* @throws {@link IVSRealTimeServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetParticipantCommandOutput extends GetParticipantResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetParticipantCommand_base: {
|
|
24
24
|
new (input: GetParticipantCommandInput): import("@smithy/smithy-client").CommandImpl<GetParticipantCommandInput, GetParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetParticipantCommandInput): import("@smithy/smithy-client").CommandImpl<GetParticipantCommandInput, GetParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about the specified participant token.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const GetParticipantCommand_base: {
|
|
|
79
79
|
* @throws {@link IVSRealTimeServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetParticipantCommand extends GetParticipantCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetStageCommand_base: {
|
|
24
24
|
new (input: GetStageCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageCommandInput, GetStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetStageCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageCommandInput, GetStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information for the specified stage.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const GetStageCommand_base: {
|
|
|
69
69
|
* @throws {@link IVSRealTimeServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetStageCommand extends GetStageCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetStageSessionCommandOutput extends GetStageSessionResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetStageSessionCommand_base: {
|
|
24
24
|
new (input: GetStageSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageSessionCommandInput, GetStageSessionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetStageSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageSessionCommandInput, GetStageSessionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information for the specified stage session.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const GetStageSessionCommand_base: {
|
|
|
67
67
|
* @throws {@link IVSRealTimeServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class GetStageSessionCommand extends GetStageSessionCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetStorageConfigurationCommandOutput extends GetStorageConfigur
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetStorageConfigurationCommand_base: {
|
|
24
24
|
new (input: GetStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the storage configuration for the specified ARN.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const GetStorageConfigurationCommand_base: {
|
|
|
80
80
|
* @throws {@link IVSRealTimeServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetStorageConfigurationCommand extends GetStorageConfigurationCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCompositionsCommandOutput extends ListCompositionsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCompositionsCommand_base: {
|
|
24
24
|
new (input: ListCompositionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCompositionsCommandInput, ListCompositionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListCompositionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCompositionsCommandInput, ListCompositionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets summary information about all Compositions in your account, in the AWS region
|
|
30
30
|
* where the API request is processed. </p>
|
|
31
31
|
* @example
|
|
@@ -92,6 +92,7 @@ declare const ListCompositionsCommand_base: {
|
|
|
92
92
|
* @throws {@link IVSRealTimeServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ListCompositionsCommand extends ListCompositionsCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEncoderConfigurationsCommandOutput extends ListEncoderConfi
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEncoderConfigurationsCommand_base: {
|
|
24
24
|
new (input: ListEncoderConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEncoderConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets summary information about all EncoderConfigurations in your account, in the AWS
|
|
30
30
|
* region where the API request is processed.</p>
|
|
31
31
|
* @example
|
|
@@ -79,6 +79,7 @@ declare const ListEncoderConfigurationsCommand_base: {
|
|
|
79
79
|
* @throws {@link IVSRealTimeServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListEncoderConfigurationsCommand extends ListEncoderConfigurationsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListParticipantEventsCommandOutput extends ListParticipantEvent
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListParticipantEventsCommand_base: {
|
|
24
24
|
new (input: ListParticipantEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListParticipantEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists events for a specified participant that occurred during a specified stage
|
|
30
30
|
* session.</p>
|
|
31
31
|
* @example
|
|
@@ -73,6 +73,7 @@ declare const ListParticipantEventsCommand_base: {
|
|
|
73
73
|
* @throws {@link IVSRealTimeServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListParticipantEventsCommand extends ListParticipantEventsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListParticipantsCommandOutput extends ListParticipantsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListParticipantsCommand_base: {
|
|
24
24
|
new (input: ListParticipantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParticipantsCommandInput, ListParticipantsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListParticipantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParticipantsCommandInput, ListParticipantsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all participants in a specified stage session.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -74,6 +74,7 @@ declare const ListParticipantsCommand_base: {
|
|
|
74
74
|
* @throws {@link IVSRealTimeServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListParticipantsCommand extends ListParticipantsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListStageSessionsCommandOutput extends ListStageSessionsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListStageSessionsCommand_base: {
|
|
24
24
|
new (input: ListStageSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStageSessionsCommandInput, ListStageSessionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListStageSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStageSessionsCommandInput, ListStageSessionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets all sessions for a specified stage.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const ListStageSessionsCommand_base: {
|
|
|
68
68
|
* @throws {@link IVSRealTimeServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListStageSessionsCommand extends ListStageSessionsCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListStagesCommandOutput extends ListStagesResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListStagesCommand_base: {
|
|
24
24
|
new (input: ListStagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStagesCommandInput, ListStagesCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListStagesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStagesCommandInput, ListStagesCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets summary information about all stages in your account, in the AWS region where the
|
|
30
30
|
* API request is processed.</p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const ListStagesCommand_base: {
|
|
|
74
74
|
* @throws {@link IVSRealTimeServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListStagesCommand extends ListStagesCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListStorageConfigurationsCommandOutput extends ListStorageConfi
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListStorageConfigurationsCommand_base: {
|
|
24
24
|
new (input: ListStorageConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStorageConfigurationsCommandInput, ListStorageConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListStorageConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStorageConfigurationsCommandInput, ListStorageConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets summary information about all storage configurations in your account,
|
|
30
30
|
* in the AWS region where the API request is processed.</p>
|
|
31
31
|
* @example
|
|
@@ -82,6 +82,7 @@ declare const ListStorageConfigurationsCommand_base: {
|
|
|
82
82
|
* @throws {@link IVSRealTimeServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListStorageConfigurationsCommand extends ListStorageConfigurationsCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information about AWS tags for the specified ARN.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link IVSRealTimeServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartCompositionCommandOutput extends StartCompositionResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartCompositionCommand_base: {
|
|
24
24
|
new (input: StartCompositionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCompositionCommandInput, StartCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartCompositionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCompositionCommandInput, StartCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a Composition from a stage based on the configuration provided in the
|
|
30
30
|
* request.</p>
|
|
31
31
|
* <p>A Composition is an ephemeral resource that exists after this endpoint returns
|
|
@@ -199,6 +199,7 @@ declare const StartCompositionCommand_base: {
|
|
|
199
199
|
* @throws {@link IVSRealTimeServiceException}
|
|
200
200
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
201
201
|
*
|
|
202
|
+
* @public
|
|
202
203
|
*/
|
|
203
204
|
export declare class StartCompositionCommand extends StartCompositionCommand_base {
|
|
204
205
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopCompositionCommandOutput extends StopCompositionResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopCompositionCommand_base: {
|
|
24
24
|
new (input: StopCompositionCommandInput): import("@smithy/smithy-client").CommandImpl<StopCompositionCommandInput, StopCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopCompositionCommandInput): import("@smithy/smithy-client").CommandImpl<StopCompositionCommandInput, StopCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops and deletes a Composition resource. Any broadcast from the Composition resource
|
|
30
30
|
* is stopped.</p>
|
|
31
31
|
* @example
|
|
@@ -70,6 +70,7 @@ declare const StopCompositionCommand_base: {
|
|
|
70
70
|
* @throws {@link IVSRealTimeServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class StopCompositionCommand extends StopCompositionCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds or updates tags for the AWS resource with the specified ARN.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link IVSRealTimeServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes tags from the resource with the specified ARN.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link IVSRealTimeServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
68
69
|
}
|