@aws-sdk/client-kinesis-video 3.987.0 → 3.989.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var KinesisVideoServiceException = require('./models/KinesisVideoServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1098 +113,6 @@ class KinesisVideoClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class KinesisVideoServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, KinesisVideoServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends KinesisVideoServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class AccountChannelLimitExceededException extends KinesisVideoServiceException {
135
- name = "AccountChannelLimitExceededException";
136
- $fault = "client";
137
- Message;
138
- constructor(opts) {
139
- super({
140
- name: "AccountChannelLimitExceededException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, AccountChannelLimitExceededException.prototype);
145
- this.Message = opts.Message;
146
- }
147
- }
148
- class AccountStreamLimitExceededException extends KinesisVideoServiceException {
149
- name = "AccountStreamLimitExceededException";
150
- $fault = "client";
151
- Message;
152
- constructor(opts) {
153
- super({
154
- name: "AccountStreamLimitExceededException",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, AccountStreamLimitExceededException.prototype);
159
- this.Message = opts.Message;
160
- }
161
- }
162
- class ClientLimitExceededException extends KinesisVideoServiceException {
163
- name = "ClientLimitExceededException";
164
- $fault = "client";
165
- Message;
166
- constructor(opts) {
167
- super({
168
- name: "ClientLimitExceededException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- Object.setPrototypeOf(this, ClientLimitExceededException.prototype);
173
- this.Message = opts.Message;
174
- }
175
- }
176
- class InvalidArgumentException extends KinesisVideoServiceException {
177
- name = "InvalidArgumentException";
178
- $fault = "client";
179
- Message;
180
- constructor(opts) {
181
- super({
182
- name: "InvalidArgumentException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, InvalidArgumentException.prototype);
187
- this.Message = opts.Message;
188
- }
189
- }
190
- class ResourceInUseException extends KinesisVideoServiceException {
191
- name = "ResourceInUseException";
192
- $fault = "client";
193
- Message;
194
- constructor(opts) {
195
- super({
196
- name: "ResourceInUseException",
197
- $fault: "client",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
201
- this.Message = opts.Message;
202
- }
203
- }
204
- class TagsPerResourceExceededLimitException extends KinesisVideoServiceException {
205
- name = "TagsPerResourceExceededLimitException";
206
- $fault = "client";
207
- Message;
208
- constructor(opts) {
209
- super({
210
- name: "TagsPerResourceExceededLimitException",
211
- $fault: "client",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, TagsPerResourceExceededLimitException.prototype);
215
- this.Message = opts.Message;
216
- }
217
- }
218
- class DeviceStreamLimitExceededException extends KinesisVideoServiceException {
219
- name = "DeviceStreamLimitExceededException";
220
- $fault = "client";
221
- Message;
222
- constructor(opts) {
223
- super({
224
- name: "DeviceStreamLimitExceededException",
225
- $fault: "client",
226
- ...opts,
227
- });
228
- Object.setPrototypeOf(this, DeviceStreamLimitExceededException.prototype);
229
- this.Message = opts.Message;
230
- }
231
- }
232
- class InvalidDeviceException extends KinesisVideoServiceException {
233
- name = "InvalidDeviceException";
234
- $fault = "client";
235
- Message;
236
- constructor(opts) {
237
- super({
238
- name: "InvalidDeviceException",
239
- $fault: "client",
240
- ...opts,
241
- });
242
- Object.setPrototypeOf(this, InvalidDeviceException.prototype);
243
- this.Message = opts.Message;
244
- }
245
- }
246
- class ResourceNotFoundException extends KinesisVideoServiceException {
247
- name = "ResourceNotFoundException";
248
- $fault = "client";
249
- Message;
250
- constructor(opts) {
251
- super({
252
- name: "ResourceNotFoundException",
253
- $fault: "client",
254
- ...opts,
255
- });
256
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
257
- this.Message = opts.Message;
258
- }
259
- }
260
- class StreamEdgeConfigurationNotFoundException extends KinesisVideoServiceException {
261
- name = "StreamEdgeConfigurationNotFoundException";
262
- $fault = "client";
263
- Message;
264
- constructor(opts) {
265
- super({
266
- name: "StreamEdgeConfigurationNotFoundException",
267
- $fault: "client",
268
- ...opts,
269
- });
270
- Object.setPrototypeOf(this, StreamEdgeConfigurationNotFoundException.prototype);
271
- this.Message = opts.Message;
272
- }
273
- }
274
- class VersionMismatchException extends KinesisVideoServiceException {
275
- name = "VersionMismatchException";
276
- $fault = "client";
277
- Message;
278
- constructor(opts) {
279
- super({
280
- name: "VersionMismatchException",
281
- $fault: "client",
282
- ...opts,
283
- });
284
- Object.setPrototypeOf(this, VersionMismatchException.prototype);
285
- this.Message = opts.Message;
286
- }
287
- }
288
- class NotAuthorizedException extends KinesisVideoServiceException {
289
- name = "NotAuthorizedException";
290
- $fault = "client";
291
- Message;
292
- constructor(opts) {
293
- super({
294
- name: "NotAuthorizedException",
295
- $fault: "client",
296
- ...opts,
297
- });
298
- Object.setPrototypeOf(this, NotAuthorizedException.prototype);
299
- this.Message = opts.Message;
300
- }
301
- }
302
- class InvalidResourceFormatException extends KinesisVideoServiceException {
303
- name = "InvalidResourceFormatException";
304
- $fault = "client";
305
- Message;
306
- constructor(opts) {
307
- super({
308
- name: "InvalidResourceFormatException",
309
- $fault: "client",
310
- ...opts,
311
- });
312
- Object.setPrototypeOf(this, InvalidResourceFormatException.prototype);
313
- this.Message = opts.Message;
314
- }
315
- }
316
- class NoDataRetentionException extends KinesisVideoServiceException {
317
- name = "NoDataRetentionException";
318
- $fault = "client";
319
- Message;
320
- constructor(opts) {
321
- super({
322
- name: "NoDataRetentionException",
323
- $fault: "client",
324
- ...opts,
325
- });
326
- Object.setPrototypeOf(this, NoDataRetentionException.prototype);
327
- this.Message = opts.Message;
328
- }
329
- }
330
-
331
- const _ACLEE = "AccountChannelLimitExceededException";
332
- const _ADE = "AccessDeniedException";
333
- const _APIN = "APIName";
334
- const _ARN = "ARN";
335
- const _ASLEE = "AccountStreamLimitExceededException";
336
- const _CARN = "ChannelARN";
337
- const _CI = "ChannelInfo";
338
- const _CIL = "ChannelInfoList";
339
- const _CLEE = "ClientLimitExceededException";
340
- const _CN = "ChannelName";
341
- const _CNC = "ChannelNameCondition";
342
- const _CO = "ComparisonOperator";
343
- const _CS = "ChannelStatus";
344
- const _CSC = "CreateSignalingChannel";
345
- const _CSCI = "CreateSignalingChannelInput";
346
- const _CSCO = "CreateSignalingChannelOutput";
347
- const _CSI = "CreateStreamInput";
348
- const _CSO = "CreateStreamOutput";
349
- const _CSr = "CreateStream";
350
- const _CT = "ChannelType";
351
- const _CTr = "CreationTime";
352
- const _CV = "ComparisonValue";
353
- const _CVu = "CurrentVersion";
354
- const _DAU = "DeleteAfterUpload";
355
- const _DC = "DeletionConfig";
356
- const _DCe = "DestinationConfig";
357
- const _DE = "DataEndpoint";
358
- const _DEC = "DeleteEdgeConfiguration";
359
- const _DECI = "DeleteEdgeConfigurationInput";
360
- const _DECIe = "DescribeEdgeConfigurationInput";
361
- const _DECO = "DeleteEdgeConfigurationOutput";
362
- const _DECOe = "DescribeEdgeConfigurationOutput";
363
- const _DECe = "DescribeEdgeConfiguration";
364
- const _DIGC = "DescribeImageGenerationConfiguration";
365
- const _DIGCI = "DescribeImageGenerationConfigurationInput";
366
- const _DIGCO = "DescribeImageGenerationConfigurationOutput";
367
- const _DIS = "DurationInSeconds";
368
- const _DMRC = "DescribeMappedResourceConfiguration";
369
- const _DMRCI = "DescribeMappedResourceConfigurationInput";
370
- const _DMRCO = "DescribeMappedResourceConfigurationOutput";
371
- const _DMSC = "DescribeMediaStorageConfiguration";
372
- const _DMSCI = "DescribeMediaStorageConfigurationInput";
373
- const _DMSCO = "DescribeMediaStorageConfigurationOutput";
374
- const _DN = "DeviceName";
375
- const _DNC = "DescribeNotificationConfiguration";
376
- const _DNCI = "DescribeNotificationConfigurationInput";
377
- const _DNCO = "DescribeNotificationConfigurationOutput";
378
- const _DR = "DestinationRegion";
379
- const _DRCIH = "DataRetentionChangeInHours";
380
- const _DRIH = "DataRetentionInHours";
381
- const _DS = "DeleteStream";
382
- const _DSC = "DeleteSignalingChannel";
383
- const _DSCI = "DeleteSignalingChannelInput";
384
- const _DSCIe = "DescribeSignalingChannelInput";
385
- const _DSCO = "DeleteSignalingChannelOutput";
386
- const _DSCOe = "DescribeSignalingChannelOutput";
387
- const _DSCe = "DescribeSignalingChannel";
388
- const _DSI = "DeleteStreamInput";
389
- const _DSIe = "DescribeStreamInput";
390
- const _DSLEE = "DeviceStreamLimitExceededException";
391
- const _DSO = "DeleteStreamOutput";
392
- const _DSOe = "DescribeStreamOutput";
393
- const _DSSC = "DescribeStreamStorageConfiguration";
394
- const _DSSCI = "DescribeStreamStorageConfigurationInput";
395
- const _DSSCO = "DescribeStreamStorageConfigurationOutput";
396
- const _DST = "DefaultStorageTier";
397
- const _DSe = "DescribeStream";
398
- const _EAS = "EdgeAgentStatus";
399
- const _EC = "EdgeConfig";
400
- const _ECd = "EdgeConfigs";
401
- const _ERIH = "EdgeRetentionInHours";
402
- const _F = "Format";
403
- const _FC = "FormatConfig";
404
- const _FSD = "FailedStatusDetails";
405
- const _GDE = "GetDataEndpoint";
406
- const _GDEI = "GetDataEndpointInput";
407
- const _GDEO = "GetDataEndpointOutput";
408
- const _GSCE = "GetSignalingChannelEndpoint";
409
- const _GSCEI = "GetSignalingChannelEndpointInput";
410
- const _GSCEO = "GetSignalingChannelEndpointOutput";
411
- const _HDA = "HubDeviceArn";
412
- const _HP = "HeightPixels";
413
- const _IAE = "InvalidArgumentException";
414
- const _IDE = "InvalidDeviceException";
415
- const _IGC = "ImageGenerationConfiguration";
416
- const _IGDC = "ImageGenerationDestinationConfig";
417
- const _IRFE = "InvalidResourceFormatException";
418
- const _IST = "ImageSelectorType";
419
- const _JSD = "JobStatusDetails";
420
- const _K = "Key";
421
- const _KKI = "KmsKeyId";
422
- const _LCT = "LastCollectedTime";
423
- const _LEAC = "ListEdgeAgentConfigurations";
424
- const _LEACEC = "ListEdgeAgentConfigurationsEdgeConfig";
425
- const _LEACECL = "ListEdgeAgentConfigurationsEdgeConfigList";
426
- const _LEACI = "ListEdgeAgentConfigurationsInput";
427
- const _LEACO = "ListEdgeAgentConfigurationsOutput";
428
- const _LRS = "LastRecorderStatus";
429
- const _LS = "ListStreams";
430
- const _LSC = "LocalSizeConfig";
431
- const _LSCI = "ListSignalingChannelsInput";
432
- const _LSCO = "ListSignalingChannelsOutput";
433
- const _LSCi = "ListSignalingChannels";
434
- const _LSI = "ListStreamsInput";
435
- const _LSO = "ListStreamsOutput";
436
- const _LTFR = "ListTagsForResource";
437
- const _LTFRI = "ListTagsForResourceInput";
438
- const _LTFRO = "ListTagsForResourceOutput";
439
- const _LTFS = "ListTagsForStream";
440
- const _LTFSI = "ListTagsForStreamInput";
441
- const _LTFSO = "ListTagsForStreamOutput";
442
- const _LUS = "LastUploaderStatus";
443
- const _LUT = "LastUpdatedTime";
444
- const _M = "Message";
445
- const _MLMSIMB = "MaxLocalMediaSizeInMB";
446
- const _MR = "MaxResults";
447
- const _MRCL = "MappedResourceConfigurationList";
448
- const _MRCLI = "MappedResourceConfigurationListItem";
449
- const _MSC = "MediaStorageConfiguration";
450
- const _MSCe = "MediaSourceConfig";
451
- const _MT = "MediaType";
452
- const _MTS = "MessageTtlSeconds";
453
- const _MUSA = "MediaUriSecretArn";
454
- const _MUT = "MediaUriType";
455
- const _NAE = "NotAuthorizedException";
456
- const _NC = "NotificationConfiguration";
457
- const _NDC = "NotificationDestinationConfig";
458
- const _NDRE = "NoDataRetentionException";
459
- const _NT = "NextToken";
460
- const _O = "Operation";
461
- const _P = "Protocol";
462
- const _Pr = "Protocols";
463
- const _R = "Role";
464
- const _RARN = "ResourceARN";
465
- const _RC = "RecorderConfig";
466
- const _RE = "ResourceEndpoint";
467
- const _REL = "ResourceEndpointList";
468
- const _RELI = "ResourceEndpointListItem";
469
- const _RIUE = "ResourceInUseException";
470
- const _RNFE = "ResourceNotFoundException";
471
- const _RS = "RecorderStatus";
472
- const _S = "Status";
473
- const _SARN = "StreamARN";
474
- const _SC = "ScheduleConfig";
475
- const _SE = "ScheduleExpression";
476
- const _SECNFE = "StreamEdgeConfigurationNotFoundException";
477
- const _SECU = "StartEdgeConfigurationUpdate";
478
- const _SECUI = "StartEdgeConfigurationUpdateInput";
479
- const _SECUO = "StartEdgeConfigurationUpdateOutput";
480
- const _SI = "StreamInfo";
481
- const _SIL = "StreamInfoList";
482
- const _SIa = "SamplingInterval";
483
- const _SMC = "SingleMasterConfiguration";
484
- const _SMCEC = "SingleMasterChannelEndpointConfiguration";
485
- const _SN = "StreamName";
486
- const _SNC = "StreamNameCondition";
487
- const _SOFS = "StrategyOnFullSize";
488
- const _SS = "SyncStatus";
489
- const _SSC = "StreamStorageConfiguration";
490
- const _T = "Tags";
491
- const _TKL = "TagKeyList";
492
- const _TL = "TagList";
493
- const _TOCL = "TagOnCreateList";
494
- const _TPRELE = "TagsPerResourceExceededLimitException";
495
- const _TR = "TagResource";
496
- const _TRI = "TagResourceInput";
497
- const _TRO = "TagResourceOutput";
498
- const _TS = "TagStream";
499
- const _TSI = "TagStreamInput";
500
- const _TSO = "TagStreamOutput";
501
- const _Ta = "Tag";
502
- const _Ty = "Type";
503
- const _U = "Uri";
504
- const _UC = "UploaderConfig";
505
- const _UDR = "UpdateDataRetention";
506
- const _UDRI = "UpdateDataRetentionInput";
507
- const _UDRO = "UpdateDataRetentionOutput";
508
- const _UIGC = "UpdateImageGenerationConfiguration";
509
- const _UIGCI = "UpdateImageGenerationConfigurationInput";
510
- const _UIGCO = "UpdateImageGenerationConfigurationOutput";
511
- const _UMSC = "UpdateMediaStorageConfiguration";
512
- const _UMSCI = "UpdateMediaStorageConfigurationInput";
513
- const _UMSCO = "UpdateMediaStorageConfigurationOutput";
514
- const _UNC = "UpdateNotificationConfiguration";
515
- const _UNCI = "UpdateNotificationConfigurationInput";
516
- const _UNCO = "UpdateNotificationConfigurationOutput";
517
- const _UR = "UntagResource";
518
- const _URI = "UntagResourceInput";
519
- const _URO = "UntagResourceOutput";
520
- const _US = "UploaderStatus";
521
- const _USC = "UpdateSignalingChannel";
522
- const _USCI = "UpdateSignalingChannelInput";
523
- const _USCO = "UpdateSignalingChannelOutput";
524
- const _USI = "UntagStreamInput";
525
- const _USIp = "UpdateStreamInput";
526
- const _USO = "UntagStreamOutput";
527
- const _USOp = "UpdateStreamOutput";
528
- const _USSC = "UpdateStreamStorageConfiguration";
529
- const _USSCI = "UpdateStreamStorageConfigurationInput";
530
- const _USSCO = "UpdateStreamStorageConfigurationOutput";
531
- const _USn = "UntagStream";
532
- const _USp = "UpdateStream";
533
- const _V = "Version";
534
- const _VME = "VersionMismatchException";
535
- const _Va = "Value";
536
- const _WP = "WidthPixels";
537
- const _c = "client";
538
- const _e = "error";
539
- const _h = "http";
540
- const _hE = "httpError";
541
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisvideo";
542
- const n0 = "com.amazonaws.kinesisvideo";
543
- var MediaUriSecretArn = [0, n0, _MUSA, 8, 0];
544
- var AccessDeniedException$ = [-3, n0, _ADE,
545
- { [_e]: _c, [_hE]: 401 },
546
- [_M],
547
- [0]
548
- ];
549
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
550
- var AccountChannelLimitExceededException$ = [-3, n0, _ACLEE,
551
- { [_e]: _c, [_hE]: 400 },
552
- [_M],
553
- [0]
554
- ];
555
- schema.TypeRegistry.for(n0).registerError(AccountChannelLimitExceededException$, AccountChannelLimitExceededException);
556
- var AccountStreamLimitExceededException$ = [-3, n0, _ASLEE,
557
- { [_e]: _c, [_hE]: 400 },
558
- [_M],
559
- [0]
560
- ];
561
- schema.TypeRegistry.for(n0).registerError(AccountStreamLimitExceededException$, AccountStreamLimitExceededException);
562
- var ChannelInfo$ = [3, n0, _CI,
563
- 0,
564
- [_CN, _CARN, _CT, _CS, _CTr, _SMC, _V],
565
- [0, 0, 0, 0, 4, () => SingleMasterConfiguration$, 0]
566
- ];
567
- var ChannelNameCondition$ = [3, n0, _CNC,
568
- 0,
569
- [_CO, _CV],
570
- [0, 0]
571
- ];
572
- var ClientLimitExceededException$ = [-3, n0, _CLEE,
573
- { [_e]: _c, [_hE]: 400 },
574
- [_M],
575
- [0]
576
- ];
577
- schema.TypeRegistry.for(n0).registerError(ClientLimitExceededException$, ClientLimitExceededException);
578
- var CreateSignalingChannelInput$ = [3, n0, _CSCI,
579
- 0,
580
- [_CN, _CT, _SMC, _T],
581
- [0, 0, () => SingleMasterConfiguration$, () => TagOnCreateList], 1
582
- ];
583
- var CreateSignalingChannelOutput$ = [3, n0, _CSCO,
584
- 0,
585
- [_CARN],
586
- [0]
587
- ];
588
- var CreateStreamInput$ = [3, n0, _CSI,
589
- 0,
590
- [_SN, _DN, _MT, _KKI, _DRIH, _T, _SSC],
591
- [0, 0, 0, 0, 1, 128 | 0, () => StreamStorageConfiguration$], 1
592
- ];
593
- var CreateStreamOutput$ = [3, n0, _CSO,
594
- 0,
595
- [_SARN],
596
- [0]
597
- ];
598
- var DeleteEdgeConfigurationInput$ = [3, n0, _DECI,
599
- 0,
600
- [_SN, _SARN],
601
- [0, 0]
602
- ];
603
- var DeleteEdgeConfigurationOutput$ = [3, n0, _DECO,
604
- 0,
605
- [],
606
- []
607
- ];
608
- var DeleteSignalingChannelInput$ = [3, n0, _DSCI,
609
- 0,
610
- [_CARN, _CVu],
611
- [0, 0], 1
612
- ];
613
- var DeleteSignalingChannelOutput$ = [3, n0, _DSCO,
614
- 0,
615
- [],
616
- []
617
- ];
618
- var DeleteStreamInput$ = [3, n0, _DSI,
619
- 0,
620
- [_SARN, _CVu],
621
- [0, 0], 1
622
- ];
623
- var DeleteStreamOutput$ = [3, n0, _DSO,
624
- 0,
625
- [],
626
- []
627
- ];
628
- var DeletionConfig$ = [3, n0, _DC,
629
- 0,
630
- [_ERIH, _LSC, _DAU],
631
- [1, () => LocalSizeConfig$, 2]
632
- ];
633
- var DescribeEdgeConfigurationInput$ = [3, n0, _DECIe,
634
- 0,
635
- [_SN, _SARN],
636
- [0, 0]
637
- ];
638
- var DescribeEdgeConfigurationOutput$ = [3, n0, _DECOe,
639
- 0,
640
- [_SN, _SARN, _CTr, _LUT, _SS, _FSD, _EC, _EAS],
641
- [0, 0, 4, 4, 0, 0, [() => EdgeConfig$, 0], () => EdgeAgentStatus$]
642
- ];
643
- var DescribeImageGenerationConfigurationInput$ = [3, n0, _DIGCI,
644
- 0,
645
- [_SN, _SARN],
646
- [0, 0]
647
- ];
648
- var DescribeImageGenerationConfigurationOutput$ = [3, n0, _DIGCO,
649
- 0,
650
- [_IGC],
651
- [() => ImageGenerationConfiguration$]
652
- ];
653
- var DescribeMappedResourceConfigurationInput$ = [3, n0, _DMRCI,
654
- 0,
655
- [_SN, _SARN, _MR, _NT],
656
- [0, 0, 1, 0]
657
- ];
658
- var DescribeMappedResourceConfigurationOutput$ = [3, n0, _DMRCO,
659
- 0,
660
- [_MRCL, _NT],
661
- [() => MappedResourceConfigurationList, 0]
662
- ];
663
- var DescribeMediaStorageConfigurationInput$ = [3, n0, _DMSCI,
664
- 0,
665
- [_CN, _CARN],
666
- [0, 0]
667
- ];
668
- var DescribeMediaStorageConfigurationOutput$ = [3, n0, _DMSCO,
669
- 0,
670
- [_MSC],
671
- [() => MediaStorageConfiguration$]
672
- ];
673
- var DescribeNotificationConfigurationInput$ = [3, n0, _DNCI,
674
- 0,
675
- [_SN, _SARN],
676
- [0, 0]
677
- ];
678
- var DescribeNotificationConfigurationOutput$ = [3, n0, _DNCO,
679
- 0,
680
- [_NC],
681
- [() => NotificationConfiguration$]
682
- ];
683
- var DescribeSignalingChannelInput$ = [3, n0, _DSCIe,
684
- 0,
685
- [_CN, _CARN],
686
- [0, 0]
687
- ];
688
- var DescribeSignalingChannelOutput$ = [3, n0, _DSCOe,
689
- 0,
690
- [_CI],
691
- [() => ChannelInfo$]
692
- ];
693
- var DescribeStreamInput$ = [3, n0, _DSIe,
694
- 0,
695
- [_SN, _SARN],
696
- [0, 0]
697
- ];
698
- var DescribeStreamOutput$ = [3, n0, _DSOe,
699
- 0,
700
- [_SI],
701
- [() => StreamInfo$]
702
- ];
703
- var DescribeStreamStorageConfigurationInput$ = [3, n0, _DSSCI,
704
- 0,
705
- [_SN, _SARN],
706
- [0, 0]
707
- ];
708
- var DescribeStreamStorageConfigurationOutput$ = [3, n0, _DSSCO,
709
- 0,
710
- [_SN, _SARN, _SSC],
711
- [0, 0, () => StreamStorageConfiguration$]
712
- ];
713
- var DeviceStreamLimitExceededException$ = [-3, n0, _DSLEE,
714
- { [_e]: _c, [_hE]: 400 },
715
- [_M],
716
- [0]
717
- ];
718
- schema.TypeRegistry.for(n0).registerError(DeviceStreamLimitExceededException$, DeviceStreamLimitExceededException);
719
- var EdgeAgentStatus$ = [3, n0, _EAS,
720
- 0,
721
- [_LRS, _LUS],
722
- [() => LastRecorderStatus$, () => LastUploaderStatus$]
723
- ];
724
- var EdgeConfig$ = [3, n0, _EC,
725
- 0,
726
- [_HDA, _RC, _UC, _DC],
727
- [0, [() => RecorderConfig$, 0], () => UploaderConfig$, () => DeletionConfig$], 2
728
- ];
729
- var GetDataEndpointInput$ = [3, n0, _GDEI,
730
- 0,
731
- [_APIN, _SN, _SARN],
732
- [0, 0, 0], 1
733
- ];
734
- var GetDataEndpointOutput$ = [3, n0, _GDEO,
735
- 0,
736
- [_DE],
737
- [0]
738
- ];
739
- var GetSignalingChannelEndpointInput$ = [3, n0, _GSCEI,
740
- 0,
741
- [_CARN, _SMCEC],
742
- [0, () => SingleMasterChannelEndpointConfiguration$], 1
743
- ];
744
- var GetSignalingChannelEndpointOutput$ = [3, n0, _GSCEO,
745
- 0,
746
- [_REL],
747
- [() => ResourceEndpointList]
748
- ];
749
- var ImageGenerationConfiguration$ = [3, n0, _IGC,
750
- 0,
751
- [_S, _IST, _DCe, _SIa, _F, _FC, _WP, _HP],
752
- [0, 0, () => ImageGenerationDestinationConfig$, 1, 0, 128 | 0, 1, 1], 5
753
- ];
754
- var ImageGenerationDestinationConfig$ = [3, n0, _IGDC,
755
- 0,
756
- [_U, _DR],
757
- [0, 0], 2
758
- ];
759
- var InvalidArgumentException$ = [-3, n0, _IAE,
760
- { [_e]: _c, [_hE]: 400 },
761
- [_M],
762
- [0]
763
- ];
764
- schema.TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
765
- var InvalidDeviceException$ = [-3, n0, _IDE,
766
- { [_e]: _c, [_hE]: 400 },
767
- [_M],
768
- [0]
769
- ];
770
- schema.TypeRegistry.for(n0).registerError(InvalidDeviceException$, InvalidDeviceException);
771
- var InvalidResourceFormatException$ = [-3, n0, _IRFE,
772
- { [_e]: _c, [_hE]: 400 },
773
- [_M],
774
- [0]
775
- ];
776
- schema.TypeRegistry.for(n0).registerError(InvalidResourceFormatException$, InvalidResourceFormatException);
777
- var LastRecorderStatus$ = [3, n0, _LRS,
778
- 0,
779
- [_JSD, _LCT, _LUT, _RS],
780
- [0, 4, 4, 0]
781
- ];
782
- var LastUploaderStatus$ = [3, n0, _LUS,
783
- 0,
784
- [_JSD, _LCT, _LUT, _US],
785
- [0, 4, 4, 0]
786
- ];
787
- var ListEdgeAgentConfigurationsEdgeConfig$ = [3, n0, _LEACEC,
788
- 0,
789
- [_SN, _SARN, _CTr, _LUT, _SS, _FSD, _EC],
790
- [0, 0, 4, 4, 0, 0, [() => EdgeConfig$, 0]]
791
- ];
792
- var ListEdgeAgentConfigurationsInput$ = [3, n0, _LEACI,
793
- 0,
794
- [_HDA, _MR, _NT],
795
- [0, 1, 0], 1
796
- ];
797
- var ListEdgeAgentConfigurationsOutput$ = [3, n0, _LEACO,
798
- 0,
799
- [_ECd, _NT],
800
- [[() => ListEdgeAgentConfigurationsEdgeConfigList, 0], 0]
801
- ];
802
- var ListSignalingChannelsInput$ = [3, n0, _LSCI,
803
- 0,
804
- [_MR, _NT, _CNC],
805
- [1, 0, () => ChannelNameCondition$]
806
- ];
807
- var ListSignalingChannelsOutput$ = [3, n0, _LSCO,
808
- 0,
809
- [_CIL, _NT],
810
- [() => ChannelInfoList, 0]
811
- ];
812
- var ListStreamsInput$ = [3, n0, _LSI,
813
- 0,
814
- [_MR, _NT, _SNC],
815
- [1, 0, () => StreamNameCondition$]
816
- ];
817
- var ListStreamsOutput$ = [3, n0, _LSO,
818
- 0,
819
- [_SIL, _NT],
820
- [() => StreamInfoList, 0]
821
- ];
822
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
823
- 0,
824
- [_RARN, _NT],
825
- [0, 0], 1
826
- ];
827
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
828
- 0,
829
- [_NT, _T],
830
- [0, 128 | 0]
831
- ];
832
- var ListTagsForStreamInput$ = [3, n0, _LTFSI,
833
- 0,
834
- [_NT, _SARN, _SN],
835
- [0, 0, 0]
836
- ];
837
- var ListTagsForStreamOutput$ = [3, n0, _LTFSO,
838
- 0,
839
- [_NT, _T],
840
- [0, 128 | 0]
841
- ];
842
- var LocalSizeConfig$ = [3, n0, _LSC,
843
- 0,
844
- [_MLMSIMB, _SOFS],
845
- [1, 0]
846
- ];
847
- var MappedResourceConfigurationListItem$ = [3, n0, _MRCLI,
848
- 0,
849
- [_Ty, _ARN],
850
- [0, 0]
851
- ];
852
- var MediaSourceConfig$ = [3, n0, _MSCe,
853
- 0,
854
- [_MUSA, _MUT],
855
- [[() => MediaUriSecretArn, 0], 0], 2
856
- ];
857
- var MediaStorageConfiguration$ = [3, n0, _MSC,
858
- 0,
859
- [_S, _SARN],
860
- [0, 0], 1
861
- ];
862
- var NoDataRetentionException$ = [-3, n0, _NDRE,
863
- { [_e]: _c, [_hE]: 400 },
864
- [_M],
865
- [0]
866
- ];
867
- schema.TypeRegistry.for(n0).registerError(NoDataRetentionException$, NoDataRetentionException);
868
- var NotAuthorizedException$ = [-3, n0, _NAE,
869
- { [_e]: _c, [_hE]: 401 },
870
- [_M],
871
- [0]
872
- ];
873
- schema.TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
874
- var NotificationConfiguration$ = [3, n0, _NC,
875
- 0,
876
- [_S, _DCe],
877
- [0, () => NotificationDestinationConfig$], 2
878
- ];
879
- var NotificationDestinationConfig$ = [3, n0, _NDC,
880
- 0,
881
- [_U],
882
- [0], 1
883
- ];
884
- var RecorderConfig$ = [3, n0, _RC,
885
- 0,
886
- [_MSCe, _SC],
887
- [[() => MediaSourceConfig$, 0], () => ScheduleConfig$], 1
888
- ];
889
- var ResourceEndpointListItem$ = [3, n0, _RELI,
890
- 0,
891
- [_P, _RE],
892
- [0, 0]
893
- ];
894
- var ResourceInUseException$ = [-3, n0, _RIUE,
895
- { [_e]: _c, [_hE]: 400 },
896
- [_M],
897
- [0]
898
- ];
899
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
900
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
901
- { [_e]: _c, [_hE]: 404 },
902
- [_M],
903
- [0]
904
- ];
905
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
906
- var ScheduleConfig$ = [3, n0, _SC,
907
- 0,
908
- [_SE, _DIS],
909
- [0, 1], 2
910
- ];
911
- var SingleMasterChannelEndpointConfiguration$ = [3, n0, _SMCEC,
912
- 0,
913
- [_Pr, _R],
914
- [64 | 0, 0]
915
- ];
916
- var SingleMasterConfiguration$ = [3, n0, _SMC,
917
- 0,
918
- [_MTS],
919
- [1]
920
- ];
921
- var StartEdgeConfigurationUpdateInput$ = [3, n0, _SECUI,
922
- 0,
923
- [_EC, _SN, _SARN],
924
- [[() => EdgeConfig$, 0], 0, 0], 1
925
- ];
926
- var StartEdgeConfigurationUpdateOutput$ = [3, n0, _SECUO,
927
- 0,
928
- [_SN, _SARN, _CTr, _LUT, _SS, _FSD, _EC],
929
- [0, 0, 4, 4, 0, 0, [() => EdgeConfig$, 0]]
930
- ];
931
- var StreamEdgeConfigurationNotFoundException$ = [-3, n0, _SECNFE,
932
- { [_e]: _c, [_hE]: 404 },
933
- [_M],
934
- [0]
935
- ];
936
- schema.TypeRegistry.for(n0).registerError(StreamEdgeConfigurationNotFoundException$, StreamEdgeConfigurationNotFoundException);
937
- var StreamInfo$ = [3, n0, _SI,
938
- 0,
939
- [_DN, _SN, _SARN, _MT, _KKI, _V, _S, _CTr, _DRIH],
940
- [0, 0, 0, 0, 0, 0, 0, 4, 1]
941
- ];
942
- var StreamNameCondition$ = [3, n0, _SNC,
943
- 0,
944
- [_CO, _CV],
945
- [0, 0]
946
- ];
947
- var StreamStorageConfiguration$ = [3, n0, _SSC,
948
- 0,
949
- [_DST],
950
- [0], 1
951
- ];
952
- var Tag$ = [3, n0, _Ta,
953
- 0,
954
- [_K, _Va],
955
- [0, 0], 2
956
- ];
957
- var TagResourceInput$ = [3, n0, _TRI,
958
- 0,
959
- [_RARN, _T],
960
- [0, () => TagList], 2
961
- ];
962
- var TagResourceOutput$ = [3, n0, _TRO,
963
- 0,
964
- [],
965
- []
966
- ];
967
- var TagsPerResourceExceededLimitException$ = [-3, n0, _TPRELE,
968
- { [_e]: _c, [_hE]: 400 },
969
- [_M],
970
- [0]
971
- ];
972
- schema.TypeRegistry.for(n0).registerError(TagsPerResourceExceededLimitException$, TagsPerResourceExceededLimitException);
973
- var TagStreamInput$ = [3, n0, _TSI,
974
- 0,
975
- [_T, _SARN, _SN],
976
- [128 | 0, 0, 0], 1
977
- ];
978
- var TagStreamOutput$ = [3, n0, _TSO,
979
- 0,
980
- [],
981
- []
982
- ];
983
- var UntagResourceInput$ = [3, n0, _URI,
984
- 0,
985
- [_RARN, _TKL],
986
- [0, 64 | 0], 2
987
- ];
988
- var UntagResourceOutput$ = [3, n0, _URO,
989
- 0,
990
- [],
991
- []
992
- ];
993
- var UntagStreamInput$ = [3, n0, _USI,
994
- 0,
995
- [_TKL, _SARN, _SN],
996
- [64 | 0, 0, 0], 1
997
- ];
998
- var UntagStreamOutput$ = [3, n0, _USO,
999
- 0,
1000
- [],
1001
- []
1002
- ];
1003
- var UpdateDataRetentionInput$ = [3, n0, _UDRI,
1004
- 0,
1005
- [_CVu, _O, _DRCIH, _SN, _SARN],
1006
- [0, 0, 1, 0, 0], 3
1007
- ];
1008
- var UpdateDataRetentionOutput$ = [3, n0, _UDRO,
1009
- 0,
1010
- [],
1011
- []
1012
- ];
1013
- var UpdateImageGenerationConfigurationInput$ = [3, n0, _UIGCI,
1014
- 0,
1015
- [_SN, _SARN, _IGC],
1016
- [0, 0, () => ImageGenerationConfiguration$]
1017
- ];
1018
- var UpdateImageGenerationConfigurationOutput$ = [3, n0, _UIGCO,
1019
- 0,
1020
- [],
1021
- []
1022
- ];
1023
- var UpdateMediaStorageConfigurationInput$ = [3, n0, _UMSCI,
1024
- 0,
1025
- [_CARN, _MSC],
1026
- [0, () => MediaStorageConfiguration$], 2
1027
- ];
1028
- var UpdateMediaStorageConfigurationOutput$ = [3, n0, _UMSCO,
1029
- 0,
1030
- [],
1031
- []
1032
- ];
1033
- var UpdateNotificationConfigurationInput$ = [3, n0, _UNCI,
1034
- 0,
1035
- [_SN, _SARN, _NC],
1036
- [0, 0, () => NotificationConfiguration$]
1037
- ];
1038
- var UpdateNotificationConfigurationOutput$ = [3, n0, _UNCO,
1039
- 0,
1040
- [],
1041
- []
1042
- ];
1043
- var UpdateSignalingChannelInput$ = [3, n0, _USCI,
1044
- 0,
1045
- [_CARN, _CVu, _SMC],
1046
- [0, 0, () => SingleMasterConfiguration$], 2
1047
- ];
1048
- var UpdateSignalingChannelOutput$ = [3, n0, _USCO,
1049
- 0,
1050
- [],
1051
- []
1052
- ];
1053
- var UpdateStreamInput$ = [3, n0, _USIp,
1054
- 0,
1055
- [_CVu, _SN, _SARN, _DN, _MT],
1056
- [0, 0, 0, 0, 0], 1
1057
- ];
1058
- var UpdateStreamOutput$ = [3, n0, _USOp,
1059
- 0,
1060
- [],
1061
- []
1062
- ];
1063
- var UpdateStreamStorageConfigurationInput$ = [3, n0, _USSCI,
1064
- 0,
1065
- [_CVu, _SSC, _SN, _SARN],
1066
- [0, () => StreamStorageConfiguration$, 0, 0], 2
1067
- ];
1068
- var UpdateStreamStorageConfigurationOutput$ = [3, n0, _USSCO,
1069
- 0,
1070
- [],
1071
- []
1072
- ];
1073
- var UploaderConfig$ = [3, n0, _UC,
1074
- 0,
1075
- [_SC],
1076
- [() => ScheduleConfig$], 1
1077
- ];
1078
- var VersionMismatchException$ = [-3, n0, _VME,
1079
- { [_e]: _c, [_hE]: 400 },
1080
- [_M],
1081
- [0]
1082
- ];
1083
- schema.TypeRegistry.for(n0).registerError(VersionMismatchException$, VersionMismatchException);
1084
- var KinesisVideoServiceException$ = [-3, _s, "KinesisVideoServiceException", 0, [], []];
1085
- schema.TypeRegistry.for(_s).registerError(KinesisVideoServiceException$, KinesisVideoServiceException);
1086
- var ChannelInfoList = [1, n0, _CIL,
1087
- 0, () => ChannelInfo$
1088
- ];
1089
- var ListEdgeAgentConfigurationsEdgeConfigList = [1, n0, _LEACECL,
1090
- 0, [() => ListEdgeAgentConfigurationsEdgeConfig$,
1091
- 0]
1092
- ];
1093
- var MappedResourceConfigurationList = [1, n0, _MRCL,
1094
- 0, () => MappedResourceConfigurationListItem$
1095
- ];
1096
- var ResourceEndpointList = [1, n0, _REL,
1097
- 0, () => ResourceEndpointListItem$
1098
- ];
1099
- var StreamInfoList = [1, n0, _SIL,
1100
- 0, () => StreamInfo$
1101
- ];
1102
- var TagList = [1, n0, _TL,
1103
- 0, () => Tag$
1104
- ];
1105
- var TagOnCreateList = [1, n0, _TOCL,
1106
- 0, () => Tag$
1107
- ];
1108
- var CreateSignalingChannel$ = [9, n0, _CSC,
1109
- { [_h]: ["POST", "/createSignalingChannel", 200] }, () => CreateSignalingChannelInput$, () => CreateSignalingChannelOutput$
1110
- ];
1111
- var CreateStream$ = [9, n0, _CSr,
1112
- { [_h]: ["POST", "/createStream", 200] }, () => CreateStreamInput$, () => CreateStreamOutput$
1113
- ];
1114
- var DeleteEdgeConfiguration$ = [9, n0, _DEC,
1115
- { [_h]: ["POST", "/deleteEdgeConfiguration", 200] }, () => DeleteEdgeConfigurationInput$, () => DeleteEdgeConfigurationOutput$
1116
- ];
1117
- var DeleteSignalingChannel$ = [9, n0, _DSC,
1118
- { [_h]: ["POST", "/deleteSignalingChannel", 200] }, () => DeleteSignalingChannelInput$, () => DeleteSignalingChannelOutput$
1119
- ];
1120
- var DeleteStream$ = [9, n0, _DS,
1121
- { [_h]: ["POST", "/deleteStream", 200] }, () => DeleteStreamInput$, () => DeleteStreamOutput$
1122
- ];
1123
- var DescribeEdgeConfiguration$ = [9, n0, _DECe,
1124
- { [_h]: ["POST", "/describeEdgeConfiguration", 200] }, () => DescribeEdgeConfigurationInput$, () => DescribeEdgeConfigurationOutput$
1125
- ];
1126
- var DescribeImageGenerationConfiguration$ = [9, n0, _DIGC,
1127
- { [_h]: ["POST", "/describeImageGenerationConfiguration", 200] }, () => DescribeImageGenerationConfigurationInput$, () => DescribeImageGenerationConfigurationOutput$
1128
- ];
1129
- var DescribeMappedResourceConfiguration$ = [9, n0, _DMRC,
1130
- { [_h]: ["POST", "/describeMappedResourceConfiguration", 200] }, () => DescribeMappedResourceConfigurationInput$, () => DescribeMappedResourceConfigurationOutput$
1131
- ];
1132
- var DescribeMediaStorageConfiguration$ = [9, n0, _DMSC,
1133
- { [_h]: ["POST", "/describeMediaStorageConfiguration", 200] }, () => DescribeMediaStorageConfigurationInput$, () => DescribeMediaStorageConfigurationOutput$
1134
- ];
1135
- var DescribeNotificationConfiguration$ = [9, n0, _DNC,
1136
- { [_h]: ["POST", "/describeNotificationConfiguration", 200] }, () => DescribeNotificationConfigurationInput$, () => DescribeNotificationConfigurationOutput$
1137
- ];
1138
- var DescribeSignalingChannel$ = [9, n0, _DSCe,
1139
- { [_h]: ["POST", "/describeSignalingChannel", 200] }, () => DescribeSignalingChannelInput$, () => DescribeSignalingChannelOutput$
1140
- ];
1141
- var DescribeStream$ = [9, n0, _DSe,
1142
- { [_h]: ["POST", "/describeStream", 200] }, () => DescribeStreamInput$, () => DescribeStreamOutput$
1143
- ];
1144
- var DescribeStreamStorageConfiguration$ = [9, n0, _DSSC,
1145
- { [_h]: ["POST", "/describeStreamStorageConfiguration", 200] }, () => DescribeStreamStorageConfigurationInput$, () => DescribeStreamStorageConfigurationOutput$
1146
- ];
1147
- var GetDataEndpoint$ = [9, n0, _GDE,
1148
- { [_h]: ["POST", "/getDataEndpoint", 200] }, () => GetDataEndpointInput$, () => GetDataEndpointOutput$
1149
- ];
1150
- var GetSignalingChannelEndpoint$ = [9, n0, _GSCE,
1151
- { [_h]: ["POST", "/getSignalingChannelEndpoint", 200] }, () => GetSignalingChannelEndpointInput$, () => GetSignalingChannelEndpointOutput$
1152
- ];
1153
- var ListEdgeAgentConfigurations$ = [9, n0, _LEAC,
1154
- { [_h]: ["POST", "/listEdgeAgentConfigurations", 200] }, () => ListEdgeAgentConfigurationsInput$, () => ListEdgeAgentConfigurationsOutput$
1155
- ];
1156
- var ListSignalingChannels$ = [9, n0, _LSCi,
1157
- { [_h]: ["POST", "/listSignalingChannels", 200] }, () => ListSignalingChannelsInput$, () => ListSignalingChannelsOutput$
1158
- ];
1159
- var ListStreams$ = [9, n0, _LS,
1160
- { [_h]: ["POST", "/listStreams", 200] }, () => ListStreamsInput$, () => ListStreamsOutput$
1161
- ];
1162
- var ListTagsForResource$ = [9, n0, _LTFR,
1163
- { [_h]: ["POST", "/ListTagsForResource", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
1164
- ];
1165
- var ListTagsForStream$ = [9, n0, _LTFS,
1166
- { [_h]: ["POST", "/listTagsForStream", 200] }, () => ListTagsForStreamInput$, () => ListTagsForStreamOutput$
1167
- ];
1168
- var StartEdgeConfigurationUpdate$ = [9, n0, _SECU,
1169
- { [_h]: ["POST", "/startEdgeConfigurationUpdate", 200] }, () => StartEdgeConfigurationUpdateInput$, () => StartEdgeConfigurationUpdateOutput$
1170
- ];
1171
- var TagResource$ = [9, n0, _TR,
1172
- { [_h]: ["POST", "/TagResource", 200] }, () => TagResourceInput$, () => TagResourceOutput$
1173
- ];
1174
- var TagStream$ = [9, n0, _TS,
1175
- { [_h]: ["POST", "/tagStream", 200] }, () => TagStreamInput$, () => TagStreamOutput$
1176
- ];
1177
- var UntagResource$ = [9, n0, _UR,
1178
- { [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
1179
- ];
1180
- var UntagStream$ = [9, n0, _USn,
1181
- { [_h]: ["POST", "/untagStream", 200] }, () => UntagStreamInput$, () => UntagStreamOutput$
1182
- ];
1183
- var UpdateDataRetention$ = [9, n0, _UDR,
1184
- { [_h]: ["POST", "/updateDataRetention", 200] }, () => UpdateDataRetentionInput$, () => UpdateDataRetentionOutput$
1185
- ];
1186
- var UpdateImageGenerationConfiguration$ = [9, n0, _UIGC,
1187
- { [_h]: ["POST", "/updateImageGenerationConfiguration", 200] }, () => UpdateImageGenerationConfigurationInput$, () => UpdateImageGenerationConfigurationOutput$
1188
- ];
1189
- var UpdateMediaStorageConfiguration$ = [9, n0, _UMSC,
1190
- { [_h]: ["POST", "/updateMediaStorageConfiguration", 200] }, () => UpdateMediaStorageConfigurationInput$, () => UpdateMediaStorageConfigurationOutput$
1191
- ];
1192
- var UpdateNotificationConfiguration$ = [9, n0, _UNC,
1193
- { [_h]: ["POST", "/updateNotificationConfiguration", 200] }, () => UpdateNotificationConfigurationInput$, () => UpdateNotificationConfigurationOutput$
1194
- ];
1195
- var UpdateSignalingChannel$ = [9, n0, _USC,
1196
- { [_h]: ["POST", "/updateSignalingChannel", 200] }, () => UpdateSignalingChannelInput$, () => UpdateSignalingChannelOutput$
1197
- ];
1198
- var UpdateStream$ = [9, n0, _USp,
1199
- { [_h]: ["POST", "/updateStream", 200] }, () => UpdateStreamInput$, () => UpdateStreamOutput$
1200
- ];
1201
- var UpdateStreamStorageConfiguration$ = [9, n0, _USSC,
1202
- { [_h]: ["POST", "/updateStreamStorageConfiguration", 200] }, () => UpdateStreamStorageConfigurationInput$, () => UpdateStreamStorageConfigurationOutput$
1203
- ];
1204
-
1205
116
  class CreateSignalingChannelCommand extends smithyClient.Command
1206
117
  .classBuilder()
1207
118
  .ep(commonParams)
@@ -1210,7 +121,7 @@ class CreateSignalingChannelCommand extends smithyClient.Command
1210
121
  })
1211
122
  .s("KinesisVideo_20170930", "CreateSignalingChannel", {})
1212
123
  .n("KinesisVideoClient", "CreateSignalingChannelCommand")
1213
- .sc(CreateSignalingChannel$)
124
+ .sc(schemas_0.CreateSignalingChannel$)
1214
125
  .build() {
1215
126
  }
1216
127
 
@@ -1222,7 +133,7 @@ class CreateStreamCommand extends smithyClient.Command
1222
133
  })
1223
134
  .s("KinesisVideo_20170930", "CreateStream", {})
1224
135
  .n("KinesisVideoClient", "CreateStreamCommand")
1225
- .sc(CreateStream$)
136
+ .sc(schemas_0.CreateStream$)
1226
137
  .build() {
1227
138
  }
1228
139
 
@@ -1234,7 +145,7 @@ class DeleteEdgeConfigurationCommand extends smithyClient.Command
1234
145
  })
1235
146
  .s("KinesisVideo_20170930", "DeleteEdgeConfiguration", {})
1236
147
  .n("KinesisVideoClient", "DeleteEdgeConfigurationCommand")
1237
- .sc(DeleteEdgeConfiguration$)
148
+ .sc(schemas_0.DeleteEdgeConfiguration$)
1238
149
  .build() {
1239
150
  }
1240
151
 
@@ -1246,7 +157,7 @@ class DeleteSignalingChannelCommand extends smithyClient.Command
1246
157
  })
1247
158
  .s("KinesisVideo_20170930", "DeleteSignalingChannel", {})
1248
159
  .n("KinesisVideoClient", "DeleteSignalingChannelCommand")
1249
- .sc(DeleteSignalingChannel$)
160
+ .sc(schemas_0.DeleteSignalingChannel$)
1250
161
  .build() {
1251
162
  }
1252
163
 
@@ -1258,7 +169,7 @@ class DeleteStreamCommand extends smithyClient.Command
1258
169
  })
1259
170
  .s("KinesisVideo_20170930", "DeleteStream", {})
1260
171
  .n("KinesisVideoClient", "DeleteStreamCommand")
1261
- .sc(DeleteStream$)
172
+ .sc(schemas_0.DeleteStream$)
1262
173
  .build() {
1263
174
  }
1264
175
 
@@ -1270,7 +181,7 @@ class DescribeEdgeConfigurationCommand extends smithyClient.Command
1270
181
  })
