@aws-sdk/client-ivs 3.987.0 → 3.988.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 +54 -1285
- package/dist-cjs/models/IvsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +154 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +972 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +69 -63
- package/dist-types/schemas/schemas_0.d.ts +17 -10
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -10
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultIvsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2020-07-14",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.ivs",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2020-07-14",
|
|
30
32
|
serviceTarget: "AmazonInteractiveVideoService",
|
|
31
33
|
},
|
|
@@ -226,7 +226,7 @@ const _rM = "recordingMode";
|
|
|
226
226
|
const _rRWS = "recordingReconnectWindowSeconds";
|
|
227
227
|
const _rS = "renditionSelection";
|
|
228
228
|
const _re = "resolution";
|
|
229
|
-
const _s = "
|
|
229
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ivs";
|
|
230
230
|
const _sI = "streamId";
|
|
231
231
|
const _sK = "streamKeys";
|
|
232
232
|
const _sKt = "streamKey";
|
|
@@ -236,7 +236,7 @@ const _sSt = "streamSessions";
|
|
|
236
236
|
const _sT = "startTime";
|
|
237
237
|
const _s_ = "s3";
|
|
238
238
|
const _se = "server";
|
|
239
|
-
const
|
|
239
|
+
const _sr = "srt";
|
|
240
240
|
const _st = "stream";
|
|
241
241
|
const _sta = "state";
|
|
242
242
|
const _sto = "storage";
|
|
@@ -263,15 +263,77 @@ const n0 = "com.amazonaws.ivs";
|
|
|
263
263
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
264
264
|
import { AccessDeniedException, ChannelNotBroadcasting, ConflictException, InternalServerException, PendingVerification, ResourceNotFoundException, ServiceQuotaExceededException, StreamUnavailable, ThrottlingException, ValidationException, } from "../models/errors";
|
|
265
265
|
import { IvsServiceException } from "../models/IvsServiceException";
|
|
266
|
-
|
|
267
|
-
var
|
|
268
|
-
|
|
266
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
267
|
+
export var IvsServiceException$ = [-3, _s, "IvsServiceException", 0, [], []];
|
|
268
|
+
_s_registry.registerError(IvsServiceException$, IvsServiceException);
|
|
269
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
269
270
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
270
271
|
{ [_e]: _c, [_hE]: 403 },
|
|
271
272
|
[_eM],
|
|
272
273
|
[0]
|
|
273
274
|
];
|
|
274
|
-
|
|
275
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
276
|
+
export var ChannelNotBroadcasting$ = [-3, n0, _CNB,
|
|
277
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
278
|
+
[_eM],
|
|
279
|
+
[0]
|
|
280
|
+
];
|
|
281
|
+
n0_registry.registerError(ChannelNotBroadcasting$, ChannelNotBroadcasting);
|
|
282
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
283
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
284
|
+
[_eM],
|
|
285
|
+
[0]
|
|
286
|
+
];
|
|
287
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
288
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
289
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
290
|
+
[_eM],
|
|
291
|
+
[0]
|
|
292
|
+
];
|
|
293
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
294
|
+
export var PendingVerification$ = [-3, n0, _PV,
|
|
295
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
296
|
+
[_eM],
|
|
297
|
+
[0]
|
|
298
|
+
];
|
|
299
|
+
n0_registry.registerError(PendingVerification$, PendingVerification);
|
|
300
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
301
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
302
|
+
[_eM],
|
|
303
|
+
[0]
|
|
304
|
+
];
|
|
305
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
306
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
307
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
308
|
+
[_eM],
|
|
309
|
+
[0]
|
|
310
|
+
];
|
|
311
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
312
|
+
export var StreamUnavailable$ = [-3, n0, _SU,
|
|
313
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
314
|
+
[_eM],
|
|
315
|
+
[0]
|
|
316
|
+
];
|
|
317
|
+
n0_registry.registerError(StreamUnavailable$, StreamUnavailable);
|
|
318
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
319
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
320
|
+
[_eM],
|
|
321
|
+
[0]
|
|
322
|
+
];
|
|
323
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
324
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
325
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
326
|
+
[_eM],
|
|
327
|
+
[0]
|
|
328
|
+
];
|
|
329
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
330
|
+
export const errorTypeRegistries = [
|
|
331
|
+
_s_registry,
|
|
332
|
+
n0_registry,
|
|
333
|
+
];
|
|
334
|
+
var SrtPassphrase = [0, n0, _SP, 8, 0];
|
|
335
|
+
var StreamKeyValue = [0, n0, _SKV, 8, 0];
|
|
336
|
+
var StreamMetadata = [0, n0, _SM, 8, 0];
|
|
275
337
|
export var AudioConfiguration$ = [3, n0, _AC,
|
|
276
338
|
0,
|
|
277
339
|
[_co, _tB, _sR, _ch, _t],
|
|
@@ -324,26 +386,14 @@ export var BatchStartViewerSessionRevocationViewerSession$ = [3, n0, _BSVSRVS,
|
|
|
324
386
|
];
|
|
325
387
|
export var Channel$ = [3, n0, _C,
|
|
326
388
|
0,
|
|
327
|
-
[_a, _n, _lM, _ty, _rCA, _iE, _pU, _au, _ta, _iI, _p,
|
|
389
|
+
[_a, _n, _lM, _ty, _rCA, _iE, _pU, _au, _ta, _iI, _p, _sr, _pRPA, _mIC, _cF],
|
|
328
390
|
[0, 0, 0, 0, 0, 0, 0, 2, 128 | 0, 2, 0, [() => Srt$, 0], 0, () => MultitrackInputConfiguration$, 0]
|
|
329
391
|
];
|
|
330
|
-
export var ChannelNotBroadcasting$ = [-3, n0, _CNB,
|
|
331
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
332
|
-
[_eM],
|
|
333
|
-
[0]
|
|
334
|
-
];
|
|
335
|
-
TypeRegistry.for(n0).registerError(ChannelNotBroadcasting$, ChannelNotBroadcasting);
|
|
336
392
|
export var ChannelSummary$ = [3, n0, _CS,
|
|
337
393
|
0,
|
|
338
394
|
[_a, _n, _lM, _au, _rCA, _ta, _iI, _ty, _p, _pRPA],
|
|
339
395
|
[0, 0, 0, 2, 0, 128 | 0, 2, 0, 0, 0]
|
|
340
396
|
];
|
|
341
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
342
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
343
|
-
[_eM],
|
|
344
|
-
[0]
|
|
345
|
-
];
|
|
346
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
347
397
|
export var CreateChannelRequest$ = [3, n0, _CCR,
|
|
348
398
|
0,
|
|
349
399
|
[_n, _lM, _ty, _au, _rCA, _ta, _iI, _p, _pRPA, _mIC, _cF],
|
|
@@ -509,12 +559,6 @@ export var IngestConfigurations$ = [3, n0, _ICn,
|
|
|
509
559
|
[_vC, _aCu],
|
|
510
560
|
[() => VideoConfigurationList, () => AudioConfigurationList], 2
|
|
511
561
|
];
|
|
512
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
513
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
514
|
-
[_eM],
|
|
515
|
-
[0]
|
|
516
|
-
];
|
|
517
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
518
562
|
export var ListChannelsRequest$ = [3, n0, _LCR,
|
|
519
563
|
0,
|
|
520
564
|
[_fBN, _fBRCA, _fBPRPA, _nT, _mR],
|
|
@@ -600,12 +644,6 @@ export var MultitrackInputConfiguration$ = [3, n0, _MIC,
|
|
|
600
644
|
[_en, _po, _mRa],
|
|
601
645
|
[2, 0, 0]
|
|
602
646
|
];
|
|
603
|
-
export var PendingVerification$ = [-3, n0, _PV,
|
|
604
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
605
|
-
[_eM],
|
|
606
|
-
[0]
|
|
607
|
-
];
|
|
608
|
-
TypeRegistry.for(n0).registerError(PendingVerification$, PendingVerification);
|
|
609
647
|
export var PlaybackKeyPair$ = [3, n0, _PKP,
|
|
610
648
|
0,
|
|
611
649
|
[_a, _n, _f, _ta],
|
|
@@ -646,23 +684,11 @@ export var RenditionConfiguration$ = [3, n0, _RCe,
|
|
|
646
684
|
[_rS, _r],
|
|
647
685
|
[0, 64 | 0]
|
|
648
686
|
];
|
|
649
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
650
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
651
|
-
[_eM],
|
|
652
|
-
[0]
|
|
653
|
-
];
|
|
654
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
655
687
|
export var S3DestinationConfiguration$ = [3, n0, _SDC,
|
|
656
688
|
0,
|
|
657
689
|
[_bN],
|
|
658
690
|
[0], 1
|
|
659
691
|
];
|
|
660
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
661
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
662
|
-
[_eM],
|
|
663
|
-
[0]
|
|
664
|
-
];
|
|
665
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
666
692
|
export var Srt$ = [3, n0, _S,
|
|
667
693
|
0,
|
|
668
694
|
[_end, _pa],
|
|
@@ -728,12 +754,6 @@ export var StreamSummary$ = [3, n0, _SSt,
|
|
|
728
754
|
[_cA, _sI, _sta, _h, _vCi, _sT],
|
|
729
755
|
[0, 0, 0, 0, 1, 5]
|
|
730
756
|
];
|
|
731
|
-
export var StreamUnavailable$ = [-3, n0, _SU,
|
|
732
|
-
{ [_e]: _se, [_hE]: 503 },
|
|
733
|
-
[_eM],
|
|
734
|
-
[0]
|
|
735
|
-
];
|
|
736
|
-
TypeRegistry.for(n0).registerError(StreamUnavailable$, StreamUnavailable);
|
|
737
757
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
738
758
|
0,
|
|
739
759
|
[_rA, _ta],
|
|
@@ -744,12 +764,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
744
764
|
[],
|
|
745
765
|
[]
|
|
746
766
|
];
|
|
747
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
748
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
749
|
-
[_eM],
|
|
750
|
-
[0]
|
|
751
|
-
];
|
|
752
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
753
767
|
export var ThumbnailConfiguration$ = [3, n0, _TC,
|
|
754
768
|
0,
|
|
755
769
|
[_rM, _tIS, _re, _sto],
|
|
@@ -785,20 +799,12 @@ export var UpdatePlaybackRestrictionPolicyResponse$ = [3, n0, _UPRPRp,
|
|
|
785
799
|
[_pRP],
|
|
786
800
|
[() => PlaybackRestrictionPolicy$]
|
|
787
801
|
];
|
|
788
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
789
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
790
|
-
[_eM],
|
|
791
|
-
[0]
|
|
792
|
-
];
|
|
793
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
794
802
|
export var VideoConfiguration$ = [3, n0, _VC,
|
|
795
803
|
0,
|
|
796
804
|
[_aP, _aL, _co, _enc, _tB, _tF, _vH, _vW, _l, _t, _pr],
|
|
797
805
|
[0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0]
|
|
798
806
|
];
|
|
799
807
|
var __Unit = "unit";
|
|
800
|
-
export var IvsServiceException$ = [-3, _sm, "IvsServiceException", 0, [], []];
|
|
801
|
-
TypeRegistry.for(_sm).registerError(IvsServiceException$, IvsServiceException);
|
|
802
808
|
var AudioConfigurationList = [1, n0, _ACL,
|
|
803
809
|
0, () => AudioConfiguration$
|
|
804
810
|
];
|
|
@@ -1,5 +1,22 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var IvsServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ChannelNotBroadcasting$: StaticErrorSchema;
|
|
6
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
8
|
+
export declare var PendingVerification$: StaticErrorSchema;
|
|
9
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
10
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var StreamUnavailable$: StaticErrorSchema;
|
|
12
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
13
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
14
|
+
/**
|
|
15
|
+
* TypeRegistry instances containing modeled errors.
|
|
16
|
+
* @internal
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
20
|
export declare var AudioConfiguration$: StaticStructureSchema;
|
|
4
21
|
export declare var BatchError$: StaticStructureSchema;
|
|
5
22
|
export declare var BatchGetChannelRequest$: StaticStructureSchema;
|
|
@@ -11,9 +28,7 @@ export declare var BatchStartViewerSessionRevocationRequest$: StaticStructureSch
|
|
|
11
28
|
export declare var BatchStartViewerSessionRevocationResponse$: StaticStructureSchema;
|
|
12
29
|
export declare var BatchStartViewerSessionRevocationViewerSession$: StaticStructureSchema;
|
|
13
30
|
export declare var Channel$: StaticStructureSchema;
|
|
14
|
-
export declare var ChannelNotBroadcasting$: StaticErrorSchema;
|
|
15
31
|
export declare var ChannelSummary$: StaticStructureSchema;
|
|
16
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
17
32
|
export declare var CreateChannelRequest$: StaticStructureSchema;
|
|
18
33
|
export declare var CreateChannelResponse$: StaticStructureSchema;
|
|
19
34
|
export declare var CreatePlaybackRestrictionPolicyRequest$: StaticStructureSchema;
|
|
@@ -47,7 +62,6 @@ export declare var ImportPlaybackKeyPairRequest$: StaticStructureSchema;
|
|
|
47
62
|
export declare var ImportPlaybackKeyPairResponse$: StaticStructureSchema;
|
|
48
63
|
export declare var IngestConfiguration$: StaticStructureSchema;
|
|
49
64
|
export declare var IngestConfigurations$: StaticStructureSchema;
|
|
50
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
51
65
|
export declare var ListChannelsRequest$: StaticStructureSchema;
|
|
52
66
|
export declare var ListChannelsResponse$: StaticStructureSchema;
|
|
53
67
|
export declare var ListPlaybackKeyPairsRequest$: StaticStructureSchema;
|
|
@@ -65,7 +79,6 @@ export declare var ListStreamsResponse$: StaticStructureSchema;
|
|
|
65
79
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
66
80
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
67
81
|
export declare var MultitrackInputConfiguration$: StaticStructureSchema;
|
|
68
|
-
export declare var PendingVerification$: StaticErrorSchema;
|
|
69
82
|
export declare var PlaybackKeyPair$: StaticStructureSchema;
|
|
70
83
|
export declare var PlaybackKeyPairSummary$: StaticStructureSchema;
|
|
71
84
|
export declare var PlaybackRestrictionPolicy$: StaticStructureSchema;
|
|
@@ -74,9 +87,7 @@ export declare var PutMetadataRequest$: StaticStructureSchema;
|
|
|
74
87
|
export declare var RecordingConfiguration$: StaticStructureSchema;
|
|
75
88
|
export declare var RecordingConfigurationSummary$: StaticStructureSchema;
|
|
76
89
|
export declare var RenditionConfiguration$: StaticStructureSchema;
|
|
77
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
78
90
|
export declare var S3DestinationConfiguration$: StaticStructureSchema;
|
|
79
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
80
91
|
export declare var Srt$: StaticStructureSchema;
|
|
81
92
|
export declare var StartViewerSessionRevocationRequest$: StaticStructureSchema;
|
|
82
93
|
export declare var StartViewerSessionRevocationResponse$: StaticStructureSchema;
|
|
@@ -90,10 +101,8 @@ export declare var StreamKeySummary$: StaticStructureSchema;
|
|
|
90
101
|
export declare var StreamSession$: StaticStructureSchema;
|
|
91
102
|
export declare var StreamSessionSummary$: StaticStructureSchema;
|
|
92
103
|
export declare var StreamSummary$: StaticStructureSchema;
|
|
93
|
-
export declare var StreamUnavailable$: StaticErrorSchema;
|
|
94
104
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
95
105
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
96
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
97
106
|
export declare var ThumbnailConfiguration$: StaticStructureSchema;
|
|
98
107
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
99
108
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
@@ -101,9 +110,7 @@ export declare var UpdateChannelRequest$: StaticStructureSchema;
|
|
|
101
110
|
export declare var UpdateChannelResponse$: StaticStructureSchema;
|
|
102
111
|
export declare var UpdatePlaybackRestrictionPolicyRequest$: StaticStructureSchema;
|
|
103
112
|
export declare var UpdatePlaybackRestrictionPolicyResponse$: StaticStructureSchema;
|
|
104
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
105
113
|
export declare var VideoConfiguration$: StaticStructureSchema;
|
|
106
|
-
export declare var IvsServiceException$: StaticErrorSchema;
|
|
107
114
|
export declare var BatchGetChannel$: StaticOperationSchema;
|
|
108
115
|
export declare var BatchGetStreamKey$: StaticOperationSchema;
|
|
109
116
|
export declare var BatchStartViewerSessionRevocation$: StaticOperationSchema;
|
|
@@ -1,9 +1,21 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var IvsServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ChannelNotBroadcasting$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var PendingVerification$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var StreamUnavailable$: StaticErrorSchema;
|
|
16
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
17
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
19
|
export declare var AudioConfiguration$: StaticStructureSchema;
|
|
8
20
|
export declare var BatchError$: StaticStructureSchema;
|
|
9
21
|
export declare var BatchGetChannelRequest$: StaticStructureSchema;
|
|
@@ -15,9 +27,7 @@ export declare var BatchStartViewerSessionRevocationRequest$: StaticStructureSch
|
|
|
15
27
|
export declare var BatchStartViewerSessionRevocationResponse$: StaticStructureSchema;
|
|
16
28
|
export declare var BatchStartViewerSessionRevocationViewerSession$: StaticStructureSchema;
|
|
17
29
|
export declare var Channel$: StaticStructureSchema;
|
|
18
|
-
export declare var ChannelNotBroadcasting$: StaticErrorSchema;
|
|
19
30
|
export declare var ChannelSummary$: StaticStructureSchema;
|
|
20
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
21
31
|
export declare var CreateChannelRequest$: StaticStructureSchema;
|
|
22
32
|
export declare var CreateChannelResponse$: StaticStructureSchema;
|
|
23
33
|
export declare var CreatePlaybackRestrictionPolicyRequest$: StaticStructureSchema;
|
|
@@ -51,7 +61,6 @@ export declare var ImportPlaybackKeyPairRequest$: StaticStructureSchema;
|
|
|
51
61
|
export declare var ImportPlaybackKeyPairResponse$: StaticStructureSchema;
|
|
52
62
|
export declare var IngestConfiguration$: StaticStructureSchema;
|
|
53
63
|
export declare var IngestConfigurations$: StaticStructureSchema;
|
|
54
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
55
64
|
export declare var ListChannelsRequest$: StaticStructureSchema;
|
|
56
65
|
export declare var ListChannelsResponse$: StaticStructureSchema;
|
|
57
66
|
export declare var ListPlaybackKeyPairsRequest$: StaticStructureSchema;
|
|
@@ -69,7 +78,6 @@ export declare var ListStreamsResponse$: StaticStructureSchema;
|
|
|
69
78
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
70
79
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
71
80
|
export declare var MultitrackInputConfiguration$: StaticStructureSchema;
|
|
72
|
-
export declare var PendingVerification$: StaticErrorSchema;
|
|
73
81
|
export declare var PlaybackKeyPair$: StaticStructureSchema;
|
|
74
82
|
export declare var PlaybackKeyPairSummary$: StaticStructureSchema;
|
|
75
83
|
export declare var PlaybackRestrictionPolicy$: StaticStructureSchema;
|
|
@@ -78,9 +86,7 @@ export declare var PutMetadataRequest$: StaticStructureSchema;
|
|
|
78
86
|
export declare var RecordingConfiguration$: StaticStructureSchema;
|
|
79
87
|
export declare var RecordingConfigurationSummary$: StaticStructureSchema;
|
|
80
88
|
export declare var RenditionConfiguration$: StaticStructureSchema;
|
|
81
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
82
89
|
export declare var S3DestinationConfiguration$: StaticStructureSchema;
|
|
83
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
84
90
|
export declare var Srt$: StaticStructureSchema;
|
|
85
91
|
export declare var StartViewerSessionRevocationRequest$: StaticStructureSchema;
|
|
86
92
|
export declare var StartViewerSessionRevocationResponse$: StaticStructureSchema;
|
|
@@ -94,10 +100,8 @@ export declare var StreamKeySummary$: StaticStructureSchema;
|
|
|
94
100
|
export declare var StreamSession$: StaticStructureSchema;
|
|
95
101
|
export declare var StreamSessionSummary$: StaticStructureSchema;
|
|
96
102
|
export declare var StreamSummary$: StaticStructureSchema;
|
|
97
|
-
export declare var StreamUnavailable$: StaticErrorSchema;
|
|
98
103
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
99
104
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
100
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
101
105
|
export declare var ThumbnailConfiguration$: StaticStructureSchema;
|
|
102
106
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
103
107
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
@@ -105,9 +109,7 @@ export declare var UpdateChannelRequest$: StaticStructureSchema;
|
|
|
105
109
|
export declare var UpdateChannelResponse$: StaticStructureSchema;
|
|
106
110
|
export declare var UpdatePlaybackRestrictionPolicyRequest$: StaticStructureSchema;
|
|
107
111
|
export declare var UpdatePlaybackRestrictionPolicyResponse$: StaticStructureSchema;
|
|
108
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
109
112
|
export declare var VideoConfiguration$: StaticStructureSchema;
|
|
110
|
-
export declare var IvsServiceException$: StaticErrorSchema;
|
|
111
113
|
export declare var BatchGetChannel$: StaticOperationSchema;
|
|
112
114
|
export declare var BatchGetStreamKey$: StaticOperationSchema;
|
|
113
115
|
export declare var BatchStartViewerSessionRevocation$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ivs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ivs",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|