@aws-sdk/client-ivs-realtime 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateEncoderConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateParticipantTokenCommand.js +18 -41
- package/dist-cjs/commands/CreateStageCommand.js +18 -41
- package/dist-cjs/commands/CreateStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteEncoderConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteStageCommand.js +18 -41
- package/dist-cjs/commands/DeleteStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DisconnectParticipantCommand.js +18 -41
- package/dist-cjs/commands/GetCompositionCommand.js +18 -41
- package/dist-cjs/commands/GetEncoderConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetParticipantCommand.js +18 -41
- package/dist-cjs/commands/GetStageCommand.js +18 -41
- package/dist-cjs/commands/GetStageSessionCommand.js +18 -41
- package/dist-cjs/commands/GetStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/ListCompositionsCommand.js +18 -41
- package/dist-cjs/commands/ListEncoderConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListParticipantEventsCommand.js +18 -41
- package/dist-cjs/commands/ListParticipantsCommand.js +18 -41
- package/dist-cjs/commands/ListStageSessionsCommand.js +18 -41
- package/dist-cjs/commands/ListStagesCommand.js +18 -41
- package/dist-cjs/commands/ListStorageConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartCompositionCommand.js +18 -41
- package/dist-cjs/commands/StopCompositionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateStageCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListCompositionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEncoderConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListParticipantEventsPaginator.js +2 -24
- package/dist-cjs/pagination/ListParticipantsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStageSessionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStagesPaginator.js +2 -24
- package/dist-cjs/pagination/ListStorageConfigurationsPaginator.js +2 -24
- package/dist-es/commands/CreateEncoderConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateParticipantTokenCommand.js +18 -41
- package/dist-es/commands/CreateStageCommand.js +18 -41
- package/dist-es/commands/CreateStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteEncoderConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteStageCommand.js +18 -41
- package/dist-es/commands/DeleteStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/DisconnectParticipantCommand.js +18 -41
- package/dist-es/commands/GetCompositionCommand.js +18 -41
- package/dist-es/commands/GetEncoderConfigurationCommand.js +18 -41
- package/dist-es/commands/GetParticipantCommand.js +18 -41
- package/dist-es/commands/GetStageCommand.js +18 -41
- package/dist-es/commands/GetStageSessionCommand.js +18 -41
- package/dist-es/commands/GetStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/ListCompositionsCommand.js +18 -41
- package/dist-es/commands/ListEncoderConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListParticipantEventsCommand.js +18 -41
- package/dist-es/commands/ListParticipantsCommand.js +18 -41
- package/dist-es/commands/ListStageSessionsCommand.js +18 -41
- package/dist-es/commands/ListStagesCommand.js +18 -41
- package/dist-es/commands/ListStorageConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartCompositionCommand.js +18 -41
- package/dist-es/commands/StopCompositionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateStageCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListCompositionsPaginator.js +2 -23
- package/dist-es/pagination/ListEncoderConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/ListParticipantEventsPaginator.js +2 -23
- package/dist-es/pagination/ListParticipantsPaginator.js +2 -23
- package/dist-es/pagination/ListStageSessionsPaginator.js +2 -23
- package/dist-es/pagination/ListStagesPaginator.js +2 -23
- package/dist-es/pagination/ListStorageConfigurationsPaginator.js +2 -23
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +6 -21
- package/dist-types/commands/CreateStageCommand.d.ts +6 -21
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +6 -21
- package/dist-types/commands/GetCompositionCommand.d.ts +6 -21
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetParticipantCommand.d.ts +6 -21
- package/dist-types/commands/GetStageCommand.d.ts +6 -21
- package/dist-types/commands/GetStageSessionCommand.d.ts +6 -21
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/ListCompositionsCommand.d.ts +6 -21
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +6 -21
- package/dist-types/commands/ListParticipantsCommand.d.ts +6 -21
- package/dist-types/commands/ListStageSessionsCommand.d.ts +6 -21
- package/dist-types/commands/ListStagesCommand.d.ts +6 -21
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartCompositionCommand.d.ts +6 -21
- package/dist-types/commands/StopCompositionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStageCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListCompositionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEncoderConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListParticipantEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListParticipantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStageSessionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStorageConfigurationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListCompositionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEncoderConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListParticipantEventsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListParticipantsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStageSessionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStagesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStorageConfigurationsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { DeleteStageRequest, DeleteStageResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteStageCommandInput extends DeleteStageRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteStageCommandOutput extends DeleteStageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteStageCommand_base: {
|
|
24
|
+
new (input: DeleteStageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Shuts down and deletes the specified stage (disconnecting all participants).</p>
|
|
@@ -64,23 +67,5 @@ export interface DeleteStageCommandOutput extends DeleteStageResponse, __Metadat
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DeleteStageCommand extends
|
|
68
|
-
readonly input: DeleteStageCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DeleteStageCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStageCommandInput, DeleteStageCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DeleteStageCommand extends DeleteStageCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { DeleteStorageConfigurationRequest, DeleteStorageConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteStorageConfigurationCommandInput extends DeleteStorageCon
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteStorageConfigurationCommandOutput extends DeleteStorageConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteStorageConfigurationCommand_base: {
|
|
24
|
+
new (input: DeleteStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the storage configuration for the specified ARN.</p>
|
|
@@ -70,23 +73,5 @@ export interface DeleteStorageConfigurationCommandOutput extends DeleteStorageCo
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DeleteStorageConfigurationCommand extends
|
|
74
|
-
readonly input: DeleteStorageConfigurationCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DeleteStorageConfigurationCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { DisconnectParticipantRequest, DisconnectParticipantResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisconnectParticipantCommandInput extends DisconnectParticipant
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisconnectParticipantCommandOutput extends DisconnectParticipantResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisconnectParticipantCommand_base: {
|
|
24
|
+
new (input: DisconnectParticipantCommandInput): import("@smithy/smithy-client").CommandImpl<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disconnects a specified participant and revokes the participant permanently from a
|
|
@@ -64,23 +67,5 @@ export interface DisconnectParticipantCommandOutput extends DisconnectParticipan
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class DisconnectParticipantCommand extends
|
|
68
|
-
readonly input: DisconnectParticipantCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: DisconnectParticipantCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { GetCompositionRequest, GetCompositionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCompositionCommandInput extends GetCompositionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCompositionCommandOutput extends GetCompositionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCompositionCommand_base: {
|
|
24
|
+
new (input: GetCompositionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompositionCommandInput, GetCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get information about the specified Composition resource.</p>
|
|
@@ -112,23 +115,5 @@ export interface GetCompositionCommandOutput extends GetCompositionResponse, __M
|
|
|
112
115
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
113
116
|
*
|
|
114
117
|
*/
|
|
115
|
-
export declare class GetCompositionCommand extends
|
|
116
|
-
readonly input: GetCompositionCommandInput;
|
|
117
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
118
|
-
/**
|
|
119
|
-
* @public
|
|
120
|
-
*/
|
|
121
|
-
constructor(input: GetCompositionCommandInput);
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCompositionCommandInput, GetCompositionCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private serialize;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private deserialize;
|
|
118
|
+
export declare class GetCompositionCommand extends GetCompositionCommand_base {
|
|
134
119
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { GetEncoderConfigurationRequest, GetEncoderConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEncoderConfigurationCommandInput extends GetEncoderConfigura
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEncoderConfigurationCommandOutput extends GetEncoderConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEncoderConfigurationCommand_base: {
|
|
24
|
+
new (input: GetEncoderConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the specified EncoderConfiguration resource. </p>
|
|
@@ -81,23 +84,5 @@ export interface GetEncoderConfigurationCommandOutput extends GetEncoderConfigur
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class GetEncoderConfigurationCommand extends
|
|
85
|
-
readonly input: GetEncoderConfigurationCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: GetEncoderConfigurationCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { GetParticipantRequest, GetParticipantResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetParticipantCommandInput extends GetParticipantRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetParticipantCommandOutput extends GetParticipantResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetParticipantCommand_base: {
|
|
24
|
+
new (input: GetParticipantCommandInput): import("@smithy/smithy-client").CommandImpl<GetParticipantCommandInput, GetParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information about the specified participant token.</p>
|
|
@@ -77,23 +80,5 @@ export interface GetParticipantCommandOutput extends GetParticipantResponse, __M
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class GetParticipantCommand extends
|
|
81
|
-
readonly input: GetParticipantCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: GetParticipantCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetParticipantCommandInput, GetParticipantCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class GetParticipantCommand extends GetParticipantCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { GetStageRequest, GetStageResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetStageCommandInput extends GetStageRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetStageCommandOutput extends GetStageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetStageCommand_base: {
|
|
24
|
+
new (input: GetStageCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageCommandInput, GetStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information for the specified stage.</p>
|
|
@@ -67,23 +70,5 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class GetStageCommand extends
|
|
71
|
-
readonly input: GetStageCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: GetStageCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStageCommandInput, GetStageCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class GetStageCommand extends GetStageCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { GetStageSessionRequest, GetStageSessionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetStageSessionCommandInput extends GetStageSessionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetStageSessionCommandOutput extends GetStageSessionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetStageSessionCommand_base: {
|
|
24
|
+
new (input: GetStageSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageSessionCommandInput, GetStageSessionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets information for the specified stage session.</p>
|
|
@@ -65,23 +68,5 @@ export interface GetStageSessionCommandOutput extends GetStageSessionResponse, _
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class GetStageSessionCommand extends
|
|
69
|
-
readonly input: GetStageSessionCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: GetStageSessionCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStageSessionCommandInput, GetStageSessionCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class GetStageSessionCommand extends GetStageSessionCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { GetStorageConfigurationRequest, GetStorageConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetStorageConfigurationCommandInput extends GetStorageConfigura
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetStorageConfigurationCommandOutput extends GetStorageConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetStorageConfigurationCommand_base: {
|
|
24
|
+
new (input: GetStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the storage configuration for the specified ARN.</p>
|
|
@@ -78,23 +81,5 @@ export interface GetStorageConfigurationCommandOutput extends GetStorageConfigur
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetStorageConfigurationCommand extends
|
|
82
|
-
readonly input: GetStorageConfigurationCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetStorageConfigurationCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetStorageConfigurationCommand extends GetStorageConfigurationCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { ListCompositionsRequest, ListCompositionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCompositionsCommandInput extends ListCompositionsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCompositionsCommandOutput extends ListCompositionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCompositionsCommand_base: {
|
|
24
|
+
new (input: ListCompositionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCompositionsCommandInput, ListCompositionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets summary information about all Compositions in your account, in the AWS region
|
|
@@ -90,23 +93,5 @@ export interface ListCompositionsCommandOutput extends ListCompositionsResponse,
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class ListCompositionsCommand extends
|
|
94
|
-
readonly input: ListCompositionsCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: ListCompositionsCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCompositionsCommandInput, ListCompositionsCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class ListCompositionsCommand extends ListCompositionsCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { ListEncoderConfigurationsRequest, ListEncoderConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListEncoderConfigurationsCommandInput extends ListEncoderConfig
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListEncoderConfigurationsCommandOutput extends ListEncoderConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListEncoderConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListEncoderConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets summary information about all EncoderConfigurations in your account, in the AWS
|
|
@@ -77,23 +80,5 @@ export interface ListEncoderConfigurationsCommandOutput extends ListEncoderConfi
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListEncoderConfigurationsCommand extends
|
|
81
|
-
readonly input: ListEncoderConfigurationsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListEncoderConfigurationsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListEncoderConfigurationsCommand extends ListEncoderConfigurationsCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { ListParticipantEventsRequest, ListParticipantEventsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListParticipantEventsCommandInput extends ListParticipantEvents
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListParticipantEventsCommandOutput extends ListParticipantEventsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListParticipantEventsCommand_base: {
|
|
24
|
+
new (input: ListParticipantEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists events for a specified participant that occurred during a specified stage
|
|
@@ -71,23 +74,5 @@ export interface ListParticipantEventsCommandOutput extends ListParticipantEvent
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class ListParticipantEventsCommand extends
|
|
75
|
-
readonly input: ListParticipantEventsCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: ListParticipantEventsCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class ListParticipantEventsCommand extends ListParticipantEventsCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { ListParticipantsRequest, ListParticipantsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListParticipantsCommandInput extends ListParticipantsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListParticipantsCommandOutput extends ListParticipantsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListParticipantsCommand_base: {
|
|
24
|
+
new (input: ListParticipantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParticipantsCommandInput, ListParticipantsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all participants in a specified stage session.</p>
|
|
@@ -72,23 +75,5 @@ export interface ListParticipantsCommandOutput extends ListParticipantsResponse,
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class ListParticipantsCommand extends
|
|
76
|
-
readonly input: ListParticipantsCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: ListParticipantsCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListParticipantsCommandInput, ListParticipantsCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class ListParticipantsCommand extends ListParticipantsCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
|
|
5
4
|
import { ListStageSessionsRequest, ListStageSessionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListStageSessionsCommandInput extends ListStageSessionsRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListStageSessionsCommandOutput extends ListStageSessionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListStageSessionsCommand_base: {
|
|
24
|
+
new (input: ListStageSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStageSessionsCommandInput, ListStageSessionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets all sessions for a specified stage.</p>
|
|
@@ -66,23 +69,5 @@ export interface ListStageSessionsCommandOutput extends ListStageSessionsRespons
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class ListStageSessionsCommand extends
|
|
70
|
-
readonly input: ListStageSessionsCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: ListStageSessionsCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStageSessionsCommandInput, ListStageSessionsCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class ListStageSessionsCommand extends ListStageSessionsCommand_base {
|
|
88
73
|
}
|