1271
182
  .s("KinesisVideo_20170930", "DescribeEdgeConfiguration", {})
1272
183
  .n("KinesisVideoClient", "DescribeEdgeConfigurationCommand")
1273
- .sc(DescribeEdgeConfiguration$)
184
+ .sc(schemas_0.DescribeEdgeConfiguration$)
1274
185
  .build() {
1275
186
  }
1276
187
 
@@ -1282,7 +193,7 @@ class DescribeImageGenerationConfigurationCommand extends smithyClient.Command
1282
193
  })
1283
194
  .s("KinesisVideo_20170930", "DescribeImageGenerationConfiguration", {})
1284
195
  .n("KinesisVideoClient", "DescribeImageGenerationConfigurationCommand")
1285
- .sc(DescribeImageGenerationConfiguration$)
196
+ .sc(schemas_0.DescribeImageGenerationConfiguration$)
1286
197
  .build() {
1287
198
  }
1288
199
 
@@ -1294,7 +205,7 @@ class DescribeMappedResourceConfigurationCommand extends smithyClient.Command
1294
205
  })
1295
206
  .s("KinesisVideo_20170930", "DescribeMappedResourceConfiguration", {})
1296
207
  .n("KinesisVideoClient", "DescribeMappedResourceConfigurationCommand")
