@aws-sdk/client-kinesis-video 3.952.0 → 3.954.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 (52) hide show
  1. package/dist-cjs/index.js +488 -342
  2. package/dist-cjs/runtimeConfig.shared.js +7 -1
  3. package/dist-es/commands/CreateSignalingChannelCommand.js +2 -2
  4. package/dist-es/commands/CreateStreamCommand.js +2 -2
  5. package/dist-es/commands/DeleteEdgeConfigurationCommand.js +2 -2
  6. package/dist-es/commands/DeleteSignalingChannelCommand.js +2 -2
  7. package/dist-es/commands/DeleteStreamCommand.js +2 -2
  8. package/dist-es/commands/DescribeEdgeConfigurationCommand.js +2 -2
  9. package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +2 -2
  10. package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +2 -2
  11. package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +2 -2
  12. package/dist-es/commands/DescribeNotificationConfigurationCommand.js +2 -2
  13. package/dist-es/commands/DescribeSignalingChannelCommand.js +2 -2
  14. package/dist-es/commands/DescribeStreamCommand.js +2 -2
  15. package/dist-es/commands/DescribeStreamStorageConfigurationCommand.js +2 -2
  16. package/dist-es/commands/GetDataEndpointCommand.js +2 -2
  17. package/dist-es/commands/GetSignalingChannelEndpointCommand.js +2 -2
  18. package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +2 -2
  19. package/dist-es/commands/ListSignalingChannelsCommand.js +2 -2
  20. package/dist-es/commands/ListStreamsCommand.js +2 -2
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-es/commands/ListTagsForStreamCommand.js +2 -2
  23. package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +2 -2
  24. package/dist-es/commands/TagResourceCommand.js +2 -2
  25. package/dist-es/commands/TagStreamCommand.js +2 -2
  26. package/dist-es/commands/UntagResourceCommand.js +2 -2
  27. package/dist-es/commands/UntagStreamCommand.js +2 -2
  28. package/dist-es/commands/UpdateDataRetentionCommand.js +2 -2
  29. package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +2 -2
  30. package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +2 -2
  31. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -2
  32. package/dist-es/commands/UpdateSignalingChannelCommand.js +2 -2
  33. package/dist-es/commands/UpdateStreamCommand.js +2 -2
  34. package/dist-es/commands/UpdateStreamStorageConfigurationCommand.js +2 -2
  35. package/dist-es/index.js +1 -0
  36. package/dist-es/runtimeConfig.shared.js +7 -1
  37. package/dist-es/schemas/schemas_0.js +272 -264
  38. package/dist-types/KinesisVideoClient.d.ts +1 -10
  39. package/dist-types/index.d.ts +1 -0
  40. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  41. package/dist-types/runtimeConfig.d.ts +6 -2
  42. package/dist-types/runtimeConfig.native.d.ts +6 -2
  43. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  44. package/dist-types/schemas/schemas_0.d.ts +139 -151
  45. package/dist-types/ts3.4/KinesisVideoClient.d.ts +0 -4
  46. package/dist-types/ts3.4/index.d.ts +1 -0
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +138 -152
  52. package/package.json +34 -34
@@ -211,12 +211,12 @@ const _hE = "httpError";
211
211
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisvideo";
212
212
  const n0 = "com.amazonaws.kinesisvideo";
213
213
  import { TypeRegistry } from "@smithy/core/schema";
