@aws-sdk/client-kinesis-video 3.928.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/dist-cjs/index.js +1111 -1478
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/KinesisVideoClient.js +2 -0
  4. package/dist-es/commands/CreateSignalingChannelCommand.js +3 -9
  5. package/dist-es/commands/CreateStreamCommand.js +3 -9
  6. package/dist-es/commands/DeleteEdgeConfigurationCommand.js +3 -9
  7. package/dist-es/commands/DeleteSignalingChannelCommand.js +3 -9
  8. package/dist-es/commands/DeleteStreamCommand.js +3 -9
  9. package/dist-es/commands/DescribeEdgeConfigurationCommand.js +3 -10
  10. package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +3 -9
  11. package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +3 -9
  12. package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +3 -9
  13. package/dist-es/commands/DescribeNotificationConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DescribeSignalingChannelCommand.js +3 -9
  15. package/dist-es/commands/DescribeStreamCommand.js +3 -9
  16. package/dist-es/commands/GetDataEndpointCommand.js +3 -9
  17. package/dist-es/commands/GetSignalingChannelEndpointCommand.js +3 -9
  18. package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +3 -10
  19. package/dist-es/commands/ListSignalingChannelsCommand.js +3 -9
  20. package/dist-es/commands/ListStreamsCommand.js +3 -9
  21. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  22. package/dist-es/commands/ListTagsForStreamCommand.js +3 -9
  23. package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +3 -10
  24. package/dist-es/commands/TagResourceCommand.js +3 -9
  25. package/dist-es/commands/TagStreamCommand.js +3 -9
  26. package/dist-es/commands/UntagResourceCommand.js +3 -9
  27. package/dist-es/commands/UntagStreamCommand.js +3 -9
  28. package/dist-es/commands/UpdateDataRetentionCommand.js +3 -9
  29. package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +3 -9
  30. package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +3 -9
  31. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +3 -9
  32. package/dist-es/commands/UpdateSignalingChannelCommand.js +3 -9
  33. package/dist-es/commands/UpdateStreamCommand.js +3 -9
  34. package/dist-es/models/models_0.js +0 -35
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-es/schemas/schemas_0.js +1009 -0
  37. package/dist-types/KinesisVideoClient.d.ts +10 -1
  38. package/dist-types/models/models_0.d.ts +0 -32
  39. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  40. package/dist-types/runtimeConfig.d.ts +1 -0
  41. package/dist-types/runtimeConfig.native.d.ts +1 -0
  42. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  43. package/dist-types/schemas/schemas_0.d.ts +145 -0
  44. package/dist-types/ts3.4/KinesisVideoClient.d.ts +4 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +0 -22
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +151 -0
  51. package/package.json +2 -2
  52. package/dist-es/protocols/Aws_restJson1.js +0 -1182
  53. package/dist-types/protocols/Aws_restJson1.d.ts +0 -272
  54. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -365