1297
- .sc(DescribeMappedResourceConfiguration$)
208
+ .sc(schemas_0.DescribeMappedResourceConfiguration$)
1298
209
  .build() {
1299
210
  }
1300
211
 
@@ -1306,7 +217,7 @@ class DescribeMediaStorageConfigurationCommand extends smithyClient.Command
1306
217
  })
1307
218
  .s("KinesisVideo_20170930", "DescribeMediaStorageConfiguration", {})
1308
219
  .n("KinesisVideoClient", "DescribeMediaStorageConfigurationCommand")
1309
- .sc(DescribeMediaStorageConfiguration$)
220
+ .sc(schemas_0.DescribeMediaStorageConfiguration$)
1310
221
  .build() {
1311
222
  }
1312
223
 
@@ -1318,7 +229,7 @@ class DescribeNotificationConfigurationCommand extends smithyClient.Command
1318
229
  })
1319
230
  .s("KinesisVideo_20170930", "DescribeNotificationConfiguration", {})
1320
231
  .n("KinesisVideoClient", "DescribeNotificationConfigurationCommand")
1321
- .sc(DescribeNotificationConfiguration$)
232
+ .sc(schemas_0.DescribeNotificationConfiguration$)
1322
233
  .build() {
1323
234
  }
1324
235
 
