@aws-sdk/client-ivs-realtime 3.529.1 → 3.535.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +29 -0
- package/dist-es/models/models_0.js +21 -0
- package/dist-types/IVSRealTime.d.ts +7 -1
- package/dist-types/IVSRealTimeClient.d.ts +1 -1
- package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateParticipantTokenCommand.d.ts +2 -1
- package/dist-types/commands/CreateStageCommand.d.ts +2 -1
- package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +2 -1
- package/dist-types/commands/GetCompositionCommand.d.ts +18 -1
- package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetParticipantCommand.d.ts +2 -1
- package/dist-types/commands/GetStageCommand.d.ts +2 -1
- package/dist-types/commands/GetStageSessionCommand.d.ts +2 -1
- package/dist-types/commands/GetStorageConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ListCompositionsCommand.d.ts +2 -1
- package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +2 -1
- package/dist-types/commands/ListParticipantsCommand.d.ts +2 -1
- package/dist-types/commands/ListStageSessionsCommand.d.ts +2 -1
- package/dist-types/commands/ListStagesCommand.d.ts +2 -1
- package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartCompositionCommand.d.ts +34 -1
- package/dist-types/commands/StopCompositionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +387 -239
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/IVSRealTime.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +43 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -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
|
|
@@ -62,6 +62,22 @@ declare const StartCompositionCommand_base: {
|
|
|
62
62
|
* layout: { // LayoutConfiguration
|
|
63
63
|
* grid: { // GridConfiguration
|
|
64
64
|
* featuredParticipantAttribute: "STRING_VALUE",
|
|
65
|
+
* omitStoppedVideo: true || false,
|
|
66
|
+
* videoAspectRatio: "AUTO" || "VIDEO" || "SQUARE" || "PORTRAIT",
|
|
67
|
+
* videoFillMode: "FILL" || "COVER" || "CONTAIN",
|
|
68
|
+
* gridGap: Number("int"),
|
|
69
|
+
* },
|
|
70
|
+
* pip: { // PipConfiguration
|
|
71
|
+
* featuredParticipantAttribute: "STRING_VALUE",
|
|
72
|
+
* omitStoppedVideo: true || false,
|
|
73
|
+
* videoFillMode: "FILL" || "COVER" || "CONTAIN",
|
|
74
|
+
* gridGap: Number("int"),
|
|
75
|
+
* pipParticipantAttribute: "STRING_VALUE",
|
|
76
|
+
* pipBehavior: "STATIC" || "DYNAMIC",
|
|
77
|
+
* pipOffset: Number("int"),
|
|
78
|
+
* pipPosition: "TOP_LEFT" || "TOP_RIGHT" || "BOTTOM_LEFT" || "BOTTOM_RIGHT",
|
|
79
|
+
* pipWidth: Number("int"),
|
|
80
|
+
* pipHeight: Number("int"),
|
|
65
81
|
* },
|
|
66
82
|
* },
|
|
67
83
|
* destinations: [ // DestinationConfigurationList // required
|
|
@@ -96,6 +112,22 @@ declare const StartCompositionCommand_base: {
|
|
|
96
112
|
* // layout: { // LayoutConfiguration
|
|
97
113
|
* // grid: { // GridConfiguration
|
|
98
114
|
* // featuredParticipantAttribute: "STRING_VALUE",
|
|
115
|
+
* // omitStoppedVideo: true || false,
|
|
116
|
+
* // videoAspectRatio: "AUTO" || "VIDEO" || "SQUARE" || "PORTRAIT",
|
|
117
|
+
* // videoFillMode: "FILL" || "COVER" || "CONTAIN",
|
|
118
|
+
* // gridGap: Number("int"),
|
|
119
|
+
* // },
|
|
120
|
+
* // pip: { // PipConfiguration
|
|
121
|
+
* // featuredParticipantAttribute: "STRING_VALUE",
|
|
122
|
+
* // omitStoppedVideo: true || false,
|
|
123
|
+
* // videoFillMode: "FILL" || "COVER" || "CONTAIN",
|
|
124
|
+
* // gridGap: Number("int"),
|
|
125
|
+
* // pipParticipantAttribute: "STRING_VALUE",
|
|
126
|
+
* // pipBehavior: "STATIC" || "DYNAMIC",
|
|
127
|
+
* // pipOffset: Number("int"),
|
|
128
|
+
* // pipPosition: "TOP_LEFT" || "TOP_RIGHT" || "BOTTOM_LEFT" || "BOTTOM_RIGHT",
|
|
129
|
+
* // pipWidth: Number("int"),
|
|
130
|
+
* // pipHeight: Number("int"),
|
|
99
131
|
* // },
|
|
100
132
|
* // },
|
|
101
133
|
* // destinations: [ // DestinationList // required
|
|
@@ -167,6 +199,7 @@ declare const StartCompositionCommand_base: {
|
|
|
167
199
|
* @throws {@link IVSRealTimeServiceException}
|
|
168
200
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
169
201
|
*
|
|
202
|
+
* @public
|
|
170
203
|
*/
|
|
171
204
|
export declare class StartCompositionCommand extends StartCompositionCommand_base {
|
|
172
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
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateStageCommand_base: {
|
|
24
24
|
new (input: UpdateStageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStageCommandInput, UpdateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateStageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStageCommandInput, UpdateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a stage’s configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UpdateStageCommand_base: {
|
|
|
76
76
|
* @throws {@link IVSRealTimeServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from IVSRealTime service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateStageCommand extends UpdateStageCommand_base {
|
|
81
82
|
}
|