@aws-sdk/client-ivs 3.306.0 → 3.310.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 (61) hide show
  1. package/dist-cjs/commands/BatchGetChannelCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetStreamKeyCommand.js +2 -2
  3. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  4. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateStreamKeyCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  7. package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteStreamKeyCommand.js +2 -2
  10. package/dist-cjs/commands/GetChannelCommand.js +2 -2
  11. package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +2 -2
  12. package/dist-cjs/commands/GetRecordingConfigurationCommand.js +2 -2
  13. package/dist-cjs/commands/GetStreamCommand.js +2 -2
  14. package/dist-cjs/commands/GetStreamKeyCommand.js +2 -2
  15. package/dist-cjs/commands/GetStreamSessionCommand.js +2 -2
  16. package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +2 -2
  17. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  18. package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +2 -2
  19. package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +2 -2
  20. package/dist-cjs/commands/ListStreamKeysCommand.js +2 -2
  21. package/dist-cjs/commands/ListStreamSessionsCommand.js +2 -2
  22. package/dist-cjs/commands/ListStreamsCommand.js +2 -2
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-cjs/commands/PutMetadataCommand.js +2 -2
  25. package/dist-cjs/commands/StopStreamCommand.js +2 -2
  26. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  29. package/dist-cjs/protocols/Aws_restJson1.js +379 -383
  30. package/dist-es/commands/BatchGetChannelCommand.js +3 -3
  31. package/dist-es/commands/BatchGetStreamKeyCommand.js +3 -3
  32. package/dist-es/commands/CreateChannelCommand.js +3 -3
  33. package/dist-es/commands/CreateRecordingConfigurationCommand.js +3 -3
  34. package/dist-es/commands/CreateStreamKeyCommand.js +3 -3
  35. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  36. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +3 -3
  37. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +3 -3
  38. package/dist-es/commands/DeleteStreamKeyCommand.js +3 -3
  39. package/dist-es/commands/GetChannelCommand.js +3 -3
  40. package/dist-es/commands/GetPlaybackKeyPairCommand.js +3 -3
  41. package/dist-es/commands/GetRecordingConfigurationCommand.js +3 -3
  42. package/dist-es/commands/GetStreamCommand.js +3 -3
  43. package/dist-es/commands/GetStreamKeyCommand.js +3 -3
  44. package/dist-es/commands/GetStreamSessionCommand.js +3 -3
  45. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +3 -3
  46. package/dist-es/commands/ListChannelsCommand.js +3 -3
  47. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +3 -3
  48. package/dist-es/commands/ListRecordingConfigurationsCommand.js +3 -3
  49. package/dist-es/commands/ListStreamKeysCommand.js +3 -3
  50. package/dist-es/commands/ListStreamSessionsCommand.js +3 -3
  51. package/dist-es/commands/ListStreamsCommand.js +3 -3
  52. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  53. package/dist-es/commands/PutMetadataCommand.js +3 -3
  54. package/dist-es/commands/StopStreamCommand.js +3 -3
  55. package/dist-es/commands/TagResourceCommand.js +3 -3
  56. package/dist-es/commands/UntagResourceCommand.js +3 -3
  57. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  58. package/dist-es/protocols/Aws_restJson1.js +321 -325
  59. package/dist-types/protocols/Aws_restJson1.d.ts +224 -56
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +56 -56
  61. package/package.json +35 -35
@@ -28,59 +28,227 @@ import { StopStreamCommandInput, StopStreamCommandOutput } from "../commands/Sto
28
28
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
29
29
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
30
30
  import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