@@ -1330,7 +241,7 @@ class DescribeSignalingChannelCommand extends smithyClient.Command
1330
241
  })
1331
242
  .s("KinesisVideo_20170930", "DescribeSignalingChannel", {})
1332
243
  .n("KinesisVideoClient", "DescribeSignalingChannelCommand")
1333
- .sc(DescribeSignalingChannel$)
244
+ .sc(schemas_0.DescribeSignalingChannel$)
1334
245
  .build() {
1335
246
  }
1336
247
 
@@ -1342,7 +253,7 @@ class DescribeStreamCommand extends smithyClient.Command
1342
253
  })
1343
254
  .s("KinesisVideo_20170930", "DescribeStream", {})
1344
255
  .n("KinesisVideoClient", "DescribeStreamCommand")
1345
- .sc(DescribeStream$)
256
+ .sc(schemas_0.DescribeStream$)
1346
257
  .build() {
1347
258
  }
1348
259
 
@@ -1354,7 +265,7 @@ class DescribeStreamStorageConfigurationCommand extends smithyClient.Command
1354
265
  })
1355
266
  .s("KinesisVideo_20170930", "DescribeStreamStorageConfiguration", {})
1356
267
  .n("KinesisVideoClient", "DescribeStreamStorageConfigurationCommand")
