@aws-sdk/client-kinesis-video 3.927.0 → 3.929.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 (54) hide show
  1. package/dist-cjs/index.js +1111 -1478
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/KinesisVideoClient.js +2 -0
  4. package/dist-es/commands/CreateSignalingChannelCommand.js +3 -9
  5. package/dist-es/commands/CreateStreamCommand.js +3 -9
  6. package/dist-es/commands/DeleteEdgeConfigurationCommand.js +3 -9
  7. package/dist-es/commands/DeleteSignalingChannelCommand.js +3 -9
  8. package/dist-es/commands/DeleteStreamCommand.js +3 -9
  9. package/dist-es/commands/DescribeEdgeConfigurationCommand.js +3 -10
  10. package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +3 -9
  11. package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +3 -9
  12. package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +3 -9
  13. package/dist-es/commands/DescribeNotificationConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DescribeSignalingChannelCommand.js +3 -9
  15. package/dist-es/commands/DescribeStreamCommand.js +3 -9
  16. package/dist-es/commands/GetDataEndpointCommand.js +3 -9
  17. package/dist-es/commands/GetSignalingChannelEndpointCommand.js +3 -9
  18. package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +3 -10
  19. package/dist-es/commands/ListSignalingChannelsCommand.js +3 -9
  20. package/dist-es/commands/ListStreamsCommand.js +3 -9
  21. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  22. package/dist-es/commands/ListTagsForStreamCommand.js +3 -9
  23. package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +3 -10
  24. package/dist-es/commands/TagResourceCommand.js +3 -9
  25. package/dist-es/commands/TagStreamCommand.js +3 -9
  26. package/dist-es/commands/UntagResourceCommand.js +3 -9
  27. package/dist-es/commands/UntagStreamCommand.js +3 -9
  28. package/dist-es/commands/UpdateDataRetentionCommand.js +3 -9
  29. package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +3 -9
  30. package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +3 -9
  31. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +3 -9
  32. package/dist-es/commands/UpdateSignalingChannelCommand.js +3 -9
  33. package/dist-es/commands/UpdateStreamCommand.js +3 -9
  34. package/dist-es/models/models_0.js +0 -35
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-es/schemas/schemas_0.js +1009 -0
  37. package/dist-types/KinesisVideoClient.d.ts +10 -1
  38. package/dist-types/models/models_0.d.ts +0 -32
  39. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  40. package/dist-types/runtimeConfig.d.ts +1 -0
  41. package/dist-types/runtimeConfig.native.d.ts +1 -0
  42. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  43. package/dist-types/schemas/schemas_0.d.ts +145 -0
  44. package/dist-types/ts3.4/KinesisVideoClient.d.ts +4 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -22
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +151 -0
  51. package/package.json +5 -5
  52. package/dist-es/protocols/Aws_restJson1.js +0 -1182
  53. package/dist-types/protocols/Aws_restJson1.d.ts +0 -272
  54. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -365
