@aws-sdk/client-kinesis-video 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/KinesisVideo.d.ts +105 -155
- package/dist-types/ts3.4/KinesisVideoClient.d.ts +10 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeStreamStorageConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateStreamStorageConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +15 -58
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -71,10 +71,7 @@ import {
|
|
|
71
71
|
ListSignalingChannelsCommandInput,
|
|
72
72
|
ListSignalingChannelsCommandOutput,
|
|
73
73
|
} from "./commands/ListSignalingChannelsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListStreamsCommandInput,
|
|
76
|
-
ListStreamsCommandOutput,
|
|
77
|
-
} from "./commands/ListStreamsCommand";
|
|
74
|
+
import { ListStreamsCommandInput, ListStreamsCommandOutput } from "./commands/ListStreamsCommand";
|
|
78
75
|
import {
|
|
79
76
|
ListTagsForResourceCommandInput,
|
|
80
77
|
ListTagsForResourceCommandOutput,
|
|
@@ -87,22 +84,13 @@ import {
|
|
|
87
84
|
StartEdgeConfigurationUpdateCommandInput,
|
|
88
85
|
StartEdgeConfigurationUpdateCommandOutput,
|
|
89
86
|
} from "./commands/StartEdgeConfigurationUpdateCommand";
|
|
90
|
-
import {
|
|
91
|
-
|
|
92
|
-
TagResourceCommandOutput,
|
|
93
|
-
} from "./commands/TagResourceCommand";
|
|
94
|
-
import {
|
|
95
|
-
TagStreamCommandInput,
|
|
96
|
-
TagStreamCommandOutput,
|
|
97
|
-
} from "./commands/TagStreamCommand";
|
|
87
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
88
|
+
import { TagStreamCommandInput, TagStreamCommandOutput } from "./commands/TagStreamCommand";
|
|
98
89
|
import {
|
|
99
90
|
UntagResourceCommandInput,
|
|
100
91
|
UntagResourceCommandOutput,
|
|
101
92
|
} from "./commands/UntagResourceCommand";
|
|
102
|
-
import {
|
|
103
|
-
UntagStreamCommandInput,
|
|
104
|
-
UntagStreamCommandOutput,
|
|
105
|
-
} from "./commands/UntagStreamCommand";
|
|
93
|
+
import { UntagStreamCommandInput, UntagStreamCommandOutput } from "./commands/UntagStreamCommand";
|
|
106
94
|
import {
|
|
107
95
|
UpdateDataRetentionCommandInput,
|
|
108
96
|
UpdateDataRetentionCommandOutput,
|
|
@@ -135,499 +123,461 @@ import { KinesisVideoClient } from "./KinesisVideoClient";
|
|
|
135
123
|
export interface KinesisVideo {
|
|
136
124
|
createSignalingChannel(
|
|
137
125
|
args: CreateSignalingChannelCommandInput,
|
|
138
|
-
options?: __HttpHandlerOptions
|
|
126
|
+
options?: __HttpHandlerOptions,
|
|
139
127
|
): Promise<CreateSignalingChannelCommandOutput>;
|
|
140
128
|
createSignalingChannel(
|
|
141
129
|
args: CreateSignalingChannelCommandInput,
|
|
142
|
-
cb: (err: any, data?: CreateSignalingChannelCommandOutput) => void
|
|
130
|
+
cb: (err: any, data?: CreateSignalingChannelCommandOutput) => void,
|
|
143
131
|
): void;
|
|
144
132
|
createSignalingChannel(
|
|
145
133
|
args: CreateSignalingChannelCommandInput,
|
|
146
134
|
options: __HttpHandlerOptions,
|
|
147
|
-
cb: (err: any, data?: CreateSignalingChannelCommandOutput) => void
|
|
135
|
+
cb: (err: any, data?: CreateSignalingChannelCommandOutput) => void,
|
|
148
136
|
): void;
|
|
149
137
|
createStream(
|
|
150
138
|
args: CreateStreamCommandInput,
|
|
151
|
-
options?: __HttpHandlerOptions
|
|
139
|
+
options?: __HttpHandlerOptions,
|
|
152
140
|
): Promise<CreateStreamCommandOutput>;
|
|
153
141
|
createStream(
|
|
154
142
|
args: CreateStreamCommandInput,
|
|
155
|
-
cb: (err: any, data?: CreateStreamCommandOutput) => void
|
|
143
|
+
cb: (err: any, data?: CreateStreamCommandOutput) => void,
|
|
156
144
|
): void;
|
|
157
145
|
createStream(
|
|
158
146
|
args: CreateStreamCommandInput,
|
|
159
147
|
options: __HttpHandlerOptions,
|
|
160
|
-
cb: (err: any, data?: CreateStreamCommandOutput) => void
|
|
148
|
+
cb: (err: any, data?: CreateStreamCommandOutput) => void,
|
|
161
149
|
): void;
|
|
162
150
|
deleteEdgeConfiguration(): Promise<DeleteEdgeConfigurationCommandOutput>;
|
|
163
151
|
deleteEdgeConfiguration(
|
|
164
152
|
args: DeleteEdgeConfigurationCommandInput,
|
|
165
|
-
options?: __HttpHandlerOptions
|
|
153
|
+
options?: __HttpHandlerOptions,
|
|
166
154
|
): Promise<DeleteEdgeConfigurationCommandOutput>;
|
|
167
155
|
deleteEdgeConfiguration(
|
|
168
156
|
args: DeleteEdgeConfigurationCommandInput,
|
|
169
|
-
cb: (err: any, data?: DeleteEdgeConfigurationCommandOutput) => void
|
|
157
|
+
cb: (err: any, data?: DeleteEdgeConfigurationCommandOutput) => void,
|
|
170
158
|
): void;
|
|
171
159
|
deleteEdgeConfiguration(
|
|
172
160
|
args: DeleteEdgeConfigurationCommandInput,
|
|
173
161
|
options: __HttpHandlerOptions,
|
|
174
|
-
cb: (err: any, data?: DeleteEdgeConfigurationCommandOutput) => void
|
|
162
|
+
cb: (err: any, data?: DeleteEdgeConfigurationCommandOutput) => void,
|
|
175
163
|
): void;
|
|
176
164
|
deleteSignalingChannel(
|
|
177
165
|
args: DeleteSignalingChannelCommandInput,
|
|
178
|
-
options?: __HttpHandlerOptions
|
|
166
|
+
options?: __HttpHandlerOptions,
|
|
179
167
|
): Promise<DeleteSignalingChannelCommandOutput>;
|
|
180
168
|
deleteSignalingChannel(
|
|
181
169
|
args: DeleteSignalingChannelCommandInput,
|
|
182
|
-
cb: (err: any, data?: DeleteSignalingChannelCommandOutput) => void
|
|
170
|
+
cb: (err: any, data?: DeleteSignalingChannelCommandOutput) => void,
|
|
183
171
|
): void;
|
|
184
172
|
deleteSignalingChannel(
|
|
185
173
|
args: DeleteSignalingChannelCommandInput,
|
|
186
174
|
options: __HttpHandlerOptions,
|
|
187
|
-
cb: (err: any, data?: DeleteSignalingChannelCommandOutput) => void
|
|
175
|
+
cb: (err: any, data?: DeleteSignalingChannelCommandOutput) => void,
|
|
188
176
|
): void;
|
|
189
177
|
deleteStream(
|
|
190
178
|
args: DeleteStreamCommandInput,
|
|
191
|
-
options?: __HttpHandlerOptions
|
|
179
|
+
options?: __HttpHandlerOptions,
|
|
192
180
|
): Promise<DeleteStreamCommandOutput>;
|
|
193
181
|
deleteStream(
|
|
194
182
|
args: DeleteStreamCommandInput,
|
|
195
|
-
cb: (err: any, data?: DeleteStreamCommandOutput) => void
|
|
183
|
+
cb: (err: any, data?: DeleteStreamCommandOutput) => void,
|
|
196
184
|
): void;
|
|
197
185
|
deleteStream(
|
|
198
186
|
args: DeleteStreamCommandInput,
|
|
199
187
|
options: __HttpHandlerOptions,
|
|
200
|
-
cb: (err: any, data?: DeleteStreamCommandOutput) => void
|
|
188
|
+
cb: (err: any, data?: DeleteStreamCommandOutput) => void,
|
|
201
189
|
): void;
|
|
202
190
|
describeEdgeConfiguration(): Promise<DescribeEdgeConfigurationCommandOutput>;
|
|
203
191
|
describeEdgeConfiguration(
|
|
204
192
|
args: DescribeEdgeConfigurationCommandInput,
|
|
205
|
-
options?: __HttpHandlerOptions
|
|
193
|
+
options?: __HttpHandlerOptions,
|
|
206
194
|
): Promise<DescribeEdgeConfigurationCommandOutput>;
|
|
207
195
|
describeEdgeConfiguration(
|
|
208
196
|
args: DescribeEdgeConfigurationCommandInput,
|
|
209
|
-
cb: (err: any, data?: DescribeEdgeConfigurationCommandOutput) => void
|
|
197
|
+
cb: (err: any, data?: DescribeEdgeConfigurationCommandOutput) => void,
|
|
210
198
|
): void;
|
|
211
199
|
describeEdgeConfiguration(
|
|
212
200
|
args: DescribeEdgeConfigurationCommandInput,
|
|
213
201
|
options: __HttpHandlerOptions,
|
|
214
|
-
cb: (err: any, data?: DescribeEdgeConfigurationCommandOutput) => void
|
|
202
|
+
cb: (err: any, data?: DescribeEdgeConfigurationCommandOutput) => void,
|
|
215
203
|
): void;
|
|
216
204
|
describeImageGenerationConfiguration(): Promise<DescribeImageGenerationConfigurationCommandOutput>;
|
|
217
205
|
describeImageGenerationConfiguration(
|
|
218
206
|
args: DescribeImageGenerationConfigurationCommandInput,
|
|
219
|
-
options?: __HttpHandlerOptions
|
|
207
|
+
options?: __HttpHandlerOptions,
|
|
220
208
|
): Promise<DescribeImageGenerationConfigurationCommandOutput>;
|
|
221
209
|
describeImageGenerationConfiguration(
|
|
222
210
|
args: DescribeImageGenerationConfigurationCommandInput,
|
|
223
|
-
cb: (
|
|
224
|
-
err: any,
|
|
225
|
-
data?: DescribeImageGenerationConfigurationCommandOutput
|
|
226
|
-
) => void
|
|
211
|
+
cb: (err: any, data?: DescribeImageGenerationConfigurationCommandOutput) => void,
|
|
227
212
|
): void;
|
|
228
213
|
describeImageGenerationConfiguration(
|
|
229
214
|
args: DescribeImageGenerationConfigurationCommandInput,
|
|
230
215
|
options: __HttpHandlerOptions,
|
|
231
|
-
cb: (
|
|
232
|
-
err: any,
|
|
233
|
-
data?: DescribeImageGenerationConfigurationCommandOutput
|
|
234
|
-
) => void
|
|
216
|
+
cb: (err: any, data?: DescribeImageGenerationConfigurationCommandOutput) => void,
|
|
235
217
|
): void;
|
|
236
218
|
describeMappedResourceConfiguration(): Promise<DescribeMappedResourceConfigurationCommandOutput>;
|
|
237
219
|
describeMappedResourceConfiguration(
|
|
238
220
|
args: DescribeMappedResourceConfigurationCommandInput,
|
|
239
|
-
options?: __HttpHandlerOptions
|
|
221
|
+
options?: __HttpHandlerOptions,
|
|
240
222
|
): Promise<DescribeMappedResourceConfigurationCommandOutput>;
|
|
241
223
|
describeMappedResourceConfiguration(
|
|
242
224
|
args: DescribeMappedResourceConfigurationCommandInput,
|
|
243
|
-
cb: (
|
|
244
|
-
err: any,
|
|
245
|
-
data?: DescribeMappedResourceConfigurationCommandOutput
|
|
246
|
-
) => void
|
|
225
|
+
cb: (err: any, data?: DescribeMappedResourceConfigurationCommandOutput) => void,
|
|
247
226
|
): void;
|
|
248
227
|
describeMappedResourceConfiguration(
|
|
249
228
|
args: DescribeMappedResourceConfigurationCommandInput,
|
|
250
229
|
options: __HttpHandlerOptions,
|
|
251
|
-
cb: (
|
|
252
|
-
err: any,
|
|
253
|
-
data?: DescribeMappedResourceConfigurationCommandOutput
|
|
254
|
-
) => void
|
|
230
|
+
cb: (err: any, data?: DescribeMappedResourceConfigurationCommandOutput) => void,
|
|
255
231
|
): void;
|
|
256
232
|
describeMediaStorageConfiguration(): Promise<DescribeMediaStorageConfigurationCommandOutput>;
|
|
257
233
|
describeMediaStorageConfiguration(
|
|
258
234
|
args: DescribeMediaStorageConfigurationCommandInput,
|
|
259
|
-
options?: __HttpHandlerOptions
|
|
235
|
+
options?: __HttpHandlerOptions,
|
|
260
236
|
): Promise<DescribeMediaStorageConfigurationCommandOutput>;
|
|
261
237
|
describeMediaStorageConfiguration(
|
|
262
238
|
args: DescribeMediaStorageConfigurationCommandInput,
|
|
263
|
-
cb: (
|
|
264
|
-
err: any,
|
|
265
|
-
data?: DescribeMediaStorageConfigurationCommandOutput
|
|
266
|
-
) => void
|
|
239
|
+
cb: (err: any, data?: DescribeMediaStorageConfigurationCommandOutput) => void,
|
|
267
240
|
): void;
|
|
268
241
|
describeMediaStorageConfiguration(
|
|
269
242
|
args: DescribeMediaStorageConfigurationCommandInput,
|
|
270
243
|
options: __HttpHandlerOptions,
|
|
271
|
-
cb: (
|
|
272
|
-
err: any,
|
|
273
|
-
data?: DescribeMediaStorageConfigurationCommandOutput
|
|
274
|
-
) => void
|
|
244
|
+
cb: (err: any, data?: DescribeMediaStorageConfigurationCommandOutput) => void,
|
|
275
245
|
): void;
|
|
276
246
|
describeNotificationConfiguration(): Promise<DescribeNotificationConfigurationCommandOutput>;
|
|
277
247
|
describeNotificationConfiguration(
|
|
278
248
|
args: DescribeNotificationConfigurationCommandInput,
|
|
279
|
-
options?: __HttpHandlerOptions
|
|
249
|
+
options?: __HttpHandlerOptions,
|
|
280
250
|
): Promise<DescribeNotificationConfigurationCommandOutput>;
|
|
281
251
|
describeNotificationConfiguration(
|
|
282
252
|
args: DescribeNotificationConfigurationCommandInput,
|
|
283
|
-
cb: (
|
|
284
|
-
err: any,
|
|
285
|
-
data?: DescribeNotificationConfigurationCommandOutput
|
|
286
|
-
) => void
|
|
253
|
+
cb: (err: any, data?: DescribeNotificationConfigurationCommandOutput) => void,
|
|
287
254
|
): void;
|
|
288
255
|
describeNotificationConfiguration(
|
|
289
256
|
args: DescribeNotificationConfigurationCommandInput,
|
|
290
257
|
options: __HttpHandlerOptions,
|
|
291
|
-
cb: (
|
|
292
|
-
err: any,
|
|
293
|
-
data?: DescribeNotificationConfigurationCommandOutput
|
|
294
|
-
) => void
|
|
258
|
+
cb: (err: any, data?: DescribeNotificationConfigurationCommandOutput) => void,
|
|
295
259
|
): void;
|
|
296
260
|
describeSignalingChannel(): Promise<DescribeSignalingChannelCommandOutput>;
|
|
297
261
|
describeSignalingChannel(
|
|
298
262
|
args: DescribeSignalingChannelCommandInput,
|
|
299
|
-
options?: __HttpHandlerOptions
|
|
263
|
+
options?: __HttpHandlerOptions,
|
|
300
264
|
): Promise<DescribeSignalingChannelCommandOutput>;
|
|
301
265
|
describeSignalingChannel(
|
|
302
266
|
args: DescribeSignalingChannelCommandInput,
|
|
303
|
-
cb: (err: any, data?: DescribeSignalingChannelCommandOutput) => void
|
|
267
|
+
cb: (err: any, data?: DescribeSignalingChannelCommandOutput) => void,
|
|
304
268
|
): void;
|
|
305
269
|
describeSignalingChannel(
|
|
306
270
|
args: DescribeSignalingChannelCommandInput,
|
|
307
271
|
options: __HttpHandlerOptions,
|
|
308
|
-
cb: (err: any, data?: DescribeSignalingChannelCommandOutput) => void
|
|
272
|
+
cb: (err: any, data?: DescribeSignalingChannelCommandOutput) => void,
|
|
309
273
|
): void;
|
|
310
274
|
describeStream(): Promise<DescribeStreamCommandOutput>;
|
|
311
275
|
describeStream(
|
|
312
276
|
args: DescribeStreamCommandInput,
|
|
313
|
-
options?: __HttpHandlerOptions
|
|
277
|
+
options?: __HttpHandlerOptions,
|
|
314
278
|
): Promise<DescribeStreamCommandOutput>;
|
|
315
279
|
describeStream(
|
|
316
280
|
args: DescribeStreamCommandInput,
|
|
317
|
-
cb: (err: any, data?: DescribeStreamCommandOutput) => void
|
|
281
|
+
cb: (err: any, data?: DescribeStreamCommandOutput) => void,
|
|
318
282
|
): void;
|
|
319
283
|
describeStream(
|
|
320
284
|
args: DescribeStreamCommandInput,
|
|
321
285
|
options: __HttpHandlerOptions,
|
|
322
|
-
cb: (err: any, data?: DescribeStreamCommandOutput) => void
|
|
286
|
+
cb: (err: any, data?: DescribeStreamCommandOutput) => void,
|
|
323
287
|
): void;
|
|
324
288
|
describeStreamStorageConfiguration(): Promise<DescribeStreamStorageConfigurationCommandOutput>;
|
|
325
289
|
describeStreamStorageConfiguration(
|
|
326
290
|
args: DescribeStreamStorageConfigurationCommandInput,
|
|
327
|
-
options?: __HttpHandlerOptions
|
|
291
|
+
options?: __HttpHandlerOptions,
|
|
328
292
|
): Promise<DescribeStreamStorageConfigurationCommandOutput>;
|
|
329
293
|
describeStreamStorageConfiguration(
|
|
330
294
|
args: DescribeStreamStorageConfigurationCommandInput,
|
|
331
|
-
cb: (
|
|
332
|
-
err: any,
|
|
333
|
-
data?: DescribeStreamStorageConfigurationCommandOutput
|
|
334
|
-
) => void
|
|
295
|
+
cb: (err: any, data?: DescribeStreamStorageConfigurationCommandOutput) => void,
|
|
335
296
|
): void;
|
|
336
297
|
describeStreamStorageConfiguration(
|
|
337
298
|
args: DescribeStreamStorageConfigurationCommandInput,
|
|
338
299
|
options: __HttpHandlerOptions,
|
|
339
|
-
cb: (
|
|
340
|
-
err: any,
|
|
341
|
-
data?: DescribeStreamStorageConfigurationCommandOutput
|
|
342
|
-
) => void
|
|
300
|
+
cb: (err: any, data?: DescribeStreamStorageConfigurationCommandOutput) => void,
|
|
343
301
|
): void;
|
|
344
302
|
getDataEndpoint(
|
|
345
303
|
args: GetDataEndpointCommandInput,
|
|
346
|
-
options?: __HttpHandlerOptions
|
|
304
|
+
options?: __HttpHandlerOptions,
|
|
347
305
|
): Promise<GetDataEndpointCommandOutput>;
|
|
348
306
|
getDataEndpoint(
|
|
349
307
|
args: GetDataEndpointCommandInput,
|
|
350
|
-
cb: (err: any, data?: GetDataEndpointCommandOutput) => void
|
|
308
|
+
cb: (err: any, data?: GetDataEndpointCommandOutput) => void,
|
|
351
309
|
): void;
|
|
352
310
|
getDataEndpoint(
|
|
353
311
|
args: GetDataEndpointCommandInput,
|
|
354
312
|
options: __HttpHandlerOptions,
|
|
355
|
-
cb: (err: any, data?: GetDataEndpointCommandOutput) => void
|
|
313
|
+
cb: (err: any, data?: GetDataEndpointCommandOutput) => void,
|
|
356
314
|
): void;
|
|
357
315
|
getSignalingChannelEndpoint(
|
|
358
316
|
args: GetSignalingChannelEndpointCommandInput,
|
|
359
|
-
options?: __HttpHandlerOptions
|
|
317
|
+
options?: __HttpHandlerOptions,
|
|
360
318
|
): Promise<GetSignalingChannelEndpointCommandOutput>;
|
|
361
319
|
getSignalingChannelEndpoint(
|
|
362
320
|
args: GetSignalingChannelEndpointCommandInput,
|
|
363
|
-
cb: (err: any, data?: GetSignalingChannelEndpointCommandOutput) => void
|
|
321
|
+
cb: (err: any, data?: GetSignalingChannelEndpointCommandOutput) => void,
|
|
364
322
|
): void;
|
|
365
323
|
getSignalingChannelEndpoint(
|
|
366
324
|
args: GetSignalingChannelEndpointCommandInput,
|
|
367
325
|
options: __HttpHandlerOptions,
|
|
368
|
-
cb: (err: any, data?: GetSignalingChannelEndpointCommandOutput) => void
|
|
326
|
+
cb: (err: any, data?: GetSignalingChannelEndpointCommandOutput) => void,
|
|
369
327
|
): void;
|
|
370
328
|
listEdgeAgentConfigurations(
|
|
371
329
|
args: ListEdgeAgentConfigurationsCommandInput,
|
|
372
|
-
options?: __HttpHandlerOptions
|
|
330
|
+
options?: __HttpHandlerOptions,
|
|
373
331
|
): Promise<ListEdgeAgentConfigurationsCommandOutput>;
|
|
374
332
|
listEdgeAgentConfigurations(
|
|
375
333
|
args: ListEdgeAgentConfigurationsCommandInput,
|
|
376
|
-
cb: (err: any, data?: ListEdgeAgentConfigurationsCommandOutput) => void
|
|
334
|
+
cb: (err: any, data?: ListEdgeAgentConfigurationsCommandOutput) => void,
|
|
377
335
|
): void;
|
|
378
336
|
listEdgeAgentConfigurations(
|
|
379
337
|
args: ListEdgeAgentConfigurationsCommandInput,
|
|
380
338
|
options: __HttpHandlerOptions,
|
|
381
|
-
cb: (err: any, data?: ListEdgeAgentConfigurationsCommandOutput) => void
|
|
339
|
+
cb: (err: any, data?: ListEdgeAgentConfigurationsCommandOutput) => void,
|
|
382
340
|
): void;
|
|
383
341
|
listSignalingChannels(): Promise<ListSignalingChannelsCommandOutput>;
|
|
384
342
|
listSignalingChannels(
|
|
385
343
|
args: ListSignalingChannelsCommandInput,
|
|
386
|
-
options?: __HttpHandlerOptions
|
|
344
|
+
options?: __HttpHandlerOptions,
|
|
387
345
|
): Promise<ListSignalingChannelsCommandOutput>;
|
|
388
346
|
listSignalingChannels(
|
|
389
347
|
args: ListSignalingChannelsCommandInput,
|
|
390
|
-
cb: (err: any, data?: ListSignalingChannelsCommandOutput) => void
|
|
348
|
+
cb: (err: any, data?: ListSignalingChannelsCommandOutput) => void,
|
|
391
349
|
): void;
|
|
392
350
|
listSignalingChannels(
|
|
393
351
|
args: ListSignalingChannelsCommandInput,
|
|
394
352
|
options: __HttpHandlerOptions,
|
|
395
|
-
cb: (err: any, data?: ListSignalingChannelsCommandOutput) => void
|
|
353
|
+
cb: (err: any, data?: ListSignalingChannelsCommandOutput) => void,
|
|
396
354
|
): void;
|
|
397
355
|
listStreams(): Promise<ListStreamsCommandOutput>;
|
|
398
356
|
listStreams(
|
|
399
357
|
args: ListStreamsCommandInput,
|
|
400
|
-
options?: __HttpHandlerOptions
|
|
358
|
+
options?: __HttpHandlerOptions,
|
|
401
359
|
): Promise<ListStreamsCommandOutput>;
|
|
402
360
|
listStreams(
|
|
403
361
|
args: ListStreamsCommandInput,
|
|
404
|
-
cb: (err: any, data?: ListStreamsCommandOutput) => void
|
|
362
|
+
cb: (err: any, data?: ListStreamsCommandOutput) => void,
|
|
405
363
|
): void;
|
|
406
364
|
listStreams(
|
|
407
365
|
args: ListStreamsCommandInput,
|
|
408
366
|
options: __HttpHandlerOptions,
|
|
409
|
-
cb: (err: any, data?: ListStreamsCommandOutput) => void
|
|
367
|
+
cb: (err: any, data?: ListStreamsCommandOutput) => void,
|
|
410
368
|
): void;
|
|
411
369
|
listTagsForResource(
|
|
412
370
|
args: ListTagsForResourceCommandInput,
|
|
413
|
-
options?: __HttpHandlerOptions
|
|
371
|
+
options?: __HttpHandlerOptions,
|
|
414
372
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
415
373
|
listTagsForResource(
|
|
416
374
|
args: ListTagsForResourceCommandInput,
|
|
417
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
375
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
418
376
|
): void;
|
|
419
377
|
listTagsForResource(
|
|
420
378
|
args: ListTagsForResourceCommandInput,
|
|
421
379
|
options: __HttpHandlerOptions,
|
|
422
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
380
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
423
381
|
): void;
|
|
424
382
|
listTagsForStream(): Promise<ListTagsForStreamCommandOutput>;
|
|
425
383
|
listTagsForStream(
|
|
426
384
|
args: ListTagsForStreamCommandInput,
|
|
427
|
-
options?: __HttpHandlerOptions
|
|
385
|
+
options?: __HttpHandlerOptions,
|
|
428
386
|
): Promise<ListTagsForStreamCommandOutput>;
|
|
429
387
|
listTagsForStream(
|
|
430
388
|
args: ListTagsForStreamCommandInput,
|
|
431
|
-
cb: (err: any, data?: ListTagsForStreamCommandOutput) => void
|
|
389
|
+
cb: (err: any, data?: ListTagsForStreamCommandOutput) => void,
|
|
432
390
|
): void;
|
|
433
391
|
listTagsForStream(
|
|
434
392
|
args: ListTagsForStreamCommandInput,
|
|
435
393
|
options: __HttpHandlerOptions,
|
|
436
|
-
cb: (err: any, data?: ListTagsForStreamCommandOutput) => void
|
|
394
|
+
cb: (err: any, data?: ListTagsForStreamCommandOutput) => void,
|
|
437
395
|
): void;
|
|
438
396
|
startEdgeConfigurationUpdate(
|
|
439
397
|
args: StartEdgeConfigurationUpdateCommandInput,
|
|
440
|
-
options?: __HttpHandlerOptions
|
|
398
|
+
options?: __HttpHandlerOptions,
|
|
441
399
|
): Promise<StartEdgeConfigurationUpdateCommandOutput>;
|
|
442
400
|
startEdgeConfigurationUpdate(
|
|
443
401
|
args: StartEdgeConfigurationUpdateCommandInput,
|
|
444
|
-
cb: (err: any, data?: StartEdgeConfigurationUpdateCommandOutput) => void
|
|
402
|
+
cb: (err: any, data?: StartEdgeConfigurationUpdateCommandOutput) => void,
|
|
445
403
|
): void;
|
|
446
404
|
startEdgeConfigurationUpdate(
|
|
447
405
|
args: StartEdgeConfigurationUpdateCommandInput,
|
|
448
406
|
options: __HttpHandlerOptions,
|
|
449
|
-
cb: (err: any, data?: StartEdgeConfigurationUpdateCommandOutput) => void
|
|
407
|
+
cb: (err: any, data?: StartEdgeConfigurationUpdateCommandOutput) => void,
|
|
450
408
|
): void;
|
|
451
409
|
tagResource(
|
|
452
410
|
args: TagResourceCommandInput,
|
|
453
|
-
options?: __HttpHandlerOptions
|
|
411
|
+
options?: __HttpHandlerOptions,
|
|
454
412
|
): Promise<TagResourceCommandOutput>;
|
|
455
413
|
tagResource(
|
|
456
414
|
args: TagResourceCommandInput,
|
|
457
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
415
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
458
416
|
): void;
|
|
459
417
|
tagResource(
|
|
460
418
|
args: TagResourceCommandInput,
|
|
461
419
|
options: __HttpHandlerOptions,
|
|
462
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
420
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
463
421
|
): void;
|
|
464
422
|
tagStream(
|
|
465
423
|
args: TagStreamCommandInput,
|
|
466
|
-
options?: __HttpHandlerOptions
|
|
424
|
+
options?: __HttpHandlerOptions,
|
|
467
425
|
): Promise<TagStreamCommandOutput>;
|
|
468
426
|
tagStream(
|
|
469
427
|
args: TagStreamCommandInput,
|
|
470
|
-
cb: (err: any, data?: TagStreamCommandOutput) => void
|
|
428
|
+
cb: (err: any, data?: TagStreamCommandOutput) => void,
|
|
471
429
|
): void;
|
|
472
430
|
tagStream(
|
|
473
431
|
args: TagStreamCommandInput,
|
|
474
432
|
options: __HttpHandlerOptions,
|
|
475
|
-
cb: (err: any, data?: TagStreamCommandOutput) => void
|
|
433
|
+
cb: (err: any, data?: TagStreamCommandOutput) => void,
|
|
476
434
|
): void;
|
|
477
435
|
untagResource(
|
|
478
436
|
args: UntagResourceCommandInput,
|
|
479
|
-
options?: __HttpHandlerOptions
|
|
437
|
+
options?: __HttpHandlerOptions,
|
|
480
438
|
): Promise<UntagResourceCommandOutput>;
|
|
481
439
|
untagResource(
|
|
482
440
|
args: UntagResourceCommandInput,
|
|
483
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
441
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
484
442
|
): void;
|
|
485
443
|
untagResource(
|
|
486
444
|
args: UntagResourceCommandInput,
|
|
487
445
|
options: __HttpHandlerOptions,
|
|
488
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
446
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
489
447
|
): void;
|
|
490
448
|
untagStream(
|
|
491
449
|
args: UntagStreamCommandInput,
|
|
492
|
-
options?: __HttpHandlerOptions
|
|
450
|
+
options?: __HttpHandlerOptions,
|
|
493
451
|
): Promise<UntagStreamCommandOutput>;
|
|
494
452
|
untagStream(
|
|
495
453
|
args: UntagStreamCommandInput,
|
|
496
|
-
cb: (err: any, data?: UntagStreamCommandOutput) => void
|
|
454
|
+
cb: (err: any, data?: UntagStreamCommandOutput) => void,
|
|
497
455
|
): void;
|
|
498
456
|
untagStream(
|
|
499
457
|
args: UntagStreamCommandInput,
|
|
500
458
|
options: __HttpHandlerOptions,
|
|
501
|
-
cb: (err: any, data?: UntagStreamCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: UntagStreamCommandOutput) => void,
|
|
502
460
|
): void;
|
|
503
461
|
updateDataRetention(
|
|
504
462
|
args: UpdateDataRetentionCommandInput,
|
|
505
|
-
options?: __HttpHandlerOptions
|
|
463
|
+
options?: __HttpHandlerOptions,
|
|
506
464
|
): Promise<UpdateDataRetentionCommandOutput>;
|
|
507
465
|
updateDataRetention(
|
|
508
466
|
args: UpdateDataRetentionCommandInput,
|
|
509
|
-
cb: (err: any, data?: UpdateDataRetentionCommandOutput) => void
|
|
467
|
+
cb: (err: any, data?: UpdateDataRetentionCommandOutput) => void,
|
|
510
468
|
): void;
|
|
511
469
|
updateDataRetention(
|
|
512
470
|
args: UpdateDataRetentionCommandInput,
|
|
513
471
|
options: __HttpHandlerOptions,
|
|
514
|
-
cb: (err: any, data?: UpdateDataRetentionCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: UpdateDataRetentionCommandOutput) => void,
|
|
515
473
|
): void;
|
|
516
474
|
updateImageGenerationConfiguration(): Promise<UpdateImageGenerationConfigurationCommandOutput>;
|
|
517
475
|
updateImageGenerationConfiguration(
|
|
518
476
|
args: UpdateImageGenerationConfigurationCommandInput,
|
|
519
|
-
options?: __HttpHandlerOptions
|
|
477
|
+
options?: __HttpHandlerOptions,
|
|
520
478
|
): Promise<UpdateImageGenerationConfigurationCommandOutput>;
|
|
521
479
|
updateImageGenerationConfiguration(
|
|
522
480
|
args: UpdateImageGenerationConfigurationCommandInput,
|
|
523
|
-
cb: (
|
|
524
|
-
err: any,
|
|
525
|
-
data?: UpdateImageGenerationConfigurationCommandOutput
|
|
526
|
-
) => void
|
|
481
|
+
cb: (err: any, data?: UpdateImageGenerationConfigurationCommandOutput) => void,
|
|
527
482
|
): void;
|
|
528
483
|
updateImageGenerationConfiguration(
|
|
529
484
|
args: UpdateImageGenerationConfigurationCommandInput,
|
|
530
485
|
options: __HttpHandlerOptions,
|
|
531
|
-
cb: (
|
|
532
|
-
err: any,
|
|
533
|
-
data?: UpdateImageGenerationConfigurationCommandOutput
|
|
534
|
-
) => void
|
|
486
|
+
cb: (err: any, data?: UpdateImageGenerationConfigurationCommandOutput) => void,
|
|
535
487
|
): void;
|
|
536
488
|
updateMediaStorageConfiguration(
|
|
537
489
|
args: UpdateMediaStorageConfigurationCommandInput,
|
|
538
|
-
options?: __HttpHandlerOptions
|
|
490
|
+
options?: __HttpHandlerOptions,
|
|
539
491
|
): Promise<UpdateMediaStorageConfigurationCommandOutput>;
|
|
540
492
|
updateMediaStorageConfiguration(
|
|
541
493
|
args: UpdateMediaStorageConfigurationCommandInput,
|
|
542
|
-
cb: (err: any, data?: UpdateMediaStorageConfigurationCommandOutput) => void
|
|
494
|
+
cb: (err: any, data?: UpdateMediaStorageConfigurationCommandOutput) => void,
|
|
543
495
|
): void;
|
|
544
496
|
updateMediaStorageConfiguration(
|
|
545
497
|
args: UpdateMediaStorageConfigurationCommandInput,
|
|
546
498
|
options: __HttpHandlerOptions,
|
|
547
|
-
cb: (err: any, data?: UpdateMediaStorageConfigurationCommandOutput) => void
|
|
499
|
+
cb: (err: any, data?: UpdateMediaStorageConfigurationCommandOutput) => void,
|
|
548
500
|
): void;
|
|
549
501
|
updateNotificationConfiguration(): Promise<UpdateNotificationConfigurationCommandOutput>;
|
|
550
502
|
updateNotificationConfiguration(
|
|
551
503
|
args: UpdateNotificationConfigurationCommandInput,
|
|
552
|
-
options?: __HttpHandlerOptions
|
|
504
|
+
options?: __HttpHandlerOptions,
|
|
553
505
|
): Promise<UpdateNotificationConfigurationCommandOutput>;
|
|
554
506
|
updateNotificationConfiguration(
|
|
555
507
|
args: UpdateNotificationConfigurationCommandInput,
|
|
556
|
-
cb: (err: any, data?: UpdateNotificationConfigurationCommandOutput) => void
|
|
508
|
+
cb: (err: any, data?: UpdateNotificationConfigurationCommandOutput) => void,
|
|
557
509
|
): void;
|
|
558
510
|
updateNotificationConfiguration(
|
|
559
511
|
args: UpdateNotificationConfigurationCommandInput,
|
|
560
512
|
options: __HttpHandlerOptions,
|
|
561
|
-
cb: (err: any, data?: UpdateNotificationConfigurationCommandOutput) => void
|
|
513
|
+
cb: (err: any, data?: UpdateNotificationConfigurationCommandOutput) => void,
|
|
562
514
|
): void;
|
|
563
515
|
updateSignalingChannel(
|
|
564
516
|
args: UpdateSignalingChannelCommandInput,
|
|
565
|
-
options?: __HttpHandlerOptions
|
|
517
|
+
options?: __HttpHandlerOptions,
|
|
566
518
|
): Promise<UpdateSignalingChannelCommandOutput>;
|
|
567
519
|
updateSignalingChannel(
|
|
568
520
|
args: UpdateSignalingChannelCommandInput,
|
|
569
|
-
cb: (err: any, data?: UpdateSignalingChannelCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: UpdateSignalingChannelCommandOutput) => void,
|
|
570
522
|
): void;
|
|
571
523
|
updateSignalingChannel(
|
|
572
524
|
args: UpdateSignalingChannelCommandInput,
|
|
573
525
|
options: __HttpHandlerOptions,
|
|
574
|
-
cb: (err: any, data?: UpdateSignalingChannelCommandOutput) => void
|
|
526
|
+
cb: (err: any, data?: UpdateSignalingChannelCommandOutput) => void,
|
|
575
527
|
): void;
|
|
576
528
|
updateStream(
|
|
577
529
|
args: UpdateStreamCommandInput,
|
|
578
|
-
options?: __HttpHandlerOptions
|
|
530
|
+
options?: __HttpHandlerOptions,
|
|
579
531
|
): Promise<UpdateStreamCommandOutput>;
|
|
580
532
|
updateStream(
|
|
581
533
|
args: UpdateStreamCommandInput,
|
|
582
|
-
cb: (err: any, data?: UpdateStreamCommandOutput) => void
|
|
534
|
+
cb: (err: any, data?: UpdateStreamCommandOutput) => void,
|
|
583
535
|
): void;
|
|
584
536
|
updateStream(
|
|
585
537
|
args: UpdateStreamCommandInput,
|
|
586
538
|
options: __HttpHandlerOptions,
|
|
587
|
-
cb: (err: any, data?: UpdateStreamCommandOutput) => void
|
|
539
|
+
cb: (err: any, data?: UpdateStreamCommandOutput) => void,
|
|
588
540
|
): void;
|
|
589
541
|
updateStreamStorageConfiguration(
|
|
590
542
|
args: UpdateStreamStorageConfigurationCommandInput,
|
|
591
|
-
options?: __HttpHandlerOptions
|
|
543
|
+
options?: __HttpHandlerOptions,
|
|
592
544
|
): Promise<UpdateStreamStorageConfigurationCommandOutput>;
|
|
593
545
|
updateStreamStorageConfiguration(
|
|
594
546
|
args: UpdateStreamStorageConfigurationCommandInput,
|
|
595
|
-
cb: (err: any, data?: UpdateStreamStorageConfigurationCommandOutput) => void
|
|
547
|
+
cb: (err: any, data?: UpdateStreamStorageConfigurationCommandOutput) => void,
|
|
596
548
|
): void;
|
|
597
549
|
updateStreamStorageConfiguration(
|
|
598
550
|
args: UpdateStreamStorageConfigurationCommandInput,
|
|
599
551
|
options: __HttpHandlerOptions,
|
|
600
|
-
cb: (err: any, data?: UpdateStreamStorageConfigurationCommandOutput) => void
|
|
552
|
+
cb: (err: any, data?: UpdateStreamStorageConfigurationCommandOutput) => void,
|
|
601
553
|
): void;
|
|
602
554
|
paginateDescribeMappedResourceConfiguration(
|
|
603
555
|
args?: DescribeMappedResourceConfigurationCommandInput,
|
|
604
556
|
paginationConfig?: Pick<
|
|
605
557
|
PaginationConfiguration,
|
|
606
558
|
Exclude<keyof PaginationConfiguration, "client">
|
|
607
|
-
|
|
559
|
+
>,
|
|
608
560
|
): Paginator<DescribeMappedResourceConfigurationCommandOutput>;
|
|
609
561
|
paginateListEdgeAgentConfigurations(
|
|
610
562
|
args: ListEdgeAgentConfigurationsCommandInput,
|
|
611
563
|
paginationConfig?: Pick<
|
|
612
564
|
PaginationConfiguration,
|
|
613
565
|
Exclude<keyof PaginationConfiguration, "client">
|
|
614
|
-
|
|
566
|
+
>,
|
|
615
567
|
): Paginator<ListEdgeAgentConfigurationsCommandOutput>;
|
|
616
568
|
paginateListSignalingChannels(
|
|
617
569
|
args?: ListSignalingChannelsCommandInput,
|
|
618
570
|
paginationConfig?: Pick<
|
|
619
571
|
PaginationConfiguration,
|
|
620
572
|
Exclude<keyof PaginationConfiguration, "client">
|
|
621
|
-
|
|
573
|
+
>,
|
|
622
574
|
): Paginator<ListSignalingChannelsCommandOutput>;
|
|
623
575
|
paginateListStreams(
|
|
624
576
|
args?: ListStreamsCommandInput,
|
|
625
577
|
paginationConfig?: Pick<
|
|
626
578
|
PaginationConfiguration,
|
|
627
579
|
Exclude<keyof PaginationConfiguration, "client">
|
|
628
|
-
|
|
580
|
+
>,
|
|
629
581
|
): Paginator<ListStreamsCommandOutput>;
|
|
630
582
|
}
|
|
631
|
-
export declare class KinesisVideo
|
|
632
|
-
extends KinesisVideoClient
|
|
633
|
-
implements KinesisVideo {}
|
|
583
|
+
export declare class KinesisVideo extends KinesisVideoClient implements KinesisVideo {}
|