1357
- .sc(DescribeStreamStorageConfiguration$)
268
+ .sc(schemas_0.DescribeStreamStorageConfiguration$)
1358
269
  .build() {
1359
270
  }
1360
271
 
@@ -1366,7 +277,7 @@ class GetDataEndpointCommand extends smithyClient.Command
1366
277
  })
1367
278
  .s("KinesisVideo_20170930", "GetDataEndpoint", {})
1368
279
  .n("KinesisVideoClient", "GetDataEndpointCommand")
1369
- .sc(GetDataEndpoint$)
280
+ .sc(schemas_0.GetDataEndpoint$)
1370
281
  .build() {
1371
282
  }
1372
283
 
@@ -1378,7 +289,7 @@ class GetSignalingChannelEndpointCommand extends smithyClient.Command
1378
289
  })
1379
290
  .s("KinesisVideo_20170930", "GetSignalingChannelEndpoint", {})
1380
291
  .n("KinesisVideoClient", "GetSignalingChannelEndpointCommand")
1381
- .sc(GetSignalingChannelEndpoint$)
292
+ .sc(schemas_0.GetSignalingChannelEndpoint$)
1382
293
  .build() {
1383
294
  }
1384
295
 
@@ -1390,7 +301,7 @@ class ListEdgeAgentConfigurationsCommand extends smithyClient.Command
1390
301
  })