@@ -0,0 +1,1009 @@
1
+ const _ACLEE = "AccountChannelLimitExceededException";
2
+ const _ADE = "AccessDeniedException";
3
+ const _APIN = "APIName";
4
+ const _ARN = "ARN";
5
+ const _ASLEE = "AccountStreamLimitExceededException";
6
+ const _CARN = "ChannelARN";
7
+ const _CI = "ChannelInfo";
8
+ const _CIL = "ChannelInfoList";
9
+ const _CLEE = "ClientLimitExceededException";
10
+ const _CN = "ChannelName";
11
+ const _CNC = "ChannelNameCondition";
12
+ const _CO = "ComparisonOperator";
13
+ const _CS = "ChannelStatus";
14
+ const _CSC = "CreateSignalingChannel";
15
+ const _CSCI = "CreateSignalingChannelInput";
16
+ const _CSCO = "CreateSignalingChannelOutput";
17
+ const _CSI = "CreateStreamInput";
18
+ const _CSO = "CreateStreamOutput";
19
+ const _CSr = "CreateStream";
20
+ const _CT = "ChannelType";
21
+ const _CTr = "CreationTime";
22
+ const _CV = "ComparisonValue";
23
+ const _CVu = "CurrentVersion";
24
+ const _DAU = "DeleteAfterUpload";
25
+ const _DC = "DeletionConfig";
26
+ const _DCe = "DestinationConfig";
27
+ const _DE = "DataEndpoint";
28
+ const _DEC = "DeleteEdgeConfiguration";
29
+ const _DECI = "DeleteEdgeConfigurationInput";
30
+ const _DECIe = "DescribeEdgeConfigurationInput";
31
+ const _DECO = "DeleteEdgeConfigurationOutput";
32
+ const _DECOe = "DescribeEdgeConfigurationOutput";
33
+ const _DECe = "DescribeEdgeConfiguration";
34
+ const _DIGC = "DescribeImageGenerationConfiguration";
35
+ const _DIGCI = "DescribeImageGenerationConfigurationInput";
36
+ const _DIGCO = "DescribeImageGenerationConfigurationOutput";
37
+ const _DIS = "DurationInSeconds";
38
+ const _DMRC = "DescribeMappedResourceConfiguration";
39
+ const _DMRCI = "DescribeMappedResourceConfigurationInput";
40
+ const _DMRCO = "DescribeMappedResourceConfigurationOutput";
41
+ const _DMSC = "DescribeMediaStorageConfiguration";
42
+ const _DMSCI = "DescribeMediaStorageConfigurationInput";
43
+ const _DMSCO = "DescribeMediaStorageConfigurationOutput";
44
+ const _DN = "DeviceName";
45
+ const _DNC = "DescribeNotificationConfiguration";
46
+ const _DNCI = "DescribeNotificationConfigurationInput";
47
+ const _DNCO = "DescribeNotificationConfigurationOutput";
48
+ const _DR = "DestinationRegion";
49
+ const _DRCIH = "DataRetentionChangeInHours";
50
+ const _DRIH = "DataRetentionInHours";
51
+ const _DS = "DeleteStream";
52
+ const _DSC = "DeleteSignalingChannel";
53
+ const _DSCI = "DeleteSignalingChannelInput";
54
+ const _DSCIe = "DescribeSignalingChannelInput";
55
+ const _DSCO = "DeleteSignalingChannelOutput";
56
+ const _DSCOe = "DescribeSignalingChannelOutput";
57
+ const _DSCe = "DescribeSignalingChannel";
58
+ const _DSI = "DeleteStreamInput";
59
+ const _DSIe = "DescribeStreamInput";
60
+ const _DSLEE = "DeviceStreamLimitExceededException";
61
+ const _DSO = "DeleteStreamOutput";
62
+ const _DSOe = "DescribeStreamOutput";
63
+ const _DSe = "DescribeStream";
64
+ const _EAS = "EdgeAgentStatus";
65
+ const _EC = "EdgeConfig";
66
+ const _ECd = "EdgeConfigs";
67
+ const _ERIH = "EdgeRetentionInHours";
68
+ const _F = "Format";
69
+ const _FC = "FormatConfig";
70
+ const _FSD = "FailedStatusDetails";
71
+ const _GDE = "GetDataEndpoint";
72
+ const _GDEI = "GetDataEndpointInput";
73
+ const _GDEO = "GetDataEndpointOutput";
74
+ const _GSCE = "GetSignalingChannelEndpoint";
75
+ const _GSCEI = "GetSignalingChannelEndpointInput";
76
+ const _GSCEO = "GetSignalingChannelEndpointOutput";
77
+ const _HDA = "HubDeviceArn";
78
+ const _HP = "HeightPixels";
79
+ const _IAE = "InvalidArgumentException";
80
+ const _IDE = "InvalidDeviceException";
81
+ const _IGC = "ImageGenerationConfiguration";
82
+ const _IGDC = "ImageGenerationDestinationConfig";
83
+ const _IRFE = "InvalidResourceFormatException";
84
+ const _IST = "ImageSelectorType";
85
+ const _JSD = "JobStatusDetails";
86
+ const _K = "Key";
87
+ const _KKI = "KmsKeyId";
88
+ const _LCT = "LastCollectedTime";
89
+ const _LEAC = "ListEdgeAgentConfigurations";
90
+ const _LEACEC = "ListEdgeAgentConfigurationsEdgeConfig";
91
+ const _LEACECL = "ListEdgeAgentConfigurationsEdgeConfigList";
92
+ const _LEACI = "ListEdgeAgentConfigurationsInput";
93
+ const _LEACO = "ListEdgeAgentConfigurationsOutput";
94
+ const _LRS = "LastRecorderStatus";
95
+ const _LS = "ListStreams";
96
+ const _LSC = "LocalSizeConfig";
97
+ const _LSCI = "ListSignalingChannelsInput";
98
+ const _LSCO = "ListSignalingChannelsOutput";
99
+ const _LSCi = "ListSignalingChannels";
100
+ const _LSI = "ListStreamsInput";
101
+ const _LSO = "ListStreamsOutput";
102
+ const _LTFR = "ListTagsForResource";
103
+ const _LTFRI = "ListTagsForResourceInput";
104
+ const _LTFRO = "ListTagsForResourceOutput";
105
+ const _LTFS = "ListTagsForStream";
106
+ const _LTFSI = "ListTagsForStreamInput";
107
+ const _LTFSO = "ListTagsForStreamOutput";
108
+ const _LUS = "LastUploaderStatus";
109
+ const _LUT = "LastUpdatedTime";
110
+ const _M = "Message";
111
+ const _MLMSIMB = "MaxLocalMediaSizeInMB";
112
+ const _MR = "MaxResults";
113
+ const _MRCL = "MappedResourceConfigurationList";
114
+ const _MRCLI = "MappedResourceConfigurationListItem";
115
+ const _MSC = "MediaStorageConfiguration";
116
+ const _MSCe = "MediaSourceConfig";
117
+ const _MT = "MediaType";
118
+ const _MTS = "MessageTtlSeconds";
119
+ const _MUSA = "MediaUriSecretArn";
120
+ const _MUT = "MediaUriType";
121
+ const _NAE = "NotAuthorizedException";
122
+ const _NC = "NotificationConfiguration";
123
+ const _NDC = "NotificationDestinationConfig";
124
+ const _NDRE = "NoDataRetentionException";
125
+ const _NT = "NextToken";
126
+ const _O = "Operation";
127
+ const _P = "Protocol";
128
+ const _Pr = "Protocols";
129
+ const _R = "Role";
130
+ const _RARN = "ResourceARN";
131
+ const _RC = "RecorderConfig";
132
+ const _RE = "ResourceEndpoint";
133
+ const _REL = "ResourceEndpointList";
134
+ const _RELI = "ResourceEndpointListItem";
135
+ const _RIUE = "ResourceInUseException";
136
+ const _RNFE = "ResourceNotFoundException";
137
+ const _RS = "RecorderStatus";
138
+ const _S = "Status";
139
+ const _SARN = "StreamARN";
140
+ const _SC = "ScheduleConfig";
141
+ const _SE = "ScheduleExpression";
142
+ const _SECNFE = "StreamEdgeConfigurationNotFoundException";
143
+ const _SECU = "StartEdgeConfigurationUpdate";
144
+ const _SECUI = "StartEdgeConfigurationUpdateInput";
145
+ const _SECUO = "StartEdgeConfigurationUpdateOutput";
146
+ const _SI = "StreamInfo";
147
+ const _SIL = "StreamInfoList";
148
+ const _SIa = "SamplingInterval";
149
+ const _SMC = "SingleMasterConfiguration";
150
+ const _SMCEC = "SingleMasterChannelEndpointConfiguration";
151
+ const _SN = "StreamName";
152
+ const _SNC = "StreamNameCondition";
153
+ const _SOFS = "StrategyOnFullSize";
154
+ const _SS = "SyncStatus";
155
+ const _T = "Tags";
156
+ const _TKL = "TagKeyList";
157
+ const _TL = "TagList";
158
+ const _TOCL = "TagOnCreateList";
159
+ const _TPRELE = "TagsPerResourceExceededLimitException";
160
+ const _TR = "TagResource";
161
+ const _TRI = "TagResourceInput";
162
+ const _TRO = "TagResourceOutput";
163
+ const _TS = "TagStream";
164
+ const _TSI = "TagStreamInput";
165
+ const _TSO = "TagStreamOutput";
166
+ const _Ta = "Tag";
167
+ const _Ty = "Type";
168
+ const _U = "Uri";
169
+ const _UC = "UploaderConfig";
170
+ const _UDR = "UpdateDataRetention";
171
+ const _UDRI = "UpdateDataRetentionInput";
172
+ const _UDRO = "UpdateDataRetentionOutput";
173
+ const _UIGC = "UpdateImageGenerationConfiguration";
174
+ const _UIGCI = "UpdateImageGenerationConfigurationInput";
175
+ const _UIGCO = "UpdateImageGenerationConfigurationOutput";
176
+ const _UMSC = "UpdateMediaStorageConfiguration";
177
+ const _UMSCI = "UpdateMediaStorageConfigurationInput";
178
+ const _UMSCO = "UpdateMediaStorageConfigurationOutput";
179
+ const _UNC = "UpdateNotificationConfiguration";
180
+ const _UNCI = "UpdateNotificationConfigurationInput";
181
+ const _UNCO = "UpdateNotificationConfigurationOutput";
182
+ const _UR = "UntagResource";
183
+ const _URI = "UntagResourceInput";
184
+ const _URO = "UntagResourceOutput";
185
+ const _US = "UploaderStatus";
186
+ const _USC = "UpdateSignalingChannel";
187
+ const _USCI = "UpdateSignalingChannelInput";
188
+ const _USCO = "UpdateSignalingChannelOutput";
189
+ const _USI = "UntagStreamInput";
190
+ const _USIp = "UpdateStreamInput";
191
+ const _USO = "UntagStreamOutput";
192
+ const _USOp = "UpdateStreamOutput";
193
+ const _USn = "UntagStream";
194
+ const _USp = "UpdateStream";
195
+ const _V = "Version";
196
+ const _VME = "VersionMismatchException";
197
+ const _Va = "Value";
198
+ const _WP = "WidthPixels";
199
+ const _c = "client";
200
+ const _e = "error";
201
+ const _h = "http";
202
+ const _hE = "httpError";
203
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisvideo";
204
+ const n0 = "com.amazonaws.kinesisvideo";
205
+ import { TypeRegistry } from "@smithy/core/schema";
206
+ 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/index";
207
+ import { KinesisVideoServiceException as __KinesisVideoServiceException } from "../models/KinesisVideoServiceException";
208
+ export var MediaUriSecretArn = [0, n0, _MUSA, 8, 0];
209
+ export var AccessDeniedException = [
210
+ -3,
211
+ n0,
212
+ _ADE,
213
+ {
214
+ [_e]: _c,
215
+ [_hE]: 401,
216
+ },
217
+ [_M],
218
+ [0],
219
+ ];
220
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
221
+ export var AccountChannelLimitExceededException = [
222
+ -3,
223
+ n0,
224
+ _ACLEE,
225
+ {
226
+ [_e]: _c,
227
+ [_hE]: 400,
228
+ },
229
+ [_M],
230
+ [0],
231
+ ];
232
+ TypeRegistry.for(n0).registerError(AccountChannelLimitExceededException, __AccountChannelLimitExceededException);
233
+ export var AccountStreamLimitExceededException = [
234
+ -3,
235
+ n0,
236
+ _ASLEE,
237
+ {
238
+ [_e]: _c,
239
+ [_hE]: 400,
240
+ },
241
+ [_M],
242
+ [0],
243
+ ];
244
+ TypeRegistry.for(n0).registerError(AccountStreamLimitExceededException, __AccountStreamLimitExceededException);
245
+ export var ChannelInfo = [
246
+ 3,
247
+ n0,
248
+ _CI,
249
+ 0,
250
+ [_CN, _CARN, _CT, _CS, _CTr, _SMC, _V],
251
+ [0, 0, 0, 0, 4, () => SingleMasterConfiguration, 0],
252
+ ];
253
+ export var ChannelNameCondition = [3, n0, _CNC, 0, [_CO, _CV], [0, 0]];
254
+ export var ClientLimitExceededException = [
255
+ -3,
256
+ n0,
257
+ _CLEE,
258
+ {
259
+ [_e]: _c,
260
+ [_hE]: 400,
261
+ },
262
+ [_M],
263
+ [0],
264
+ ];
265
+ TypeRegistry.for(n0).registerError(ClientLimitExceededException, __ClientLimitExceededException);
266
+ export var CreateSignalingChannelInput = [
267
+ 3,
268
+ n0,
269
+ _CSCI,
270
+ 0,
271
+ [_CN, _CT, _SMC, _T],
272
+ [0, 0, () => SingleMasterConfiguration, () => TagOnCreateList],
273
+ ];
274
+ export var CreateSignalingChannelOutput = [3, n0, _CSCO, 0, [_CARN], [0]];
275
+ export var CreateStreamInput = [
276
+ 3,
277
+ n0,
278
+ _CSI,
279
+ 0,
280
+ [_DN, _SN, _MT, _KKI, _DRIH, _T],
281
+ [0, 0, 0, 0, 1, 128 | 0],
282
+ ];
283
+ export var CreateStreamOutput = [3, n0, _CSO, 0, [_SARN], [0]];
284
+ export var DeleteEdgeConfigurationInput = [3, n0, _DECI, 0, [_SN, _SARN], [0, 0]];
285
+ export var DeleteEdgeConfigurationOutput = [3, n0, _DECO, 0, [], []];
286
+ export var DeleteSignalingChannelInput = [3, n0, _DSCI, 0, [_CARN, _CVu], [0, 0]];
287
+ export var DeleteSignalingChannelOutput = [3, n0, _DSCO, 0, [], []];
288
+ export var DeleteStreamInput = [3, n0, _DSI, 0, [_SARN, _CVu], [0, 0]];
289
+ export var DeleteStreamOutput = [3, n0, _DSO, 0, [], []];
290
+ export var DeletionConfig = [3, n0, _DC, 0, [_ERIH, _LSC, _DAU], [1, () => LocalSizeConfig, 2]];
291
+ export var DescribeEdgeConfigurationInput = [3, n0, _DECIe, 0, [_SN, _SARN], [0, 0]];
292
+ export var DescribeEdgeConfigurationOutput = [
293
+ 3,
294
+ n0,
295
+ _DECOe,
296
+ 0,
297
+ [_SN, _SARN, _CTr, _LUT, _SS, _FSD, _EC, _EAS],
298
+ [0, 0, 4, 4, 0, 0, [() => EdgeConfig, 0], () => EdgeAgentStatus],
299
+ ];
300
+ export var DescribeImageGenerationConfigurationInput = [3, n0, _DIGCI, 0, [_SN, _SARN], [0, 0]];
301
+ export var DescribeImageGenerationConfigurationOutput = [
302
+ 3,
303
+ n0,
304
+ _DIGCO,
305
+ 0,
306
+ [_IGC],
307
+ [() => ImageGenerationConfiguration],
308
+ ];
309
+ export var DescribeMappedResourceConfigurationInput = [
310
+ 3,
311
+ n0,
312
+ _DMRCI,
313
+ 0,
314
+ [_SN, _SARN, _MR, _NT],
315
+ [0, 0, 1, 0],
316
+ ];
317
+ export var DescribeMappedResourceConfigurationOutput = [
318
+ 3,
319
+ n0,
320
+ _DMRCO,
321
+ 0,
322
+ [_MRCL, _NT],
323
+ [() => MappedResourceConfigurationList, 0],
324
+ ];
325
+ export var DescribeMediaStorageConfigurationInput = [3, n0, _DMSCI, 0, [_CN, _CARN], [0, 0]];
326
+ export var DescribeMediaStorageConfigurationOutput = [
327
+ 3,
328
+ n0,
329
+ _DMSCO,
330
+ 0,
331
+ [_MSC],
332
+ [() => MediaStorageConfiguration],
333
+ ];
334
+ export var DescribeNotificationConfigurationInput = [3, n0, _DNCI, 0, [_SN, _SARN], [0, 0]];
335
+ export var DescribeNotificationConfigurationOutput = [
336
+ 3,
337
+ n0,
338
+ _DNCO,
339
+ 0,
340
+ [_NC],
341
+ [() => NotificationConfiguration],
342
+ ];
343
+ export var DescribeSignalingChannelInput = [3, n0, _DSCIe, 0, [_CN, _CARN], [0, 0]];
344
+ export var DescribeSignalingChannelOutput = [3, n0, _DSCOe, 0, [_CI], [() => ChannelInfo]];
345
+ export var DescribeStreamInput = [3, n0, _DSIe, 0, [_SN, _SARN], [0, 0]];
346
+ export var DescribeStreamOutput = [3, n0, _DSOe, 0, [_SI], [() => StreamInfo]];
347
+ export var DeviceStreamLimitExceededException = [
348
+ -3,
349
+ n0,
350
+ _DSLEE,
351
+ {
352
+ [_e]: _c,
353
+ [_hE]: 400,
354
+ },
355
+ [_M],
356
+ [0],
357
+ ];
358
+ TypeRegistry.for(n0).registerError(DeviceStreamLimitExceededException, __DeviceStreamLimitExceededException);
359
+ export var EdgeAgentStatus = [
360
+ 3,
361
+ n0,
362
+ _EAS,
363
+ 0,
364
+ [_LRS, _LUS],
365
+ [() => LastRecorderStatus, () => LastUploaderStatus],
366
+ ];
367
+ export var EdgeConfig = [
368
+ 3,
369
+ n0,
370
+ _EC,
371
+ 0,
372
+ [_HDA, _RC, _UC, _DC],
373
+ [0, [() => RecorderConfig, 0], () => UploaderConfig, () => DeletionConfig],
374
+ ];
375
+ export var GetDataEndpointInput = [3, n0, _GDEI, 0, [_SN, _SARN, _APIN], [0, 0, 0]];
376
+ export var GetDataEndpointOutput = [3, n0, _GDEO, 0, [_DE], [0]];
377
+ export var GetSignalingChannelEndpointInput = [
378
+ 3,
379
+ n0,
380
+ _GSCEI,
381
+ 0,
382
+ [_CARN, _SMCEC],
383
+ [0, () => SingleMasterChannelEndpointConfiguration],
384
+ ];
385
+ export var GetSignalingChannelEndpointOutput = [
386
+ 3,
387
+ n0,
388
+ _GSCEO,
389
+ 0,
390
+ [_REL],
391
+ [() => ResourceEndpointList],
392
+ ];
393
+ export var ImageGenerationConfiguration = [
394
+ 3,
395
+ n0,
396
+ _IGC,
397
+ 0,
398
+ [_S, _IST, _DCe, _SIa, _F, _FC, _WP, _HP],
399
+ [0, 0, () => ImageGenerationDestinationConfig, 1, 0, 128 | 0, 1, 1],
400
+ ];
401
+ export var ImageGenerationDestinationConfig = [3, n0, _IGDC, 0, [_U, _DR], [0, 0]];
402
+ export var InvalidArgumentException = [
403
+ -3,
404
+ n0,
405
+ _IAE,
406
+ {
407
+ [_e]: _c,
408
+ [_hE]: 400,
409
+ },
410
+ [_M],
411
+ [0],
412
+ ];
413
+ TypeRegistry.for(n0).registerError(InvalidArgumentException, __InvalidArgumentException);
414
+ export var InvalidDeviceException = [
415
+ -3,
416
+ n0,
417
+ _IDE,
418
+ {
419
+ [_e]: _c,
420
+ [_hE]: 400,
421
+ },
422
+ [_M],
423
+ [0],
424
+ ];
425
+ TypeRegistry.for(n0).registerError(InvalidDeviceException, __InvalidDeviceException);
426
+ export var InvalidResourceFormatException = [
427
+ -3,
428
+ n0,
429
+ _IRFE,
430
+ {
431
+ [_e]: _c,
432
+ [_hE]: 400,
433
+ },
434
+ [_M],
435
+ [0],
436
+ ];
437
+ TypeRegistry.for(n0).registerError(InvalidResourceFormatException, __InvalidResourceFormatException);
438
+ export var LastRecorderStatus = [3, n0, _LRS, 0, [_JSD, _LCT, _LUT, _RS], [0, 4, 4, 0]];
439
+ export var LastUploaderStatus = [3, n0, _LUS, 0, [_JSD, _LCT, _LUT, _US], [0, 4, 4, 0]];
440
+ export var ListEdgeAgentConfigurationsEdgeConfig = [
441
+ 3,
442
+ n0,
443
+ _LEACEC,
444
+ 0,
445
+ [_SN, _SARN, _CTr, _LUT, _SS, _FSD, _EC],
446
+ [0, 0, 4, 4, 0, 0, [() => EdgeConfig, 0]],
447
+ ];
448
+ export var ListEdgeAgentConfigurationsInput = [3, n0, _LEACI, 0, [_HDA, _MR, _NT], [0, 1, 0]];
449
+ export var ListEdgeAgentConfigurationsOutput = [
450
+ 3,
451
+ n0,
452
+ _LEACO,
453
+ 0,
454
+ [_ECd, _NT],
455
+ [[() => ListEdgeAgentConfigurationsEdgeConfigList, 0], 0],
456
+ ];
457
+ export var ListSignalingChannelsInput = [
458
+ 3,
459
+ n0,
460
+ _LSCI,
461
+ 0,
462
+ [_MR, _NT, _CNC],
463
+ [1, 0, () => ChannelNameCondition],
464
+ ];
465
+ export var ListSignalingChannelsOutput = [
466
+ 3,
467
+ n0,
468
+ _LSCO,
469
+ 0,
470
+ [_CIL, _NT],
471
+ [() => ChannelInfoList, 0],
472
+ ];
473
+ export var ListStreamsInput = [
474
+ 3,
475
+ n0,
476
+ _LSI,
477
+ 0,
478
+ [_MR, _NT, _SNC],
479
+ [1, 0, () => StreamNameCondition],
480
+ ];
481
+ export var ListStreamsOutput = [3, n0, _LSO, 0, [_SIL, _NT], [() => StreamInfoList, 0]];
482
+ export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_NT, _RARN], [0, 0]];
483
+ export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_NT, _T], [0, 128 | 0]];
484
+ export var ListTagsForStreamInput = [3, n0, _LTFSI, 0, [_NT, _SARN, _SN], [0, 0, 0]];
485
+ export var ListTagsForStreamOutput = [3, n0, _LTFSO, 0, [_NT, _T], [0, 128 | 0]];
486
+ export var LocalSizeConfig = [3, n0, _LSC, 0, [_MLMSIMB, _SOFS], [1, 0]];
487
+ export var MappedResourceConfigurationListItem = [3, n0, _MRCLI, 0, [_Ty, _ARN], [0, 0]];
488
+ export var MediaSourceConfig = [
489
+ 3,
490
+ n0,
491
+ _MSCe,
492
+ 0,
493
+ [_MUSA, _MUT],
494
+ [[() => MediaUriSecretArn, 0], 0],
495
+ ];
496
+ export var MediaStorageConfiguration = [3, n0, _MSC, 0, [_SARN, _S], [0, 0]];
497
+ export var NoDataRetentionException = [
498
+ -3,
499
+ n0,
500
+ _NDRE,
501
+ {
502
+ [_e]: _c,
503
+ [_hE]: 400,
504
+ },
505
+ [_M],
506
+ [0],
507
+ ];
508
+ TypeRegistry.for(n0).registerError(NoDataRetentionException, __NoDataRetentionException);
509
+ export var NotAuthorizedException = [
510
+ -3,
511
+ n0,
512
+ _NAE,
513
+ {
514
+ [_e]: _c,
515
+ [_hE]: 401,
516
+ },
517
+ [_M],
518
+ [0],
519
+ ];
520
+ TypeRegistry.for(n0).registerError(NotAuthorizedException, __NotAuthorizedException);
521
+ export var NotificationConfiguration = [
522
+ 3,
523
+ n0,
524
+ _NC,
525
+ 0,
526
+ [_S, _DCe],
527
+ [0, () => NotificationDestinationConfig],
528
+ ];
529
+ export var NotificationDestinationConfig = [3, n0, _NDC, 0, [_U], [0]];
530
+ export var RecorderConfig = [
531
+ 3,
532
+ n0,
533
+ _RC,
534
+ 0,
535
+ [_MSCe, _SC],
536
+ [[() => MediaSourceConfig, 0], () => ScheduleConfig],
537
+ ];
538
+ export var ResourceEndpointListItem = [3, n0, _RELI, 0, [_P, _RE], [0, 0]];
539
+ export var ResourceInUseException = [
540
+ -3,
541
+ n0,
542
+ _RIUE,
543
+ {
544
+ [_e]: _c,
545
+ [_hE]: 400,
546
+ },
547
+ [_M],
548
+ [0],
549
+ ];
550
+ TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
551
+ export var ResourceNotFoundException = [
552
+ -3,
553
+ n0,
554
+ _RNFE,
555
+ {
556
+ [_e]: _c,
557
+ [_hE]: 404,
558
+ },
559
+ [_M],
560
+ [0],
561
+ ];
562
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
563
+ export var ScheduleConfig = [3, n0, _SC, 0, [_SE, _DIS], [0, 1]];
564
+ export var SingleMasterChannelEndpointConfiguration = [3, n0, _SMCEC, 0, [_Pr, _R], [64 | 0, 0]];
565
+ export var SingleMasterConfiguration = [3, n0, _SMC, 0, [_MTS], [1]];
566
+ export var StartEdgeConfigurationUpdateInput = [
567
+ 3,
568
+ n0,
569
+ _SECUI,
570
+ 0,
571
+ [_SN, _SARN, _EC],
572
+ [0, 0, [() => EdgeConfig, 0]],
573
+ ];
574
+ export var StartEdgeConfigurationUpdateOutput = [
575
+ 3,
576
+ n0,
577
+ _SECUO,
578
+ 0,
579
+ [_SN, _SARN, _CTr, _LUT, _SS, _FSD, _EC],
580
+ [0, 0, 4, 4, 0, 0, [() => EdgeConfig, 0]],
581
+ ];
582
+ export var StreamEdgeConfigurationNotFoundException = [
583
+ -3,
584
+ n0,
585
+ _SECNFE,
586
+ {
587
+ [_e]: _c,
588
+ [_hE]: 404,
589
+ },
590
+ [_M],
591
+ [0],
592
+ ];
593
+ TypeRegistry.for(n0).registerError(StreamEdgeConfigurationNotFoundException, __StreamEdgeConfigurationNotFoundException);
594
+ export var StreamInfo = [
595
+ 3,
596
+ n0,
597
+ _SI,
598
+ 0,
599
+ [_DN, _SN, _SARN, _MT, _KKI, _V, _S, _CTr, _DRIH],
600
+ [0, 0, 0, 0, 0, 0, 0, 4, 1],
601
+ ];
602
+ export var StreamNameCondition = [3, n0, _SNC, 0, [_CO, _CV], [0, 0]];
603
+ export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
604
+ export var TagResourceInput = [3, n0, _TRI, 0, [_RARN, _T], [0, () => TagList]];
605
+ export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
606
+ export var TagsPerResourceExceededLimitException = [
607
+ -3,
608
+ n0,
609
+ _TPRELE,
610
+ {
611
+ [_e]: _c,
612
+ [_hE]: 400,
613
+ },
614
+ [_M],
615
+ [0],
616
+ ];
617
+ TypeRegistry.for(n0).registerError(TagsPerResourceExceededLimitException, __TagsPerResourceExceededLimitException);
618
+ export var TagStreamInput = [3, n0, _TSI, 0, [_SARN, _SN, _T], [0, 0, 128 | 0]];
619
+ export var TagStreamOutput = [3, n0, _TSO, 0, [], []];
620
+ export var UntagResourceInput = [3, n0, _URI, 0, [_RARN, _TKL], [0, 64 | 0]];
621
+ export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
622
+ export var UntagStreamInput = [3, n0, _USI, 0, [_SARN, _SN, _TKL], [0, 0, 64 | 0]];
623
+ export var UntagStreamOutput = [3, n0, _USO, 0, [], []];
624
+ export var UpdateDataRetentionInput = [
625
+ 3,
626
+ n0,
627
+ _UDRI,
628
+ 0,
629
+ [_SN, _SARN, _CVu, _O, _DRCIH],
630
+ [0, 0, 0, 0, 1],
631
+ ];
632
+ export var UpdateDataRetentionOutput = [3, n0, _UDRO, 0, [], []];
633
+ export var UpdateImageGenerationConfigurationInput = [
634
+ 3,
635
+ n0,
636
+ _UIGCI,
637
+ 0,
638
+ [_SN, _SARN, _IGC],
639
+ [0, 0, () => ImageGenerationConfiguration],
640
+ ];
641
+ export var UpdateImageGenerationConfigurationOutput = [3, n0, _UIGCO, 0, [], []];
642
+ export var UpdateMediaStorageConfigurationInput = [
643
+ 3,
644
+ n0,
645
+ _UMSCI,
646
+ 0,
647
+ [_CARN, _MSC],
648
+ [0, () => MediaStorageConfiguration],
649
+ ];
650
+ export var UpdateMediaStorageConfigurationOutput = [3, n0, _UMSCO, 0, [], []];
651
+ export var UpdateNotificationConfigurationInput = [
652
+ 3,
653
+ n0,
654
+ _UNCI,
655
+ 0,
656
+ [_SN, _SARN, _NC],
657
+ [0, 0, () => NotificationConfiguration],
658
+ ];
659
+ export var UpdateNotificationConfigurationOutput = [3, n0, _UNCO, 0, [], []];
660
+ export var UpdateSignalingChannelInput = [
661
+ 3,
662
+ n0,
663
+ _USCI,
664
+ 0,
665
+ [_CARN, _CVu, _SMC],
666
+ [0, 0, () => SingleMasterConfiguration],
667
+ ];
668
+ export var UpdateSignalingChannelOutput = [3, n0, _USCO, 0, [], []];
669
+ export var UpdateStreamInput = [3, n0, _USIp, 0, [_SN, _SARN, _CVu, _DN, _MT], [0, 0, 0, 0, 0]];
670
+ export var UpdateStreamOutput = [3, n0, _USOp, 0, [], []];
671
+ export var UploaderConfig = [3, n0, _UC, 0, [_SC], [() => ScheduleConfig]];
672
+ export var VersionMismatchException = [
673
+ -3,
674
+ n0,
675
+ _VME,
676
+ {
677
+ [_e]: _c,
678
+ [_hE]: 400,
679
+ },
680
+ [_M],
681
+ [0],
682
+ ];
683
+ TypeRegistry.for(n0).registerError(VersionMismatchException, __VersionMismatchException);
684
+ export var __Unit = "unit";
685
+ export var KinesisVideoServiceException = [-3, _s, "KinesisVideoServiceException", 0, [], []];
686
+ TypeRegistry.for(_s).registerError(KinesisVideoServiceException, __KinesisVideoServiceException);
687
+ export var ChannelInfoList = [1, n0, _CIL, 0, () => ChannelInfo];
688
+ export var ListEdgeAgentConfigurationsEdgeConfigList = [
689
+ 1,
690
+ n0,
691
+ _LEACECL,
692
+ 0,
693
+ [() => ListEdgeAgentConfigurationsEdgeConfig, 0],
694
+ ];
695
+ export var ListOfProtocols = 64 | 0;
696
+ export var MappedResourceConfigurationList = [
697
+ 1,
698
+ n0,
699
+ _MRCL,
700
+ 0,
701
+ () => MappedResourceConfigurationListItem,
702
+ ];
703
+ export var ResourceEndpointList = [1, n0, _REL, 0, () => ResourceEndpointListItem];
704
+ export var StreamInfoList = [1, n0, _SIL, 0, () => StreamInfo];
705
+ export var TagKeyList = 64 | 0;
706
+ export var TagList = [1, n0, _TL, 0, () => Tag];
707
+ export var TagOnCreateList = [1, n0, _TOCL, 0, () => Tag];
708
+ export var FormatConfig = 128 | 0;
709
+ export var ResourceTags = 128 | 0;
710
+ export var CreateSignalingChannel = [
711
+ 9,
712
+ n0,
713
+ _CSC,
714
+ {
715
+ [_h]: ["POST", "/createSignalingChannel", 200],
716
+ },
717
+ () => CreateSignalingChannelInput,
718
+ () => CreateSignalingChannelOutput,
719
+ ];
720
+ export var CreateStream = [
721
+ 9,
722
+ n0,
723
+ _CSr,
724
+ {
725
+ [_h]: ["POST", "/createStream", 200],
726
+ },
727
+ () => CreateStreamInput,
728
+ () => CreateStreamOutput,
729
+ ];
730
+ export var DeleteEdgeConfiguration = [
731
+ 9,
732
+ n0,
733
+ _DEC,
734
+ {
735
+ [_h]: ["POST", "/deleteEdgeConfiguration", 200],
736
+ },
737
+ () => DeleteEdgeConfigurationInput,
738
+ () => DeleteEdgeConfigurationOutput,
739
+ ];
740
+ export var DeleteSignalingChannel = [
741
+ 9,
742
+ n0,
743
+ _DSC,
744
+ {
745
+ [_h]: ["POST", "/deleteSignalingChannel", 200],
746
+ },
747
+ () => DeleteSignalingChannelInput,
748
+ () => DeleteSignalingChannelOutput,
749
+ ];
750
+ export var DeleteStream = [
751
+ 9,
752
+ n0,
753
+ _DS,
754
+ {
755
+ [_h]: ["POST", "/deleteStream", 200],
756
+ },
757
+ () => DeleteStreamInput,
758
+ () => DeleteStreamOutput,
759
+ ];
760
+ export var DescribeEdgeConfiguration = [
761
+ 9,
762
+ n0,
763
+ _DECe,
764
+ {
765
+ [_h]: ["POST", "/describeEdgeConfiguration", 200],
766
+ },
767
+ () => DescribeEdgeConfigurationInput,
768
+ () => DescribeEdgeConfigurationOutput,
769
+ ];
770
+ export var DescribeImageGenerationConfiguration = [
771
+ 9,
772
+ n0,
773
+ _DIGC,
774
+ {
775
+ [_h]: ["POST", "/describeImageGenerationConfiguration", 200],
776
+ },
777
+ () => DescribeImageGenerationConfigurationInput,
778
+ () => DescribeImageGenerationConfigurationOutput,
779
+ ];
780
+ export var DescribeMappedResourceConfiguration = [
781
+ 9,
782
+ n0,
783
+ _DMRC,
784
+ {
785
+ [_h]: ["POST", "/describeMappedResourceConfiguration", 200],
786
+ },
787
+ () => DescribeMappedResourceConfigurationInput,
788
+ () => DescribeMappedResourceConfigurationOutput,
789
+ ];
790
+ export var DescribeMediaStorageConfiguration = [
791
+ 9,
792
+ n0,
793
+ _DMSC,
794
+ {
795
+ [_h]: ["POST", "/describeMediaStorageConfiguration", 200],
796
+ },
797
+ () => DescribeMediaStorageConfigurationInput,
798
+ () => DescribeMediaStorageConfigurationOutput,
799
+ ];
800
+ export var DescribeNotificationConfiguration = [
801
+ 9,
802
+ n0,
803
+ _DNC,
804
+ {
805
+ [_h]: ["POST", "/describeNotificationConfiguration", 200],
806
+ },
807
+ () => DescribeNotificationConfigurationInput,
808
+ () => DescribeNotificationConfigurationOutput,
809
+ ];
810
+ export var DescribeSignalingChannel = [
811
+ 9,
812
+ n0,
813
+ _DSCe,
814
+ {
815
+ [_h]: ["POST", "/describeSignalingChannel", 200],
816
+ },
817
+ () => DescribeSignalingChannelInput,
818
+ () => DescribeSignalingChannelOutput,
819
+ ];
820
+ export var DescribeStream = [
821
+ 9,
822
+ n0,
823
+ _DSe,
824
+ {
825
+ [_h]: ["POST", "/describeStream", 200],
826
+ },
827
+ () => DescribeStreamInput,
828
+ () => DescribeStreamOutput,
829
+ ];
830
+ export var GetDataEndpoint = [
831
+ 9,
832
+ n0,
833
+ _GDE,
834
+ {
835
+ [_h]: ["POST", "/getDataEndpoint", 200],
836
+ },
837
+ () => GetDataEndpointInput,
838
+ () => GetDataEndpointOutput,
839
+ ];
840
+ export var GetSignalingChannelEndpoint = [
841
+ 9,
842
+ n0,
843
+ _GSCE,
844
+ {
845
+ [_h]: ["POST", "/getSignalingChannelEndpoint", 200],
846
+ },
847
+ () => GetSignalingChannelEndpointInput,
848
+ () => GetSignalingChannelEndpointOutput,
849
+ ];
850
+ export var ListEdgeAgentConfigurations = [
851
+ 9,
852
+ n0,
853
+ _LEAC,
854
+ {
855
+ [_h]: ["POST", "/listEdgeAgentConfigurations", 200],
856
+ },
857
+ () => ListEdgeAgentConfigurationsInput,
858
+ () => ListEdgeAgentConfigurationsOutput,
859
+ ];
860
+ export var ListSignalingChannels = [
861
+ 9,
862
+ n0,
863
+ _LSCi,
864
+ {
865
+ [_h]: ["POST", "/listSignalingChannels", 200],
866
+ },
867
+ () => ListSignalingChannelsInput,
868
+ () => ListSignalingChannelsOutput,
869
+ ];
870
+ export var ListStreams = [
871
+ 9,
872
+ n0,
873
+ _LS,
874
+ {
875
+ [_h]: ["POST", "/listStreams", 200],
876
+ },
877
+ () => ListStreamsInput,
878
+ () => ListStreamsOutput,
879
+ ];
880
+ export var ListTagsForResource = [
881
+ 9,
882
+ n0,
883
+ _LTFR,
884
+ {
885
+ [_h]: ["POST", "/ListTagsForResource", 200],
886
+ },
887
+ () => ListTagsForResourceInput,
888
+ () => ListTagsForResourceOutput,
889
+ ];
890
+ export var ListTagsForStream = [
891
+ 9,
892
+ n0,
893
+ _LTFS,
894
+ {
895
+ [_h]: ["POST", "/listTagsForStream", 200],
896
+ },
897
+ () => ListTagsForStreamInput,
898
+ () => ListTagsForStreamOutput,
899
+ ];
900
+ export var StartEdgeConfigurationUpdate = [
901
+ 9,
902
+ n0,
903
+ _SECU,
904
+ {
905
+ [_h]: ["POST", "/startEdgeConfigurationUpdate", 200],
906
+ },
907
+ () => StartEdgeConfigurationUpdateInput,
908
+ () => StartEdgeConfigurationUpdateOutput,
909
+ ];
910
+ export var TagResource = [
911
+ 9,
912
+ n0,
913
+ _TR,
914
+ {
915
+ [_h]: ["POST", "/TagResource", 200],
916
+ },
917
+ () => TagResourceInput,
918
+ () => TagResourceOutput,
919
+ ];
920
+ export var TagStream = [
921
+ 9,
922
+ n0,
923
+ _TS,
924
+ {
925
+ [_h]: ["POST", "/tagStream", 200],
926
+ },
927
+ () => TagStreamInput,
928
+ () => TagStreamOutput,
929
+ ];
930
+ export var UntagResource = [
931
+ 9,
932
+ n0,
933
+ _UR,
934
+ {
935
+ [_h]: ["POST", "/UntagResource", 200],
936
+ },
937
+ () => UntagResourceInput,
938
+ () => UntagResourceOutput,
939
+ ];
940
+ export var UntagStream = [
941
+ 9,
942
+ n0,
943
+ _USn,
944
+ {
945
+ [_h]: ["POST", "/untagStream", 200],
946
+ },
947
+ () => UntagStreamInput,
948
+ () => UntagStreamOutput,
949
+ ];
950
+ export var UpdateDataRetention = [
951
+ 9,
952
+ n0,
953
+ _UDR,
954
+ {
955
+ [_h]: ["POST", "/updateDataRetention", 200],
956
+ },
957
+ () => UpdateDataRetentionInput,
958
+ () => UpdateDataRetentionOutput,
959
+ ];
960
+ export var UpdateImageGenerationConfiguration = [
961
+ 9,
962
+ n0,
963
+ _UIGC,
964
+ {
965
+ [_h]: ["POST", "/updateImageGenerationConfiguration", 200],
966
+ },
967
+ () => UpdateImageGenerationConfigurationInput,
968
+ () => UpdateImageGenerationConfigurationOutput,
969
+ ];
970
+ export var UpdateMediaStorageConfiguration = [
971
+ 9,
972
+ n0,
973
+ _UMSC,
974
+ {
975
+ [_h]: ["POST", "/updateMediaStorageConfiguration", 200],
976
+ },
977
+ () => UpdateMediaStorageConfigurationInput,
978
+ () => UpdateMediaStorageConfigurationOutput,
979
+ ];
980
+ export var UpdateNotificationConfiguration = [
981
+ 9,
982
+ n0,
983
+ _UNC,
984
+ {
985
+ [_h]: ["POST", "/updateNotificationConfiguration", 200],
986
+ },
987
+ () => UpdateNotificationConfigurationInput,
988
+ () => UpdateNotificationConfigurationOutput,
989
+ ];
990
+ export var UpdateSignalingChannel = [
991
+ 9,
992
+ n0,
993
+ _USC,
994
+ {
995
+ [_h]: ["POST", "/updateSignalingChannel", 200],
996
+ },
997
+ () => UpdateSignalingChannelInput,
998
+ () => UpdateSignalingChannelOutput,
999
+ ];
1000
+ export var UpdateStream = [
1001
+ 9,
1002
+ n0,
1003
+ _USp,
1004
+ {
1005
+ [_h]: ["POST", "/updateStream", 200],
1006
+ },
1007
+ () => UpdateStreamInput,
1008
+ () => UpdateStreamOutput,
1009
+ ];