@aws-sdk/client-ivs-realtime 3.928.0 → 3.930.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 (63) hide show
  1. package/dist-cjs/index.js +1861 -1839
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/IVSRealTimeClient.js +2 -0
  4. package/dist-es/commands/CreateEncoderConfigurationCommand.js +3 -9
  5. package/dist-es/commands/CreateIngestConfigurationCommand.js +3 -10
  6. package/dist-es/commands/CreateParticipantTokenCommand.js +3 -10
  7. package/dist-es/commands/CreateStageCommand.js +3 -10
  8. package/dist-es/commands/CreateStorageConfigurationCommand.js +3 -9
  9. package/dist-es/commands/DeleteEncoderConfigurationCommand.js +3 -9
  10. package/dist-es/commands/DeleteIngestConfigurationCommand.js +3 -9
  11. package/dist-es/commands/DeletePublicKeyCommand.js +3 -9
  12. package/dist-es/commands/DeleteStageCommand.js +3 -9
  13. package/dist-es/commands/DeleteStorageConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DisconnectParticipantCommand.js +3 -9
  15. package/dist-es/commands/GetCompositionCommand.js +3 -9
  16. package/dist-es/commands/GetEncoderConfigurationCommand.js +3 -9
  17. package/dist-es/commands/GetIngestConfigurationCommand.js +3 -10
  18. package/dist-es/commands/GetParticipantCommand.js +3 -9
  19. package/dist-es/commands/GetPublicKeyCommand.js +3 -9
  20. package/dist-es/commands/GetStageCommand.js +3 -9
  21. package/dist-es/commands/GetStageSessionCommand.js +3 -9
  22. package/dist-es/commands/GetStorageConfigurationCommand.js +3 -9
  23. package/dist-es/commands/ImportPublicKeyCommand.js +3 -9
  24. package/dist-es/commands/ListCompositionsCommand.js +3 -9
  25. package/dist-es/commands/ListEncoderConfigurationsCommand.js +3 -9
  26. package/dist-es/commands/ListIngestConfigurationsCommand.js +3 -9
  27. package/dist-es/commands/ListParticipantEventsCommand.js +3 -9
  28. package/dist-es/commands/ListParticipantReplicasCommand.js +3 -9
  29. package/dist-es/commands/ListParticipantsCommand.js +3 -9
  30. package/dist-es/commands/ListPublicKeysCommand.js +3 -9
  31. package/dist-es/commands/ListStageSessionsCommand.js +3 -9
  32. package/dist-es/commands/ListStagesCommand.js +3 -9
  33. package/dist-es/commands/ListStorageConfigurationsCommand.js +3 -9
  34. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  35. package/dist-es/commands/StartCompositionCommand.js +3 -9
  36. package/dist-es/commands/StartParticipantReplicationCommand.js +3 -9
  37. package/dist-es/commands/StopCompositionCommand.js +3 -9
  38. package/dist-es/commands/StopParticipantReplicationCommand.js +3 -9
  39. package/dist-es/commands/TagResourceCommand.js +3 -9
  40. package/dist-es/commands/UntagResourceCommand.js +3 -9
  41. package/dist-es/commands/UpdateIngestConfigurationCommand.js +3 -10
  42. package/dist-es/commands/UpdateStageCommand.js +3 -9
  43. package/dist-es/models/models_0.js +0 -37
  44. package/dist-es/runtimeConfig.shared.js +2 -0
  45. package/dist-es/schemas/schemas_0.js +1778 -0
  46. package/dist-types/IVSRealTimeClient.d.ts +10 -1
  47. package/dist-types/models/models_0.d.ts +0 -28
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  49. package/dist-types/runtimeConfig.d.ts +1 -0
  50. package/dist-types/runtimeConfig.native.d.ts +1 -0
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  52. package/dist-types/schemas/schemas_0.d.ts +192 -0
  53. package/dist-types/ts3.4/IVSRealTimeClient.d.ts +4 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +0 -21
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +198 -0
  60. package/package.json +33 -34
  61. package/dist-es/protocols/Aws_restJson1.js +0 -1512
  62. package/dist-types/protocols/Aws_restJson1.d.ts +0 -353
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -473
@@ -1,473 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateEncoderConfigurationCommandInput,
8
- CreateEncoderConfigurationCommandOutput,
9
- } from "../commands/CreateEncoderConfigurationCommand";
10
- import {
11
- CreateIngestConfigurationCommandInput,
12
- CreateIngestConfigurationCommandOutput,
13
- } from "../commands/CreateIngestConfigurationCommand";
14
- import {
15
- CreateParticipantTokenCommandInput,
16
- CreateParticipantTokenCommandOutput,
17
- } from "../commands/CreateParticipantTokenCommand";
18
- import {
19
- CreateStageCommandInput,
20
- CreateStageCommandOutput,
21
- } from "../commands/CreateStageCommand";
22
- import {
23
- CreateStorageConfigurationCommandInput,
24
- CreateStorageConfigurationCommandOutput,
25
- } from "../commands/CreateStorageConfigurationCommand";
26
- import {
27
- DeleteEncoderConfigurationCommandInput,
28
- DeleteEncoderConfigurationCommandOutput,
29
- } from "../commands/DeleteEncoderConfigurationCommand";
30
- import {
31
- DeleteIngestConfigurationCommandInput,
32
- DeleteIngestConfigurationCommandOutput,
33
- } from "../commands/DeleteIngestConfigurationCommand";
34
- import {
35
- DeletePublicKeyCommandInput,
36
- DeletePublicKeyCommandOutput,
37
- } from "../commands/DeletePublicKeyCommand";
38
- import {
39
- DeleteStageCommandInput,
40
- DeleteStageCommandOutput,
41
- } from "../commands/DeleteStageCommand";
42
- import {
43
- DeleteStorageConfigurationCommandInput,
44
- DeleteStorageConfigurationCommandOutput,
45
- } from "../commands/DeleteStorageConfigurationCommand";
46
- import {
47
- DisconnectParticipantCommandInput,
48
- DisconnectParticipantCommandOutput,
49
- } from "../commands/DisconnectParticipantCommand";
50
- import {
51
- GetCompositionCommandInput,
52
- GetCompositionCommandOutput,
53
- } from "../commands/GetCompositionCommand";
54
- import {
55
- GetEncoderConfigurationCommandInput,
56
- GetEncoderConfigurationCommandOutput,
57
- } from "../commands/GetEncoderConfigurationCommand";
58
- import {
59
- GetIngestConfigurationCommandInput,
60
- GetIngestConfigurationCommandOutput,
61
- } from "../commands/GetIngestConfigurationCommand";
62
- import {
63
- GetParticipantCommandInput,
64
- GetParticipantCommandOutput,
65
- } from "../commands/GetParticipantCommand";
66
- import {
67
- GetPublicKeyCommandInput,
68
- GetPublicKeyCommandOutput,
69
- } from "../commands/GetPublicKeyCommand";
70
- import {
71
- GetStageCommandInput,
72
- GetStageCommandOutput,
73
- } from "../commands/GetStageCommand";
74
- import {
75
- GetStageSessionCommandInput,
76
- GetStageSessionCommandOutput,
77
- } from "../commands/GetStageSessionCommand";
78
- import {
79
- GetStorageConfigurationCommandInput,
80
- GetStorageConfigurationCommandOutput,
81
- } from "../commands/GetStorageConfigurationCommand";
82
- import {
83
- ImportPublicKeyCommandInput,
84
- ImportPublicKeyCommandOutput,
85
- } from "../commands/ImportPublicKeyCommand";
86
- import {
87
- ListCompositionsCommandInput,
88
- ListCompositionsCommandOutput,
89
- } from "../commands/ListCompositionsCommand";
90
- import {
91
- ListEncoderConfigurationsCommandInput,
92
- ListEncoderConfigurationsCommandOutput,
93
- } from "../commands/ListEncoderConfigurationsCommand";
94
- import {
95
- ListIngestConfigurationsCommandInput,
96
- ListIngestConfigurationsCommandOutput,
97
- } from "../commands/ListIngestConfigurationsCommand";
98
- import {
99
- ListParticipantEventsCommandInput,
100
- ListParticipantEventsCommandOutput,
101
- } from "../commands/ListParticipantEventsCommand";
102
- import {
103
- ListParticipantReplicasCommandInput,
104
- ListParticipantReplicasCommandOutput,
105
- } from "../commands/ListParticipantReplicasCommand";
106
- import {
107
- ListParticipantsCommandInput,
108
- ListParticipantsCommandOutput,
109
- } from "../commands/ListParticipantsCommand";
110
- import {
111
- ListPublicKeysCommandInput,
112
- ListPublicKeysCommandOutput,
113
- } from "../commands/ListPublicKeysCommand";
114
- import {
115
- ListStagesCommandInput,
116
- ListStagesCommandOutput,
117
- } from "../commands/ListStagesCommand";
118
- import {
119
- ListStageSessionsCommandInput,
120
- ListStageSessionsCommandOutput,
121
- } from "../commands/ListStageSessionsCommand";
122
- import {
123
- ListStorageConfigurationsCommandInput,
124
- ListStorageConfigurationsCommandOutput,
125
- } from "../commands/ListStorageConfigurationsCommand";
126
- import {
127
- ListTagsForResourceCommandInput,
128
- ListTagsForResourceCommandOutput,
129
- } from "../commands/ListTagsForResourceCommand";
130
- import {
131
- StartCompositionCommandInput,
132
- StartCompositionCommandOutput,
133
- } from "../commands/StartCompositionCommand";
134
- import {
135
- StartParticipantReplicationCommandInput,
136
- StartParticipantReplicationCommandOutput,
137
- } from "../commands/StartParticipantReplicationCommand";
138
- import {
139
- StopCompositionCommandInput,
140
- StopCompositionCommandOutput,
141
- } from "../commands/StopCompositionCommand";
142
- import {
143
- StopParticipantReplicationCommandInput,
144
- StopParticipantReplicationCommandOutput,
145
- } from "../commands/StopParticipantReplicationCommand";
146
- import {
147
- TagResourceCommandInput,
148
- TagResourceCommandOutput,
149
- } from "../commands/TagResourceCommand";
150
- import {
151
- UntagResourceCommandInput,
152
- UntagResourceCommandOutput,
153
- } from "../commands/UntagResourceCommand";
154
- import {
155
- UpdateIngestConfigurationCommandInput,
156
- UpdateIngestConfigurationCommandOutput,
157
- } from "../commands/UpdateIngestConfigurationCommand";
158
- import {
159
- UpdateStageCommandInput,
160
- UpdateStageCommandOutput,
161
- } from "../commands/UpdateStageCommand";
162
- export declare const se_CreateEncoderConfigurationCommand: (
163
- input: CreateEncoderConfigurationCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateIngestConfigurationCommand: (
167
- input: CreateIngestConfigurationCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CreateParticipantTokenCommand: (
171
- input: CreateParticipantTokenCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateStageCommand: (
175
- input: CreateStageCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_CreateStorageConfigurationCommand: (
179
- input: CreateStorageConfigurationCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteEncoderConfigurationCommand: (
183
- input: DeleteEncoderConfigurationCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteIngestConfigurationCommand: (
187
- input: DeleteIngestConfigurationCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeletePublicKeyCommand: (
191
- input: DeletePublicKeyCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeleteStageCommand: (
195
- input: DeleteStageCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DeleteStorageConfigurationCommand: (
199
- input: DeleteStorageConfigurationCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DisconnectParticipantCommand: (
203
- input: DisconnectParticipantCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetCompositionCommand: (
207
- input: GetCompositionCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetEncoderConfigurationCommand: (
211
- input: GetEncoderConfigurationCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetIngestConfigurationCommand: (
215
- input: GetIngestConfigurationCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetParticipantCommand: (
219
- input: GetParticipantCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetPublicKeyCommand: (
223
- input: GetPublicKeyCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetStageCommand: (
227
- input: GetStageCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetStageSessionCommand: (
231
- input: GetStageSessionCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_GetStorageConfigurationCommand: (
235
- input: GetStorageConfigurationCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ImportPublicKeyCommand: (
239
- input: ImportPublicKeyCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListCompositionsCommand: (
243
- input: ListCompositionsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListEncoderConfigurationsCommand: (
247
- input: ListEncoderConfigurationsCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListIngestConfigurationsCommand: (
251
- input: ListIngestConfigurationsCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListParticipantEventsCommand: (
255
- input: ListParticipantEventsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListParticipantReplicasCommand: (
259
- input: ListParticipantReplicasCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListParticipantsCommand: (
263
- input: ListParticipantsCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListPublicKeysCommand: (
267
- input: ListPublicKeysCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_ListStagesCommand: (
271
- input: ListStagesCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_ListStageSessionsCommand: (
275
- input: ListStageSessionsCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_ListStorageConfigurationsCommand: (
279
- input: ListStorageConfigurationsCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_ListTagsForResourceCommand: (
283
- input: ListTagsForResourceCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_StartCompositionCommand: (
287
- input: StartCompositionCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_StartParticipantReplicationCommand: (
291
- input: StartParticipantReplicationCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_StopCompositionCommand: (
295
- input: StopCompositionCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_StopParticipantReplicationCommand: (
299
- input: StopParticipantReplicationCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_TagResourceCommand: (
303
- input: TagResourceCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_UntagResourceCommand: (
307
- input: UntagResourceCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_UpdateIngestConfigurationCommand: (
311
- input: UpdateIngestConfigurationCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_UpdateStageCommand: (
315
- input: UpdateStageCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const de_CreateEncoderConfigurationCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<CreateEncoderConfigurationCommandOutput>;
322
- export declare const de_CreateIngestConfigurationCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<CreateIngestConfigurationCommandOutput>;
326
- export declare const de_CreateParticipantTokenCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<CreateParticipantTokenCommandOutput>;
330
- export declare const de_CreateStageCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<CreateStageCommandOutput>;
334
- export declare const de_CreateStorageConfigurationCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<CreateStorageConfigurationCommandOutput>;
338
- export declare const de_DeleteEncoderConfigurationCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DeleteEncoderConfigurationCommandOutput>;
342
- export declare const de_DeleteIngestConfigurationCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DeleteIngestConfigurationCommandOutput>;
346
- export declare const de_DeletePublicKeyCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DeletePublicKeyCommandOutput>;
350
- export declare const de_DeleteStageCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<DeleteStageCommandOutput>;
354
- export declare const de_DeleteStorageConfigurationCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<DeleteStorageConfigurationCommandOutput>;
358
- export declare const de_DisconnectParticipantCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<DisconnectParticipantCommandOutput>;
362
- export declare const de_GetCompositionCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<GetCompositionCommandOutput>;
366
- export declare const de_GetEncoderConfigurationCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<GetEncoderConfigurationCommandOutput>;
370
- export declare const de_GetIngestConfigurationCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<GetIngestConfigurationCommandOutput>;
374
- export declare const de_GetParticipantCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<GetParticipantCommandOutput>;
378
- export declare const de_GetPublicKeyCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<GetPublicKeyCommandOutput>;
382
- export declare const de_GetStageCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<GetStageCommandOutput>;
386
- export declare const de_GetStageSessionCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<GetStageSessionCommandOutput>;
390
- export declare const de_GetStorageConfigurationCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<GetStorageConfigurationCommandOutput>;
394
- export declare const de_ImportPublicKeyCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ImportPublicKeyCommandOutput>;
398
- export declare const de_ListCompositionsCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<ListCompositionsCommandOutput>;
402
- export declare const de_ListEncoderConfigurationsCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListEncoderConfigurationsCommandOutput>;
406
- export declare const de_ListIngestConfigurationsCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListIngestConfigurationsCommandOutput>;
410
- export declare const de_ListParticipantEventsCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListParticipantEventsCommandOutput>;
414
- export declare const de_ListParticipantReplicasCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ListParticipantReplicasCommandOutput>;
418
- export declare const de_ListParticipantsCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<ListParticipantsCommandOutput>;
422
- export declare const de_ListPublicKeysCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<ListPublicKeysCommandOutput>;
426
- export declare const de_ListStagesCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<ListStagesCommandOutput>;
430
- export declare const de_ListStageSessionsCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<ListStageSessionsCommandOutput>;
434
- export declare const de_ListStorageConfigurationsCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<ListStorageConfigurationsCommandOutput>;
438
- export declare const de_ListTagsForResourceCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<ListTagsForResourceCommandOutput>;
442
- export declare const de_StartCompositionCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<StartCompositionCommandOutput>;
446
- export declare const de_StartParticipantReplicationCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<StartParticipantReplicationCommandOutput>;
450
- export declare const de_StopCompositionCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<StopCompositionCommandOutput>;
454
- export declare const de_StopParticipantReplicationCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<StopParticipantReplicationCommandOutput>;
458
- export declare const de_TagResourceCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<TagResourceCommandOutput>;
462
- export declare const de_UntagResourceCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<UntagResourceCommandOutput>;
466
- export declare const de_UpdateIngestConfigurationCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<UpdateIngestConfigurationCommandOutput>;
470
- export declare const de_UpdateStageCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<UpdateStageCommandOutput>;