1391
302
  .s("KinesisVideo_20170930", "ListEdgeAgentConfigurations", {})
1392
303
  .n("KinesisVideoClient", "ListEdgeAgentConfigurationsCommand")
1393
- .sc(ListEdgeAgentConfigurations$)
304
+ .sc(schemas_0.ListEdgeAgentConfigurations$)
1394
305
  .build() {
1395
306
  }
1396
307
 
@@ -1402,7 +313,7 @@ class ListSignalingChannelsCommand extends smithyClient.Command
1402
313
  })
1403
314
  .s("KinesisVideo_20170930", "ListSignalingChannels", {})
1404
315
  .n("KinesisVideoClient", "ListSignalingChannelsCommand")
1405
- .sc(ListSignalingChannels$)
316
+ .sc(schemas_0.ListSignalingChannels$)
1406
317
  .build() {
1407
318
  }
1408
319
 
@@ -1414,7 +325,7 @@ class ListStreamsCommand extends smithyClient.Command
1414
325
  })
1415
326
  .s("KinesisVideo_20170930", "ListStreams", {})
1416
327
  .n("KinesisVideoClient", "ListStreamsCommand")
1417
- .sc(ListStreams$)
328
+ .sc(schemas_0.ListStreams$)
1418
329
  .build() {
1419
330
  }
1420
331
 
@@ -1426,7 +337,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1426
337
  })
1427
338
  .s("KinesisVideo_20170930", "ListTagsForResource", {})
1428
339
  .n("KinesisVideoClient", "ListTagsForResourceCommand")
1429
- .sc(ListTagsForResource$)
340
+ .sc(schemas_0.ListTagsForResource$)
1430
341
  .build() {
1431
342
  }
1432
343
 
@@ -1438,7 +349,7 @@ class ListTagsForStreamCommand extends smithyClient.Command
1438
349
  })
1439
350
  .s("KinesisVideo_20170930", "ListTagsForStream", {})
1440
351
  .n("KinesisVideoClient", "ListTagsForStreamCommand")
1441
- .sc(ListTagsForStream$)
352
+ .sc(schemas_0.ListTagsForStream$)
1442
353
  .build() {
1443
354
  }
1444
355
 
@@ -1450,7 +361,7 @@ class StartEdgeConfigurationUpdateCommand extends smithyClient.Command
1450
361
  })
1451
362
  .s("KinesisVideo_20170930", "StartEdgeConfigurationUpdate", {})
1452
363
  .n("KinesisVideoClient", "StartEdgeConfigurationUpdateCommand")
1453
- .sc(StartEdgeConfigurationUpdate$)
364
+ .sc(schemas_0.StartEdgeConfigurationUpdate$)
1454
365
  .build() {
1455
366
  }
1456
367
 
@@ -1462,7 +373,7 @@ class TagResourceCommand extends smithyClient.Command
1462
373
  })
1463
374
  .s("KinesisVideo_20170930", "TagResource", {})
1464
375
  .n("KinesisVideoClient", "TagResourceCommand")
1465
- .sc(TagResource$)
376
+ .sc(schemas_0.TagResource$)
1466
377
  .build() {
1467
378
  }
1468
379
 
@@ -1474,7 +385,7 @@ class TagStreamCommand extends smithyClient.Command
1474
385
  })
1475
386
  .s("KinesisVideo_20170930", "TagStream", {})
1476
387
  .n("KinesisVideoClient", "TagStreamCommand")
1477
- .sc(TagStream$)
388
+ .sc(schemas_0.TagStream$)
1478
389
  .build() {
1479
390
  }
1480
391
 
@@ -1486,7 +397,7 @@ class UntagResourceCommand extends smithyClient.Command
1486
397
  })
1487
398
  .s("KinesisVideo_20170930", "UntagResource", {})
1488
399
  .n("KinesisVideoClient", "UntagResourceCommand")
1489
- .sc(UntagResource$)
400
+ .sc(schemas_0.UntagResource$)
1490
401
  .build() {
1491
402
  }
1492
403
 
@@ -1498,7 +409,7 @@ class UntagStreamCommand extends smithyClient.Command
1498
409
  })
1499
410
  .s("KinesisVideo_20170930", "UntagStream", {})
1500
411
  .n("KinesisVideoClient", "UntagStreamCommand")
1501
- .sc(UntagStream$)
412
+ .sc(schemas_0.UntagStream$)
1502
413
  .build() {
1503
414
  }
1504
415
 
@@ -1510,7 +421,7 @@ class UpdateDataRetentionCommand extends smithyClient.Command
1510
421
  })
1511
422
  .s("KinesisVideo_20170930", "UpdateDataRetention", {})
1512
423
  .n("KinesisVideoClient", "UpdateDataRetentionCommand")
1513
- .sc(UpdateDataRetention$)
424
+ .sc(schemas_0.UpdateDataRetention$)
1514
425
  .build() {
1515
426
  }
1516
427
 
@@ -1522,7 +433,7 @@ class UpdateImageGenerationConfigurationCommand extends smithyClient.Command
1522
433
  })
1523
434
  .s("KinesisVideo_20170930", "UpdateImageGenerationConfiguration", {})
1524
435
  .n("KinesisVideoClient", "UpdateImageGenerationConfigurationCommand")
1525
- .sc(UpdateImageGenerationConfiguration$)
436
+ .sc(schemas_0.UpdateImageGenerationConfiguration$)
1526
437
  .build() {
1527
438
  }
1528
439
 
@@ -1534,7 +445,7 @@ class UpdateMediaStorageConfigurationCommand extends smithyClient.Command
1534
445
  })
1535
446
  .s("KinesisVideo_20170930", "UpdateMediaStorageConfiguration", {})
1536
447
  .n("KinesisVideoClient", "UpdateMediaStorageConfigurationCommand")
1537
- .sc(UpdateMediaStorageConfiguration$)
448
+ .sc(schemas_0.UpdateMediaStorageConfiguration$)
1538
449
  .build() {
1539
450
  }
1540
451
 
@@ -1546,7 +457,7 @@ class UpdateNotificationConfigurationCommand extends smithyClient.Command
1546
457
  })
