@aws-sdk/client-kinesis-video-archived-media 3.948.0 → 3.953.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 +148 -103
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/GetClipCommand.js +2 -2
- package/dist-es/commands/GetDASHStreamingSessionURLCommand.js +2 -2
- package/dist-es/commands/GetHLSStreamingSessionURLCommand.js +2 -2
- package/dist-es/commands/GetImagesCommand.js +2 -2
- package/dist-es/commands/GetMediaForFragmentListCommand.js +2 -2
- package/dist-es/commands/ListFragmentsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +79 -72
- package/dist-types/KinesisVideoArchivedMediaClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +39 -44
- package/dist-types/ts3.4/KinesisVideoArchivedMediaClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -45
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class KinesisVideoArchivedMediaClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class KinesisVideoArchivedMediaServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, KinesisVideoArchivedMediaServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class ClientLimitExceededException extends KinesisVideoArchivedMediaServiceException {
|
|
121
121
|
name = "ClientLimitExceededException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let ClientLimitExceededException$1 = class ClientLimitExceededException extends
|
|
|
130
130
|
Object.setPrototypeOf(this, ClientLimitExceededException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InvalidArgumentException extends KinesisVideoArchivedMediaServiceException {
|
|
135
135
|
name = "InvalidArgumentException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let InvalidArgumentException$1 = class InvalidArgumentException extends KinesisV
|
|
|
144
144
|
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class InvalidCodecPrivateDataException extends KinesisVideoArchivedMediaServiceException {
|
|
149
149
|
name = "InvalidCodecPrivateDataException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ let InvalidCodecPrivateDataException$1 = class InvalidCodecPrivateDataException
|
|
|
158
158
|
Object.setPrototypeOf(this, InvalidCodecPrivateDataException.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class InvalidMediaFrameException extends KinesisVideoArchivedMediaServiceException {
|
|
163
163
|
name = "InvalidMediaFrameException";
|
|
164
164
|
$fault = "client";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ let InvalidMediaFrameException$1 = class InvalidMediaFrameException extends Kine
|
|
|
172
172
|
Object.setPrototypeOf(this, InvalidMediaFrameException.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class MissingCodecPrivateDataException extends KinesisVideoArchivedMediaServiceException {
|
|
177
177
|
name = "MissingCodecPrivateDataException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,8 +186,8 @@ let MissingCodecPrivateDataException$1 = class MissingCodecPrivateDataException
|
|
|
186
186
|
Object.setPrototypeOf(this, MissingCodecPrivateDataException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
|
|
189
|
+
}
|
|
190
|
+
class NoDataRetentionException extends KinesisVideoArchivedMediaServiceException {
|
|
191
191
|
name = "NoDataRetentionException";
|
|
192
192
|
$fault = "client";
|
|
193
193
|
Message;
|
|
@@ -200,8 +200,8 @@ let NoDataRetentionException$1 = class NoDataRetentionException extends KinesisV
|
|
|
200
200
|
Object.setPrototypeOf(this, NoDataRetentionException.prototype);
|
|
201
201
|
this.Message = opts.Message;
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class NotAuthorizedException extends KinesisVideoArchivedMediaServiceException {
|
|
205
205
|
name = "NotAuthorizedException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
Message;
|
|
@@ -214,8 +214,8 @@ let NotAuthorizedException$1 = class NotAuthorizedException extends KinesisVideo
|
|
|
214
214
|
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
215
215
|
this.Message = opts.Message;
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class ResourceNotFoundException extends KinesisVideoArchivedMediaServiceException {
|
|
219
219
|
name = "ResourceNotFoundException";
|
|
220
220
|
$fault = "client";
|
|
221
221
|
Message;
|
|
@@ -228,8 +228,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Kinesi
|
|
|
228
228
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
229
229
|
this.Message = opts.Message;
|
|
230
230
|
}
|
|
231
|
-
}
|
|
232
|
-
|
|
231
|
+
}
|
|
232
|
+
class UnsupportedStreamMediaTypeException extends KinesisVideoArchivedMediaServiceException {
|
|
233
233
|
name = "UnsupportedStreamMediaTypeException";
|
|
234
234
|
$fault = "client";
|
|
235
235
|
Message;
|
|
@@ -242,7 +242,7 @@ let UnsupportedStreamMediaTypeException$1 = class UnsupportedStreamMediaTypeExce
|
|
|
242
242
|
Object.setPrototypeOf(this, UnsupportedStreamMediaTypeException.prototype);
|
|
243
243
|
this.Message = opts.Message;
|
|
244
244
|
}
|
|
245
|
-
}
|
|
245
|
+
}
|
|
246
246
|
|
|
247
247
|
const _CF = "ContainerFormat";
|
|
248
248
|
const _CFS = "ClipFragmentSelector";
|
|
@@ -328,30 +328,30 @@ const _s = "streaming";
|
|
|
328
328
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisvideoarchivedmedia";
|
|
329
329
|
const n0 = "com.amazonaws.kinesisvideoarchivedmedia";
|
|
330
330
|
var Payload = [0, n0, _P, { [_s]: 1 }, 42];
|
|
331
|
-
var ClientLimitExceededException = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
332
|
-
schema.TypeRegistry.for(n0).registerError(ClientLimitExceededException
|
|
333
|
-
var ClipFragmentSelector = [3, n0, _CFS, 0, [_FST, _TR], [0, () => ClipTimestampRange]];
|
|
334
|
-
var ClipTimestampRange = [3, n0, _CTR, 0, [_ST, _ET], [4, 4]];
|
|
335
|
-
var DASHFragmentSelector = [
|
|
331
|
+
var ClientLimitExceededException$ = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
332
|
+
schema.TypeRegistry.for(n0).registerError(ClientLimitExceededException$, ClientLimitExceededException);
|
|
333
|
+
var ClipFragmentSelector$ = [3, n0, _CFS, 0, [_FST, _TR], [0, () => ClipTimestampRange$]];
|
|
334
|
+
var ClipTimestampRange$ = [3, n0, _CTR, 0, [_ST, _ET], [4, 4]];
|
|
335
|
+
var DASHFragmentSelector$ = [
|
|
336
336
|
3,
|
|
337
337
|
n0,
|
|
338
338
|
_DASHFS,
|
|
339
339
|
0,
|
|
340
340
|
[_FST, _TR],
|
|
341
|
-
[0, () => DASHTimestampRange],
|
|
341
|
+
[0, () => DASHTimestampRange$],
|
|
342
342
|
];
|
|
343
|
-
var DASHTimestampRange = [3, n0, _DASHTR, 0, [_ST, _ET], [4, 4]];
|
|
344
|
-
var Fragment = [3, n0, _F, 0, [_FN, _FSIB, _PT, _STe, _FLIM], [0, 1, 4, 4, 1]];
|
|
345
|
-
var FragmentSelector = [3, n0, _FS, 0, [_FST, _TR], [0, () => TimestampRange]];
|
|
346
|
-
var GetClipInput = [
|
|
343
|
+
var DASHTimestampRange$ = [3, n0, _DASHTR, 0, [_ST, _ET], [4, 4]];
|
|
344
|
+
var Fragment$ = [3, n0, _F, 0, [_FN, _FSIB, _PT, _STe, _FLIM], [0, 1, 4, 4, 1]];
|
|
345
|
+
var FragmentSelector$ = [3, n0, _FS, 0, [_FST, _TR], [0, () => TimestampRange$]];
|
|
346
|
+
var GetClipInput$ = [
|
|
347
347
|
3,
|
|
348
348
|
n0,
|
|
349
349
|
_GCI,
|
|
350
350
|
0,
|
|
351
351
|
[_SN, _SARN, _CFS],
|
|
352
|
-
[0, 0, () => ClipFragmentSelector],
|
|
352
|
+
[0, 0, () => ClipFragmentSelector$],
|
|
353
353
|
];
|
|
354
|
-
var GetClipOutput = [
|
|
354
|
+
var GetClipOutput$ = [
|
|
355
355
|
3,
|
|
356
356
|
n0,
|
|
357
357
|
_GCO,
|
|
@@ -362,25 +362,25 @@ var GetClipOutput = [
|
|
|
362
362
|
[() => Payload, 16],
|
|
363
363
|
],
|
|
364
364
|
];
|
|
365
|
-
var GetDASHStreamingSessionURLInput = [
|
|
365
|
+
var GetDASHStreamingSessionURLInput$ = [
|
|
366
366
|
3,
|
|
367
367
|
n0,
|
|
368
368
|
_GDASHSSURLI,
|
|
369
369
|
0,
|
|
370
370
|
[_SN, _SARN, _PM, _DFT, _DFN, _DASHFS, _E, _MMFR],
|
|
371
|
-
[0, 0, 0, 0, 0, () => DASHFragmentSelector
|
|
371
|
+
[0, 0, 0, 0, 0, () => DASHFragmentSelector$, 1, 1],
|
|
372
372
|
];
|
|
373
|
-
var GetDASHStreamingSessionURLOutput = [3, n0, _GDASHSSURLO, 0, [_DASHSSURL], [0]];
|
|
374
|
-
var GetHLSStreamingSessionURLInput = [
|
|
373
|
+
var GetDASHStreamingSessionURLOutput$ = [3, n0, _GDASHSSURLO, 0, [_DASHSSURL], [0]];
|
|
374
|
+
var GetHLSStreamingSessionURLInput$ = [
|
|
375
375
|
3,
|
|
376
376
|
n0,
|
|
377
377
|
_GHLSSSURLI,
|
|
378
378
|
0,
|
|
379
379
|
[_SN, _SARN, _PM, _HLSFS, _CF, _DM, _DFT, _E, _MMPFR],
|
|
380
|
-
[0, 0, 0, () => HLSFragmentSelector
|
|
380
|
+
[0, 0, 0, () => HLSFragmentSelector$, 0, 0, 0, 1, 1],
|
|
381
381
|
];
|
|
382
|
-
var GetHLSStreamingSessionURLOutput = [3, n0, _GHLSSSURLO, 0, [_HLSSSURL], [0]];
|
|
383
|
-
var GetImagesInput = [
|
|
382
|
+
var GetHLSStreamingSessionURLOutput$ = [3, n0, _GHLSSSURLO, 0, [_HLSSSURL], [0]];
|
|
383
|
+
var GetImagesInput$ = [
|
|
384
384
|
3,
|
|
385
385
|
n0,
|
|
386
386
|
_GII,
|
|
@@ -388,9 +388,16 @@ var GetImagesInput = [
|
|
|
388
388
|
[_SN, _SARN, _IST, _ST, _ET, _SI, _Fo, _FC, _WP, _HP, _MR, _NT],
|
|
389
389
|
[0, 0, 0, 4, 4, 1, 0, 128 | 0, 1, 1, 1, 0],
|
|
390
390
|
];
|
|
391
|
-
var GetImagesOutput = [3, n0, _GIO, 0, [_I, _NT], [() => Images, 0]];
|
|
392
|
-
var GetMediaForFragmentListInput = [
|
|
393
|
-
|
|
391
|
+
var GetImagesOutput$ = [3, n0, _GIO, 0, [_I, _NT], [() => Images, 0]];
|
|
392
|
+
var GetMediaForFragmentListInput$ = [
|
|
393
|
+
3,
|
|
394
|
+
n0,
|
|
395
|
+
_GMFFLI,
|
|
396
|
+
0,
|
|
397
|
+
[_SN, _SARN, _Fr],
|
|
398
|
+
[0, 0, 64 | 0],
|
|
399
|
+
];
|
|
400
|
+
var GetMediaForFragmentListOutput$ = [
|
|
394
401
|
3,
|
|
395
402
|
n0,
|
|
396
403
|
_GMFFLO,
|
|
@@ -401,34 +408,34 @@ var GetMediaForFragmentListOutput = [
|
|
|
401
408
|
[() => Payload, 16],
|
|
402
409
|
],
|
|
403
410
|
];
|
|
404
|
-
var HLSFragmentSelector = [3, n0, _HLSFS, 0, [_FST, _TR], [0, () => HLSTimestampRange]];
|
|
405
|
-
var HLSTimestampRange = [3, n0, _HLSTR, 0, [_ST, _ET], [4, 4]];
|
|
406
|
-
var Image = [3, n0, _Im, 0, [_TS, _Er, _IC], [4, 0, 0]];
|
|
407
|
-
var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
408
|
-
schema.TypeRegistry.for(n0).registerError(InvalidArgumentException
|
|
409
|
-
var InvalidCodecPrivateDataException = [-3, n0, _ICPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
410
|
-
schema.TypeRegistry.for(n0).registerError(InvalidCodecPrivateDataException
|
|
411
|
-
var InvalidMediaFrameException = [-3, n0, _IMFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
412
|
-
schema.TypeRegistry.for(n0).registerError(InvalidMediaFrameException
|
|
413
|
-
var ListFragmentsInput = [
|
|
411
|
+
var HLSFragmentSelector$ = [3, n0, _HLSFS, 0, [_FST, _TR], [0, () => HLSTimestampRange$]];
|
|
412
|
+
var HLSTimestampRange$ = [3, n0, _HLSTR, 0, [_ST, _ET], [4, 4]];
|
|
413
|
+
var Image$ = [3, n0, _Im, 0, [_TS, _Er, _IC], [4, 0, 0]];
|
|
414
|
+
var InvalidArgumentException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
415
|
+
schema.TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
|
|
416
|
+
var InvalidCodecPrivateDataException$ = [-3, n0, _ICPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
417
|
+
schema.TypeRegistry.for(n0).registerError(InvalidCodecPrivateDataException$, InvalidCodecPrivateDataException);
|
|
418
|
+
var InvalidMediaFrameException$ = [-3, n0, _IMFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
419
|
+
schema.TypeRegistry.for(n0).registerError(InvalidMediaFrameException$, InvalidMediaFrameException);
|
|
420
|
+
var ListFragmentsInput$ = [
|
|
414
421
|
3,
|
|
415
422
|
n0,
|
|
416
423
|
_LFI,
|
|
417
424
|
0,
|
|
418
425
|
[_SN, _SARN, _MR, _NT, _FS],
|
|
419
|
-
[0, 0, 1, 0, () => FragmentSelector],
|
|
426
|
+
[0, 0, 1, 0, () => FragmentSelector$],
|
|
420
427
|
];
|
|
421
|
-
var ListFragmentsOutput = [3, n0, _LFO, 0, [_Fr, _NT], [() => FragmentList, 0]];
|
|
422
|
-
var MissingCodecPrivateDataException = [-3, n0, _MCPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
423
|
-
schema.TypeRegistry.for(n0).registerError(MissingCodecPrivateDataException
|
|
424
|
-
var NoDataRetentionException = [-3, n0, _NDRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
425
|
-
schema.TypeRegistry.for(n0).registerError(NoDataRetentionException
|
|
426
|
-
var NotAuthorizedException = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
427
|
-
schema.TypeRegistry.for(n0).registerError(NotAuthorizedException
|
|
428
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
429
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
430
|
-
var TimestampRange = [3, n0, _TR, 0, [_ST, _ET], [4, 4]];
|
|
431
|
-
var UnsupportedStreamMediaTypeException = [
|
|
428
|
+
var ListFragmentsOutput$ = [3, n0, _LFO, 0, [_Fr, _NT], [() => FragmentList, 0]];
|
|
429
|
+
var MissingCodecPrivateDataException$ = [-3, n0, _MCPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
430
|
+
schema.TypeRegistry.for(n0).registerError(MissingCodecPrivateDataException$, MissingCodecPrivateDataException);
|
|
431
|
+
var NoDataRetentionException$ = [-3, n0, _NDRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
432
|
+
schema.TypeRegistry.for(n0).registerError(NoDataRetentionException$, NoDataRetentionException);
|
|
433
|
+
var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
434
|
+
schema.TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
435
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
436
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
437
|
+
var TimestampRange$ = [3, n0, _TR, 0, [_ST, _ET], [4, 4]];
|
|
438
|
+
var UnsupportedStreamMediaTypeException$ = [
|
|
432
439
|
-3,
|
|
433
440
|
n0,
|
|
434
441
|
_USMTE,
|
|
@@ -436,8 +443,8 @@ var UnsupportedStreamMediaTypeException = [
|
|
|
436
443
|
[_M],
|
|
437
444
|
[0],
|
|
438
445
|
];
|
|
439
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedStreamMediaTypeException
|
|
440
|
-
var KinesisVideoArchivedMediaServiceException = [
|
|
446
|
+
schema.TypeRegistry.for(n0).registerError(UnsupportedStreamMediaTypeException$, UnsupportedStreamMediaTypeException);
|
|
447
|
+
var KinesisVideoArchivedMediaServiceException$ = [
|
|
441
448
|
-3,
|
|
442
449
|
_sm,
|
|
443
450
|
"KinesisVideoArchivedMediaServiceException",
|
|
@@ -445,56 +452,56 @@ var KinesisVideoArchivedMediaServiceException = [
|
|
|
445
452
|
[],
|
|
446
453
|
[],
|
|
447
454
|
];
|
|
448
|
-
schema.TypeRegistry.for(_sm).registerError(KinesisVideoArchivedMediaServiceException
|
|
449
|
-
var FragmentList = [1, n0, _FL, 0, () => Fragment];
|
|
450
|
-
var Images = [1, n0, _I, 0, () => Image];
|
|
451
|
-
var GetClip = [
|
|
455
|
+
schema.TypeRegistry.for(_sm).registerError(KinesisVideoArchivedMediaServiceException$, KinesisVideoArchivedMediaServiceException);
|
|
456
|
+
var FragmentList = [1, n0, _FL, 0, () => Fragment$];
|
|
457
|
+
var Images = [1, n0, _I, 0, () => Image$];
|
|
458
|
+
var GetClip$ = [
|
|
452
459
|
9,
|
|
453
460
|
n0,
|
|
454
461
|
_GC,
|
|
455
462
|
{ [_h]: ["POST", "/getClip", 200] },
|
|
456
|
-
() => GetClipInput
|
|
457
|
-
() => GetClipOutput
|
|
463
|
+
() => GetClipInput$,
|
|
464
|
+
() => GetClipOutput$,
|
|
458
465
|
];
|
|
459
|
-
var GetDASHStreamingSessionURL = [
|
|
466
|
+
var GetDASHStreamingSessionURL$ = [
|
|
460
467
|
9,
|
|
461
468
|
n0,
|
|
462
469
|
_GDASHSSURL,
|
|
463
470
|
{ [_h]: ["POST", "/getDASHStreamingSessionURL", 200] },
|
|
464
|
-
() => GetDASHStreamingSessionURLInput
|
|
465
|
-
() => GetDASHStreamingSessionURLOutput
|
|
471
|
+
() => GetDASHStreamingSessionURLInput$,
|
|
472
|
+
() => GetDASHStreamingSessionURLOutput$,
|
|
466
473
|
];
|
|
467
|
-
var GetHLSStreamingSessionURL = [
|
|
474
|
+
var GetHLSStreamingSessionURL$ = [
|
|
468
475
|
9,
|
|
469
476
|
n0,
|
|
470
477
|
_GHLSSSURL,
|
|
471
478
|
{ [_h]: ["POST", "/getHLSStreamingSessionURL", 200] },
|
|
472
|
-
() => GetHLSStreamingSessionURLInput
|
|
473
|
-
() => GetHLSStreamingSessionURLOutput
|
|
479
|
+
() => GetHLSStreamingSessionURLInput$,
|
|
480
|
+
() => GetHLSStreamingSessionURLOutput$,
|
|
474
481
|
];
|
|
475
|
-
var GetImages = [
|
|
482
|
+
var GetImages$ = [
|
|
476
483
|
9,
|
|
477
484
|
n0,
|
|
478
485
|
_GI,
|
|
479
486
|
{ [_h]: ["POST", "/getImages", 200] },
|
|
480
|
-
() => GetImagesInput
|
|
481
|
-
() => GetImagesOutput
|
|
487
|
+
() => GetImagesInput$,
|
|
488
|
+
() => GetImagesOutput$,
|
|
482
489
|
];
|
|
483
|
-
var GetMediaForFragmentList = [
|
|
490
|
+
var GetMediaForFragmentList$ = [
|
|
484
491
|
9,
|
|
485
492
|
n0,
|
|
486
493
|
_GMFFL,
|
|
487
494
|
{ [_h]: ["POST", "/getMediaForFragmentList", 200] },
|
|
488
|
-
() => GetMediaForFragmentListInput
|
|
489
|
-
() => GetMediaForFragmentListOutput
|
|
495
|
+
() => GetMediaForFragmentListInput$,
|
|
496
|
+
() => GetMediaForFragmentListOutput$,
|
|
490
497
|
];
|
|
491
|
-
var ListFragments = [
|
|
498
|
+
var ListFragments$ = [
|
|
492
499
|
9,
|
|
493
500
|
n0,
|
|
494
501
|
_LF,
|
|
495
502
|
{ [_h]: ["POST", "/listFragments", 200] },
|
|
496
|
-
() => ListFragmentsInput
|
|
497
|
-
() => ListFragmentsOutput
|
|
503
|
+
() => ListFragmentsInput$,
|
|
504
|
+
() => ListFragmentsOutput$,
|
|
498
505
|
];
|
|
499
506
|
|
|
500
507
|
class GetClipCommand extends smithyClient.Command
|
|
@@ -505,7 +512,7 @@ class GetClipCommand extends smithyClient.Command
|
|
|
505
512
|
})
|
|
506
513
|
.s("AWSAcuityReader", "GetClip", {})
|
|
507
514
|
.n("KinesisVideoArchivedMediaClient", "GetClipCommand")
|
|
508
|
-
.sc(GetClip)
|
|
515
|
+
.sc(GetClip$)
|
|
509
516
|
.build() {
|
|
510
517
|
}
|
|
511
518
|
|
|
@@ -517,7 +524,7 @@ class GetDASHStreamingSessionURLCommand extends smithyClient.Command
|
|
|
517
524
|
})
|
|
518
525
|
.s("AWSAcuityReader", "GetDASHStreamingSessionURL", {})
|
|
519
526
|
.n("KinesisVideoArchivedMediaClient", "GetDASHStreamingSessionURLCommand")
|
|
520
|
-
.sc(GetDASHStreamingSessionURL)
|
|
527
|
+
.sc(GetDASHStreamingSessionURL$)
|
|
521
528
|
.build() {
|
|
522
529
|
}
|
|
523
530
|
|
|
@@ -529,7 +536,7 @@ class GetHLSStreamingSessionURLCommand extends smithyClient.Command
|
|
|
529
536
|
})
|
|
530
537
|
.s("AWSAcuityReader", "GetHLSStreamingSessionURL", {})
|
|
531
538
|
.n("KinesisVideoArchivedMediaClient", "GetHLSStreamingSessionURLCommand")
|
|
532
|
-
.sc(GetHLSStreamingSessionURL)
|
|
539
|
+
.sc(GetHLSStreamingSessionURL$)
|
|
533
540
|
.build() {
|
|
534
541
|
}
|
|
535
542
|
|
|
@@ -541,7 +548,7 @@ class GetImagesCommand extends smithyClient.Command
|
|
|
541
548
|
})
|
|
542
549
|
.s("AWSAcuityReader", "GetImages", {})
|
|
543
550
|
.n("KinesisVideoArchivedMediaClient", "GetImagesCommand")
|
|
544
|
-
.sc(GetImages)
|
|
551
|
+
.sc(GetImages$)
|
|
545
552
|
.build() {
|
|
546
553
|
}
|
|
547
554
|
|
|
@@ -553,7 +560,7 @@ class GetMediaForFragmentListCommand extends smithyClient.Command
|
|
|
553
560
|
})
|
|
554
561
|
.s("AWSAcuityReader", "GetMediaForFragmentList", {})
|
|
555
562
|
.n("KinesisVideoArchivedMediaClient", "GetMediaForFragmentListCommand")
|
|
556
|
-
.sc(GetMediaForFragmentList)
|
|
563
|
+
.sc(GetMediaForFragmentList$)
|
|
557
564
|
.build() {
|
|
558
565
|
}
|
|
559
566
|
|
|
@@ -565,7 +572,7 @@ class ListFragmentsCommand extends smithyClient.Command
|
|
|
565
572
|
})
|
|
566
573
|
.s("AWSAcuityReader", "ListFragments", {})
|
|
567
574
|
.n("KinesisVideoArchivedMediaClient", "ListFragmentsCommand")
|
|
568
|
-
.sc(ListFragments)
|
|
575
|
+
.sc(ListFragments$)
|
|
569
576
|
.build() {
|
|
570
577
|
}
|
|
571
578
|
|
|
@@ -656,38 +663,76 @@ Object.defineProperty(exports, "__Client", {
|
|
|
656
663
|
enumerable: true,
|
|
657
664
|
get: function () { return smithyClient.Client; }
|
|
658
665
|
});
|
|
659
|
-
exports.ClientLimitExceededException = ClientLimitExceededException
|
|
666
|
+
exports.ClientLimitExceededException = ClientLimitExceededException;
|
|
667
|
+
exports.ClientLimitExceededException$ = ClientLimitExceededException$;
|
|
668
|
+
exports.ClipFragmentSelector$ = ClipFragmentSelector$;
|
|
660
669
|
exports.ClipFragmentSelectorType = ClipFragmentSelectorType;
|
|
670
|
+
exports.ClipTimestampRange$ = ClipTimestampRange$;
|
|
661
671
|
exports.ContainerFormat = ContainerFormat;
|
|
662
672
|
exports.DASHDisplayFragmentNumber = DASHDisplayFragmentNumber;
|
|
663
673
|
exports.DASHDisplayFragmentTimestamp = DASHDisplayFragmentTimestamp;
|
|
674
|
+
exports.DASHFragmentSelector$ = DASHFragmentSelector$;
|
|
664
675
|
exports.DASHFragmentSelectorType = DASHFragmentSelectorType;
|
|
665
676
|
exports.DASHPlaybackMode = DASHPlaybackMode;
|
|
677
|
+
exports.DASHTimestampRange$ = DASHTimestampRange$;
|
|
666
678
|
exports.Format = Format;
|
|
667
679
|
exports.FormatConfigKey = FormatConfigKey;
|
|
680
|
+
exports.Fragment$ = Fragment$;
|
|
681
|
+
exports.FragmentSelector$ = FragmentSelector$;
|
|
668
682
|
exports.FragmentSelectorType = FragmentSelectorType;
|
|
683
|
+
exports.GetClip$ = GetClip$;
|
|
669
684
|
exports.GetClipCommand = GetClipCommand;
|
|
685
|
+
exports.GetClipInput$ = GetClipInput$;
|
|
686
|
+
exports.GetClipOutput$ = GetClipOutput$;
|
|
687
|
+
exports.GetDASHStreamingSessionURL$ = GetDASHStreamingSessionURL$;
|
|
670
688
|
exports.GetDASHStreamingSessionURLCommand = GetDASHStreamingSessionURLCommand;
|
|
689
|
+
exports.GetDASHStreamingSessionURLInput$ = GetDASHStreamingSessionURLInput$;
|
|
690
|
+
exports.GetDASHStreamingSessionURLOutput$ = GetDASHStreamingSessionURLOutput$;
|
|
691
|
+
exports.GetHLSStreamingSessionURL$ = GetHLSStreamingSessionURL$;
|
|
671
692
|
exports.GetHLSStreamingSessionURLCommand = GetHLSStreamingSessionURLCommand;
|
|
693
|
+
exports.GetHLSStreamingSessionURLInput$ = GetHLSStreamingSessionURLInput$;
|
|
694
|
+
exports.GetHLSStreamingSessionURLOutput$ = GetHLSStreamingSessionURLOutput$;
|
|
695
|
+
exports.GetImages$ = GetImages$;
|
|
672
696
|
exports.GetImagesCommand = GetImagesCommand;
|
|
697
|
+
exports.GetImagesInput$ = GetImagesInput$;
|
|
698
|
+
exports.GetImagesOutput$ = GetImagesOutput$;
|
|
699
|
+
exports.GetMediaForFragmentList$ = GetMediaForFragmentList$;
|
|
673
700
|
exports.GetMediaForFragmentListCommand = GetMediaForFragmentListCommand;
|
|
701
|
+
exports.GetMediaForFragmentListInput$ = GetMediaForFragmentListInput$;
|
|
702
|
+
exports.GetMediaForFragmentListOutput$ = GetMediaForFragmentListOutput$;
|
|
674
703
|
exports.HLSDiscontinuityMode = HLSDiscontinuityMode;
|
|
675
704
|
exports.HLSDisplayFragmentTimestamp = HLSDisplayFragmentTimestamp;
|
|
705
|
+
exports.HLSFragmentSelector$ = HLSFragmentSelector$;
|
|
676
706
|
exports.HLSFragmentSelectorType = HLSFragmentSelectorType;
|
|
677
707
|
exports.HLSPlaybackMode = HLSPlaybackMode;
|
|
708
|
+
exports.HLSTimestampRange$ = HLSTimestampRange$;
|
|
709
|
+
exports.Image$ = Image$;
|
|
678
710
|
exports.ImageError = ImageError;
|
|
679
711
|
exports.ImageSelectorType = ImageSelectorType;
|
|
680
|
-
exports.InvalidArgumentException = InvalidArgumentException
|
|
681
|
-
exports.
|
|
682
|
-
exports.
|
|
712
|
+
exports.InvalidArgumentException = InvalidArgumentException;
|
|
713
|
+
exports.InvalidArgumentException$ = InvalidArgumentException$;
|
|
714
|
+
exports.InvalidCodecPrivateDataException = InvalidCodecPrivateDataException;
|
|
715
|
+
exports.InvalidCodecPrivateDataException$ = InvalidCodecPrivateDataException$;
|
|
716
|
+
exports.InvalidMediaFrameException = InvalidMediaFrameException;
|
|
717
|
+
exports.InvalidMediaFrameException$ = InvalidMediaFrameException$;
|
|
683
718
|
exports.KinesisVideoArchivedMedia = KinesisVideoArchivedMedia;
|
|
684
719
|
exports.KinesisVideoArchivedMediaClient = KinesisVideoArchivedMediaClient;
|
|
685
|
-
exports.KinesisVideoArchivedMediaServiceException = KinesisVideoArchivedMediaServiceException
|
|
720
|
+
exports.KinesisVideoArchivedMediaServiceException = KinesisVideoArchivedMediaServiceException;
|
|
721
|
+
exports.KinesisVideoArchivedMediaServiceException$ = KinesisVideoArchivedMediaServiceException$;
|
|
722
|
+
exports.ListFragments$ = ListFragments$;
|
|
686
723
|
exports.ListFragmentsCommand = ListFragmentsCommand;
|
|
687
|
-
exports.
|
|
688
|
-
exports.
|
|
689
|
-
exports.
|
|
690
|
-
exports.
|
|
691
|
-
exports.
|
|
724
|
+
exports.ListFragmentsInput$ = ListFragmentsInput$;
|
|
725
|
+
exports.ListFragmentsOutput$ = ListFragmentsOutput$;
|
|
726
|
+
exports.MissingCodecPrivateDataException = MissingCodecPrivateDataException;
|
|
727
|
+
exports.MissingCodecPrivateDataException$ = MissingCodecPrivateDataException$;
|
|
728
|
+
exports.NoDataRetentionException = NoDataRetentionException;
|
|
729
|
+
exports.NoDataRetentionException$ = NoDataRetentionException$;
|
|
730
|
+
exports.NotAuthorizedException = NotAuthorizedException;
|
|
731
|
+
exports.NotAuthorizedException$ = NotAuthorizedException$;
|
|
732
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
733
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
734
|
+
exports.TimestampRange$ = TimestampRange$;
|
|
735
|
+
exports.UnsupportedStreamMediaTypeException = UnsupportedStreamMediaTypeException;
|
|
736
|
+
exports.UnsupportedStreamMediaTypeException$ = UnsupportedStreamMediaTypeException$;
|
|
692
737
|
exports.paginateGetImages = paginateGetImages;
|
|
693
738
|
exports.paginateListFragments = paginateListFragments;
|
|
@@ -27,7 +27,12 @@ const getRuntimeConfig = (config) => {
|
|
|
27
27
|
},
|
|
28
28
|
],
|
|
29
29
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
30
|
-
protocol: config?.protocol ??
|
|
30
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
31
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
32
|
+
defaultNamespace: "com.amazonaws.kinesisvideoarchivedmedia",
|
|
33
|
+
version: "2017-09-30",
|
|
34
|
+
serviceTarget: "AWSAcuityReader",
|
|
35
|
+
},
|
|
31
36
|
sdkStreamMixin: config?.sdkStreamMixin ?? util_stream_1.sdkStreamMixin,
|
|
32
37
|
serviceId: config?.serviceId ?? "Kinesis Video Archived Media",
|
|
33
38
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetClip } from "../schemas/schemas_0";
|
|
4
|
+
import { GetClip$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetClipCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetClipCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSAcuityReader", "GetClip", {})
|
|
13
13
|
.n("KinesisVideoArchivedMediaClient", "GetClipCommand")
|
|
14
|
-
.sc(GetClip)
|
|
14
|
+
.sc(GetClip$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetDASHStreamingSessionURL } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDASHStreamingSessionURL$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDASHStreamingSessionURLCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDASHStreamingSessionURLCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSAcuityReader", "GetDASHStreamingSessionURL", {})
|
|
13
13
|
.n("KinesisVideoArchivedMediaClient", "GetDASHStreamingSessionURLCommand")
|
|
14
|
-
.sc(GetDASHStreamingSessionURL)
|
|
14
|
+
.sc(GetDASHStreamingSessionURL$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetHLSStreamingSessionURL } from "../schemas/schemas_0";
|
|
4
|
+
import { GetHLSStreamingSessionURL$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetHLSStreamingSessionURLCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetHLSStreamingSessionURLCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSAcuityReader", "GetHLSStreamingSessionURL", {})
|
|
13
13
|
.n("KinesisVideoArchivedMediaClient", "GetHLSStreamingSessionURLCommand")
|
|
14
|
-
.sc(GetHLSStreamingSessionURL)
|
|
14
|
+
.sc(GetHLSStreamingSessionURL$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetImages } from "../schemas/schemas_0";
|
|
4
|
+
import { GetImages$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetImagesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetImagesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSAcuityReader", "GetImages", {})
|
|
13
13
|
.n("KinesisVideoArchivedMediaClient", "GetImagesCommand")
|
|
14
|
-
.sc(GetImages)
|
|
14
|
+
.sc(GetImages$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMediaForFragmentList } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMediaForFragmentList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMediaForFragmentListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMediaForFragmentListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSAcuityReader", "GetMediaForFragmentList", {})
|
|
13
13
|
.n("KinesisVideoArchivedMediaClient", "GetMediaForFragmentListCommand")
|
|
14
|
-
.sc(GetMediaForFragmentList)
|
|
14
|
+
.sc(GetMediaForFragmentList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListFragments } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFragments$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFragmentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFragmentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSAcuityReader", "ListFragments", {})
|
|
13
13
|
.n("KinesisVideoArchivedMediaClient", "ListFragmentsCommand")
|
|
14
|
-
.sc(ListFragments)
|
|
14
|
+
.sc(ListFragments$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -24,7 +24,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
24
24
|
},
|
|
25
25
|
],
|
|
26
26
|
logger: config?.logger ?? new NoOpLogger(),
|
|
27
|
-
protocol: config?.protocol ??
|
|
27
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
28
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
29
|
+
defaultNamespace: "com.amazonaws.kinesisvideoarchivedmedia",
|
|
30
|
+
version: "2017-09-30",
|
|
31
|
+
serviceTarget: "AWSAcuityReader",
|
|
32
|
+
},
|
|
28
33
|
sdkStreamMixin: config?.sdkStreamMixin ?? sdkStreamMixin,
|
|
29
34
|
serviceId: config?.serviceId ?? "Kinesis Video Archived Media",
|
|
30
35
|
urlParser: config?.urlParser ?? parseUrl,
|