@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,353 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateEncoderConfigurationCommandInput, CreateEncoderConfigurationCommandOutput } from "../commands/CreateEncoderConfigurationCommand";
4
- import { CreateIngestConfigurationCommandInput, CreateIngestConfigurationCommandOutput } from "../commands/CreateIngestConfigurationCommand";
5
- import { CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput } from "../commands/CreateParticipantTokenCommand";
6
- import { CreateStageCommandInput, CreateStageCommandOutput } from "../commands/CreateStageCommand";
7
- import { CreateStorageConfigurationCommandInput, CreateStorageConfigurationCommandOutput } from "../commands/CreateStorageConfigurationCommand";
8
- import { DeleteEncoderConfigurationCommandInput, DeleteEncoderConfigurationCommandOutput } from "../commands/DeleteEncoderConfigurationCommand";
9
- import { DeleteIngestConfigurationCommandInput, DeleteIngestConfigurationCommandOutput } from "../commands/DeleteIngestConfigurationCommand";
10
- import { DeletePublicKeyCommandInput, DeletePublicKeyCommandOutput } from "../commands/DeletePublicKeyCommand";
11
- import { DeleteStageCommandInput, DeleteStageCommandOutput } from "../commands/DeleteStageCommand";
12
- import { DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput } from "../commands/DeleteStorageConfigurationCommand";
13
- import { DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput } from "../commands/DisconnectParticipantCommand";
14
- import { GetCompositionCommandInput, GetCompositionCommandOutput } from "../commands/GetCompositionCommand";
15
- import { GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput } from "../commands/GetEncoderConfigurationCommand";
16
- import { GetIngestConfigurationCommandInput, GetIngestConfigurationCommandOutput } from "../commands/GetIngestConfigurationCommand";
17
- import { GetParticipantCommandInput, GetParticipantCommandOutput } from "../commands/GetParticipantCommand";
18
- import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "../commands/GetPublicKeyCommand";
19
- import { GetStageCommandInput, GetStageCommandOutput } from "../commands/GetStageCommand";
20
- import { GetStageSessionCommandInput, GetStageSessionCommandOutput } from "../commands/GetStageSessionCommand";
21
- import { GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput } from "../commands/GetStorageConfigurationCommand";
22
- import { ImportPublicKeyCommandInput, ImportPublicKeyCommandOutput } from "../commands/ImportPublicKeyCommand";
23
- import { ListCompositionsCommandInput, ListCompositionsCommandOutput } from "../commands/ListCompositionsCommand";
24
- import { ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput } from "../commands/ListEncoderConfigurationsCommand";
25
- import { ListIngestConfigurationsCommandInput, ListIngestConfigurationsCommandOutput } from "../commands/ListIngestConfigurationsCommand";
26
- import { ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput } from "../commands/ListParticipantEventsCommand";
27
- import { ListParticipantReplicasCommandInput, ListParticipantReplicasCommandOutput } from "../commands/ListParticipantReplicasCommand";
28
- import { ListParticipantsCommandInput, ListParticipantsCommandOutput } from "../commands/ListParticipantsCommand";
29
- import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "../commands/ListPublicKeysCommand";
30
- import { ListStagesCommandInput, ListStagesCommandOutput } from "../commands/ListStagesCommand";
31
- import { ListStageSessionsCommandInput, ListStageSessionsCommandOutput } from "../commands/ListStageSessionsCommand";
32
- import { ListStorageConfigurationsCommandInput, ListStorageConfigurationsCommandOutput } from "../commands/ListStorageConfigurationsCommand";
33
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
34
- import { StartCompositionCommandInput, StartCompositionCommandOutput } from "../commands/StartCompositionCommand";
35
- import { StartParticipantReplicationCommandInput, StartParticipantReplicationCommandOutput } from "../commands/StartParticipantReplicationCommand";
36
- import { StopCompositionCommandInput, StopCompositionCommandOutput } from "../commands/StopCompositionCommand";
37
- import { StopParticipantReplicationCommandInput, StopParticipantReplicationCommandOutput } from "../commands/StopParticipantReplicationCommand";
38
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
39
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
40
- import { UpdateIngestConfigurationCommandInput, UpdateIngestConfigurationCommandOutput } from "../commands/UpdateIngestConfigurationCommand";
41
- import { UpdateStageCommandInput, UpdateStageCommandOutput } from "../commands/UpdateStageCommand";
42
- /**
43
- * serializeAws_restJson1CreateEncoderConfigurationCommand
44
- */
45
- export declare const se_CreateEncoderConfigurationCommand: (input: CreateEncoderConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1CreateIngestConfigurationCommand
48
- */
49
- export declare const se_CreateIngestConfigurationCommand: (input: CreateIngestConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1CreateParticipantTokenCommand
52
- */
53
- export declare const se_CreateParticipantTokenCommand: (input: CreateParticipantTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1CreateStageCommand
56
- */
57
- export declare const se_CreateStageCommand: (input: CreateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1CreateStorageConfigurationCommand
60
- */
61
- export declare const se_CreateStorageConfigurationCommand: (input: CreateStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1DeleteEncoderConfigurationCommand
64
- */
65
- export declare const se_DeleteEncoderConfigurationCommand: (input: DeleteEncoderConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1DeleteIngestConfigurationCommand
68
- */
69
- export declare const se_DeleteIngestConfigurationCommand: (input: DeleteIngestConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1DeletePublicKeyCommand
72
- */
73
- export declare const se_DeletePublicKeyCommand: (input: DeletePublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1DeleteStageCommand
76
- */
77
- export declare const se_DeleteStageCommand: (input: DeleteStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1DeleteStorageConfigurationCommand
80
- */
81
- export declare const se_DeleteStorageConfigurationCommand: (input: DeleteStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1DisconnectParticipantCommand
84
- */
85
- export declare const se_DisconnectParticipantCommand: (input: DisconnectParticipantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1GetCompositionCommand
88
- */
89
- export declare const se_GetCompositionCommand: (input: GetCompositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1GetEncoderConfigurationCommand
92
- */
93
- export declare const se_GetEncoderConfigurationCommand: (input: GetEncoderConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1GetIngestConfigurationCommand
96
- */
97
- export declare const se_GetIngestConfigurationCommand: (input: GetIngestConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1GetParticipantCommand
100
- */
101
- export declare const se_GetParticipantCommand: (input: GetParticipantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1GetPublicKeyCommand
104
- */
105
- export declare const se_GetPublicKeyCommand: (input: GetPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1GetStageCommand
108
- */
109
- export declare const se_GetStageCommand: (input: GetStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1GetStageSessionCommand
112
- */
113
- export declare const se_GetStageSessionCommand: (input: GetStageSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1GetStorageConfigurationCommand
116
- */
117
- export declare const se_GetStorageConfigurationCommand: (input: GetStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1ImportPublicKeyCommand
120
- */
121
- export declare const se_ImportPublicKeyCommand: (input: ImportPublicKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1ListCompositionsCommand
124
- */
125
- export declare const se_ListCompositionsCommand: (input: ListCompositionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1ListEncoderConfigurationsCommand
128
- */
129
- export declare const se_ListEncoderConfigurationsCommand: (input: ListEncoderConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1ListIngestConfigurationsCommand
132
- */
133
- export declare const se_ListIngestConfigurationsCommand: (input: ListIngestConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1ListParticipantEventsCommand
136
- */
137
- export declare const se_ListParticipantEventsCommand: (input: ListParticipantEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1ListParticipantReplicasCommand
140
- */
141
- export declare const se_ListParticipantReplicasCommand: (input: ListParticipantReplicasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1ListParticipantsCommand
144
- */
145
- export declare const se_ListParticipantsCommand: (input: ListParticipantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1ListPublicKeysCommand
148
- */
149
- export declare const se_ListPublicKeysCommand: (input: ListPublicKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1ListStagesCommand
152
- */
153
- export declare const se_ListStagesCommand: (input: ListStagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1ListStageSessionsCommand
156
- */
157
- export declare const se_ListStageSessionsCommand: (input: ListStageSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1ListStorageConfigurationsCommand
160
- */
161
- export declare const se_ListStorageConfigurationsCommand: (input: ListStorageConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1ListTagsForResourceCommand
164
- */
165
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1StartCompositionCommand
168
- */
169
- export declare const se_StartCompositionCommand: (input: StartCompositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1StartParticipantReplicationCommand
172
- */
173
- export declare const se_StartParticipantReplicationCommand: (input: StartParticipantReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1StopCompositionCommand
176
- */
177
- export declare const se_StopCompositionCommand: (input: StopCompositionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1StopParticipantReplicationCommand
180
- */
181
- export declare const se_StopParticipantReplicationCommand: (input: StopParticipantReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1TagResourceCommand
184
- */
185
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1UntagResourceCommand
188
- */
189
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1UpdateIngestConfigurationCommand
192
- */
193
- export declare const se_UpdateIngestConfigurationCommand: (input: UpdateIngestConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1UpdateStageCommand
196
- */
197
- export declare const se_UpdateStageCommand: (input: UpdateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * deserializeAws_restJson1CreateEncoderConfigurationCommand
200
- */
201
- export declare const de_CreateEncoderConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEncoderConfigurationCommandOutput>;
202
- /**
203
- * deserializeAws_restJson1CreateIngestConfigurationCommand
204
- */
205
- export declare const de_CreateIngestConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIngestConfigurationCommandOutput>;
206
- /**
207
- * deserializeAws_restJson1CreateParticipantTokenCommand
208
- */
209
- export declare const de_CreateParticipantTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateParticipantTokenCommandOutput>;
210
- /**
211
- * deserializeAws_restJson1CreateStageCommand
212
- */
213
- export declare const de_CreateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStageCommandOutput>;
214
- /**
215
- * deserializeAws_restJson1CreateStorageConfigurationCommand
216
- */
217
- export declare const de_CreateStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorageConfigurationCommandOutput>;
218
- /**
219
- * deserializeAws_restJson1DeleteEncoderConfigurationCommand
220
- */
221
- export declare const de_DeleteEncoderConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEncoderConfigurationCommandOutput>;
222
- /**
223
- * deserializeAws_restJson1DeleteIngestConfigurationCommand
224
- */
225
- export declare const de_DeleteIngestConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIngestConfigurationCommandOutput>;
226
- /**
227
- * deserializeAws_restJson1DeletePublicKeyCommand
228
- */
229
- export declare const de_DeletePublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePublicKeyCommandOutput>;
230
- /**
231
- * deserializeAws_restJson1DeleteStageCommand
232
- */
233
- export declare const de_DeleteStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStageCommandOutput>;
234
- /**
235
- * deserializeAws_restJson1DeleteStorageConfigurationCommand
236
- */
237
- export declare const de_DeleteStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStorageConfigurationCommandOutput>;
238
- /**
239
- * deserializeAws_restJson1DisconnectParticipantCommand
240
- */
241
- export declare const de_DisconnectParticipantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectParticipantCommandOutput>;
242
- /**
243
- * deserializeAws_restJson1GetCompositionCommand
244
- */
245
- export declare const de_GetCompositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCompositionCommandOutput>;
246
- /**
247
- * deserializeAws_restJson1GetEncoderConfigurationCommand
248
- */
249
- export declare const de_GetEncoderConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEncoderConfigurationCommandOutput>;
250
- /**
251
- * deserializeAws_restJson1GetIngestConfigurationCommand
252
- */
253
- export declare const de_GetIngestConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIngestConfigurationCommandOutput>;
254
- /**
255
- * deserializeAws_restJson1GetParticipantCommand
256
- */
257
- export declare const de_GetParticipantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetParticipantCommandOutput>;
258
- /**
259
- * deserializeAws_restJson1GetPublicKeyCommand
260
- */
261
- export declare const de_GetPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPublicKeyCommandOutput>;
262
- /**
263
- * deserializeAws_restJson1GetStageCommand
264
- */
265
- export declare const de_GetStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStageCommandOutput>;
266
- /**
267
- * deserializeAws_restJson1GetStageSessionCommand
268
- */
269
- export declare const de_GetStageSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStageSessionCommandOutput>;
270
- /**
271
- * deserializeAws_restJson1GetStorageConfigurationCommand
272
- */
273
- export declare const de_GetStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStorageConfigurationCommandOutput>;
274
- /**
275
- * deserializeAws_restJson1ImportPublicKeyCommand
276
- */
277
- export declare const de_ImportPublicKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportPublicKeyCommandOutput>;
278
- /**
279
- * deserializeAws_restJson1ListCompositionsCommand
280
- */
281
- export declare const de_ListCompositionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCompositionsCommandOutput>;
282
- /**
283
- * deserializeAws_restJson1ListEncoderConfigurationsCommand
284
- */
285
- export declare const de_ListEncoderConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEncoderConfigurationsCommandOutput>;
286
- /**
287
- * deserializeAws_restJson1ListIngestConfigurationsCommand
288
- */
289
- export declare const de_ListIngestConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIngestConfigurationsCommandOutput>;
290
- /**
291
- * deserializeAws_restJson1ListParticipantEventsCommand
292
- */
293
- export declare const de_ListParticipantEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListParticipantEventsCommandOutput>;
294
- /**
295
- * deserializeAws_restJson1ListParticipantReplicasCommand
296
- */
297
- export declare const de_ListParticipantReplicasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListParticipantReplicasCommandOutput>;
298
- /**
299
- * deserializeAws_restJson1ListParticipantsCommand
300
- */
301
- export declare const de_ListParticipantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListParticipantsCommandOutput>;
302
- /**
303
- * deserializeAws_restJson1ListPublicKeysCommand
304
- */
305
- export declare const de_ListPublicKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublicKeysCommandOutput>;
306
- /**
307
- * deserializeAws_restJson1ListStagesCommand
308
- */
309
- export declare const de_ListStagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStagesCommandOutput>;
310
- /**
311
- * deserializeAws_restJson1ListStageSessionsCommand
312
- */
313
- export declare const de_ListStageSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStageSessionsCommandOutput>;
314
- /**
315
- * deserializeAws_restJson1ListStorageConfigurationsCommand
316
- */
317
- export declare const de_ListStorageConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStorageConfigurationsCommandOutput>;
318
- /**
319
- * deserializeAws_restJson1ListTagsForResourceCommand
320
- */
321
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
322
- /**
323
- * deserializeAws_restJson1StartCompositionCommand
324
- */
325
- export declare const de_StartCompositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCompositionCommandOutput>;
326
- /**
327
- * deserializeAws_restJson1StartParticipantReplicationCommand
328
- */
329
- export declare const de_StartParticipantReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartParticipantReplicationCommandOutput>;
330
- /**
331
- * deserializeAws_restJson1StopCompositionCommand
332
- */
333
- export declare const de_StopCompositionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCompositionCommandOutput>;
334
- /**
335
- * deserializeAws_restJson1StopParticipantReplicationCommand
336
- */
337
- export declare const de_StopParticipantReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopParticipantReplicationCommandOutput>;
338
- /**
339
- * deserializeAws_restJson1TagResourceCommand
340
- */
341
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
342
- /**
343
- * deserializeAws_restJson1UntagResourceCommand
344
- */
345
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
346
- /**
347
- * deserializeAws_restJson1UpdateIngestConfigurationCommand
348
- */
349
- export declare const de_UpdateIngestConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIngestConfigurationCommandOutput>;
350
- /**
351
- * deserializeAws_restJson1UpdateStageCommand
352
- */
353
- export declare const de_UpdateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStageCommandOutput>;