1547
458
  .s("KinesisVideo_20170930", "UpdateNotificationConfiguration", {})
1548
459
  .n("KinesisVideoClient", "UpdateNotificationConfigurationCommand")
1549
- .sc(UpdateNotificationConfiguration$)
460
+ .sc(schemas_0.UpdateNotificationConfiguration$)
1550
461
  .build() {
1551
462
  }
1552
463
 
@@ -1558,7 +469,7 @@ class UpdateSignalingChannelCommand extends smithyClient.Command
1558
469
  })
1559
470
  .s("KinesisVideo_20170930", "UpdateSignalingChannel", {})
1560
471
  .n("KinesisVideoClient", "UpdateSignalingChannelCommand")
1561
- .sc(UpdateSignalingChannel$)
472
+ .sc(schemas_0.UpdateSignalingChannel$)
1562
473
  .build() {
1563
474
  }
1564
475
 
@@ -1570,7 +481,7 @@ class UpdateStreamCommand extends smithyClient.Command
1570
481
  })
1571
482
  .s("KinesisVideo_20170930", "UpdateStream", {})
1572
483
  .n("KinesisVideoClient", "UpdateStreamCommand")
1573
- .sc(UpdateStream$)
484
+ .sc(schemas_0.UpdateStream$)
1574
485
  .build() {
1575
486
  }
1576
487
 
@@ -1582,7 +493,7 @@ class UpdateStreamStorageConfigurationCommand extends smithyClient.Command
1582
493
  })
1583
494
  .s("KinesisVideo_20170930", "UpdateStreamStorageConfiguration", {})
1584
495
  .n("KinesisVideoClient", "UpdateStreamStorageConfigurationCommand")
1585
- .sc(UpdateStreamStorageConfiguration$)
496
+ .sc(schemas_0.UpdateStreamStorageConfiguration$)
1586
497
  .build() {
1587
498
  }
1588
499
 
@@ -1733,213 +644,75 @@ Object.defineProperty(exports, "__Client", {
1733
644
  enumerable: true,
1734
645
  get: function () { return smithyClient.Client; }
1735
646
  });
647
+ Object.defineProperty(exports, "KinesisVideoServiceException", {
648
+ enumerable: true,
649
+ get: function () { return KinesisVideoServiceException.KinesisVideoServiceException; }
650
+ });
1736
651
  exports.APIName = APIName;
1737
- exports.AccessDeniedException = AccessDeniedException;
1738
- exports.AccessDeniedException$ = AccessDeniedException$;
1739
- exports.AccountChannelLimitExceededException = AccountChannelLimitExceededException;
1740
- exports.AccountChannelLimitExceededException$ = AccountChannelLimitExceededException$;
1741
- exports.AccountStreamLimitExceededException = AccountStreamLimitExceededException;
1742
- exports.AccountStreamLimitExceededException$ = AccountStreamLimitExceededException$;
1743
- exports.ChannelInfo$ = ChannelInfo$;
1744
- exports.ChannelNameCondition$ = ChannelNameCondition$;
1745
652
  exports.ChannelProtocol = ChannelProtocol;
1746
653
  exports.ChannelRole = ChannelRole;
1747
654
  exports.ChannelType = ChannelType;
1748
- exports.ClientLimitExceededException = ClientLimitExceededException;
1749
- exports.ClientLimitExceededException$ = ClientLimitExceededException$;
1750
655
  exports.ComparisonOperator = ComparisonOperator;
1751
656
  exports.ConfigurationStatus = ConfigurationStatus;
1752
- exports.CreateSignalingChannel$ = CreateSignalingChannel$;
1753
657
  exports.CreateSignalingChannelCommand = CreateSignalingChannelCommand;
1754
- exports.CreateSignalingChannelInput$ = CreateSignalingChannelInput$;
1755
- exports.CreateSignalingChannelOutput$ = CreateSignalingChannelOutput$;
1756
- exports.CreateStream$ = CreateStream$;
1757
658
  exports.CreateStreamCommand = CreateStreamCommand;
1758
- exports.CreateStreamInput$ = CreateStreamInput$;
1759
- exports.CreateStreamOutput$ = CreateStreamOutput$;
1760
659
  exports.DefaultStorageTier = DefaultStorageTier;
1761
- exports.DeleteEdgeConfiguration$ = DeleteEdgeConfiguration$;
1762
660
  exports.DeleteEdgeConfigurationCommand = DeleteEdgeConfigurationCommand;
1763
- exports.DeleteEdgeConfigurationInput$ = DeleteEdgeConfigurationInput$;
1764
- exports.DeleteEdgeConfigurationOutput$ = DeleteEdgeConfigurationOutput$;
1765
- exports.DeleteSignalingChannel$ = DeleteSignalingChannel$;
1766
661
  exports.DeleteSignalingChannelCommand = DeleteSignalingChannelCommand;
1767
- exports.DeleteSignalingChannelInput$ = DeleteSignalingChannelInput$;
1768
- exports.DeleteSignalingChannelOutput$ = DeleteSignalingChannelOutput$;
1769
- exports.DeleteStream$ = DeleteStream$;
1770
662
  exports.DeleteStreamCommand = DeleteStreamCommand;
1771
- exports.DeleteStreamInput$ = DeleteStreamInput$;
1772
- exports.DeleteStreamOutput$ = DeleteStreamOutput$;
1773
- exports.DeletionConfig$ = DeletionConfig$;
1774
- exports.DescribeEdgeConfiguration$ = DescribeEdgeConfiguration$;
1775
663
  exports.DescribeEdgeConfigurationCommand = DescribeEdgeConfigurationCommand;
1776
- exports.DescribeEdgeConfigurationInput$ = DescribeEdgeConfigurationInput$;
1777
- exports.DescribeEdgeConfigurationOutput$ = DescribeEdgeConfigurationOutput$;
1778
- exports.DescribeImageGenerationConfiguration$ = DescribeImageGenerationConfiguration$;
1779
664
  exports.DescribeImageGenerationConfigurationCommand = DescribeImageGenerationConfigurationCommand;
1780
- exports.DescribeImageGenerationConfigurationInput$ = DescribeImageGenerationConfigurationInput$;
1781
- exports.DescribeImageGenerationConfigurationOutput$ = DescribeImageGenerationConfigurationOutput$;
1782
- exports.DescribeMappedResourceConfiguration$ = DescribeMappedResourceConfiguration$;
1783
665
  exports.DescribeMappedResourceConfigurationCommand = DescribeMappedResourceConfigurationCommand;
1784
- exports.DescribeMappedResourceConfigurationInput$ = DescribeMappedResourceConfigurationInput$;
1785
- exports.DescribeMappedResourceConfigurationOutput$ = DescribeMappedResourceConfigurationOutput$;
1786
- exports.DescribeMediaStorageConfiguration$ = DescribeMediaStorageConfiguration$;
1787
666
  exports.DescribeMediaStorageConfigurationCommand = DescribeMediaStorageConfigurationCommand;
1788
- exports.DescribeMediaStorageConfigurationInput$ = DescribeMediaStorageConfigurationInput$;
1789
- exports.DescribeMediaStorageConfigurationOutput$ = DescribeMediaStorageConfigurationOutput$;
1790
- exports.DescribeNotificationConfiguration$ = DescribeNotificationConfiguration$;
1791
667
  exports.DescribeNotificationConfigurationCommand = DescribeNotificationConfigurationCommand;
1792
- exports.DescribeNotificationConfigurationInput$ = DescribeNotificationConfigurationInput$;
1793
- exports.DescribeNotificationConfigurationOutput$ = DescribeNotificationConfigurationOutput$;
1794
- exports.DescribeSignalingChannel$ = DescribeSignalingChannel$;
1795
668
  exports.DescribeSignalingChannelCommand = DescribeSignalingChannelCommand;
1796
- exports.DescribeSignalingChannelInput$ = DescribeSignalingChannelInput$;
1797
- exports.DescribeSignalingChannelOutput$ = DescribeSignalingChannelOutput$;
1798
- exports.DescribeStream$ = DescribeStream$;
1799
669
  exports.DescribeStreamCommand = DescribeStreamCommand;
1800
- exports.DescribeStreamInput$ = DescribeStreamInput$;
1801
- exports.DescribeStreamOutput$ = DescribeStreamOutput$;
1802
- exports.DescribeStreamStorageConfiguration$ = DescribeStreamStorageConfiguration$;
1803
670
  exports.DescribeStreamStorageConfigurationCommand = DescribeStreamStorageConfigurationCommand;
1804
- exports.DescribeStreamStorageConfigurationInput$ = DescribeStreamStorageConfigurationInput$;
1805
- exports.DescribeStreamStorageConfigurationOutput$ = DescribeStreamStorageConfigurationOutput$;
1806
- exports.DeviceStreamLimitExceededException = DeviceStreamLimitExceededException;
1807
- exports.DeviceStreamLimitExceededException$ = DeviceStreamLimitExceededException$;
1808
- exports.EdgeAgentStatus$ = EdgeAgentStatus$;
1809
- exports.EdgeConfig$ = EdgeConfig$;
1810
671
  exports.Format = Format;
1811
672
  exports.FormatConfigKey = FormatConfigKey;
1812
- exports.GetDataEndpoint$ = GetDataEndpoint$;
1813
673
  exports.GetDataEndpointCommand = GetDataEndpointCommand;
1814
- exports.GetDataEndpointInput$ = GetDataEndpointInput$;
1815
- exports.GetDataEndpointOutput$ = GetDataEndpointOutput$;
1816
- exports.GetSignalingChannelEndpoint$ = GetSignalingChannelEndpoint$;
1817
674
  exports.GetSignalingChannelEndpointCommand = GetSignalingChannelEndpointCommand;
1818
- exports.GetSignalingChannelEndpointInput$ = GetSignalingChannelEndpointInput$;
1819
- exports.GetSignalingChannelEndpointOutput$ = GetSignalingChannelEndpointOutput$;
1820
- exports.ImageGenerationConfiguration$ = ImageGenerationConfiguration$;
1821
- exports.ImageGenerationDestinationConfig$ = ImageGenerationDestinationConfig$;
1822
675
  exports.ImageSelectorType = ImageSelectorType;
