@aws-sdk/client-ivs-realtime 3.1086.0 → 3.1088.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 (60) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/IVSRealTime.d.ts +134 -157
  3. package/dist-types/ts3.4/IVSRealTimeClient.d.ts +11 -38
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/CreateIngestConfigurationCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +2 -4
  11. package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/DeleteIngestConfigurationCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/GetIngestConfigurationCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -5
  24. package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/ImportPublicKeyCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +3 -8
  28. package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/ListIngestConfigurationsCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/ListParticipantReplicasCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +3 -8
  34. package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/StartParticipantReplicationCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/StopParticipantReplicationCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/UpdateIngestConfigurationCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +3 -5
  46. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  47. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  48. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  49. package/dist-types/ts3.4/models/enums.d.ts +10 -20
  50. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  51. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  52. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  53. package/dist-types/ts3.4/pagination/ListStagesPaginator.d.ts +1 -4
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  58. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  60. package/package.json +39 -39
@@ -15,10 +15,7 @@ import {
15
15
  CreateParticipantTokenCommandInput,
16
16
  CreateParticipantTokenCommandOutput,
17
17
  } from "./commands/CreateParticipantTokenCommand";
18
- import {
19
- CreateStageCommandInput,
20
- CreateStageCommandOutput,
21
- } from "./commands/CreateStageCommand";
18
+ import { CreateStageCommandInput, CreateStageCommandOutput } from "./commands/CreateStageCommand";
22
19
  import {
23
20
  CreateStorageConfigurationCommandInput,
24
21
  CreateStorageConfigurationCommandOutput,
@@ -35,10 +32,7 @@ import {
35
32
  DeletePublicKeyCommandInput,
36
33
  DeletePublicKeyCommandOutput,
37
34
  } from "./commands/DeletePublicKeyCommand";
38
- import {
39
- DeleteStageCommandInput,
40
- DeleteStageCommandOutput,
41
- } from "./commands/DeleteStageCommand";
35
+ import { DeleteStageCommandInput, DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
42
36
  import {
43
37
  DeleteStorageConfigurationCommandInput,
44
38
  DeleteStorageConfigurationCommandOutput,
@@ -67,10 +61,7 @@ import {
67
61
  GetPublicKeyCommandInput,
68
62
  GetPublicKeyCommandOutput,
69
63
  } from "./commands/GetPublicKeyCommand";
70
- import {
71
- GetStageCommandInput,
72
- GetStageCommandOutput,
73
- } from "./commands/GetStageCommand";
64
+ import { GetStageCommandInput, GetStageCommandOutput } from "./commands/GetStageCommand";
74
65
  import {
75
66
  GetStageSessionCommandInput,
76
67
  GetStageSessionCommandOutput,
@@ -111,10 +102,7 @@ import {
111
102
  ListPublicKeysCommandInput,
112
103
  ListPublicKeysCommandOutput,
113
104
  } from "./commands/ListPublicKeysCommand";
114
- import {
115
- ListStagesCommandInput,
116
- ListStagesCommandOutput,
117
- } from "./commands/ListStagesCommand";
105
+ import { ListStagesCommandInput, ListStagesCommandOutput } from "./commands/ListStagesCommand";
118
106
  import {
119
107
  ListStageSessionsCommandInput,
120
108
  ListStageSessionsCommandOutput,
@@ -143,10 +131,7 @@ import {
143
131
  StopParticipantReplicationCommandInput,
144
132
  StopParticipantReplicationCommandOutput,
145
133
  } from "./commands/StopParticipantReplicationCommand";
146
- import {
147
- TagResourceCommandInput,
148
- TagResourceCommandOutput,
149
- } from "./commands/TagResourceCommand";
134
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
150
135
  import {
151
136
  UntagResourceCommandInput,
152
137
  UntagResourceCommandOutput,
@@ -155,598 +140,590 @@ import {
155
140
  UpdateIngestConfigurationCommandInput,
156
141
  UpdateIngestConfigurationCommandOutput,
157
142
  } from "./commands/UpdateIngestConfigurationCommand";
158
- import {
159
- UpdateStageCommandInput,
160
- UpdateStageCommandOutput,
161
- } from "./commands/UpdateStageCommand";
143
+ import { UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
162
144
  import { IVSRealTimeClient } from "./IVSRealTimeClient";
163
145
  export interface IVSRealTime {
164
146
  createEncoderConfiguration(): Promise<CreateEncoderConfigurationCommandOutput>;
165
147
  createEncoderConfiguration(
166
148
  args: CreateEncoderConfigurationCommandInput,
167
- options?: __HttpHandlerOptions
149
+ options?: __HttpHandlerOptions,
168
150
  ): Promise<CreateEncoderConfigurationCommandOutput>;
169
151
  createEncoderConfiguration(
170
152
  args: CreateEncoderConfigurationCommandInput,
171
- cb: (err: any, data?: CreateEncoderConfigurationCommandOutput) => void
153
+ cb: (err: any, data?: CreateEncoderConfigurationCommandOutput) => void,
172
154
  ): void;
173
155
  createEncoderConfiguration(
174
156
  args: CreateEncoderConfigurationCommandInput,
175
157
  options: __HttpHandlerOptions,
176
- cb: (err: any, data?: CreateEncoderConfigurationCommandOutput) => void
158
+ cb: (err: any, data?: CreateEncoderConfigurationCommandOutput) => void,
177
159
  ): void;
178
160
  createIngestConfiguration(
179
161
  args: CreateIngestConfigurationCommandInput,
180
- options?: __HttpHandlerOptions
162
+ options?: __HttpHandlerOptions,
181
163
  ): Promise<CreateIngestConfigurationCommandOutput>;
182
164
  createIngestConfiguration(
183
165
  args: CreateIngestConfigurationCommandInput,
184
- cb: (err: any, data?: CreateIngestConfigurationCommandOutput) => void
166
+ cb: (err: any, data?: CreateIngestConfigurationCommandOutput) => void,
185
167
  ): void;
186
168
  createIngestConfiguration(
187
169
  args: CreateIngestConfigurationCommandInput,
188
170
  options: __HttpHandlerOptions,
189
- cb: (err: any, data?: CreateIngestConfigurationCommandOutput) => void
171
+ cb: (err: any, data?: CreateIngestConfigurationCommandOutput) => void,
190
172
  ): void;
191
173
  createParticipantToken(
192
174
  args: CreateParticipantTokenCommandInput,
193
- options?: __HttpHandlerOptions
175
+ options?: __HttpHandlerOptions,
194
176
  ): Promise<CreateParticipantTokenCommandOutput>;
195
177
  createParticipantToken(
196
178
  args: CreateParticipantTokenCommandInput,
197
- cb: (err: any, data?: CreateParticipantTokenCommandOutput) => void
179
+ cb: (err: any, data?: CreateParticipantTokenCommandOutput) => void,
198
180
  ): void;
199
181
  createParticipantToken(
200
182
  args: CreateParticipantTokenCommandInput,
201
183
  options: __HttpHandlerOptions,
202
- cb: (err: any, data?: CreateParticipantTokenCommandOutput) => void
184
+ cb: (err: any, data?: CreateParticipantTokenCommandOutput) => void,
203
185
  ): void;
204
186
  createStage(): Promise<CreateStageCommandOutput>;
205
187
  createStage(
206
188
  args: CreateStageCommandInput,
207
- options?: __HttpHandlerOptions
189
+ options?: __HttpHandlerOptions,
208
190
  ): Promise<CreateStageCommandOutput>;
209
191
  createStage(
210
192
  args: CreateStageCommandInput,
211
- cb: (err: any, data?: CreateStageCommandOutput) => void
193
+ cb: (err: any, data?: CreateStageCommandOutput) => void,
212
194
  ): void;
213
195
  createStage(
214
196
  args: CreateStageCommandInput,
215
197
  options: __HttpHandlerOptions,
216
- cb: (err: any, data?: CreateStageCommandOutput) => void
198
+ cb: (err: any, data?: CreateStageCommandOutput) => void,
217
199
  ): void;
218
200
  createStorageConfiguration(
219
201
  args: CreateStorageConfigurationCommandInput,
220
- options?: __HttpHandlerOptions
202
+ options?: __HttpHandlerOptions,
221
203
  ): Promise<CreateStorageConfigurationCommandOutput>;
222
204
  createStorageConfiguration(
223
205
  args: CreateStorageConfigurationCommandInput,
224
- cb: (err: any, data?: CreateStorageConfigurationCommandOutput) => void
206
+ cb: (err: any, data?: CreateStorageConfigurationCommandOutput) => void,
225
207
  ): void;
226
208
  createStorageConfiguration(
227
209
  args: CreateStorageConfigurationCommandInput,
228
210
  options: __HttpHandlerOptions,
229
- cb: (err: any, data?: CreateStorageConfigurationCommandOutput) => void
211
+ cb: (err: any, data?: CreateStorageConfigurationCommandOutput) => void,
230
212
  ): void;
231
213
  deleteEncoderConfiguration(
232
214
  args: DeleteEncoderConfigurationCommandInput,
233
- options?: __HttpHandlerOptions
215
+ options?: __HttpHandlerOptions,
234
216
  ): Promise<DeleteEncoderConfigurationCommandOutput>;
235
217
  deleteEncoderConfiguration(
236
218
  args: DeleteEncoderConfigurationCommandInput,
237
- cb: (err: any, data?: DeleteEncoderConfigurationCommandOutput) => void
219
+ cb: (err: any, data?: DeleteEncoderConfigurationCommandOutput) => void,
238
220
  ): void;
239
221
  deleteEncoderConfiguration(
240
222
  args: DeleteEncoderConfigurationCommandInput,
241
223
  options: __HttpHandlerOptions,
242
- cb: (err: any, data?: DeleteEncoderConfigurationCommandOutput) => void
224
+ cb: (err: any, data?: DeleteEncoderConfigurationCommandOutput) => void,
243
225
  ): void;
244
226
  deleteIngestConfiguration(
245
227
  args: DeleteIngestConfigurationCommandInput,
246
- options?: __HttpHandlerOptions
228
+ options?: __HttpHandlerOptions,
247
229
  ): Promise<DeleteIngestConfigurationCommandOutput>;
248
230
  deleteIngestConfiguration(
249
231
  args: DeleteIngestConfigurationCommandInput,
250
- cb: (err: any, data?: DeleteIngestConfigurationCommandOutput) => void
232
+ cb: (err: any, data?: DeleteIngestConfigurationCommandOutput) => void,
251
233
  ): void;
252
234
  deleteIngestConfiguration(
253
235
  args: DeleteIngestConfigurationCommandInput,
254
236
  options: __HttpHandlerOptions,
255
- cb: (err: any, data?: DeleteIngestConfigurationCommandOutput) => void
237
+ cb: (err: any, data?: DeleteIngestConfigurationCommandOutput) => void,
256
238
  ): void;
257
239
  deletePublicKey(
258
240
  args: DeletePublicKeyCommandInput,
259
- options?: __HttpHandlerOptions
241
+ options?: __HttpHandlerOptions,
260
242
  ): Promise<DeletePublicKeyCommandOutput>;
261
243
  deletePublicKey(
262
244
  args: DeletePublicKeyCommandInput,
263
- cb: (err: any, data?: DeletePublicKeyCommandOutput) => void
245
+ cb: (err: any, data?: DeletePublicKeyCommandOutput) => void,
264
246
  ): void;
265
247
  deletePublicKey(
266
248
  args: DeletePublicKeyCommandInput,
267
249
  options: __HttpHandlerOptions,
268
- cb: (err: any, data?: DeletePublicKeyCommandOutput) => void
250
+ cb: (err: any, data?: DeletePublicKeyCommandOutput) => void,
269
251
  ): void;
270
252
  deleteStage(
271
253
  args: DeleteStageCommandInput,
272
- options?: __HttpHandlerOptions
254
+ options?: __HttpHandlerOptions,
273
255
  ): Promise<DeleteStageCommandOutput>;
274
256
  deleteStage(
275
257
  args: DeleteStageCommandInput,
276
- cb: (err: any, data?: DeleteStageCommandOutput) => void
258
+ cb: (err: any, data?: DeleteStageCommandOutput) => void,
277
259
  ): void;
278
260
  deleteStage(
279
261
  args: DeleteStageCommandInput,
280
262
  options: __HttpHandlerOptions,
281
- cb: (err: any, data?: DeleteStageCommandOutput) => void
263
+ cb: (err: any, data?: DeleteStageCommandOutput) => void,
282
264
  ): void;
283
265
  deleteStorageConfiguration(
284
266
  args: DeleteStorageConfigurationCommandInput,
285
- options?: __HttpHandlerOptions
267
+ options?: __HttpHandlerOptions,
286
268
  ): Promise<DeleteStorageConfigurationCommandOutput>;
287
269
  deleteStorageConfiguration(
288
270
  args: DeleteStorageConfigurationCommandInput,
289
- cb: (err: any, data?: DeleteStorageConfigurationCommandOutput) => void
271
+ cb: (err: any, data?: DeleteStorageConfigurationCommandOutput) => void,
290
272
  ): void;
291
273
  deleteStorageConfiguration(
292
274
  args: DeleteStorageConfigurationCommandInput,
293
275
  options: __HttpHandlerOptions,
294
- cb: (err: any, data?: DeleteStorageConfigurationCommandOutput) => void
276
+ cb: (err: any, data?: DeleteStorageConfigurationCommandOutput) => void,
295
277
  ): void;
296
278
  disconnectParticipant(
297
279
  args: DisconnectParticipantCommandInput,
298
- options?: __HttpHandlerOptions
280
+ options?: __HttpHandlerOptions,
299
281
  ): Promise<DisconnectParticipantCommandOutput>;
300
282
  disconnectParticipant(
301
283
  args: DisconnectParticipantCommandInput,
302
- cb: (err: any, data?: DisconnectParticipantCommandOutput) => void
284
+ cb: (err: any, data?: DisconnectParticipantCommandOutput) => void,
303
285
  ): void;
304
286
  disconnectParticipant(
305
287
  args: DisconnectParticipantCommandInput,
306
288
  options: __HttpHandlerOptions,
307
- cb: (err: any, data?: DisconnectParticipantCommandOutput) => void
289
+ cb: (err: any, data?: DisconnectParticipantCommandOutput) => void,
308
290
  ): void;
309
291
  getComposition(
310
292
  args: GetCompositionCommandInput,
311
- options?: __HttpHandlerOptions
293
+ options?: __HttpHandlerOptions,
312
294
  ): Promise<GetCompositionCommandOutput>;
313
295
  getComposition(
314
296
  args: GetCompositionCommandInput,
315
- cb: (err: any, data?: GetCompositionCommandOutput) => void
297
+ cb: (err: any, data?: GetCompositionCommandOutput) => void,
316
298
  ): void;
317
299
  getComposition(
318
300
  args: GetCompositionCommandInput,
319
301
  options: __HttpHandlerOptions,
320
- cb: (err: any, data?: GetCompositionCommandOutput) => void
302
+ cb: (err: any, data?: GetCompositionCommandOutput) => void,
321
303
  ): void;
322
304
  getEncoderConfiguration(
323
305
  args: GetEncoderConfigurationCommandInput,
324
- options?: __HttpHandlerOptions
306
+ options?: __HttpHandlerOptions,
325
307
  ): Promise<GetEncoderConfigurationCommandOutput>;
326
308
  getEncoderConfiguration(
327
309
  args: GetEncoderConfigurationCommandInput,
328
- cb: (err: any, data?: GetEncoderConfigurationCommandOutput) => void
310
+ cb: (err: any, data?: GetEncoderConfigurationCommandOutput) => void,
329
311
  ): void;
330
312
  getEncoderConfiguration(
331
313
  args: GetEncoderConfigurationCommandInput,
332
314
  options: __HttpHandlerOptions,
333
- cb: (err: any, data?: GetEncoderConfigurationCommandOutput) => void
315
+ cb: (err: any, data?: GetEncoderConfigurationCommandOutput) => void,
334
316
  ): void;
335
317
  getIngestConfiguration(
336
318
  args: GetIngestConfigurationCommandInput,
337
- options?: __HttpHandlerOptions
319
+ options?: __HttpHandlerOptions,
338
320
  ): Promise<GetIngestConfigurationCommandOutput>;
339
321
  getIngestConfiguration(
340
322
  args: GetIngestConfigurationCommandInput,
341
- cb: (err: any, data?: GetIngestConfigurationCommandOutput) => void
323
+ cb: (err: any, data?: GetIngestConfigurationCommandOutput) => void,
342
324
  ): void;
343
325
  getIngestConfiguration(
344
326
  args: GetIngestConfigurationCommandInput,
345
327
  options: __HttpHandlerOptions,
346
- cb: (err: any, data?: GetIngestConfigurationCommandOutput) => void
328
+ cb: (err: any, data?: GetIngestConfigurationCommandOutput) => void,
347
329
  ): void;
348
330
  getParticipant(
349
331
  args: GetParticipantCommandInput,
350
- options?: __HttpHandlerOptions
332
+ options?: __HttpHandlerOptions,
351
333
  ): Promise<GetParticipantCommandOutput>;
352
334
  getParticipant(
353
335
  args: GetParticipantCommandInput,
354
- cb: (err: any, data?: GetParticipantCommandOutput) => void
336
+ cb: (err: any, data?: GetParticipantCommandOutput) => void,
355
337
  ): void;
356
338
  getParticipant(
357
339
  args: GetParticipantCommandInput,
358
340
  options: __HttpHandlerOptions,
359
- cb: (err: any, data?: GetParticipantCommandOutput) => void
341
+ cb: (err: any, data?: GetParticipantCommandOutput) => void,
360
342
  ): void;
361
343
  getPublicKey(
362
344
  args: GetPublicKeyCommandInput,
363
- options?: __HttpHandlerOptions
345
+ options?: __HttpHandlerOptions,
364
346
  ): Promise<GetPublicKeyCommandOutput>;
365
347
  getPublicKey(
366
348
  args: GetPublicKeyCommandInput,
367
- cb: (err: any, data?: GetPublicKeyCommandOutput) => void
349
+ cb: (err: any, data?: GetPublicKeyCommandOutput) => void,
368
350
  ): void;
369
351
  getPublicKey(
370
352
  args: GetPublicKeyCommandInput,
371
353
  options: __HttpHandlerOptions,
372
- cb: (err: any, data?: GetPublicKeyCommandOutput) => void
354
+ cb: (err: any, data?: GetPublicKeyCommandOutput) => void,
373
355
  ): void;
374
356
  getStage(
375
357
  args: GetStageCommandInput,
376
- options?: __HttpHandlerOptions
358
+ options?: __HttpHandlerOptions,
377
359
  ): Promise<GetStageCommandOutput>;
378
- getStage(
379
- args: GetStageCommandInput,
380
- cb: (err: any, data?: GetStageCommandOutput) => void
381
- ): void;
360
+ getStage(args: GetStageCommandInput, cb: (err: any, data?: GetStageCommandOutput) => void): void;
382
361
  getStage(
383
362
  args: GetStageCommandInput,
384
363
  options: __HttpHandlerOptions,
385
- cb: (err: any, data?: GetStageCommandOutput) => void
364
+ cb: (err: any, data?: GetStageCommandOutput) => void,
386
365
  ): void;
387
366
  getStageSession(
388
367
  args: GetStageSessionCommandInput,
389
- options?: __HttpHandlerOptions
368
+ options?: __HttpHandlerOptions,
390
369
  ): Promise<GetStageSessionCommandOutput>;
391
370
  getStageSession(
392
371
  args: GetStageSessionCommandInput,
393
- cb: (err: any, data?: GetStageSessionCommandOutput) => void
372
+ cb: (err: any, data?: GetStageSessionCommandOutput) => void,
394
373
  ): void;
395
374
  getStageSession(
396
375
  args: GetStageSessionCommandInput,
397
376
  options: __HttpHandlerOptions,
398
- cb: (err: any, data?: GetStageSessionCommandOutput) => void
377
+ cb: (err: any, data?: GetStageSessionCommandOutput) => void,
399
378
  ): void;
400
379
  getStorageConfiguration(
401
380
  args: GetStorageConfigurationCommandInput,
402
- options?: __HttpHandlerOptions
381
+ options?: __HttpHandlerOptions,
403
382
  ): Promise<GetStorageConfigurationCommandOutput>;
404
383
  getStorageConfiguration(
405
384
  args: GetStorageConfigurationCommandInput,
406
- cb: (err: any, data?: GetStorageConfigurationCommandOutput) => void
385
+ cb: (err: any, data?: GetStorageConfigurationCommandOutput) => void,
407
386
  ): void;
408
387
  getStorageConfiguration(
409
388
  args: GetStorageConfigurationCommandInput,
410
389
  options: __HttpHandlerOptions,
411
- cb: (err: any, data?: GetStorageConfigurationCommandOutput) => void
390
+ cb: (err: any, data?: GetStorageConfigurationCommandOutput) => void,
412
391
  ): void;
413
392
  importPublicKey(
414
393
  args: ImportPublicKeyCommandInput,
415
- options?: __HttpHandlerOptions
394
+ options?: __HttpHandlerOptions,
416
395
  ): Promise<ImportPublicKeyCommandOutput>;
417
396
  importPublicKey(
418
397
  args: ImportPublicKeyCommandInput,
419
- cb: (err: any, data?: ImportPublicKeyCommandOutput) => void
398
+ cb: (err: any, data?: ImportPublicKeyCommandOutput) => void,
420
399
  ): void;
421
400
  importPublicKey(
422
401
  args: ImportPublicKeyCommandInput,
423
402
  options: __HttpHandlerOptions,
424
- cb: (err: any, data?: ImportPublicKeyCommandOutput) => void
403
+ cb: (err: any, data?: ImportPublicKeyCommandOutput) => void,
425
404
  ): void;
426
405
  listCompositions(): Promise<ListCompositionsCommandOutput>;
427
406
  listCompositions(
428
407
  args: ListCompositionsCommandInput,
429
- options?: __HttpHandlerOptions
408
+ options?: __HttpHandlerOptions,
430
409
  ): Promise<ListCompositionsCommandOutput>;
431
410
  listCompositions(
432
411
  args: ListCompositionsCommandInput,
433
- cb: (err: any, data?: ListCompositionsCommandOutput) => void
412
+ cb: (err: any, data?: ListCompositionsCommandOutput) => void,
434
413
  ): void;
435
414
  listCompositions(
436
415
  args: ListCompositionsCommandInput,
437
416
  options: __HttpHandlerOptions,
438
- cb: (err: any, data?: ListCompositionsCommandOutput) => void
417
+ cb: (err: any, data?: ListCompositionsCommandOutput) => void,
439
418
  ): void;
440
419
  listEncoderConfigurations(): Promise<ListEncoderConfigurationsCommandOutput>;
441
420
  listEncoderConfigurations(
442
421
  args: ListEncoderConfigurationsCommandInput,
443
- options?: __HttpHandlerOptions
422
+ options?: __HttpHandlerOptions,
444
423
  ): Promise<ListEncoderConfigurationsCommandOutput>;
445
424
  listEncoderConfigurations(
446
425
  args: ListEncoderConfigurationsCommandInput,
447
- cb: (err: any, data?: ListEncoderConfigurationsCommandOutput) => void
426
+ cb: (err: any, data?: ListEncoderConfigurationsCommandOutput) => void,
448
427
  ): void;
449
428
  listEncoderConfigurations(
450
429
  args: ListEncoderConfigurationsCommandInput,
451
430
  options: __HttpHandlerOptions,
452
- cb: (err: any, data?: ListEncoderConfigurationsCommandOutput) => void
431
+ cb: (err: any, data?: ListEncoderConfigurationsCommandOutput) => void,
453
432
  ): void;
454
433
  listIngestConfigurations(): Promise<ListIngestConfigurationsCommandOutput>;
455
434
  listIngestConfigurations(
456
435
  args: ListIngestConfigurationsCommandInput,
457
- options?: __HttpHandlerOptions
436
+ options?: __HttpHandlerOptions,
458
437
  ): Promise<ListIngestConfigurationsCommandOutput>;
459
438
  listIngestConfigurations(
460
439
  args: ListIngestConfigurationsCommandInput,
461
- cb: (err: any, data?: ListIngestConfigurationsCommandOutput) => void
440
+ cb: (err: any, data?: ListIngestConfigurationsCommandOutput) => void,
462
441
  ): void;
463
442
  listIngestConfigurations(
464
443
  args: ListIngestConfigurationsCommandInput,
465
444
  options: __HttpHandlerOptions,
466
- cb: (err: any, data?: ListIngestConfigurationsCommandOutput) => void
445
+ cb: (err: any, data?: ListIngestConfigurationsCommandOutput) => void,
467
446
  ): void;
468
447
  listParticipantEvents(
469
448
  args: ListParticipantEventsCommandInput,
470
- options?: __HttpHandlerOptions
449
+ options?: __HttpHandlerOptions,
471
450
  ): Promise<ListParticipantEventsCommandOutput>;
472
451
  listParticipantEvents(
473
452
  args: ListParticipantEventsCommandInput,
474
- cb: (err: any, data?: ListParticipantEventsCommandOutput) => void
453
+ cb: (err: any, data?: ListParticipantEventsCommandOutput) => void,
475
454
  ): void;
476
455
  listParticipantEvents(
477
456
  args: ListParticipantEventsCommandInput,
478
457
  options: __HttpHandlerOptions,
479
- cb: (err: any, data?: ListParticipantEventsCommandOutput) => void
458
+ cb: (err: any, data?: ListParticipantEventsCommandOutput) => void,
480
459
  ): void;
481
460
  listParticipantReplicas(
482
461
  args: ListParticipantReplicasCommandInput,
483
- options?: __HttpHandlerOptions
462
+ options?: __HttpHandlerOptions,
484
463
  ): Promise<ListParticipantReplicasCommandOutput>;
485
464
  listParticipantReplicas(
486
465
  args: ListParticipantReplicasCommandInput,
487
- cb: (err: any, data?: ListParticipantReplicasCommandOutput) => void
466
+ cb: (err: any, data?: ListParticipantReplicasCommandOutput) => void,
488
467
  ): void;
489
468
  listParticipantReplicas(
490
469
  args: ListParticipantReplicasCommandInput,
491
470
  options: __HttpHandlerOptions,
492
- cb: (err: any, data?: ListParticipantReplicasCommandOutput) => void
471
+ cb: (err: any, data?: ListParticipantReplicasCommandOutput) => void,
493
472
  ): void;
494
473
  listParticipants(
495
474
  args: ListParticipantsCommandInput,
496
- options?: __HttpHandlerOptions
475
+ options?: __HttpHandlerOptions,
497
476
  ): Promise<ListParticipantsCommandOutput>;
498
477
  listParticipants(
499
478
  args: ListParticipantsCommandInput,
500
- cb: (err: any, data?: ListParticipantsCommandOutput) => void
479
+ cb: (err: any, data?: ListParticipantsCommandOutput) => void,
501
480
  ): void;
502
481
  listParticipants(
503
482
  args: ListParticipantsCommandInput,
504
483
  options: __HttpHandlerOptions,
505
- cb: (err: any, data?: ListParticipantsCommandOutput) => void
484
+ cb: (err: any, data?: ListParticipantsCommandOutput) => void,
506
485
  ): void;
507
486
  listPublicKeys(): Promise<ListPublicKeysCommandOutput>;
508
487
  listPublicKeys(
509
488
  args: ListPublicKeysCommandInput,
510
- options?: __HttpHandlerOptions
489
+ options?: __HttpHandlerOptions,
511
490
  ): Promise<ListPublicKeysCommandOutput>;
512
491
  listPublicKeys(
513
492
  args: ListPublicKeysCommandInput,
514
- cb: (err: any, data?: ListPublicKeysCommandOutput) => void
493
+ cb: (err: any, data?: ListPublicKeysCommandOutput) => void,
515
494
  ): void;
516
495
  listPublicKeys(
517
496
  args: ListPublicKeysCommandInput,
518
497
  options: __HttpHandlerOptions,
519
- cb: (err: any, data?: ListPublicKeysCommandOutput) => void
498
+ cb: (err: any, data?: ListPublicKeysCommandOutput) => void,
520
499
  ): void;
521
500
  listStages(): Promise<ListStagesCommandOutput>;
522
501
  listStages(
523
502
  args: ListStagesCommandInput,
524
- options?: __HttpHandlerOptions
503
+ options?: __HttpHandlerOptions,
525
504
  ): Promise<ListStagesCommandOutput>;
526
505
  listStages(
527
506
  args: ListStagesCommandInput,
528
- cb: (err: any, data?: ListStagesCommandOutput) => void
507
+ cb: (err: any, data?: ListStagesCommandOutput) => void,
529
508
  ): void;
530
509
  listStages(
531
510
  args: ListStagesCommandInput,
532
511
  options: __HttpHandlerOptions,
533
- cb: (err: any, data?: ListStagesCommandOutput) => void
512
+ cb: (err: any, data?: ListStagesCommandOutput) => void,
534
513
  ): void;
535
514
  listStageSessions(
536
515
  args: ListStageSessionsCommandInput,
537
- options?: __HttpHandlerOptions
516
+ options?: __HttpHandlerOptions,
538
517
  ): Promise<ListStageSessionsCommandOutput>;
539
518
  listStageSessions(
540
519
  args: ListStageSessionsCommandInput,
541
- cb: (err: any, data?: ListStageSessionsCommandOutput) => void
520
+ cb: (err: any, data?: ListStageSessionsCommandOutput) => void,
542
521
  ): void;
543
522
  listStageSessions(
544
523
  args: ListStageSessionsCommandInput,
545
524
  options: __HttpHandlerOptions,
546
- cb: (err: any, data?: ListStageSessionsCommandOutput) => void
525
+ cb: (err: any, data?: ListStageSessionsCommandOutput) => void,
547
526
  ): void;
548
527
  listStorageConfigurations(): Promise<ListStorageConfigurationsCommandOutput>;
549
528
  listStorageConfigurations(
550
529
  args: ListStorageConfigurationsCommandInput,
551
- options?: __HttpHandlerOptions
530
+ options?: __HttpHandlerOptions,
552
531
  ): Promise<ListStorageConfigurationsCommandOutput>;
553
532
  listStorageConfigurations(
554
533
  args: ListStorageConfigurationsCommandInput,
555
- cb: (err: any, data?: ListStorageConfigurationsCommandOutput) => void
534
+ cb: (err: any, data?: ListStorageConfigurationsCommandOutput) => void,
556
535
  ): void;
557
536
  listStorageConfigurations(
558
537
  args: ListStorageConfigurationsCommandInput,
559
538
  options: __HttpHandlerOptions,
560
- cb: (err: any, data?: ListStorageConfigurationsCommandOutput) => void
539
+ cb: (err: any, data?: ListStorageConfigurationsCommandOutput) => void,
561
540
  ): void;
562
541
  listTagsForResource(
563
542
  args: ListTagsForResourceCommandInput,
564
- options?: __HttpHandlerOptions
543
+ options?: __HttpHandlerOptions,
565
544
  ): Promise<ListTagsForResourceCommandOutput>;
566
545
  listTagsForResource(
567
546
  args: ListTagsForResourceCommandInput,
568
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
547
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
569
548
  ): void;
570
549
  listTagsForResource(
571
550
  args: ListTagsForResourceCommandInput,
572
551
  options: __HttpHandlerOptions,
573
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
552
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
574
553
  ): void;
575
554
  startComposition(
576
555
  args: StartCompositionCommandInput,
577
- options?: __HttpHandlerOptions
556
+ options?: __HttpHandlerOptions,
578
557
  ): Promise<StartCompositionCommandOutput>;
579
558
  startComposition(
580
559
  args: StartCompositionCommandInput,
581
- cb: (err: any, data?: StartCompositionCommandOutput) => void
560
+ cb: (err: any, data?: StartCompositionCommandOutput) => void,
582
561
  ): void;
583
562
  startComposition(
584
563
  args: StartCompositionCommandInput,
585
564
  options: __HttpHandlerOptions,
586
- cb: (err: any, data?: StartCompositionCommandOutput) => void
565
+ cb: (err: any, data?: StartCompositionCommandOutput) => void,
587
566
  ): void;
588
567
  startParticipantReplication(
589
568
  args: StartParticipantReplicationCommandInput,
590
- options?: __HttpHandlerOptions
569
+ options?: __HttpHandlerOptions,
591
570
  ): Promise<StartParticipantReplicationCommandOutput>;
592
571
  startParticipantReplication(
593
572
  args: StartParticipantReplicationCommandInput,
594
- cb: (err: any, data?: StartParticipantReplicationCommandOutput) => void
573
+ cb: (err: any, data?: StartParticipantReplicationCommandOutput) => void,
595
574
  ): void;
596
575
  startParticipantReplication(
597
576
  args: StartParticipantReplicationCommandInput,
598
577
  options: __HttpHandlerOptions,
599
- cb: (err: any, data?: StartParticipantReplicationCommandOutput) => void
578
+ cb: (err: any, data?: StartParticipantReplicationCommandOutput) => void,
600
579
  ): void;
601
580
  stopComposition(
602
581
  args: StopCompositionCommandInput,
603
- options?: __HttpHandlerOptions
582
+ options?: __HttpHandlerOptions,
604
583
  ): Promise<StopCompositionCommandOutput>;
605
584
  stopComposition(
606
585
  args: StopCompositionCommandInput,
607
- cb: (err: any, data?: StopCompositionCommandOutput) => void
586
+ cb: (err: any, data?: StopCompositionCommandOutput) => void,
608
587
  ): void;
609
588
  stopComposition(
610
589
  args: StopCompositionCommandInput,
611
590
  options: __HttpHandlerOptions,
612
- cb: (err: any, data?: StopCompositionCommandOutput) => void
591
+ cb: (err: any, data?: StopCompositionCommandOutput) => void,
613
592
  ): void;
614
593
  stopParticipantReplication(
615
594
  args: StopParticipantReplicationCommandInput,
616
- options?: __HttpHandlerOptions
595
+ options?: __HttpHandlerOptions,
617
596
  ): Promise<StopParticipantReplicationCommandOutput>;
618
597
  stopParticipantReplication(
619
598
  args: StopParticipantReplicationCommandInput,
620
- cb: (err: any, data?: StopParticipantReplicationCommandOutput) => void
599
+ cb: (err: any, data?: StopParticipantReplicationCommandOutput) => void,
621
600
  ): void;
622
601
  stopParticipantReplication(
623
602
  args: StopParticipantReplicationCommandInput,
624
603
  options: __HttpHandlerOptions,
625
- cb: (err: any, data?: StopParticipantReplicationCommandOutput) => void
604
+ cb: (err: any, data?: StopParticipantReplicationCommandOutput) => void,
626
605
  ): void;
627
606
  tagResource(
628
607
  args: TagResourceCommandInput,
629
- options?: __HttpHandlerOptions
608
+ options?: __HttpHandlerOptions,
630
609
  ): Promise<TagResourceCommandOutput>;
631
610
  tagResource(
632
611
  args: TagResourceCommandInput,
633
- cb: (err: any, data?: TagResourceCommandOutput) => void
612
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
634
613
  ): void;
635
614
  tagResource(
636
615
  args: TagResourceCommandInput,
637
616
  options: __HttpHandlerOptions,
638
- cb: (err: any, data?: TagResourceCommandOutput) => void
617
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
639
618
  ): void;
640
619
  untagResource(
641
620
  args: UntagResourceCommandInput,
642
- options?: __HttpHandlerOptions
621
+ options?: __HttpHandlerOptions,
643
622
  ): Promise<UntagResourceCommandOutput>;
644
623
  untagResource(
645
624
  args: UntagResourceCommandInput,
646
- cb: (err: any, data?: UntagResourceCommandOutput) => void
625
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
647
626
  ): void;
648
627
  untagResource(
649
628
  args: UntagResourceCommandInput,
650
629
  options: __HttpHandlerOptions,
651
- cb: (err: any, data?: UntagResourceCommandOutput) => void
630
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
652
631
  ): void;
653
632
  updateIngestConfiguration(
654
633
  args: UpdateIngestConfigurationCommandInput,
655
- options?: __HttpHandlerOptions
634
+ options?: __HttpHandlerOptions,
656
635
  ): Promise<UpdateIngestConfigurationCommandOutput>;
657
636
  updateIngestConfiguration(
658
637
  args: UpdateIngestConfigurationCommandInput,
659
- cb: (err: any, data?: UpdateIngestConfigurationCommandOutput) => void
638
+ cb: (err: any, data?: UpdateIngestConfigurationCommandOutput) => void,
660
639
  ): void;
661
640
  updateIngestConfiguration(
662
641
  args: UpdateIngestConfigurationCommandInput,
663
642
  options: __HttpHandlerOptions,
664
- cb: (err: any, data?: UpdateIngestConfigurationCommandOutput) => void
643
+ cb: (err: any, data?: UpdateIngestConfigurationCommandOutput) => void,
665
644
  ): void;
666
645
  updateStage(
667
646
  args: UpdateStageCommandInput,
668
- options?: __HttpHandlerOptions
647
+ options?: __HttpHandlerOptions,
669
648
  ): Promise<UpdateStageCommandOutput>;
670
649
  updateStage(
671
650
  args: UpdateStageCommandInput,
672
- cb: (err: any, data?: UpdateStageCommandOutput) => void
651
+ cb: (err: any, data?: UpdateStageCommandOutput) => void,
673
652
  ): void;
674
653
  updateStage(
675
654
  args: UpdateStageCommandInput,
676
655
  options: __HttpHandlerOptions,
677
- cb: (err: any, data?: UpdateStageCommandOutput) => void
656
+ cb: (err: any, data?: UpdateStageCommandOutput) => void,
678
657
  ): void;
679
658
  paginateListCompositions(
680
659
  args?: ListCompositionsCommandInput,
681
660
  paginationConfig?: Pick<
682
661
  PaginationConfiguration,
683
662
  Exclude<keyof PaginationConfiguration, "client">
684
- >
663
+ >,
685
664
  ): Paginator<ListCompositionsCommandOutput>;
686
665
  paginateListEncoderConfigurations(
687
666
  args?: ListEncoderConfigurationsCommandInput,
688
667
  paginationConfig?: Pick<
689
668
  PaginationConfiguration,
690
669
  Exclude<keyof PaginationConfiguration, "client">
691
- >
670
+ >,
692
671
  ): Paginator<ListEncoderConfigurationsCommandOutput>;
693
672
  paginateListIngestConfigurations(
694
673
  args?: ListIngestConfigurationsCommandInput,
695
674
  paginationConfig?: Pick<
696
675
  PaginationConfiguration,
697
676
  Exclude<keyof PaginationConfiguration, "client">
698
- >
677
+ >,
699
678
  ): Paginator<ListIngestConfigurationsCommandOutput>;
700
679
  paginateListParticipantEvents(
701
680
  args: ListParticipantEventsCommandInput,
702
681
  paginationConfig?: Pick<
703
682
  PaginationConfiguration,
704
683
  Exclude<keyof PaginationConfiguration, "client">
705
- >
684
+ >,
706
685
  ): Paginator<ListParticipantEventsCommandOutput>;
707
686
  paginateListParticipantReplicas(
708
687
  args: ListParticipantReplicasCommandInput,
709
688
  paginationConfig?: Pick<
710
689
  PaginationConfiguration,
711
690
  Exclude<keyof PaginationConfiguration, "client">
712
- >
691
+ >,
713
692
  ): Paginator<ListParticipantReplicasCommandOutput>;
714
693
  paginateListParticipants(
715
694
  args: ListParticipantsCommandInput,
716
695
  paginationConfig?: Pick<
717
696
  PaginationConfiguration,
718
697
  Exclude<keyof PaginationConfiguration, "client">
719
- >
698
+ >,
720
699
  ): Paginator<ListParticipantsCommandOutput>;
721
700
  paginateListPublicKeys(
722
701
  args?: ListPublicKeysCommandInput,
723
702
  paginationConfig?: Pick<
724
703
  PaginationConfiguration,
725
704
  Exclude<keyof PaginationConfiguration, "client">
726
- >
705
+ >,
727
706
  ): Paginator<ListPublicKeysCommandOutput>;
728
707
  paginateListStages(
729
708
  args?: ListStagesCommandInput,
730
709
  paginationConfig?: Pick<
731
710
  PaginationConfiguration,
732
711
  Exclude<keyof PaginationConfiguration, "client">
733
- >
712
+ >,
734
713
  ): Paginator<ListStagesCommandOutput>;
735
714
  paginateListStageSessions(
736
715
  args: ListStageSessionsCommandInput,
737
716
  paginationConfig?: Pick<
738
717
  PaginationConfiguration,
739
718
  Exclude<keyof PaginationConfiguration, "client">
740
- >
719
+ >,
741
720
  ): Paginator<ListStageSessionsCommandOutput>;
742
721
  paginateListStorageConfigurations(
743
722
  args?: ListStorageConfigurationsCommandInput,
744
723
  paginationConfig?: Pick<
745
724
  PaginationConfiguration,
746
725
  Exclude<keyof PaginationConfiguration, "client">
747
- >
726
+ >,
748
727
  ): Paginator<ListStorageConfigurationsCommandOutput>;
749
728
  }
750
- export declare class IVSRealTime
751
- extends IVSRealTimeClient
752
- implements IVSRealTime {}
729
+ export declare class IVSRealTime extends IVSRealTimeClient implements IVSRealTime {}