@@ -1,272 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateSignalingChannelCommandInput, CreateSignalingChannelCommandOutput } from "../commands/CreateSignalingChannelCommand";
4
- import { CreateStreamCommandInput, CreateStreamCommandOutput } from "../commands/CreateStreamCommand";
5
- import { DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput } from "../commands/DeleteEdgeConfigurationCommand";
6
- import { DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput } from "../commands/DeleteSignalingChannelCommand";
7
- import { DeleteStreamCommandInput, DeleteStreamCommandOutput } from "../commands/DeleteStreamCommand";
8
- import { DescribeEdgeConfigurationCommandInput, DescribeEdgeConfigurationCommandOutput } from "../commands/DescribeEdgeConfigurationCommand";
9
- import { DescribeImageGenerationConfigurationCommandInput, DescribeImageGenerationConfigurationCommandOutput } from "../commands/DescribeImageGenerationConfigurationCommand";
10
- import { DescribeMappedResourceConfigurationCommandInput, DescribeMappedResourceConfigurationCommandOutput } from "../commands/DescribeMappedResourceConfigurationCommand";
11
- import { DescribeMediaStorageConfigurationCommandInput, DescribeMediaStorageConfigurationCommandOutput } from "../commands/DescribeMediaStorageConfigurationCommand";
12
- import { DescribeNotificationConfigurationCommandInput, DescribeNotificationConfigurationCommandOutput } from "../commands/DescribeNotificationConfigurationCommand";
13
- import { DescribeSignalingChannelCommandInput, DescribeSignalingChannelCommandOutput } from "../commands/DescribeSignalingChannelCommand";
14
- import { DescribeStreamCommandInput, DescribeStreamCommandOutput } from "../commands/DescribeStreamCommand";
15
- import { GetDataEndpointCommandInput, GetDataEndpointCommandOutput } from "../commands/GetDataEndpointCommand";
16
- import { GetSignalingChannelEndpointCommandInput, GetSignalingChannelEndpointCommandOutput } from "../commands/GetSignalingChannelEndpointCommand";
17
- import { ListEdgeAgentConfigurationsCommandInput, ListEdgeAgentConfigurationsCommandOutput } from "../commands/ListEdgeAgentConfigurationsCommand";
18
- import { ListSignalingChannelsCommandInput, ListSignalingChannelsCommandOutput } from "../commands/ListSignalingChannelsCommand";
19
- import { ListStreamsCommandInput, ListStreamsCommandOutput } from "../commands/ListStreamsCommand";
20
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
21
- import { ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput } from "../commands/ListTagsForStreamCommand";
22
- import { StartEdgeConfigurationUpdateCommandInput, StartEdgeConfigurationUpdateCommandOutput } from "../commands/StartEdgeConfigurationUpdateCommand";
23
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
24
- import { TagStreamCommandInput, TagStreamCommandOutput } from "../commands/TagStreamCommand";
25
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
26
- import { UntagStreamCommandInput, UntagStreamCommandOutput } from "../commands/UntagStreamCommand";
27
- import { UpdateDataRetentionCommandInput, UpdateDataRetentionCommandOutput } from "../commands/UpdateDataRetentionCommand";
28
- import { UpdateImageGenerationConfigurationCommandInput, UpdateImageGenerationConfigurationCommandOutput } from "../commands/UpdateImageGenerationConfigurationCommand";
29
- import { UpdateMediaStorageConfigurationCommandInput, UpdateMediaStorageConfigurationCommandOutput } from "../commands/UpdateMediaStorageConfigurationCommand";
30
- import { UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput } from "../commands/UpdateNotificationConfigurationCommand";
31
- import { UpdateSignalingChannelCommandInput, UpdateSignalingChannelCommandOutput } from "../commands/UpdateSignalingChannelCommand";
32
- import { UpdateStreamCommandInput, UpdateStreamCommandOutput } from "../commands/UpdateStreamCommand";
33
- /**
34
- * serializeAws_restJson1CreateSignalingChannelCommand
35
- */
36
- export declare const se_CreateSignalingChannelCommand: (input: CreateSignalingChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- /**
38
- * serializeAws_restJson1CreateStreamCommand
39
- */
40
- export declare const se_CreateStreamCommand: (input: CreateStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_restJson1DeleteEdgeConfigurationCommand
43
- */
44
- export declare const se_DeleteEdgeConfigurationCommand: (input: DeleteEdgeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1DeleteSignalingChannelCommand
47
- */
48
- export declare const se_DeleteSignalingChannelCommand: (input: DeleteSignalingChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1DeleteStreamCommand
51
- */
52
- export declare const se_DeleteStreamCommand: (input: DeleteStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1DescribeEdgeConfigurationCommand
55
- */
56
- export declare const se_DescribeEdgeConfigurationCommand: (input: DescribeEdgeConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1DescribeImageGenerationConfigurationCommand
59
- */
60
- export declare const se_DescribeImageGenerationConfigurationCommand: (input: DescribeImageGenerationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1DescribeMappedResourceConfigurationCommand
63
- */
64
- export declare const se_DescribeMappedResourceConfigurationCommand: (input: DescribeMappedResourceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1DescribeMediaStorageConfigurationCommand
67
- */
68
- export declare const se_DescribeMediaStorageConfigurationCommand: (input: DescribeMediaStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1DescribeNotificationConfigurationCommand
71
- */
72
- export declare const se_DescribeNotificationConfigurationCommand: (input: DescribeNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1DescribeSignalingChannelCommand
75
- */
76
- export declare const se_DescribeSignalingChannelCommand: (input: DescribeSignalingChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1DescribeStreamCommand
79
- */
80
- export declare const se_DescribeStreamCommand: (input: DescribeStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1GetDataEndpointCommand
83
- */
84
- export declare const se_GetDataEndpointCommand: (input: GetDataEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1GetSignalingChannelEndpointCommand
87
- */
88
- export declare const se_GetSignalingChannelEndpointCommand: (input: GetSignalingChannelEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1ListEdgeAgentConfigurationsCommand
91
- */
92
- export declare const se_ListEdgeAgentConfigurationsCommand: (input: ListEdgeAgentConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1ListSignalingChannelsCommand
95
- */
96
- export declare const se_ListSignalingChannelsCommand: (input: ListSignalingChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1ListStreamsCommand
99
- */
100
- export declare const se_ListStreamsCommand: (input: ListStreamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1ListTagsForResourceCommand
103
- */
104
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1ListTagsForStreamCommand
107
- */
108
- export declare const se_ListTagsForStreamCommand: (input: ListTagsForStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1StartEdgeConfigurationUpdateCommand
111
- */
112
- export declare const se_StartEdgeConfigurationUpdateCommand: (input: StartEdgeConfigurationUpdateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1TagResourceCommand
115
- */
116
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1TagStreamCommand
119
- */
120
- export declare const se_TagStreamCommand: (input: TagStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1UntagResourceCommand
123
- */
124
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1UntagStreamCommand
127
- */
128
- export declare const se_UntagStreamCommand: (input: UntagStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_restJson1UpdateDataRetentionCommand
131
- */
132
- export declare const se_UpdateDataRetentionCommand: (input: UpdateDataRetentionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_restJson1UpdateImageGenerationConfigurationCommand
135
- */
136
- export declare const se_UpdateImageGenerationConfigurationCommand: (input: UpdateImageGenerationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1UpdateMediaStorageConfigurationCommand
139
- */
140
- export declare const se_UpdateMediaStorageConfigurationCommand: (input: UpdateMediaStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_restJson1UpdateNotificationConfigurationCommand
143
- */
144
- export declare const se_UpdateNotificationConfigurationCommand: (input: UpdateNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_restJson1UpdateSignalingChannelCommand
147
- */
148
- export declare const se_UpdateSignalingChannelCommand: (input: UpdateSignalingChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1UpdateStreamCommand
151
- */
152
- export declare const se_UpdateStreamCommand: (input: UpdateStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * deserializeAws_restJson1CreateSignalingChannelCommand
155
- */
156
- export declare const de_CreateSignalingChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSignalingChannelCommandOutput>;
157
- /**
158
- * deserializeAws_restJson1CreateStreamCommand
159
- */
160
- export declare const de_CreateStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStreamCommandOutput>;
161
- /**
162
- * deserializeAws_restJson1DeleteEdgeConfigurationCommand
163
- */
164
- export declare const de_DeleteEdgeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEdgeConfigurationCommandOutput>;
165
- /**
166
- * deserializeAws_restJson1DeleteSignalingChannelCommand
167
- */
168
- export declare const de_DeleteSignalingChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSignalingChannelCommandOutput>;
169
- /**
170
- * deserializeAws_restJson1DeleteStreamCommand
171
- */
172
- export declare const de_DeleteStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStreamCommandOutput>;
173
- /**
174
- * deserializeAws_restJson1DescribeEdgeConfigurationCommand
175
- */
176
- export declare const de_DescribeEdgeConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEdgeConfigurationCommandOutput>;
177
- /**
178
- * deserializeAws_restJson1DescribeImageGenerationConfigurationCommand
179
- */
180
- export declare const de_DescribeImageGenerationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageGenerationConfigurationCommandOutput>;
181
- /**
182
- * deserializeAws_restJson1DescribeMappedResourceConfigurationCommand
183
- */
184
- export declare const de_DescribeMappedResourceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMappedResourceConfigurationCommandOutput>;
185
- /**
186
- * deserializeAws_restJson1DescribeMediaStorageConfigurationCommand
187
- */
188
- export declare const de_DescribeMediaStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMediaStorageConfigurationCommandOutput>;
189
- /**
190
- * deserializeAws_restJson1DescribeNotificationConfigurationCommand
191
- */
192
- export declare const de_DescribeNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotificationConfigurationCommandOutput>;
193
- /**
194
- * deserializeAws_restJson1DescribeSignalingChannelCommand
195
- */
196
- export declare const de_DescribeSignalingChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSignalingChannelCommandOutput>;
197
- /**
198
- * deserializeAws_restJson1DescribeStreamCommand
199
- */
200
- export declare const de_DescribeStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStreamCommandOutput>;
201
- /**
202
- * deserializeAws_restJson1GetDataEndpointCommand
203
- */
204
- export declare const de_GetDataEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataEndpointCommandOutput>;
205
- /**
206
- * deserializeAws_restJson1GetSignalingChannelEndpointCommand
207
- */
208
- export declare const de_GetSignalingChannelEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSignalingChannelEndpointCommandOutput>;
209
- /**
210
- * deserializeAws_restJson1ListEdgeAgentConfigurationsCommand
211
- */
212
- export declare const de_ListEdgeAgentConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEdgeAgentConfigurationsCommandOutput>;
213
- /**
214
- * deserializeAws_restJson1ListSignalingChannelsCommand
215
- */
216
- export declare const de_ListSignalingChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSignalingChannelsCommandOutput>;
217
- /**
218
- * deserializeAws_restJson1ListStreamsCommand
219
- */
220
- export declare const de_ListStreamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStreamsCommandOutput>;
221
- /**
222
- * deserializeAws_restJson1ListTagsForResourceCommand
223
- */
224
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
225
- /**
226
- * deserializeAws_restJson1ListTagsForStreamCommand
227
- */
228
- export declare const de_ListTagsForStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForStreamCommandOutput>;
229
- /**
230
- * deserializeAws_restJson1StartEdgeConfigurationUpdateCommand
231
- */
232
- export declare const de_StartEdgeConfigurationUpdateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEdgeConfigurationUpdateCommandOutput>;
233
- /**
234
- * deserializeAws_restJson1TagResourceCommand
235
- */
236
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
237
- /**
238
- * deserializeAws_restJson1TagStreamCommand
239
- */
240
- export declare const de_TagStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagStreamCommandOutput>;
241
- /**
242
- * deserializeAws_restJson1UntagResourceCommand
243
- */
244
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
245
- /**
246
- * deserializeAws_restJson1UntagStreamCommand
247
- */
248
- export declare const de_UntagStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagStreamCommandOutput>;
249
- /**
250
- * deserializeAws_restJson1UpdateDataRetentionCommand
251
- */
252
- export declare const de_UpdateDataRetentionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataRetentionCommandOutput>;
253
- /**
254
- * deserializeAws_restJson1UpdateImageGenerationConfigurationCommand
255
- */
256
- export declare const de_UpdateImageGenerationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateImageGenerationConfigurationCommandOutput>;
257
- /**
258
- * deserializeAws_restJson1UpdateMediaStorageConfigurationCommand
259
- */
260
- export declare const de_UpdateMediaStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMediaStorageConfigurationCommandOutput>;
261
- /**
262
- * deserializeAws_restJson1UpdateNotificationConfigurationCommand
263
- */
264
- export declare const de_UpdateNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotificationConfigurationCommandOutput>;
265
- /**
266
- * deserializeAws_restJson1UpdateSignalingChannelCommand
267
- */
268
- export declare const de_UpdateSignalingChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSignalingChannelCommandOutput>;
269
- /**
270
- * deserializeAws_restJson1UpdateStreamCommand
271
- */
272
- export declare const de_UpdateStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStreamCommandOutput>;
@@ -1,365 +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
- CreateSignalingChannelCommandInput,
8
- CreateSignalingChannelCommandOutput,
9
- } from "../commands/CreateSignalingChannelCommand";
10
- import {
11
- CreateStreamCommandInput,
12
- CreateStreamCommandOutput,
13
- } from "../commands/CreateStreamCommand";
14
- import {
15
- DeleteEdgeConfigurationCommandInput,
16
- DeleteEdgeConfigurationCommandOutput,
17
- } from "../commands/DeleteEdgeConfigurationCommand";
18
- import {
19
- DeleteSignalingChannelCommandInput,
20
- DeleteSignalingChannelCommandOutput,
21
- } from "../commands/DeleteSignalingChannelCommand";
22
- import {
23
- DeleteStreamCommandInput,
24
- DeleteStreamCommandOutput,
25
- } from "../commands/DeleteStreamCommand";
26
- import {
27
- DescribeEdgeConfigurationCommandInput,
28
- DescribeEdgeConfigurationCommandOutput,
29
- } from "../commands/DescribeEdgeConfigurationCommand";
30
- import {
31
- DescribeImageGenerationConfigurationCommandInput,
32
- DescribeImageGenerationConfigurationCommandOutput,
33
- } from "../commands/DescribeImageGenerationConfigurationCommand";
34
- import {
35
- DescribeMappedResourceConfigurationCommandInput,
36
- DescribeMappedResourceConfigurationCommandOutput,
37
- } from "../commands/DescribeMappedResourceConfigurationCommand";
38
- import {
39
- DescribeMediaStorageConfigurationCommandInput,
40
- DescribeMediaStorageConfigurationCommandOutput,
41
- } from "../commands/DescribeMediaStorageConfigurationCommand";
42
- import {
43
- DescribeNotificationConfigurationCommandInput,
44
- DescribeNotificationConfigurationCommandOutput,
45
- } from "../commands/DescribeNotificationConfigurationCommand";
46
- import {
47
- DescribeSignalingChannelCommandInput,
48
- DescribeSignalingChannelCommandOutput,
49
- } from "../commands/DescribeSignalingChannelCommand";
50
- import {
51
- DescribeStreamCommandInput,
52
- DescribeStreamCommandOutput,
53
- } from "../commands/DescribeStreamCommand";
54
- import {
55
- GetDataEndpointCommandInput,
56
- GetDataEndpointCommandOutput,
57
- } from "../commands/GetDataEndpointCommand";
58
- import {
59
- GetSignalingChannelEndpointCommandInput,
60
- GetSignalingChannelEndpointCommandOutput,
61
- } from "../commands/GetSignalingChannelEndpointCommand";
62
- import {
63
- ListEdgeAgentConfigurationsCommandInput,
64
- ListEdgeAgentConfigurationsCommandOutput,
65
- } from "../commands/ListEdgeAgentConfigurationsCommand";
66
- import {
67
- ListSignalingChannelsCommandInput,
68
- ListSignalingChannelsCommandOutput,
69
- } from "../commands/ListSignalingChannelsCommand";
70
- import {
71
- ListStreamsCommandInput,
72
- ListStreamsCommandOutput,
73
- } from "../commands/ListStreamsCommand";
74
- import {
75
- ListTagsForResourceCommandInput,
76
- ListTagsForResourceCommandOutput,
77
- } from "../commands/ListTagsForResourceCommand";
78
- import {
79
- ListTagsForStreamCommandInput,
80
- ListTagsForStreamCommandOutput,
81
- } from "../commands/ListTagsForStreamCommand";
82
- import {
83
- StartEdgeConfigurationUpdateCommandInput,
84
- StartEdgeConfigurationUpdateCommandOutput,
85
- } from "../commands/StartEdgeConfigurationUpdateCommand";
86
- import {
87
- TagResourceCommandInput,
88
- TagResourceCommandOutput,
89
- } from "../commands/TagResourceCommand";
90
- import {
91
- TagStreamCommandInput,
92
- TagStreamCommandOutput,
93
- } from "../commands/TagStreamCommand";
94
- import {
95
- UntagResourceCommandInput,
96
- UntagResourceCommandOutput,
97
- } from "../commands/UntagResourceCommand";
98
- import {
99
- UntagStreamCommandInput,
100
- UntagStreamCommandOutput,
101
- } from "../commands/UntagStreamCommand";
102
- import {
103
- UpdateDataRetentionCommandInput,
104
- UpdateDataRetentionCommandOutput,
105
- } from "../commands/UpdateDataRetentionCommand";
106
- import {
107
- UpdateImageGenerationConfigurationCommandInput,
108
- UpdateImageGenerationConfigurationCommandOutput,
109
- } from "../commands/UpdateImageGenerationConfigurationCommand";
110
- import {
111
- UpdateMediaStorageConfigurationCommandInput,
112
- UpdateMediaStorageConfigurationCommandOutput,
113
- } from "../commands/UpdateMediaStorageConfigurationCommand";
114
- import {
115
- UpdateNotificationConfigurationCommandInput,
116
- UpdateNotificationConfigurationCommandOutput,
117
- } from "../commands/UpdateNotificationConfigurationCommand";
118
- import {
119
- UpdateSignalingChannelCommandInput,
120
- UpdateSignalingChannelCommandOutput,
121
- } from "../commands/UpdateSignalingChannelCommand";
122
- import {
123
- UpdateStreamCommandInput,
124
- UpdateStreamCommandOutput,
125
- } from "../commands/UpdateStreamCommand";
126
- export declare const se_CreateSignalingChannelCommand: (
127
- input: CreateSignalingChannelCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_CreateStreamCommand: (
131
- input: CreateStreamCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_DeleteEdgeConfigurationCommand: (
135
- input: DeleteEdgeConfigurationCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_DeleteSignalingChannelCommand: (
139
- input: DeleteSignalingChannelCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_DeleteStreamCommand: (
143
- input: DeleteStreamCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_DescribeEdgeConfigurationCommand: (
147
- input: DescribeEdgeConfigurationCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_DescribeImageGenerationConfigurationCommand: (
151
- input: DescribeImageGenerationConfigurationCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DescribeMappedResourceConfigurationCommand: (
155
- input: DescribeMappedResourceConfigurationCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DescribeMediaStorageConfigurationCommand: (
159
- input: DescribeMediaStorageConfigurationCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DescribeNotificationConfigurationCommand: (
163
- input: DescribeNotificationConfigurationCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DescribeSignalingChannelCommand: (
167
- input: DescribeSignalingChannelCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DescribeStreamCommand: (
171
- input: DescribeStreamCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_GetDataEndpointCommand: (
175
- input: GetDataEndpointCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_GetSignalingChannelEndpointCommand: (
179
- input: GetSignalingChannelEndpointCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_ListEdgeAgentConfigurationsCommand: (
183
- input: ListEdgeAgentConfigurationsCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_ListSignalingChannelsCommand: (
187
- input: ListSignalingChannelsCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_ListStreamsCommand: (
191
- input: ListStreamsCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_ListTagsForResourceCommand: (
195
- input: ListTagsForResourceCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_ListTagsForStreamCommand: (
199
- input: ListTagsForStreamCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_StartEdgeConfigurationUpdateCommand: (
203
- input: StartEdgeConfigurationUpdateCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_TagResourceCommand: (
207
- input: TagResourceCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_TagStreamCommand: (
211
- input: TagStreamCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_UntagResourceCommand: (
215
- input: UntagResourceCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_UntagStreamCommand: (
219
- input: UntagStreamCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_UpdateDataRetentionCommand: (
223
- input: UpdateDataRetentionCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_UpdateImageGenerationConfigurationCommand: (
227
- input: UpdateImageGenerationConfigurationCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_UpdateMediaStorageConfigurationCommand: (
231
- input: UpdateMediaStorageConfigurationCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_UpdateNotificationConfigurationCommand: (
235
- input: UpdateNotificationConfigurationCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_UpdateSignalingChannelCommand: (
239
- input: UpdateSignalingChannelCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_UpdateStreamCommand: (
243
- input: UpdateStreamCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const de_CreateSignalingChannelCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<CreateSignalingChannelCommandOutput>;
250
- export declare const de_CreateStreamCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<CreateStreamCommandOutput>;
254
- export declare const de_DeleteEdgeConfigurationCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<DeleteEdgeConfigurationCommandOutput>;
258
- export declare const de_DeleteSignalingChannelCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<DeleteSignalingChannelCommandOutput>;
262
- export declare const de_DeleteStreamCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<DeleteStreamCommandOutput>;
266
- export declare const de_DescribeEdgeConfigurationCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<DescribeEdgeConfigurationCommandOutput>;
270
- export declare const de_DescribeImageGenerationConfigurationCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<DescribeImageGenerationConfigurationCommandOutput>;
274
- export declare const de_DescribeMappedResourceConfigurationCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<DescribeMappedResourceConfigurationCommandOutput>;
278
- export declare const de_DescribeMediaStorageConfigurationCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<DescribeMediaStorageConfigurationCommandOutput>;
282
- export declare const de_DescribeNotificationConfigurationCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<DescribeNotificationConfigurationCommandOutput>;
286
- export declare const de_DescribeSignalingChannelCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<DescribeSignalingChannelCommandOutput>;
290
- export declare const de_DescribeStreamCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<DescribeStreamCommandOutput>;
294
- export declare const de_GetDataEndpointCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<GetDataEndpointCommandOutput>;
298
- export declare const de_GetSignalingChannelEndpointCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<GetSignalingChannelEndpointCommandOutput>;
302
- export declare const de_ListEdgeAgentConfigurationsCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<ListEdgeAgentConfigurationsCommandOutput>;
306
- export declare const de_ListSignalingChannelsCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<ListSignalingChannelsCommandOutput>;
310
- export declare const de_ListStreamsCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<ListStreamsCommandOutput>;
314
- export declare const de_ListTagsForResourceCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<ListTagsForResourceCommandOutput>;
318
- export declare const de_ListTagsForStreamCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<ListTagsForStreamCommandOutput>;
322
- export declare const de_StartEdgeConfigurationUpdateCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<StartEdgeConfigurationUpdateCommandOutput>;
326
- export declare const de_TagResourceCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<TagResourceCommandOutput>;
330
- export declare const de_TagStreamCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<TagStreamCommandOutput>;
334
- export declare const de_UntagResourceCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<UntagResourceCommandOutput>;
338
- export declare const de_UntagStreamCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<UntagStreamCommandOutput>;
342
- export declare const de_UpdateDataRetentionCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<UpdateDataRetentionCommandOutput>;
346
- export declare const de_UpdateImageGenerationConfigurationCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<UpdateImageGenerationConfigurationCommandOutput>;
350
- export declare const de_UpdateMediaStorageConfigurationCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<UpdateMediaStorageConfigurationCommandOutput>;
354
- export declare const de_UpdateNotificationConfigurationCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<UpdateNotificationConfigurationCommandOutput>;
358
- export declare const de_UpdateSignalingChannelCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<UpdateSignalingChannelCommandOutput>;
362
- export declare const de_UpdateStreamCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<UpdateStreamCommandOutput>;