214
- import { AccessDeniedException as __AccessDeniedException, AccountChannelLimitExceededException as __AccountChannelLimitExceededException, AccountStreamLimitExceededException as __AccountStreamLimitExceededException, ClientLimitExceededException as __ClientLimitExceededException, DeviceStreamLimitExceededException as __DeviceStreamLimitExceededException, InvalidArgumentException as __InvalidArgumentException, InvalidDeviceException as __InvalidDeviceException, InvalidResourceFormatException as __InvalidResourceFormatException, NoDataRetentionException as __NoDataRetentionException, NotAuthorizedException as __NotAuthorizedException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, StreamEdgeConfigurationNotFoundException as __StreamEdgeConfigurationNotFoundException, TagsPerResourceExceededLimitException as __TagsPerResourceExceededLimitException, VersionMismatchException as __VersionMismatchException, } from "../models/errors";
215
- import { KinesisVideoServiceException as __KinesisVideoServiceException } from "../models/KinesisVideoServiceException";
216
- export var MediaUriSecretArn = [0, n0, _MUSA, 8, 0];
217
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
218
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
219
- export var AccountChannelLimitExceededException = [
214
+ import { AccessDeniedException, AccountChannelLimitExceededException, AccountStreamLimitExceededException, ClientLimitExceededException, DeviceStreamLimitExceededException, InvalidArgumentException, InvalidDeviceException, InvalidResourceFormatException, NoDataRetentionException, NotAuthorizedException, ResourceInUseException, ResourceNotFoundException, StreamEdgeConfigurationNotFoundException, TagsPerResourceExceededLimitException, VersionMismatchException, } from "../models/errors";
215
+ import { KinesisVideoServiceException } from "../models/KinesisVideoServiceException";
216
+ var MediaUriSecretArn = [0, n0, _MUSA, 8, 0];
217
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
218
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
219
+ export var AccountChannelLimitExceededException$ = [
220
220
  -3,
221
221
  n0,
222
222
  _ACLEE,
@@ -224,8 +224,8 @@ export var AccountChannelLimitExceededException = [
224
224
  [_M],
225
225
  [0],
226
226
  ];
227
- TypeRegistry.for(n0).registerError(AccountChannelLimitExceededException, __AccountChannelLimitExceededException);
228
- export var AccountStreamLimitExceededException = [
227
+ TypeRegistry.for(n0).registerError(AccountChannelLimitExceededException$, AccountChannelLimitExceededException);
228
+ export var AccountStreamLimitExceededException$ = [
229
229
  -3,
230
230
  n0,
231
231
  _ASLEE,
@@ -233,62 +233,69 @@ export var AccountStreamLimitExceededException = [
233
233
  [_M],
234
234
  [0],
235
235
  ];
236
- TypeRegistry.for(n0).registerError(AccountStreamLimitExceededException, __AccountStreamLimitExceededException);
237
- export var ChannelInfo = [
236
+ TypeRegistry.for(n0).registerError(AccountStreamLimitExceededException$, AccountStreamLimitExceededException);
237
+ export var ChannelInfo$ = [
238
238
  3,
239
239
  n0,
240
240
  _CI,
241
241
  0,
242
242
  [_CN, _CARN, _CT, _CS, _CTr, _SMC, _V],
243
- [0, 0, 0, 0, 4, () => SingleMasterConfiguration, 0],
243
+ [0, 0, 0, 0, 4, () => SingleMasterConfiguration$, 0],
244
244
  ];
245
- export var ChannelNameCondition = [3, n0, _CNC, 0, [_CO, _CV], [0, 0]];
246
- export var ClientLimitExceededException = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
247
- TypeRegistry.for(n0).registerError(ClientLimitExceededException, __ClientLimitExceededException);
248
- export var CreateSignalingChannelInput = [
245
+ export var ChannelNameCondition$ = [3, n0, _CNC, 0, [_CO, _CV], [0, 0]];
246
+ export var ClientLimitExceededException$ = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
247
+ TypeRegistry.for(n0).registerError(ClientLimitExceededException$, ClientLimitExceededException);
248
+ export var CreateSignalingChannelInput$ = [
249
249
  3,
250
250
  n0,
251
251
  _CSCI,
252
252
  0,
253
253
  [_CN, _CT, _SMC, _T],
254
- [0, 0, () => SingleMasterConfiguration, () => TagOnCreateList],
254
+ [0, 0, () => SingleMasterConfiguration$, () => TagOnCreateList],
255
255
  ];
256
- export var CreateSignalingChannelOutput = [3, n0, _CSCO, 0, [_CARN], [0]];
257
- export var CreateStreamInput = [
256
+ export var CreateSignalingChannelOutput$ = [3, n0, _CSCO, 0, [_CARN], [0]];
257
+ export var CreateStreamInput$ = [
258
258
  3,
259
259
  n0,
260
260
  _CSI,
261
261
  0,
262
262
  [_DN, _SN, _MT, _KKI, _DRIH, _T, _SSC],
263
- [0, 0, 0, 0, 1, 128 | 0, () => StreamStorageConfiguration],
263
+ [0, 0, 0, 0, 1, 128 | 0, () => StreamStorageConfiguration$],
264
264
  ];
265
- export var CreateStreamOutput = [3, n0, _CSO, 0, [_SARN], [0]];
266
- export var DeleteEdgeConfigurationInput = [3, n0, _DECI, 0, [_SN, _SARN], [0, 0]];
267
- export var DeleteEdgeConfigurationOutput = [3, n0, _DECO, 0, [], []];
268
- export var DeleteSignalingChannelInput = [3, n0, _DSCI, 0, [_CARN, _CVu], [0, 0]];
269
- export var DeleteSignalingChannelOutput = [3, n0, _DSCO, 0, [], []];
270
- export var DeleteStreamInput = [3, n0, _DSI, 0, [_SARN, _CVu], [0, 0]];
271
- export var DeleteStreamOutput = [3, n0, _DSO, 0, [], []];
272
- export var DeletionConfig = [3, n0, _DC, 0, [_ERIH, _LSC, _DAU], [1, () => LocalSizeConfig, 2]];
273
- export var DescribeEdgeConfigurationInput = [3, n0, _DECIe, 0, [_SN, _SARN], [0, 0]];
274
- export var DescribeEdgeConfigurationOutput = [
265
+ export var CreateStreamOutput$ = [3, n0, _CSO, 0, [_SARN], [0]];
266
+ export var DeleteEdgeConfigurationInput$ = [3, n0, _DECI, 0, [_SN, _SARN], [0, 0]];
267
+ export var DeleteEdgeConfigurationOutput$ = [3, n0, _DECO, 0, [], []];
268
+ export var DeleteSignalingChannelInput$ = [3, n0, _DSCI, 0, [_CARN, _CVu], [0, 0]];
269
+ export var DeleteSignalingChannelOutput$ = [3, n0, _DSCO, 0, [], []];
270
+ export var DeleteStreamInput$ = [3, n0, _DSI, 0, [_SARN, _CVu], [0, 0]];
271
+ export var DeleteStreamOutput$ = [3, n0, _DSO, 0, [], []];
272
+ export var DeletionConfig$ = [
273
+ 3,
274
+ n0,
275
+ _DC,
276
+ 0,
277
+ [_ERIH, _LSC, _DAU],
278
+ [1, () => LocalSizeConfig$, 2],
279
+ ];
280
+ export var DescribeEdgeConfigurationInput$ = [3, n0, _DECIe, 0, [_SN, _SARN], [0, 0]];
281
+ export var DescribeEdgeConfigurationOutput$ = [
275
282
  3,
276
283
  n0,
277
284
  _DECOe,
278
285
  0,
279
286
  [_SN, _SARN, _CTr, _LUT, _SS, _FSD, _EC, _EAS],
280
- [0, 0, 4, 4, 0, 0, [() => EdgeConfig, 0], () => EdgeAgentStatus],
287
+ [0, 0, 4, 4, 0, 0, [() => EdgeConfig$, 0], () => EdgeAgentStatus$],
281
288
  ];
282
- export var DescribeImageGenerationConfigurationInput = [3, n0, _DIGCI, 0, [_SN, _SARN], [0, 0]];
283
- export var DescribeImageGenerationConfigurationOutput = [
289
+ export var DescribeImageGenerationConfigurationInput$ = [3, n0, _DIGCI, 0, [_SN, _SARN], [0, 0]];
290
+ export var DescribeImageGenerationConfigurationOutput$ = [
284
291
  3,
285
292
  n0,
286
293
  _DIGCO,
287
294
  0,
288
295
  [_IGC],
289
- [() => ImageGenerationConfiguration],
296
+ [() => ImageGenerationConfiguration$],
290
297
  ];
291
- export var DescribeMappedResourceConfigurationInput = [
298
+ export var DescribeMappedResourceConfigurationInput$ = [
292
299
  3,
293
300
  n0,
294
301
  _DMRCI,
@@ -296,7 +303,7 @@ export var DescribeMappedResourceConfigurationInput = [
296
303
  [_SN, _SARN, _MR, _NT],
297
304
  [0, 0, 1, 0],
298
305
  ];
299
- export var DescribeMappedResourceConfigurationOutput = [
306
+ export var DescribeMappedResourceConfigurationOutput$ = [
300
307
  3,
301
308
  n0,
302
309
  _DMRCO,
@@ -304,38 +311,38 @@ export var DescribeMappedResourceConfigurationOutput = [
304
311
  [_MRCL, _NT],
305
312
  [() => MappedResourceConfigurationList, 0],
306
313
  ];
307
- export var DescribeMediaStorageConfigurationInput = [3, n0, _DMSCI, 0, [_CN, _CARN], [0, 0]];
308
- export var DescribeMediaStorageConfigurationOutput = [
314
+ export var DescribeMediaStorageConfigurationInput$ = [3, n0, _DMSCI, 0, [_CN, _CARN], [0, 0]];
315
+ export var DescribeMediaStorageConfigurationOutput$ = [
309
316
  3,
310
317
  n0,
311
318
  _DMSCO,
312
319
  0,
313
320
  [_MSC],
314
- [() => MediaStorageConfiguration],
321
+ [() => MediaStorageConfiguration$],
315
322
  ];
316
- export var DescribeNotificationConfigurationInput = [3, n0, _DNCI, 0, [_SN, _SARN], [0, 0]];
317
- export var DescribeNotificationConfigurationOutput = [
323
+ export var DescribeNotificationConfigurationInput$ = [3, n0, _DNCI, 0, [_SN, _SARN], [0, 0]];
324
+ export var DescribeNotificationConfigurationOutput$ = [
318
325
  3,
319
326
  n0,
320
327
  _DNCO,
321
328
  0,
322
329
  [_NC],
323
- [() => NotificationConfiguration],
330
+ [() => NotificationConfiguration$],
324
331
  ];
325
- export var DescribeSignalingChannelInput = [3, n0, _DSCIe, 0, [_CN, _CARN], [0, 0]];
326
- export var DescribeSignalingChannelOutput = [3, n0, _DSCOe, 0, [_CI], [() => ChannelInfo]];
327
- export var DescribeStreamInput = [3, n0, _DSIe, 0, [_SN, _SARN], [0, 0]];
328
- export var DescribeStreamOutput = [3, n0, _DSOe, 0, [_SI], [() => StreamInfo]];
329
- export var DescribeStreamStorageConfigurationInput = [3, n0, _DSSCI, 0, [_SN, _SARN], [0, 0]];
330
- export var DescribeStreamStorageConfigurationOutput = [
332
+ export var DescribeSignalingChannelInput$ = [3, n0, _DSCIe, 0, [_CN, _CARN], [0, 0]];
333
+ export var DescribeSignalingChannelOutput$ = [3, n0, _DSCOe, 0, [_CI], [() => ChannelInfo$]];
334
+ export var DescribeStreamInput$ = [3, n0, _DSIe, 0, [_SN, _SARN], [0, 0]];
335
+ export var DescribeStreamOutput$ = [3, n0, _DSOe, 0, [_SI], [() => StreamInfo$]];
336
+ export var DescribeStreamStorageConfigurationInput$ = [3, n0, _DSSCI, 0, [_SN, _SARN], [0, 0]];
337
+ export var DescribeStreamStorageConfigurationOutput$ = [
331
338
  3,
332
339
  n0,
333
340
  _DSSCO,
334
341
  0,
335
342
  [_SN, _SARN, _SSC],
336
- [0, 0, () => StreamStorageConfiguration],
343
+ [0, 0, () => StreamStorageConfiguration$],
337
344
  ];
338
- export var DeviceStreamLimitExceededException = [
345
+ export var DeviceStreamLimitExceededException$ = [
339
346
  -3,
340
347
  n0,
341
348
  _DSLEE,
@@ -343,34 +350,34 @@ export var DeviceStreamLimitExceededException = [
343
350
  [_M],
344
351
  [0],
345
352
  ];
346
- TypeRegistry.for(n0).registerError(DeviceStreamLimitExceededException, __DeviceStreamLimitExceededException);
347
- export var EdgeAgentStatus = [
353
+ TypeRegistry.for(n0).registerError(DeviceStreamLimitExceededException$, DeviceStreamLimitExceededException);
354
+ export var EdgeAgentStatus$ = [
348
355
  3,
349
356
  n0,
350
357
  _EAS,
351
358
  0,
352
359
  [_LRS, _LUS],
353
- [() => LastRecorderStatus, () => LastUploaderStatus],
360
+ [() => LastRecorderStatus$, () => LastUploaderStatus$],
354
361
  ];
355
- export var EdgeConfig = [
362
+ export var EdgeConfig$ = [
356
363
  3,
357
364
  n0,
358
365
  _EC,
359
366
  0,
360
367
  [_HDA, _RC, _UC, _DC],
361
- [0, [() => RecorderConfig, 0], () => UploaderConfig, () => DeletionConfig],
368
+ [0, [() => RecorderConfig$, 0], () => UploaderConfig$, () => DeletionConfig$],
362
369
  ];
363
- export var GetDataEndpointInput = [3, n0, _GDEI, 0, [_SN, _SARN, _APIN], [0, 0, 0]];
364
- export var GetDataEndpointOutput = [3, n0, _GDEO, 0, [_DE], [0]];
365
- export var GetSignalingChannelEndpointInput = [
370
+ export var GetDataEndpointInput$ = [3, n0, _GDEI, 0, [_SN, _SARN, _APIN], [0, 0, 0]];
371
+ export var GetDataEndpointOutput$ = [3, n0, _GDEO, 0, [_DE], [0]];
372
+ export var GetSignalingChannelEndpointInput$ = [
366
373
  3,
367
374
  n0,
368
375
  _GSCEI,
369
376
  0,
370
377
  [_CARN, _SMCEC],
371
- [0, () => SingleMasterChannelEndpointConfiguration],
378
+ [0, () => SingleMasterChannelEndpointConfiguration$],
372
379
  ];
373
- export var GetSignalingChannelEndpointOutput = [
380
+ export var GetSignalingChannelEndpointOutput$ = [
374
381
  3,
375
382
  n0,
376
383
  _GSCEO,
@@ -378,33 +385,33 @@ export var GetSignalingChannelEndpointOutput = [
378
385
  [_REL],
379
386
  [() => ResourceEndpointList],
380
387
  ];
381
- export var ImageGenerationConfiguration = [
388
+ export var ImageGenerationConfiguration$ = [
382
389
  3,
383
390
  n0,
384
391
  _IGC,
385
392
  0,
386
393
  [_S, _IST, _DCe, _SIa, _F, _FC, _WP, _HP],
387
- [0, 0, () => ImageGenerationDestinationConfig, 1, 0, 128 | 0, 1, 1],
394
+ [0, 0, () => ImageGenerationDestinationConfig$, 1, 0, 128 | 0, 1, 1],
388
395
  ];
389
- export var ImageGenerationDestinationConfig = [3, n0, _IGDC, 0, [_U, _DR], [0, 0]];
390
- export var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
391
- TypeRegistry.for(n0).registerError(InvalidArgumentException, __InvalidArgumentException);
392
- export var InvalidDeviceException = [-3, n0, _IDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
393
- TypeRegistry.for(n0).registerError(InvalidDeviceException, __InvalidDeviceException);
394
- export var InvalidResourceFormatException = [-3, n0, _IRFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
395
- TypeRegistry.for(n0).registerError(InvalidResourceFormatException, __InvalidResourceFormatException);
396
- export var LastRecorderStatus = [3, n0, _LRS, 0, [_JSD, _LCT, _LUT, _RS], [0, 4, 4, 0]];
397
- export var LastUploaderStatus = [3, n0, _LUS, 0, [_JSD, _LCT, _LUT, _US], [0, 4, 4, 0]];
398
- export var ListEdgeAgentConfigurationsEdgeConfig = [
396
+ export var ImageGenerationDestinationConfig$ = [3, n0, _IGDC, 0, [_U, _DR], [0, 0]];
397
+ export var InvalidArgumentException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
398
+ TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
399
+ export var InvalidDeviceException$ = [-3, n0, _IDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
400
+ TypeRegistry.for(n0).registerError(InvalidDeviceException$, InvalidDeviceException);
401
+ export var InvalidResourceFormatException$ = [-3, n0, _IRFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
402
+ TypeRegistry.for(n0).registerError(InvalidResourceFormatException$, InvalidResourceFormatException);
403
+ export var LastRecorderStatus$ = [3, n0, _LRS, 0, [_JSD, _LCT, _LUT, _RS], [0, 4, 4, 0]];
404
+ export var LastUploaderStatus$ = [3, n0, _LUS, 0, [_JSD, _LCT, _LUT, _US], [0, 4, 4, 0]];
405
+ export var ListEdgeAgentConfigurationsEdgeConfig$ = [
399
406
  3,
400
407
  n0,
401
408
  _LEACEC,
402
409
  0,
403
410
  [_SN, _SARN, _CTr, _LUT, _SS, _FSD, _EC],
404
- [0, 0, 4, 4, 0, 0, [() => EdgeConfig, 0]],
411
+ [0, 0, 4, 4, 0, 0, [() => EdgeConfig$, 0]],
405
412
  ];
406
- export var ListEdgeAgentConfigurationsInput = [3, n0, _LEACI, 0, [_HDA, _MR, _NT], [0, 1, 0]];
407
- export var ListEdgeAgentConfigurationsOutput = [
413
+ export var ListEdgeAgentConfigurationsInput$ = [3, n0, _LEACI, 0, [_HDA, _MR, _NT], [0, 1, 0]];
414
+ export var ListEdgeAgentConfigurationsOutput$ = [
408
415
  3,
409
416
  n0,
410
417
  _LEACO,
@@ -412,15 +419,15 @@ export var ListEdgeAgentConfigurationsOutput = [
412
419
  [_ECd, _NT],
413
420
  [[() => ListEdgeAgentConfigurationsEdgeConfigList, 0], 0],
414
421
  ];
415
- export var ListSignalingChannelsInput = [
422
+ export var ListSignalingChannelsInput$ = [
416
423
  3,
417
424
  n0,
418
425
  _LSCI,
419
426
  0,
420
427
  [_MR, _NT, _CNC],
421
- [1, 0, () => ChannelNameCondition],
428
+ [1, 0, () => ChannelNameCondition$],
422
429
  ];
423
- export var ListSignalingChannelsOutput = [
430
+ export var ListSignalingChannelsOutput$ = [
424
431
  3,
425
432
  n0,
426
433
  _LSCO,
@@ -428,22 +435,22 @@ export var ListSignalingChannelsOutput = [
428
435
  [_CIL, _NT],
429
436
  [() => ChannelInfoList, 0],
430
437
  ];
431
- export var ListStreamsInput = [
438
+ export var ListStreamsInput$ = [
432
439
  3,
433
440
  n0,
434
441
  _LSI,
435
442
  0,
436
443
  [_MR, _NT, _SNC],
437
- [1, 0, () => StreamNameCondition],
444
+ [1, 0, () => StreamNameCondition$],
438
445
  ];
439
- export var ListStreamsOutput = [3, n0, _LSO, 0, [_SIL, _NT], [() => StreamInfoList, 0]];
440
- export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_NT, _RARN], [0, 0]];
441
- export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_NT, _T], [0, 128 | 0]];
442
- export var ListTagsForStreamInput = [3, n0, _LTFSI, 0, [_NT, _SARN, _SN], [0, 0, 0]];
443
- export var ListTagsForStreamOutput = [3, n0, _LTFSO, 0, [_NT, _T], [0, 128 | 0]];
444
- export var LocalSizeConfig = [3, n0, _LSC, 0, [_MLMSIMB, _SOFS], [1, 0]];
445
- export var MappedResourceConfigurationListItem = [3, n0, _MRCLI, 0, [_Ty, _ARN], [0, 0]];
446
- export var MediaSourceConfig = [
446
+ export var ListStreamsOutput$ = [3, n0, _LSO, 0, [_SIL, _NT], [() => StreamInfoList, 0]];
447
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_NT, _RARN], [0, 0]];
448
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_NT, _T], [0, 128 | 0]];
449
+ export var ListTagsForStreamInput$ = [3, n0, _LTFSI, 0, [_NT, _SARN, _SN], [0, 0, 0]];
450
+ export var ListTagsForStreamOutput$ = [3, n0, _LTFSO, 0, [_NT, _T], [0, 128 | 0]];
451
+ export var LocalSizeConfig$ = [3, n0, _LSC, 0, [_MLMSIMB, _SOFS], [1, 0]];
452
+ export var MappedResourceConfigurationListItem$ = [3, n0, _MRCLI, 0, [_Ty, _ARN], [0, 0]];
453
+ export var MediaSourceConfig$ = [
447
454
  3,
448
455
  n0,
449
456
  _MSCe,
@@ -451,53 +458,60 @@ export var MediaSourceConfig = [
451
458
  [_MUSA, _MUT],
452
459
  [[() => MediaUriSecretArn, 0], 0],
453
460
  ];
454
- export var MediaStorageConfiguration = [3, n0, _MSC, 0, [_SARN, _S], [0, 0]];
455
- export var NoDataRetentionException = [-3, n0, _NDRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
456
- TypeRegistry.for(n0).registerError(NoDataRetentionException, __NoDataRetentionException);
457
- export var NotAuthorizedException = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
458
- TypeRegistry.for(n0).registerError(NotAuthorizedException, __NotAuthorizedException);
459
- export var NotificationConfiguration = [
461
+ export var MediaStorageConfiguration$ = [3, n0, _MSC, 0, [_SARN, _S], [0, 0]];
462
+ export var NoDataRetentionException$ = [-3, n0, _NDRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
463
+ TypeRegistry.for(n0).registerError(NoDataRetentionException$, NoDataRetentionException);
464
+ export var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
465
+ TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
466
+ export var NotificationConfiguration$ = [
460
467
  3,
461
468
  n0,
462
469
  _NC,
463
470
  0,
464
471
  [_S, _DCe],
465
- [0, () => NotificationDestinationConfig],
472
+ [0, () => NotificationDestinationConfig$],
466
473
  ];
467
- export var NotificationDestinationConfig = [3, n0, _NDC, 0, [_U], [0]];
468
- export var RecorderConfig = [
474
+ export var NotificationDestinationConfig$ = [3, n0, _NDC, 0, [_U], [0]];
475
+ export var RecorderConfig$ = [
469
476
  3,
470
477
  n0,
471
478
  _RC,
472
479
  0,
473
480
  [_MSCe, _SC],
474
- [[() => MediaSourceConfig, 0], () => ScheduleConfig],
481
+ [[() => MediaSourceConfig$, 0], () => ScheduleConfig$],
482
+ ];
483
+ export var ResourceEndpointListItem$ = [3, n0, _RELI, 0, [_P, _RE], [0, 0]];
484
+ export var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
485
+ TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
486
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
487
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
488
+ export var ScheduleConfig$ = [3, n0, _SC, 0, [_SE, _DIS], [0, 1]];
489
+ export var SingleMasterChannelEndpointConfiguration$ = [
490
+ 3,
491
+ n0,
492
+ _SMCEC,
493
+ 0,
494
+ [_Pr, _R],
495
+ [64 | 0, 0],
475
496
  ];
476
- export var ResourceEndpointListItem = [3, n0, _RELI, 0, [_P, _RE], [0, 0]];
477
- export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
478
- TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
479
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
480
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
481
- export var ScheduleConfig = [3, n0, _SC, 0, [_SE, _DIS], [0, 1]];
482
- export var SingleMasterChannelEndpointConfiguration = [3, n0, _SMCEC, 0, [_Pr, _R], [64 | 0, 0]];
483
- export var SingleMasterConfiguration = [3, n0, _SMC, 0, [_MTS], [1]];
484
- export var StartEdgeConfigurationUpdateInput = [
497
+ export var SingleMasterConfiguration$ = [3, n0, _SMC, 0, [_MTS], [1]];
498
+ export var StartEdgeConfigurationUpdateInput$ = [
485
499
  3,
486
500
  n0,
487
501
  _SECUI,
488
502
  0,
489
503
  [_SN, _SARN, _EC],
490
- [0, 0, [() => EdgeConfig, 0]],
504
+ [0, 0, [() => EdgeConfig$, 0]],
491
505
  ];
492
- export var StartEdgeConfigurationUpdateOutput = [
506
+ export var StartEdgeConfigurationUpdateOutput$ = [
493
507
  3,
494
508
  n0,
495
509
  _SECUO,
496
510
  0,
497
511
  [_SN, _SARN, _CTr, _LUT, _SS, _FSD, _EC],
498
- [0, 0, 4, 4, 0, 0, [() => EdgeConfig, 0]],
512
+ [0, 0, 4, 4, 0, 0, [() => EdgeConfig$, 0]],
499
513
  ];
500
- export var StreamEdgeConfigurationNotFoundException = [
514
+ export var StreamEdgeConfigurationNotFoundException$ = [
501
515
  -3,
502
516
  n0,
503
517
  _SECNFE,
@@ -505,8 +519,8 @@ export var StreamEdgeConfigurationNotFoundException = [
505
519
  [_M],
506
520
  [0],
507
521
  ];
508
- TypeRegistry.for(n0).registerError(StreamEdgeConfigurationNotFoundException, __StreamEdgeConfigurationNotFoundException);
509
- export var StreamInfo = [
522
+ TypeRegistry.for(n0).registerError(StreamEdgeConfigurationNotFoundException$, StreamEdgeConfigurationNotFoundException);
523
+ export var StreamInfo$ = [
510
524
  3,
511
525
  n0,
512
526
  _SI,
@@ -514,12 +528,12 @@ export var StreamInfo = [
514
528
  [_DN, _SN, _SARN, _MT, _KKI, _V, _S, _CTr, _DRIH],
515
529
  [0, 0, 0, 0, 0, 0, 0, 4, 1],
516
530
  ];
517
- export var StreamNameCondition = [3, n0, _SNC, 0, [_CO, _CV], [0, 0]];
518
- export var StreamStorageConfiguration = [3, n0, _SSC, 0, [_DST], [0]];
519
- export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
520
- export var TagResourceInput = [3, n0, _TRI, 0, [_RARN, _T], [0, () => TagList]];
521
- export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
522
- export var TagsPerResourceExceededLimitException = [
531
+ export var StreamNameCondition$ = [3, n0, _SNC, 0, [_CO, _CV], [0, 0]];
532
+ export var StreamStorageConfiguration$ = [3, n0, _SSC, 0, [_DST], [0]];
533
+ export var Tag$ = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
534
+ export var TagResourceInput$ = [3, n0, _TRI, 0, [_RARN, _T], [0, () => TagList]];
535
+ export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
536
+ export var TagsPerResourceExceededLimitException$ = [
523
537
  -3,
524
538
  n0,
525
539
  _TPRELE,
@@ -527,14 +541,14 @@ export var TagsPerResourceExceededLimitException = [
527
541
  [_M],
528
542
  [0],
529
543
  ];
530
- TypeRegistry.for(n0).registerError(TagsPerResourceExceededLimitException, __TagsPerResourceExceededLimitException);
531
- export var TagStreamInput = [3, n0, _TSI, 0, [_SARN, _SN, _T], [0, 0, 128 | 0]];
532
- export var TagStreamOutput = [3, n0, _TSO, 0, [], []];
533
- export var UntagResourceInput = [3, n0, _URI, 0, [_RARN, _TKL], [0, 64 | 0]];
534
- export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
535
- export var UntagStreamInput = [3, n0, _USI, 0, [_SARN, _SN, _TKL], [0, 0, 64 | 0]];
536
- export var UntagStreamOutput = [3, n0, _USO, 0, [], []];
537
- export var UpdateDataRetentionInput = [
544
+ TypeRegistry.for(n0).registerError(TagsPerResourceExceededLimitException$, TagsPerResourceExceededLimitException);
545
+ export var TagStreamInput$ = [3, n0, _TSI, 0, [_SARN, _SN, _T], [0, 0, 128 | 0]];
546
+ export var TagStreamOutput$ = [3, n0, _TSO, 0, [], []];
547
+ export var UntagResourceInput$ = [3, n0, _URI, 0, [_RARN, _TKL], [0, 64 | 0]];
548
+ export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
549
+ export var UntagStreamInput$ = [3, n0, _USI, 0, [_SARN, _SN, _TKL], [0, 0, 64 | 0]];
550
+ export var UntagStreamOutput$ = [3, n0, _USO, 0, [], []];
551
+ export var UpdateDataRetentionInput$ = [
538
552
  3,
539
553
  n0,
540
554
  _UDRI,
@@ -542,335 +556,329 @@ export var UpdateDataRetentionInput = [
542
556
  [_SN, _SARN, _CVu, _O, _DRCIH],
543
557
  [0, 0, 0, 0, 1],
544
558
  ];
545
- export var UpdateDataRetentionOutput = [3, n0, _UDRO, 0, [], []];
546
- export var UpdateImageGenerationConfigurationInput = [
559
+ export var UpdateDataRetentionOutput$ = [3, n0, _UDRO, 0, [], []];
560
+ export var UpdateImageGenerationConfigurationInput$ = [
547
561
  3,
548
562
  n0,
549
563
  _UIGCI,
550
564
  0,
551
565
  [_SN, _SARN, _IGC],
552
- [0, 0, () => ImageGenerationConfiguration],
566
+ [0, 0, () => ImageGenerationConfiguration$],
553
567
  ];
554
- export var UpdateImageGenerationConfigurationOutput = [3, n0, _UIGCO, 0, [], []];
555
- export var UpdateMediaStorageConfigurationInput = [
568
+ export var UpdateImageGenerationConfigurationOutput$ = [3, n0, _UIGCO, 0, [], []];
569
+ export var UpdateMediaStorageConfigurationInput$ = [
556
570
  3,
557
571
  n0,
558
572
  _UMSCI,
559
573
  0,
560
574
  [_CARN, _MSC],
561
- [0, () => MediaStorageConfiguration],
575
+ [0, () => MediaStorageConfiguration$],
562
576
  ];
563
- export var UpdateMediaStorageConfigurationOutput = [3, n0, _UMSCO, 0, [], []];
564
- export var UpdateNotificationConfigurationInput = [
577
+ export var UpdateMediaStorageConfigurationOutput$ = [3, n0, _UMSCO, 0, [], []];
578
+ export var UpdateNotificationConfigurationInput$ = [
565
579
  3,
566
580
  n0,
567
581
  _UNCI,
568
582
  0,
569
583
  [_SN, _SARN, _NC],
570
- [0, 0, () => NotificationConfiguration],
584
+ [0, 0, () => NotificationConfiguration$],
571
585
  ];
572
- export var UpdateNotificationConfigurationOutput = [3, n0, _UNCO, 0, [], []];
573
- export var UpdateSignalingChannelInput = [
586
+ export var UpdateNotificationConfigurationOutput$ = [3, n0, _UNCO, 0, [], []];
587
+ export var UpdateSignalingChannelInput$ = [
574
588
  3,
575
589
  n0,
576
590
  _USCI,
577
591
  0,
578
592
  [_CARN, _CVu, _SMC],
579
- [0, 0, () => SingleMasterConfiguration],
593
+ [0, 0, () => SingleMasterConfiguration$],
580
594
  ];
581
- export var UpdateSignalingChannelOutput = [3, n0, _USCO, 0, [], []];
582
- export var UpdateStreamInput = [3, n0, _USIp, 0, [_SN, _SARN, _CVu, _DN, _MT], [0, 0, 0, 0, 0]];
583
- export var UpdateStreamOutput = [3, n0, _USOp, 0, [], []];
584
- export var UpdateStreamStorageConfigurationInput = [
595
+ export var UpdateSignalingChannelOutput$ = [3, n0, _USCO, 0, [], []];
596
+ export var UpdateStreamInput$ = [3, n0, _USIp, 0, [_SN, _SARN, _CVu, _DN, _MT], [0, 0, 0, 0, 0]];
597
+ export var UpdateStreamOutput$ = [3, n0, _USOp, 0, [], []];
598
+ export var UpdateStreamStorageConfigurationInput$ = [
585
599
  3,
586
600
  n0,
587
601
  _USSCI,
588
602
  0,
589
603
  [_SN, _SARN, _CVu, _SSC],
590
- [0, 0, 0, () => StreamStorageConfiguration],
591
- ];
592
- export var UpdateStreamStorageConfigurationOutput = [3, n0, _USSCO, 0, [], []];
593
- export var UploaderConfig = [3, n0, _UC, 0, [_SC], [() => ScheduleConfig]];
594
- export var VersionMismatchException = [-3, n0, _VME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
595
- TypeRegistry.for(n0).registerError(VersionMismatchException, __VersionMismatchException);
596
- export var KinesisVideoServiceException = [-3, _s, "KinesisVideoServiceException", 0, [], []];
597
- TypeRegistry.for(_s).registerError(KinesisVideoServiceException, __KinesisVideoServiceException);
598
- export var ChannelInfoList = [1, n0, _CIL, 0, () => ChannelInfo];
599
- export var ListEdgeAgentConfigurationsEdgeConfigList = [
604
+ [0, 0, 0, () => StreamStorageConfiguration$],
605
+ ];
606
+ export var UpdateStreamStorageConfigurationOutput$ = [3, n0, _USSCO, 0, [], []];
607
+ export var UploaderConfig$ = [3, n0, _UC, 0, [_SC], [() => ScheduleConfig$]];
608
+ export var VersionMismatchException$ = [-3, n0, _VME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
609
+ TypeRegistry.for(n0).registerError(VersionMismatchException$, VersionMismatchException);
610
+ export var KinesisVideoServiceException$ = [-3, _s, "KinesisVideoServiceException", 0, [], []];
611
+ TypeRegistry.for(_s).registerError(KinesisVideoServiceException$, KinesisVideoServiceException);
612
+ var ChannelInfoList = [1, n0, _CIL, 0, () => ChannelInfo$];
613
+ var ListEdgeAgentConfigurationsEdgeConfigList = [
600
614
  1,
601
615
  n0,
602
616
  _LEACECL,
603
617
  0,
604
- [() => ListEdgeAgentConfigurationsEdgeConfig, 0],
605
- ];
606
- export var ListOfProtocols = 64 | 0;
607
- export var MappedResourceConfigurationList = [
608
- 1,
609
- n0,
610
- _MRCL,
611
- 0,
612
- () => MappedResourceConfigurationListItem,
618
+ [() => ListEdgeAgentConfigurationsEdgeConfig$, 0],
613
619
  ];
614
- export var ResourceEndpointList = [1, n0, _REL, 0, () => ResourceEndpointListItem];
615
- export var StreamInfoList = [1, n0, _SIL, 0, () => StreamInfo];
616
- export var TagKeyList = 64 | 0;
617
- export var TagList = [1, n0, _TL, 0, () => Tag];
618
- export var TagOnCreateList = [1, n0, _TOCL, 0, () => Tag];
619
- export var FormatConfig = 128 | 0;
620
- export var ResourceTags = 128 | 0;
621
- export var CreateSignalingChannel = [
620
+ var ListOfProtocols = 64 | 0;
621
+ var MappedResourceConfigurationList = [1, n0, _MRCL, 0, () => MappedResourceConfigurationListItem$];
622
+ var ResourceEndpointList = [1, n0, _REL, 0, () => ResourceEndpointListItem$];
623
+ var StreamInfoList = [1, n0, _SIL, 0, () => StreamInfo$];
624
+ var TagKeyList = 64 | 0;
625
+ var TagList = [1, n0, _TL, 0, () => Tag$];
626
+ var TagOnCreateList = [1, n0, _TOCL, 0, () => Tag$];
627
+ var FormatConfig = 128 | 0;
628
+ var ResourceTags = 128 | 0;
629
+ export var CreateSignalingChannel$ = [
622
630
  9,
623
631
  n0,
624
632
  _CSC,
625
633
  { [_h]: ["POST", "/createSignalingChannel", 200] },
626
- () => CreateSignalingChannelInput,
627
- () => CreateSignalingChannelOutput,
634
+ () => CreateSignalingChannelInput$,
635
+ () => CreateSignalingChannelOutput$,
628
636
  ];
629
- export var CreateStream = [
637
+ export var CreateStream$ = [
630
638
  9,
631
639
  n0,
632
640
  _CSr,
633
641
  { [_h]: ["POST", "/createStream", 200] },
634
- () => CreateStreamInput,
635
- () => CreateStreamOutput,
642
+ () => CreateStreamInput$,
643
+ () => CreateStreamOutput$,
636
644
  ];
637
- export var DeleteEdgeConfiguration = [
645
+ export var DeleteEdgeConfiguration$ = [
638
646
  9,
639
647
  n0,
640
648
  _DEC,
641
649
  { [_h]: ["POST", "/deleteEdgeConfiguration", 200] },
642
- () => DeleteEdgeConfigurationInput,
643
- () => DeleteEdgeConfigurationOutput,
650
+ () => DeleteEdgeConfigurationInput$,
651
+ () => DeleteEdgeConfigurationOutput$,
644
652
  ];
645
- export var DeleteSignalingChannel = [
653
+ export var DeleteSignalingChannel$ = [
646
654
  9,
647
655
  n0,
648
656
  _DSC,
649
657
  { [_h]: ["POST", "/deleteSignalingChannel", 200] },
650
- () => DeleteSignalingChannelInput,
651
- () => DeleteSignalingChannelOutput,
658
+ () => DeleteSignalingChannelInput$,
659
+ () => DeleteSignalingChannelOutput$,
652
660
  ];
653
- export var DeleteStream = [
661
+ export var DeleteStream$ = [
654
662
  9,
655
663
  n0,
656
664
  _DS,
657
665
  { [_h]: ["POST", "/deleteStream", 200] },
658
- () => DeleteStreamInput,
659
- () => DeleteStreamOutput,
666
+ () => DeleteStreamInput$,
667
+ () => DeleteStreamOutput$,
660
668
  ];
661
- export var DescribeEdgeConfiguration = [
669
+ export var DescribeEdgeConfiguration$ = [
662
670
  9,
663
671
  n0,
664
672
  _DECe,
665
673
  { [_h]: ["POST", "/describeEdgeConfiguration", 200] },
666
- () => DescribeEdgeConfigurationInput,
667
- () => DescribeEdgeConfigurationOutput,
674
+ () => DescribeEdgeConfigurationInput$,
675
+ () => DescribeEdgeConfigurationOutput$,
668
676
  ];
669
- export var DescribeImageGenerationConfiguration = [
677
+ export var DescribeImageGenerationConfiguration$ = [
670
678
  9,
671
679
  n0,
672
680
  _DIGC,
673
681
  { [_h]: ["POST", "/describeImageGenerationConfiguration", 200] },
674
- () => DescribeImageGenerationConfigurationInput,
675
- () => DescribeImageGenerationConfigurationOutput,
682
+ () => DescribeImageGenerationConfigurationInput$,
683
+ () => DescribeImageGenerationConfigurationOutput$,
676
684
  ];
677
- export var DescribeMappedResourceConfiguration = [
685
+ export var DescribeMappedResourceConfiguration$ = [
678
686
  9,
679
687
  n0,
680
688
  _DMRC,
681
689
  { [_h]: ["POST", "/describeMappedResourceConfiguration", 200] },
682
- () => DescribeMappedResourceConfigurationInput,
683
- () => DescribeMappedResourceConfigurationOutput,
690
+ () => DescribeMappedResourceConfigurationInput$,
691
+ () => DescribeMappedResourceConfigurationOutput$,
684
692
  ];
685
- export var DescribeMediaStorageConfiguration = [
693
+ export var DescribeMediaStorageConfiguration$ = [
686
694
  9,
687
695
  n0,
688
696
  _DMSC,
689
697
  { [_h]: ["POST", "/describeMediaStorageConfiguration", 200] },
690
- () => DescribeMediaStorageConfigurationInput,
691
- () => DescribeMediaStorageConfigurationOutput,
698
+ () => DescribeMediaStorageConfigurationInput$,
699
+ () => DescribeMediaStorageConfigurationOutput$,
692
700
  ];
693
- export var DescribeNotificationConfiguration = [
701
+ export var DescribeNotificationConfiguration$ = [
694
702
  9,
695
703
  n0,
696
704
  _DNC,
697
705
  { [_h]: ["POST", "/describeNotificationConfiguration", 200] },
698
- () => DescribeNotificationConfigurationInput,
699
- () => DescribeNotificationConfigurationOutput,
706
+ () => DescribeNotificationConfigurationInput$,
707
+ () => DescribeNotificationConfigurationOutput$,
700
708
  ];
701
- export var DescribeSignalingChannel = [
709
+ export var DescribeSignalingChannel$ = [
702
710
  9,
703
711
  n0,
704
712
  _DSCe,
705
713
  { [_h]: ["POST", "/describeSignalingChannel", 200] },
706
- () => DescribeSignalingChannelInput,
707
- () => DescribeSignalingChannelOutput,
714
+ () => DescribeSignalingChannelInput$,
715
+ () => DescribeSignalingChannelOutput$,
708
716
  ];
709
- export var DescribeStream = [
717
+ export var DescribeStream$ = [
710
718
  9,
711
719
  n0,
712
720
  _DSe,
713
721
  { [_h]: ["POST", "/describeStream", 200] },
714
- () => DescribeStreamInput,
715
- () => DescribeStreamOutput,
722
+ () => DescribeStreamInput$,
723
+ () => DescribeStreamOutput$,
716
724
  ];
717
- export var DescribeStreamStorageConfiguration = [
725
+ export var DescribeStreamStorageConfiguration$ = [
718
726
  9,
719
727
  n0,
720
728
  _DSSC,
721
729
  { [_h]: ["POST", "/describeStreamStorageConfiguration", 200] },
722
- () => DescribeStreamStorageConfigurationInput,
723
- () => DescribeStreamStorageConfigurationOutput,
730
+ () => DescribeStreamStorageConfigurationInput$,
731
+ () => DescribeStreamStorageConfigurationOutput$,
724
732
  ];
725
- export var GetDataEndpoint = [
733
+ export var GetDataEndpoint$ = [
726
734
  9,
727
735
  n0,
728
736
  _GDE,
729
737
  { [_h]: ["POST", "/getDataEndpoint", 200] },
730
- () => GetDataEndpointInput,
731
- () => GetDataEndpointOutput,
738
+ () => GetDataEndpointInput$,
739
+ () => GetDataEndpointOutput$,
732
740
  ];
733
- export var GetSignalingChannelEndpoint = [
741
+ export var GetSignalingChannelEndpoint$ = [
734
742
  9,
735
743
  n0,
736
744
  _GSCE,
737
745
  { [_h]: ["POST", "/getSignalingChannelEndpoint", 200] },
738
- () => GetSignalingChannelEndpointInput,
739
- () => GetSignalingChannelEndpointOutput,
746
+ () => GetSignalingChannelEndpointInput$,
747
+ () => GetSignalingChannelEndpointOutput$,
740
748
  ];
741
- export var ListEdgeAgentConfigurations = [
749
+ export var ListEdgeAgentConfigurations$ = [
742
750
  9,
743
751
  n0,
744
752
  _LEAC,
745
753
  { [_h]: ["POST", "/listEdgeAgentConfigurations", 200] },
746
- () => ListEdgeAgentConfigurationsInput,
747
- () => ListEdgeAgentConfigurationsOutput,
754
+ () => ListEdgeAgentConfigurationsInput$,
755
+ () => ListEdgeAgentConfigurationsOutput$,
748
756
  ];
749
- export var ListSignalingChannels = [
757
+ export var ListSignalingChannels$ = [
750
758
  9,
751
759
  n0,
752
760
  _LSCi,
753
761
  { [_h]: ["POST", "/listSignalingChannels", 200] },
754
- () => ListSignalingChannelsInput,
755
- () => ListSignalingChannelsOutput,
762
+ () => ListSignalingChannelsInput$,
763
+ () => ListSignalingChannelsOutput$,
756
764
  ];
757
- export var ListStreams = [
765
+ export var ListStreams$ = [
758
766
  9,
759
767
  n0,
760
768
  _LS,
761
769
  { [_h]: ["POST", "/listStreams", 200] },
762
- () => ListStreamsInput,
763
- () => ListStreamsOutput,
770
+ () => ListStreamsInput$,
771
+ () => ListStreamsOutput$,
764
772
  ];
765
- export var ListTagsForResource = [
773
+ export var ListTagsForResource$ = [
766
774
  9,
767
775
  n0,
768
776
  _LTFR,
769
777
  { [_h]: ["POST", "/ListTagsForResource", 200] },
770
- () => ListTagsForResourceInput,
771
- () => ListTagsForResourceOutput,
778
+ () => ListTagsForResourceInput$,
779
+ () => ListTagsForResourceOutput$,
772
780
  ];
773
- export var ListTagsForStream = [
781
+ export var ListTagsForStream$ = [
774
782
  9,
775
783
  n0,
776
784
  _LTFS,
777
785
  { [_h]: ["POST", "/listTagsForStream", 200] },
778
- () => ListTagsForStreamInput,
779
- () => ListTagsForStreamOutput,
786
+ () => ListTagsForStreamInput$,
787
+ () => ListTagsForStreamOutput$,
780
788
  ];
781
- export var StartEdgeConfigurationUpdate = [
789
+ export var StartEdgeConfigurationUpdate$ = [
782
790
  9,
783
791
  n0,
784
792
  _SECU,
785
793
  { [_h]: ["POST", "/startEdgeConfigurationUpdate", 200] },
786
- () => StartEdgeConfigurationUpdateInput,
787
- () => StartEdgeConfigurationUpdateOutput,
794
+ () => StartEdgeConfigurationUpdateInput$,
795
+ () => StartEdgeConfigurationUpdateOutput$,
788
796
  ];
789
- export var TagResource = [
797
+ export var TagResource$ = [
790
798
  9,
791
799
  n0,
792
800
  _TR,
793
801
  { [_h]: ["POST", "/TagResource", 200] },
794
- () => TagResourceInput,
795
- () => TagResourceOutput,
802
+ () => TagResourceInput$,
803
+ () => TagResourceOutput$,
796
804
  ];
797
- export var TagStream = [
805
+ export var TagStream$ = [
798
806
  9,
799
807
  n0,
800
808
  _TS,
801
809
  { [_h]: ["POST", "/tagStream", 200] },
802
- () => TagStreamInput,
803
- () => TagStreamOutput,
810
+ () => TagStreamInput$,
811
+ () => TagStreamOutput$,
804
812
  ];
805
- export var UntagResource = [
813
+ export var UntagResource$ = [
806
814
  9,
807
815
  n0,
808
816
  _UR,
809
817
  { [_h]: ["POST", "/UntagResource", 200] },
810
- () => UntagResourceInput,
811
- () => UntagResourceOutput,
818
+ () => UntagResourceInput$,
819
+ () => UntagResourceOutput$,
812
820
  ];
813
- export var UntagStream = [
821
+ export var UntagStream$ = [
814
822
  9,
815
823
  n0,
816
824
  _USn,
817
825
  { [_h]: ["POST", "/untagStream", 200] },
818
- () => UntagStreamInput,
819
- () => UntagStreamOutput,
826
+ () => UntagStreamInput$,
827
+ () => UntagStreamOutput$,
820
828
  ];
821
- export var UpdateDataRetention = [
829
+ export var UpdateDataRetention$ = [
822
830
  9,
823
831
  n0,
824
832
  _UDR,
825
833
  { [_h]: ["POST", "/updateDataRetention", 200] },
826
- () => UpdateDataRetentionInput,
827
- () => UpdateDataRetentionOutput,
834
+ () => UpdateDataRetentionInput$,
835
+ () => UpdateDataRetentionOutput$,
828
836
  ];
829
- export var UpdateImageGenerationConfiguration = [
837
+ export var UpdateImageGenerationConfiguration$ = [
830
838
  9,
831
839
  n0,
832
840
  _UIGC,
833
841
  { [_h]: ["POST", "/updateImageGenerationConfiguration", 200] },
834
- () => UpdateImageGenerationConfigurationInput,
835
- () => UpdateImageGenerationConfigurationOutput,
842
+ () => UpdateImageGenerationConfigurationInput$,
843
+ () => UpdateImageGenerationConfigurationOutput$,
836
844
  ];
837
- export var UpdateMediaStorageConfiguration = [
845
+ export var UpdateMediaStorageConfiguration$ = [
838
846
  9,
839
847
  n0,
840
848
  _UMSC,
841
849
  { [_h]: ["POST", "/updateMediaStorageConfiguration", 200] },
842
- () => UpdateMediaStorageConfigurationInput,
843
- () => UpdateMediaStorageConfigurationOutput,
850
+ () => UpdateMediaStorageConfigurationInput$,
851
+ () => UpdateMediaStorageConfigurationOutput$,
844
852
  ];
845
- export var UpdateNotificationConfiguration = [
853
+ export var UpdateNotificationConfiguration$ = [
846
854
  9,
847
855
  n0,
848
856
  _UNC,
849
857
  { [_h]: ["POST", "/updateNotificationConfiguration", 200] },
850
- () => UpdateNotificationConfigurationInput,
851
- () => UpdateNotificationConfigurationOutput,
858
+ () => UpdateNotificationConfigurationInput$,
859
+ () => UpdateNotificationConfigurationOutput$,
852
860
  ];
853
- export var UpdateSignalingChannel = [
861
+ export var UpdateSignalingChannel$ = [
854
862
  9,
855
863
  n0,
856
864
  _USC,
857
865
  { [_h]: ["POST", "/updateSignalingChannel", 200] },
858
- () => UpdateSignalingChannelInput,
859
- () => UpdateSignalingChannelOutput,
866
+ () => UpdateSignalingChannelInput$,
867
+ () => UpdateSignalingChannelOutput$,
860
868
  ];
861
- export var UpdateStream = [
869
+ export var UpdateStream$ = [
862
870
  9,
863
871
  n0,
864
872
  _USp,
865
873
  { [_h]: ["POST", "/updateStream", 200] },
866
- () => UpdateStreamInput,
867
- () => UpdateStreamOutput,
874
+ () => UpdateStreamInput$,
875
+ () => UpdateStreamOutput$,
868
876
  ];
869
- export var UpdateStreamStorageConfiguration = [
877
+ export var UpdateStreamStorageConfiguration$ = [
870
878
  9,
871
879
  n0,
872
880
  _USSC,
873
881
  { [_h]: ["POST", "/updateStreamStorageConfiguration", 200] },
874
- () => UpdateStreamStorageConfigurationInput,
875
- () => UpdateStreamStorageConfigurationOutput,
882
+ () => UpdateStreamStorageConfigurationInput$,
883
+ () => UpdateStreamStorageConfigurationOutput$,
876
884
  ];