31
- export declare const serializeAws_restJson1BatchGetChannelCommand: (input: BatchGetChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1BatchGetStreamKeyCommand: (input: BatchGetStreamKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1CreateRecordingConfigurationCommand: (input: CreateRecordingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1CreateStreamKeyCommand: (input: CreateStreamKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1DeletePlaybackKeyPairCommand: (input: DeletePlaybackKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1DeleteRecordingConfigurationCommand: (input: DeleteRecordingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1DeleteStreamKeyCommand: (input: DeleteStreamKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1GetChannelCommand: (input: GetChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1GetPlaybackKeyPairCommand: (input: GetPlaybackKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1GetRecordingConfigurationCommand: (input: GetRecordingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1GetStreamCommand: (input: GetStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1GetStreamKeyCommand: (input: GetStreamKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1GetStreamSessionCommand: (input: GetStreamSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1ImportPlaybackKeyPairCommand: (input: ImportPlaybackKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1ListPlaybackKeyPairsCommand: (input: ListPlaybackKeyPairsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1ListRecordingConfigurationsCommand: (input: ListRecordingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListStreamKeysCommand: (input: ListStreamKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListStreamsCommand: (input: ListStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListStreamSessionsCommand: (input: ListStreamSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1PutMetadataCommand: (input: PutMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1StopStreamCommand: (input: StopStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const deserializeAws_restJson1BatchGetChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetChannelCommandOutput>;
60
- export declare const deserializeAws_restJson1BatchGetStreamKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetStreamKeyCommandOutput>;
61
- export declare const deserializeAws_restJson1CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
62
- export declare const deserializeAws_restJson1CreateRecordingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecordingConfigurationCommandOutput>;
63
- export declare const deserializeAws_restJson1CreateStreamKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamKeyCommandOutput>;
64
- export declare const deserializeAws_restJson1DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
65
- export declare const deserializeAws_restJson1DeletePlaybackKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaybackKeyPairCommandOutput>;
66
- export declare const deserializeAws_restJson1DeleteRecordingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecordingConfigurationCommandOutput>;
67
- export declare const deserializeAws_restJson1DeleteStreamKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStreamKeyCommandOutput>;
68
- export declare const deserializeAws_restJson1GetChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelCommandOutput>;
69
- export declare const deserializeAws_restJson1GetPlaybackKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaybackKeyPairCommandOutput>;
70
- export declare const deserializeAws_restJson1GetRecordingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecordingConfigurationCommandOutput>;
71
- export declare const deserializeAws_restJson1GetStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamCommandOutput>;
72
- export declare const deserializeAws_restJson1GetStreamKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamKeyCommandOutput>;
73
- export declare const deserializeAws_restJson1GetStreamSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamSessionCommandOutput>;
74
- export declare const deserializeAws_restJson1ImportPlaybackKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportPlaybackKeyPairCommandOutput>;
75
- export declare const deserializeAws_restJson1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
76
- export declare const deserializeAws_restJson1ListPlaybackKeyPairsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaybackKeyPairsCommandOutput>;
77
- export declare const deserializeAws_restJson1ListRecordingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecordingConfigurationsCommandOutput>;
78
- export declare const deserializeAws_restJson1ListStreamKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamKeysCommandOutput>;
79
- export declare const deserializeAws_restJson1ListStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamsCommandOutput>;
80
- export declare const deserializeAws_restJson1ListStreamSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamSessionsCommandOutput>;
81
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
82
- export declare const deserializeAws_restJson1PutMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetadataCommandOutput>;
83
- export declare const deserializeAws_restJson1StopStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopStreamCommandOutput>;
84
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
85
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
86
- export declare const deserializeAws_restJson1UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
31
+ /**
32
+ * serializeAws_restJson1BatchGetChannelCommand
33
+ */
34
+ export declare const se_BatchGetChannelCommand: (input: BatchGetChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ /**
36
+ * serializeAws_restJson1BatchGetStreamKeyCommand
37
+ */
38
+ export declare const se_BatchGetStreamKeyCommand: (input: BatchGetStreamKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ /**
40
+ * serializeAws_restJson1CreateChannelCommand
41
+ */
42
+ export declare const se_CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ /**
44
+ * serializeAws_restJson1CreateRecordingConfigurationCommand
45
+ */
46
+ export declare const se_CreateRecordingConfigurationCommand: (input: CreateRecordingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ /**
48
+ * serializeAws_restJson1CreateStreamKeyCommand
49
+ */
50
+ export declare const se_CreateStreamKeyCommand: (input: CreateStreamKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_restJson1DeleteChannelCommand
53
+ */
54
+ export declare const se_DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_restJson1DeletePlaybackKeyPairCommand
57
+ */
58
+ export declare const se_DeletePlaybackKeyPairCommand: (input: DeletePlaybackKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_restJson1DeleteRecordingConfigurationCommand
61
+ */
62
+ export declare const se_DeleteRecordingConfigurationCommand: (input: DeleteRecordingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_restJson1DeleteStreamKeyCommand
65
+ */
66
+ export declare const se_DeleteStreamKeyCommand: (input: DeleteStreamKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_restJson1GetChannelCommand
69
+ */
70
+ export declare const se_GetChannelCommand: (input: GetChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_restJson1GetPlaybackKeyPairCommand
73
+ */
74
+ export declare const se_GetPlaybackKeyPairCommand: (input: GetPlaybackKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_restJson1GetRecordingConfigurationCommand
77
+ */
78
+ export declare const se_GetRecordingConfigurationCommand: (input: GetRecordingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_restJson1GetStreamCommand
81
+ */
82
+ export declare const se_GetStreamCommand: (input: GetStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_restJson1GetStreamKeyCommand
85
+ */
86
+ export declare const se_GetStreamKeyCommand: (input: GetStreamKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_restJson1GetStreamSessionCommand
89
+ */
90
+ export declare const se_GetStreamSessionCommand: (input: GetStreamSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_restJson1ImportPlaybackKeyPairCommand
93
+ */
94
+ export declare const se_ImportPlaybackKeyPairCommand: (input: ImportPlaybackKeyPairCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_restJson1ListChannelsCommand
97
+ */
98
+ export declare const se_ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_restJson1ListPlaybackKeyPairsCommand
101
+ */
102
+ export declare const se_ListPlaybackKeyPairsCommand: (input: ListPlaybackKeyPairsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1ListRecordingConfigurationsCommand
105
+ */
106
+ export declare const se_ListRecordingConfigurationsCommand: (input: ListRecordingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_restJson1ListStreamKeysCommand
109
+ */
110
+ export declare const se_ListStreamKeysCommand: (input: ListStreamKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restJson1ListStreamsCommand
113
+ */
114
+ export declare const se_ListStreamsCommand: (input: ListStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_restJson1ListStreamSessionsCommand
117
+ */
118
+ export declare const se_ListStreamSessionsCommand: (input: ListStreamSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_restJson1ListTagsForResourceCommand
121
+ */
122
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_restJson1PutMetadataCommand
125
+ */
126
+ export declare const se_PutMetadataCommand: (input: PutMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_restJson1StopStreamCommand
129
+ */
130
+ export declare const se_StopStreamCommand: (input: StopStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_restJson1TagResourceCommand
133
+ */
134
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_restJson1UntagResourceCommand
137
+ */
138
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_restJson1UpdateChannelCommand
141
+ */
142
+ export declare const se_UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * deserializeAws_restJson1BatchGetChannelCommand
145
+ */
146
+ export declare const de_BatchGetChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetChannelCommandOutput>;
147
+ /**
148
+ * deserializeAws_restJson1BatchGetStreamKeyCommand
149
+ */
150
+ export declare const de_BatchGetStreamKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetStreamKeyCommandOutput>;
151
+ /**
152
+ * deserializeAws_restJson1CreateChannelCommand
153
+ */
154
+ export declare const de_CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
155
+ /**
156
+ * deserializeAws_restJson1CreateRecordingConfigurationCommand
157
+ */
158
+ export declare const de_CreateRecordingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecordingConfigurationCommandOutput>;
159
+ /**
160
+ * deserializeAws_restJson1CreateStreamKeyCommand
161
+ */
162
+ export declare const de_CreateStreamKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamKeyCommandOutput>;
163
+ /**
164
+ * deserializeAws_restJson1DeleteChannelCommand
165
+ */
166
+ export declare const de_DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
167
+ /**
168
+ * deserializeAws_restJson1DeletePlaybackKeyPairCommand
169
+ */
170
+ export declare const de_DeletePlaybackKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaybackKeyPairCommandOutput>;
171
+ /**
172
+ * deserializeAws_restJson1DeleteRecordingConfigurationCommand
173
+ */
174
+ export declare const de_DeleteRecordingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecordingConfigurationCommandOutput>;
175
+ /**
176
+ * deserializeAws_restJson1DeleteStreamKeyCommand
177
+ */
178
+ export declare const de_DeleteStreamKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStreamKeyCommandOutput>;
179
+ /**
180
+ * deserializeAws_restJson1GetChannelCommand
181
+ */
182
+ export declare const de_GetChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelCommandOutput>;
183
+ /**
184
+ * deserializeAws_restJson1GetPlaybackKeyPairCommand
185
+ */
186
+ export declare const de_GetPlaybackKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaybackKeyPairCommandOutput>;
187
+ /**
188
+ * deserializeAws_restJson1GetRecordingConfigurationCommand
189
+ */
190
+ export declare const de_GetRecordingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecordingConfigurationCommandOutput>;
191
+ /**
192
+ * deserializeAws_restJson1GetStreamCommand
193
+ */
194
+ export declare const de_GetStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamCommandOutput>;
195
+ /**
196
+ * deserializeAws_restJson1GetStreamKeyCommand
197
+ */
198
+ export declare const de_GetStreamKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamKeyCommandOutput>;
199
+ /**
200
+ * deserializeAws_restJson1GetStreamSessionCommand
201
+ */
202
+ export declare const de_GetStreamSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStreamSessionCommandOutput>;
203
+ /**
204
+ * deserializeAws_restJson1ImportPlaybackKeyPairCommand
205
+ */
206
+ export declare const de_ImportPlaybackKeyPairCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportPlaybackKeyPairCommandOutput>;
207
+ /**
208
+ * deserializeAws_restJson1ListChannelsCommand
209
+ */
210
+ export declare const de_ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
211
+ /**
212
+ * deserializeAws_restJson1ListPlaybackKeyPairsCommand
213
+ */
214
+ export declare const de_ListPlaybackKeyPairsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaybackKeyPairsCommandOutput>;
215
+ /**
216
+ * deserializeAws_restJson1ListRecordingConfigurationsCommand
217
+ */
218
+ export declare const de_ListRecordingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecordingConfigurationsCommandOutput>;
219
+ /**
220
+ * deserializeAws_restJson1ListStreamKeysCommand
221
+ */
222
+ export declare const de_ListStreamKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamKeysCommandOutput>;
223
+ /**
224
+ * deserializeAws_restJson1ListStreamsCommand
225
+ */
226
+ export declare const de_ListStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamsCommandOutput>;
227
+ /**
228
+ * deserializeAws_restJson1ListStreamSessionsCommand
229
+ */
230
+ export declare const de_ListStreamSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamSessionsCommandOutput>;
231
+ /**
232
+ * deserializeAws_restJson1ListTagsForResourceCommand
233
+ */
234
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
235
+ /**
236
+ * deserializeAws_restJson1PutMetadataCommand
237
+ */
238
+ export declare const de_PutMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetadataCommandOutput>;
239
+ /**
240
+ * deserializeAws_restJson1StopStreamCommand
241
+ */
242
+ export declare const de_StopStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopStreamCommandOutput>;
243
+ /**
244
+ * deserializeAws_restJson1TagResourceCommand
245
+ */
246
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
247
+ /**
248
+ * deserializeAws_restJson1UntagResourceCommand
249
+ */
250
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
251
+ /**
252
+ * deserializeAws_restJson1UpdateChannelCommand
253
+ */
254
+ export declare const de_UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
@@ -115,227 +115,227 @@ import {
115
115
  UpdateChannelCommandInput,
116
116
  UpdateChannelCommandOutput,
117
117
  } from "../commands/UpdateChannelCommand";
118
- export declare const serializeAws_restJson1BatchGetChannelCommand: (
118
+ export declare const se_BatchGetChannelCommand: (
119
119
  input: BatchGetChannelCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1BatchGetStreamKeyCommand: (
122
+ export declare const se_BatchGetStreamKeyCommand: (
123
123
  input: BatchGetStreamKeyCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1CreateChannelCommand: (
126
+ export declare const se_CreateChannelCommand: (
127
127
  input: CreateChannelCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1CreateRecordingConfigurationCommand: (
130
+ export declare const se_CreateRecordingConfigurationCommand: (
131
131
  input: CreateRecordingConfigurationCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1CreateStreamKeyCommand: (
134
+ export declare const se_CreateStreamKeyCommand: (
135
135
  input: CreateStreamKeyCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1DeleteChannelCommand: (
138
+ export declare const se_DeleteChannelCommand: (
139
139
  input: DeleteChannelCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1DeletePlaybackKeyPairCommand: (
142
+ export declare const se_DeletePlaybackKeyPairCommand: (
143
143
  input: DeletePlaybackKeyPairCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1DeleteRecordingConfigurationCommand: (
146
+ export declare const se_DeleteRecordingConfigurationCommand: (
147
147
  input: DeleteRecordingConfigurationCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1DeleteStreamKeyCommand: (
150
+ export declare const se_DeleteStreamKeyCommand: (
151
151
  input: DeleteStreamKeyCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1GetChannelCommand: (
154
+ export declare const se_GetChannelCommand: (
155
155
  input: GetChannelCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1GetPlaybackKeyPairCommand: (
158
+ export declare const se_GetPlaybackKeyPairCommand: (
159
159
  input: GetPlaybackKeyPairCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1GetRecordingConfigurationCommand: (
162
+ export declare const se_GetRecordingConfigurationCommand: (
163
163
  input: GetRecordingConfigurationCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1GetStreamCommand: (
166
+ export declare const se_GetStreamCommand: (
167
167
  input: GetStreamCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1GetStreamKeyCommand: (
170
+ export declare const se_GetStreamKeyCommand: (
171
171
  input: GetStreamKeyCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1GetStreamSessionCommand: (
174
+ export declare const se_GetStreamSessionCommand: (
175
175
  input: GetStreamSessionCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1ImportPlaybackKeyPairCommand: (
178
+ export declare const se_ImportPlaybackKeyPairCommand: (
179
179
  input: ImportPlaybackKeyPairCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1ListChannelsCommand: (
182
+ export declare const se_ListChannelsCommand: (
183
183
  input: ListChannelsCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1ListPlaybackKeyPairsCommand: (
186
+ export declare const se_ListPlaybackKeyPairsCommand: (
187
187
  input: ListPlaybackKeyPairsCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1ListRecordingConfigurationsCommand: (
190
+ export declare const se_ListRecordingConfigurationsCommand: (
191
191
  input: ListRecordingConfigurationsCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1ListStreamKeysCommand: (
194
+ export declare const se_ListStreamKeysCommand: (
195
195
  input: ListStreamKeysCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1ListStreamsCommand: (
198
+ export declare const se_ListStreamsCommand: (
199
199
  input: ListStreamsCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1ListStreamSessionsCommand: (
202
+ export declare const se_ListStreamSessionsCommand: (
203
203
  input: ListStreamSessionsCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
206
+ export declare const se_ListTagsForResourceCommand: (
207
207
  input: ListTagsForResourceCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1PutMetadataCommand: (
210
+ export declare const se_PutMetadataCommand: (
211
211
  input: PutMetadataCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1StopStreamCommand: (
214
+ export declare const se_StopStreamCommand: (
215
215
  input: StopStreamCommandInput,
216
216
  context: __SerdeContext
217
217
  ) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1TagResourceCommand: (
218
+ export declare const se_TagResourceCommand: (
219
219
  input: TagResourceCommandInput,
220
220
  context: __SerdeContext
221
221
  ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1UntagResourceCommand: (
222
+ export declare const se_UntagResourceCommand: (
223
223
  input: UntagResourceCommandInput,
224
224
  context: __SerdeContext
225
225
  ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1UpdateChannelCommand: (
226
+ export declare const se_UpdateChannelCommand: (
227
227
  input: UpdateChannelCommandInput,
228
228
  context: __SerdeContext
229
229
  ) => Promise<__HttpRequest>;
230
- export declare const deserializeAws_restJson1BatchGetChannelCommand: (
230
+ export declare const de_BatchGetChannelCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<BatchGetChannelCommandOutput>;
234
- export declare const deserializeAws_restJson1BatchGetStreamKeyCommand: (
234
+ export declare const de_BatchGetStreamKeyCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<BatchGetStreamKeyCommandOutput>;
238
- export declare const deserializeAws_restJson1CreateChannelCommand: (
238
+ export declare const de_CreateChannelCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<CreateChannelCommandOutput>;
242
- export declare const deserializeAws_restJson1CreateRecordingConfigurationCommand: (
242
+ export declare const de_CreateRecordingConfigurationCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<CreateRecordingConfigurationCommandOutput>;
246
- export declare const deserializeAws_restJson1CreateStreamKeyCommand: (
246
+ export declare const de_CreateStreamKeyCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<CreateStreamKeyCommandOutput>;
250
- export declare const deserializeAws_restJson1DeleteChannelCommand: (
250
+ export declare const de_DeleteChannelCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<DeleteChannelCommandOutput>;
254
- export declare const deserializeAws_restJson1DeletePlaybackKeyPairCommand: (
254
+ export declare const de_DeletePlaybackKeyPairCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<DeletePlaybackKeyPairCommandOutput>;
258
- export declare const deserializeAws_restJson1DeleteRecordingConfigurationCommand: (
258
+ export declare const de_DeleteRecordingConfigurationCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<DeleteRecordingConfigurationCommandOutput>;
262
- export declare const deserializeAws_restJson1DeleteStreamKeyCommand: (
262
+ export declare const de_DeleteStreamKeyCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<DeleteStreamKeyCommandOutput>;
266
- export declare const deserializeAws_restJson1GetChannelCommand: (
266
+ export declare const de_GetChannelCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<GetChannelCommandOutput>;
270
- export declare const deserializeAws_restJson1GetPlaybackKeyPairCommand: (
270
+ export declare const de_GetPlaybackKeyPairCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<GetPlaybackKeyPairCommandOutput>;
274
- export declare const deserializeAws_restJson1GetRecordingConfigurationCommand: (
274
+ export declare const de_GetRecordingConfigurationCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<GetRecordingConfigurationCommandOutput>;
278
- export declare const deserializeAws_restJson1GetStreamCommand: (
278
+ export declare const de_GetStreamCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<GetStreamCommandOutput>;
282
- export declare const deserializeAws_restJson1GetStreamKeyCommand: (
282
+ export declare const de_GetStreamKeyCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<GetStreamKeyCommandOutput>;
286
- export declare const deserializeAws_restJson1GetStreamSessionCommand: (
286
+ export declare const de_GetStreamSessionCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<GetStreamSessionCommandOutput>;
290
- export declare const deserializeAws_restJson1ImportPlaybackKeyPairCommand: (
290
+ export declare const de_ImportPlaybackKeyPairCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<ImportPlaybackKeyPairCommandOutput>;
294
- export declare const deserializeAws_restJson1ListChannelsCommand: (
294
+ export declare const de_ListChannelsCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<ListChannelsCommandOutput>;
298
- export declare const deserializeAws_restJson1ListPlaybackKeyPairsCommand: (
298
+ export declare const de_ListPlaybackKeyPairsCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<ListPlaybackKeyPairsCommandOutput>;
302
- export declare const deserializeAws_restJson1ListRecordingConfigurationsCommand: (
302
+ export declare const de_ListRecordingConfigurationsCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<ListRecordingConfigurationsCommandOutput>;
306
- export declare const deserializeAws_restJson1ListStreamKeysCommand: (
306
+ export declare const de_ListStreamKeysCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<ListStreamKeysCommandOutput>;
310
- export declare const deserializeAws_restJson1ListStreamsCommand: (
310
+ export declare const de_ListStreamsCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<ListStreamsCommandOutput>;
314
- export declare const deserializeAws_restJson1ListStreamSessionsCommand: (
314
+ export declare const de_ListStreamSessionsCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<ListStreamSessionsCommandOutput>;
318
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
318
+ export declare const de_ListTagsForResourceCommand: (
319
319
  output: __HttpResponse,
320
320
  context: __SerdeContext
321
321
  ) => Promise<ListTagsForResourceCommandOutput>;
322
- export declare const deserializeAws_restJson1PutMetadataCommand: (
322
+ export declare const de_PutMetadataCommand: (
323
323
  output: __HttpResponse,
324
324
  context: __SerdeContext
325
325
  ) => Promise<PutMetadataCommandOutput>;
326
- export declare const deserializeAws_restJson1StopStreamCommand: (
326
+ export declare const de_StopStreamCommand: (
327
327
  output: __HttpResponse,
328
328
  context: __SerdeContext
329
329
  ) => Promise<StopStreamCommandOutput>;
330
- export declare const deserializeAws_restJson1TagResourceCommand: (
330
+ export declare const de_TagResourceCommand: (
331
331
  output: __HttpResponse,
332
332
  context: __SerdeContext
333
333
  ) => Promise<TagResourceCommandOutput>;
334
- export declare const deserializeAws_restJson1UntagResourceCommand: (
334
+ export declare const de_UntagResourceCommand: (
335
335
  output: __HttpResponse,
336
336
  context: __SerdeContext
337
337
  ) => Promise<UntagResourceCommandOutput>;
338
- export declare const deserializeAws_restJson1UpdateChannelCommand: (
338
+ export declare const de_UpdateChannelCommand: (
339
339
  output: __HttpResponse,
340
340
  context: __SerdeContext
341
341
  ) => Promise<UpdateChannelCommandOutput>;