@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.
Files changed (70) hide show
  1. package/dist-cjs/index.js +29 -0
  2. package/dist-es/models/models_0.js +21 -0
  3. package/dist-types/IVSRealTime.d.ts +7 -1
  4. package/dist-types/IVSRealTimeClient.d.ts +1 -1
  5. package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateParticipantTokenCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateStageCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +2 -1
  12. package/dist-types/commands/DisconnectParticipantCommand.d.ts +2 -1
  13. package/dist-types/commands/GetCompositionCommand.d.ts +18 -1
  14. package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/GetParticipantCommand.d.ts +2 -1
  16. package/dist-types/commands/GetStageCommand.d.ts +2 -1
  17. package/dist-types/commands/GetStageSessionCommand.d.ts +2 -1
  18. package/dist-types/commands/GetStorageConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/ListCompositionsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListParticipantEventsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListParticipantsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListStageSessionsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListStagesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  27. package/dist-types/commands/StartCompositionCommand.d.ts +34 -1
  28. package/dist-types/commands/StopCompositionCommand.d.ts +2 -1
  29. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
  32. package/dist-types/models/models_0.d.ts +387 -239
  33. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  34. package/dist-types/runtimeConfig.d.ts +2 -2
  35. package/dist-types/runtimeConfig.native.d.ts +2 -2
  36. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  37. package/dist-types/ts3.4/IVSRealTime.d.ts +6 -0
  38. package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +43 -0
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  70. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -59,6 +59,8 @@ __export(src_exports, {
59
59
  ParticipantTokenCapability: () => ParticipantTokenCapability,
60
60
  ParticipantTokenFilterSensitiveLog: () => ParticipantTokenFilterSensitiveLog,
61
61
  PendingVerification: () => PendingVerification,
62
+ PipBehavior: () => PipBehavior,
63
+ PipPosition: () => PipPosition,
62
64
  RecordingConfigurationFormat: () => RecordingConfigurationFormat,
63
65
  ResourceNotFoundException: () => ResourceNotFoundException,
64
66
  ServiceQuotaExceededException: () => ServiceQuotaExceededException,
@@ -68,6 +70,8 @@ __export(src_exports, {
68
70
  UntagResourceCommand: () => UntagResourceCommand,
69
71
  UpdateStageCommand: () => UpdateStageCommand,
70
72
  ValidationException: () => ValidationException,
73
+ VideoAspectRatio: () => VideoAspectRatio,
74
+ VideoFillMode: () => VideoFillMode,
71
75
  __Client: () => import_smithy_client.Client,
72
76
  paginateListCompositions: () => paginateListCompositions,
73
77
  paginateListEncoderConfigurations: () => paginateListEncoderConfigurations,
@@ -394,6 +398,27 @@ var DestinationState = {
394
398
  STOPPED: "STOPPED",
395
399
  STOPPING: "STOPPING"
396
400
  };
401
+ var VideoAspectRatio = {
402
+ AUTO: "AUTO",
403
+ PORTRAIT: "PORTRAIT",
404
+ SQUARE: "SQUARE",
405
+ VIDEO: "VIDEO"
406
+ };
407
+ var VideoFillMode = {
408
+ CONTAIN: "CONTAIN",
409
+ COVER: "COVER",
410
+ FILL: "FILL"
411
+ };
412
+ var PipBehavior = {
413
+ DYNAMIC: "DYNAMIC",
414
+ STATIC: "STATIC"
415
+ };
416
+ var PipPosition = {
417
+ BOTTOM_LEFT: "BOTTOM_LEFT",
418
+ BOTTOM_RIGHT: "BOTTOM_RIGHT",
419
+ TOP_LEFT: "TOP_LEFT",
420
+ TOP_RIGHT: "TOP_RIGHT"
421
+ };
397
422
  var CompositionState = {
398
423
  ACTIVE: "ACTIVE",
399
424
  FAILED: "FAILED",
@@ -2109,6 +2134,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2109
2134
  ParticipantTokenCapability,
2110
2135
  RecordingConfigurationFormat,
2111
2136
  DestinationState,
2137
+ VideoAspectRatio,
2138
+ VideoFillMode,
2139
+ PipBehavior,
2140
+ PipPosition,
2112
2141
  CompositionState,
2113
2142
  ParticipantState,
2114
2143
  EventErrorCode,
@@ -106,6 +106,27 @@ export const DestinationState = {
106
106
  STOPPED: "STOPPED",
107
107
  STOPPING: "STOPPING",
108
108
  };
109
+ export const VideoAspectRatio = {
110
+ AUTO: "AUTO",
111
+ PORTRAIT: "PORTRAIT",
112
+ SQUARE: "SQUARE",
113
+ VIDEO: "VIDEO",
114
+ };
115
+ export const VideoFillMode = {
116
+ CONTAIN: "CONTAIN",
117
+ COVER: "COVER",
118
+ FILL: "FILL",
119
+ };
120
+ export const PipBehavior = {
121
+ DYNAMIC: "DYNAMIC",
122
+ STATIC: "STATIC",
123
+ };
124
+ export const PipPosition = {
125
+ BOTTOM_LEFT: "BOTTOM_LEFT",
126
+ BOTTOM_RIGHT: "BOTTOM_RIGHT",
127
+ TOP_LEFT: "TOP_LEFT",
128
+ TOP_RIGHT: "TOP_RIGHT",
129
+ };
109
130
  export const CompositionState = {
110
131
  ACTIVE: "ACTIVE",
111
132
  FAILED: "FAILED",
@@ -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.
@@ -46,6 +46,22 @@ declare const GetCompositionCommand_base: {
46
46
  * // layout: { // LayoutConfiguration
47
47
  * // grid: { // GridConfiguration
48
48
  * // featuredParticipantAttribute: "STRING_VALUE",
49
+ * // omitStoppedVideo: true || false,
50
+ * // videoAspectRatio: "AUTO" || "VIDEO" || "SQUARE" || "PORTRAIT",
51
+ * // videoFillMode: "FILL" || "COVER" || "CONTAIN",
52
+ * // gridGap: Number("int"),
53
+ * // },
54
+ * // pip: { // PipConfiguration
55
+ * // featuredParticipantAttribute: "STRING_VALUE",
56
+ * // omitStoppedVideo: true || false,
57
+ * // videoFillMode: "FILL" || "COVER" || "CONTAIN",
58
+ * // gridGap: Number("int"),
59
+ * // pipParticipantAttribute: "STRING_VALUE",
60
+ * // pipBehavior: "STATIC" || "DYNAMIC",
61
+ * // pipOffset: Number("int"),
62
+ * // pipPosition: "TOP_LEFT" || "TOP_RIGHT" || "BOTTOM_LEFT" || "BOTTOM_RIGHT",
63
+ * // pipWidth: Number("int"),
64
+ * // pipHeight: Number("int"),
49
65
  * // },
50
66
  * // },
51
67
  * // destinations: [ // DestinationList // required
@@ -114,6 +130,7 @@ declare const GetCompositionCommand_base: {
114
130
  * @throws {@link IVSRealTimeServiceException}
115
131
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
116
132
  *
133
+ * @public
117
134
  */
118
135
  export declare class GetCompositionCommand extends GetCompositionCommand_base {
119
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
  }