1823
- exports.InvalidArgumentException = InvalidArgumentException;
1824
- exports.InvalidArgumentException$ = InvalidArgumentException$;
1825
- exports.InvalidDeviceException = InvalidDeviceException;
1826
- exports.InvalidDeviceException$ = InvalidDeviceException$;
1827
- exports.InvalidResourceFormatException = InvalidResourceFormatException;
1828
- exports.InvalidResourceFormatException$ = InvalidResourceFormatException$;
1829
676
  exports.KinesisVideo = KinesisVideo;
1830
677
  exports.KinesisVideoClient = KinesisVideoClient;
1831
- exports.KinesisVideoServiceException = KinesisVideoServiceException;
1832
- exports.KinesisVideoServiceException$ = KinesisVideoServiceException$;
1833
- exports.LastRecorderStatus$ = LastRecorderStatus$;
1834
- exports.LastUploaderStatus$ = LastUploaderStatus$;
1835
- exports.ListEdgeAgentConfigurations$ = ListEdgeAgentConfigurations$;
1836
678
  exports.ListEdgeAgentConfigurationsCommand = ListEdgeAgentConfigurationsCommand;
1837
- exports.ListEdgeAgentConfigurationsEdgeConfig$ = ListEdgeAgentConfigurationsEdgeConfig$;
1838
- exports.ListEdgeAgentConfigurationsInput$ = ListEdgeAgentConfigurationsInput$;
1839
- exports.ListEdgeAgentConfigurationsOutput$ = ListEdgeAgentConfigurationsOutput$;
1840
- exports.ListSignalingChannels$ = ListSignalingChannels$;
1841
679
  exports.ListSignalingChannelsCommand = ListSignalingChannelsCommand;
1842
- exports.ListSignalingChannelsInput$ = ListSignalingChannelsInput$;
1843
- exports.ListSignalingChannelsOutput$ = ListSignalingChannelsOutput$;
1844
- exports.ListStreams$ = ListStreams$;
1845
680
  exports.ListStreamsCommand = ListStreamsCommand;
1846
- exports.ListStreamsInput$ = ListStreamsInput$;
1847
- exports.ListStreamsOutput$ = ListStreamsOutput$;
1848
- exports.ListTagsForResource$ = ListTagsForResource$;
1849
681
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1850
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
1851
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
1852
- exports.ListTagsForStream$ = ListTagsForStream$;
1853
682
  exports.ListTagsForStreamCommand = ListTagsForStreamCommand;
1854
- exports.ListTagsForStreamInput$ = ListTagsForStreamInput$;
1855
- exports.ListTagsForStreamOutput$ = ListTagsForStreamOutput$;
1856
- exports.LocalSizeConfig$ = LocalSizeConfig$;
1857
- exports.MappedResourceConfigurationListItem$ = MappedResourceConfigurationListItem$;
1858
- exports.MediaSourceConfig$ = MediaSourceConfig$;
1859
- exports.MediaStorageConfiguration$ = MediaStorageConfiguration$;
1860
683
  exports.MediaStorageConfigurationStatus = MediaStorageConfigurationStatus;
1861
684
  exports.MediaUriType = MediaUriType;
1862
- exports.NoDataRetentionException = NoDataRetentionException;
1863
- exports.NoDataRetentionException$ = NoDataRetentionException$;
1864
- exports.NotAuthorizedException = NotAuthorizedException;
1865
- exports.NotAuthorizedException$ = NotAuthorizedException$;
1866
- exports.NotificationConfiguration$ = NotificationConfiguration$;
1867
- exports.NotificationDestinationConfig$ = NotificationDestinationConfig$;
1868
- exports.RecorderConfig$ = RecorderConfig$;
1869
685
  exports.RecorderStatus = RecorderStatus;
1870
- exports.ResourceEndpointListItem$ = ResourceEndpointListItem$;
1871
- exports.ResourceInUseException = ResourceInUseException;
1872
- exports.ResourceInUseException$ = ResourceInUseException$;
1873
- exports.ResourceNotFoundException = ResourceNotFoundException;
1874
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1875
- exports.ScheduleConfig$ = ScheduleConfig$;
1876
- exports.SingleMasterChannelEndpointConfiguration$ = SingleMasterChannelEndpointConfiguration$;
1877
- exports.SingleMasterConfiguration$ = SingleMasterConfiguration$;
1878
- exports.StartEdgeConfigurationUpdate$ = StartEdgeConfigurationUpdate$;
1879
686
  exports.StartEdgeConfigurationUpdateCommand = StartEdgeConfigurationUpdateCommand;
1880
- exports.StartEdgeConfigurationUpdateInput$ = StartEdgeConfigurationUpdateInput$;
1881
- exports.StartEdgeConfigurationUpdateOutput$ = StartEdgeConfigurationUpdateOutput$;
1882
687
  exports.Status = Status;
1883
688
  exports.StrategyOnFullSize = StrategyOnFullSize;
1884
- exports.StreamEdgeConfigurationNotFoundException = StreamEdgeConfigurationNotFoundException;
1885
- exports.StreamEdgeConfigurationNotFoundException$ = StreamEdgeConfigurationNotFoundException$;
1886
- exports.StreamInfo$ = StreamInfo$;
1887
- exports.StreamNameCondition$ = StreamNameCondition$;
1888
- exports.StreamStorageConfiguration$ = StreamStorageConfiguration$;
1889
689
  exports.SyncStatus = SyncStatus;
1890
- exports.Tag$ = Tag$;
1891
- exports.TagResource$ = TagResource$;
1892
690
  exports.TagResourceCommand = TagResourceCommand;
1893
- exports.TagResourceInput$ = TagResourceInput$;
1894
- exports.TagResourceOutput$ = TagResourceOutput$;
1895
- exports.TagStream$ = TagStream$;
1896
691
  exports.TagStreamCommand = TagStreamCommand;
1897
- exports.TagStreamInput$ = TagStreamInput$;
1898
- exports.TagStreamOutput$ = TagStreamOutput$;
1899
- exports.TagsPerResourceExceededLimitException = TagsPerResourceExceededLimitException;
1900
- exports.TagsPerResourceExceededLimitException$ = TagsPerResourceExceededLimitException$;
1901
- exports.UntagResource$ = UntagResource$;
1902
692
  exports.UntagResourceCommand = UntagResourceCommand;
1903
- exports.UntagResourceInput$ = UntagResourceInput$;
1904
- exports.UntagResourceOutput$ = UntagResourceOutput$;
1905
- exports.UntagStream$ = UntagStream$;
1906
693
  exports.UntagStreamCommand = UntagStreamCommand;
1907
- exports.UntagStreamInput$ = UntagStreamInput$;
1908
- exports.UntagStreamOutput$ = UntagStreamOutput$;
1909
- exports.UpdateDataRetention$ = UpdateDataRetention$;
1910
694
  exports.UpdateDataRetentionCommand = UpdateDataRetentionCommand;
1911
- exports.UpdateDataRetentionInput$ = UpdateDataRetentionInput$;
1912
695
  exports.UpdateDataRetentionOperation = UpdateDataRetentionOperation;
1913
- exports.UpdateDataRetentionOutput$ = UpdateDataRetentionOutput$;
1914
- exports.UpdateImageGenerationConfiguration$ = UpdateImageGenerationConfiguration$;
1915
696
  exports.UpdateImageGenerationConfigurationCommand = UpdateImageGenerationConfigurationCommand;
1916
- exports.UpdateImageGenerationConfigurationInput$ = UpdateImageGenerationConfigurationInput$;
1917
- exports.UpdateImageGenerationConfigurationOutput$ = UpdateImageGenerationConfigurationOutput$;
1918
- exports.UpdateMediaStorageConfiguration$ = UpdateMediaStorageConfiguration$;
1919
697
  exports.UpdateMediaStorageConfigurationCommand = UpdateMediaStorageConfigurationCommand;
1920
- exports.UpdateMediaStorageConfigurationInput$ = UpdateMediaStorageConfigurationInput$;
1921
- exports.UpdateMediaStorageConfigurationOutput$ = UpdateMediaStorageConfigurationOutput$;
1922
- exports.UpdateNotificationConfiguration$ = UpdateNotificationConfiguration$;
1923
698
  exports.UpdateNotificationConfigurationCommand = UpdateNotificationConfigurationCommand;
1924
- exports.UpdateNotificationConfigurationInput$ = UpdateNotificationConfigurationInput$;
1925
- exports.UpdateNotificationConfigurationOutput$ = UpdateNotificationConfigurationOutput$;
1926
- exports.UpdateSignalingChannel$ = UpdateSignalingChannel$;
1927
699
  exports.UpdateSignalingChannelCommand = UpdateSignalingChannelCommand;
1928
- exports.UpdateSignalingChannelInput$ = UpdateSignalingChannelInput$;
1929
- exports.UpdateSignalingChannelOutput$ = UpdateSignalingChannelOutput$;
1930
- exports.UpdateStream$ = UpdateStream$;
1931
700
  exports.UpdateStreamCommand = UpdateStreamCommand;
1932
- exports.UpdateStreamInput$ = UpdateStreamInput$;
1933
- exports.UpdateStreamOutput$ = UpdateStreamOutput$;
1934
- exports.UpdateStreamStorageConfiguration$ = UpdateStreamStorageConfiguration$;
1935
701
  exports.UpdateStreamStorageConfigurationCommand = UpdateStreamStorageConfigurationCommand;
1936
- exports.UpdateStreamStorageConfigurationInput$ = UpdateStreamStorageConfigurationInput$;
1937
- exports.UpdateStreamStorageConfigurationOutput$ = UpdateStreamStorageConfigurationOutput$;
1938
- exports.UploaderConfig$ = UploaderConfig$;
1939
702
  exports.UploaderStatus = UploaderStatus;
1940
- exports.VersionMismatchException = VersionMismatchException;
1941
- exports.VersionMismatchException$ = VersionMismatchException$;
1942
703
  exports.paginateDescribeMappedResourceConfiguration = paginateDescribeMappedResourceConfiguration;
1943
704
  exports.paginateListEdgeAgentConfigurations = paginateListEdgeAgentConfigurations;
1944
705
  exports.paginateListSignalingChannels = paginateListSignalingChannels;
1945
706
  exports.paginateListStreams = paginateListStreams;
707
+ Object.keys(schemas_0).forEach(function (k) {
708
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
709
+ enumerable: true,
710
+ get: function () { return schemas_0[k]; }
711
+ });
712
+ });
713
+ Object.keys(errors).forEach(function (k) {
714
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
715
+ enumerable: true,
716
+ get: function () { return errors[k]; }
717
+ });
718
+ });