@aws-sdk/client-ivs-realtime 3.986.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultIVSRealTimeHttpAuthSchemeProvider } 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.ivsrealtime",
30
+ errorTypeRegistries,
29
31
  version: "2020-07-14",
30
32
  serviceTarget: "AmazonInteractiveVideoServiceRealTime",
31
33
  },
@@ -297,7 +297,7 @@ const _re = "replica";
297
297
  const _rep = "replicas";
298
298
  const _rt = "rtmp";
299
299
  const _rtm = "rtmps";
300
- const _s = "state";
300
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ivsrealtime";
301
301
  const _sA = "stageArn";
302
302
  const _sC = "storageConfiguration";
303
303
  const _sCA = "storageConfigurationArn";
@@ -313,10 +313,10 @@ const _sTS = "strictTransportSecurity";
313
313
  const _sV = "sdkVersion";
314
314
  const _s_ = "s3";
315
315
  const _se = "server";
316
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ivsrealtime";
317
- const _st = "storage";
316
+ const _st = "state";
318
317
  const _sta = "stage";
319
318
  const _stag = "stages";
319
+ const _sto = "storage";
320
320
  const _t = "tags";
321
321
  const _tC = "thumbnailConfiguration";
322
322
  const _tCh = "thumbnailConfigurations";
@@ -338,14 +338,58 @@ const n0 = "com.amazonaws.ivsrealtime";
338
338
  import { TypeRegistry } from "@smithy/core/schema";
339
339
  import { AccessDeniedException, ConflictException, InternalServerException, PendingVerification, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
340
340
  import { IVSRealTimeServiceException } from "../models/IVSRealTimeServiceException";
341
- var ParticipantTokenString = [0, n0, _PTS, 8, 0];
342
- var StreamKey = [0, n0, _SK, 8, 0];
341
+ const _s_registry = TypeRegistry.for(_s);
342
+ export var IVSRealTimeServiceException$ = [-3, _s, "IVSRealTimeServiceException", 0, [], []];
343
+ _s_registry.registerError(IVSRealTimeServiceException$, IVSRealTimeServiceException);
344
+ const n0_registry = TypeRegistry.for(n0);
343
345
  export var AccessDeniedException$ = [-3, n0, _ADE,
344
346
  { [_e]: _c, [_hE]: 403 },
345
347
  [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
346
348
  [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
347
349
  ];
348
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
350
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
351
+ export var ConflictException$ = [-3, n0, _CE,
352
+ { [_e]: _c, [_hE]: 409 },
353
+ [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
354
+ [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
355
+ ];
356
+ n0_registry.registerError(ConflictException$, ConflictException);
357
+ export var InternalServerException$ = [-3, n0, _ISE,
358
+ { [_e]: _se, [_hE]: 500 },
359
+ [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
360
+ [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
361
+ ];
362
+ n0_registry.registerError(InternalServerException$, InternalServerException);
363
+ export var PendingVerification$ = [-3, n0, _PV,
364
+ { [_e]: _c, [_hE]: 403 },
365
+ [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
366
+ [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
367
+ ];
368
+ n0_registry.registerError(PendingVerification$, PendingVerification);
369
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
370
+ { [_e]: _c, [_hE]: 404 },
371
+ [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
372
+ [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
373
+ ];
374
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
375
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
376
+ { [_e]: _c, [_hE]: 402 },
377
+ [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
378
+ [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
379
+ ];
380
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
381
+ export var ValidationException$ = [-3, n0, _VE,
382
+ { [_e]: _c, [_hE]: 400 },
383
+ [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
384
+ [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
385
+ ];
386
+ n0_registry.registerError(ValidationException$, ValidationException);
387
+ export const errorTypeRegistries = [
388
+ _s_registry,
389
+ n0_registry,
390
+ ];
391
+ var ParticipantTokenString = [0, n0, _PTS, 8, 0];
392
+ var StreamKey = [0, n0, _SK, 8, 0];
349
393
  export var AutoParticipantRecordingConfiguration$ = [3, n0, _APRC,
350
394
  0,
351
395
  [_sCA, _mT, _tC, _rRWS, _hC, _rPR],
@@ -358,7 +402,7 @@ export var ChannelDestinationConfiguration$ = [3, n0, _CDC,
358
402
  ];
359
403
  export var Composition$ = [3, n0, _C,
360
404
  0,
361
- [_a, _sA, _s, _l, _d, _t, _sT, _eT],
405
+ [_a, _sA, _st, _l, _d, _t, _sT, _eT],
362
406
  [0, 0, 0, () => LayoutConfiguration$, () => DestinationList, 128 | 0, 5, 5], 5
363
407
  ];
364
408
  export var CompositionRecordingHlsConfiguration$ = [3, n0, _CRHC,
@@ -368,20 +412,14 @@ export var CompositionRecordingHlsConfiguration$ = [3, n0, _CRHC,
368
412
  ];
369
413
  export var CompositionSummary$ = [3, n0, _CS,
370
414
  0,
371
- [_a, _sA, _d, _s, _t, _sT, _eT],
415
+ [_a, _sA, _d, _st, _t, _sT, _eT],
372
416
  [0, 0, () => DestinationSummaryList, 0, 128 | 0, 5, 5], 4
373
417
  ];
374
418
  export var CompositionThumbnailConfiguration$ = [3, n0, _CTC,
375
419
  0,
376
- [_tIS, _st],
420
+ [_tIS, _sto],
377
421
  [1, 64 | 0]
378
422
  ];
379
- export var ConflictException$ = [-3, n0, _CE,
380
- { [_e]: _c, [_hE]: 409 },
381
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
382
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
383
- ];
384
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
385
423
  export var CreateEncoderConfigurationRequest$ = [3, n0, _CECR,
386
424
  0,
387
425
  [_n, _v, _t],
@@ -484,7 +522,7 @@ export var DeleteStorageConfigurationResponse$ = [3, n0, _DSCRe,
484
522
  ];
485
523
  export var Destination$ = [3, n0, _D,
486
524
  0,
487
- [_i, _s, _co, _sT, _eT, _de],
525
+ [_i, _st, _co, _sT, _eT, _de],
488
526
  [0, 0, () => DestinationConfiguration$, 5, 5, () => DestinationDetail$], 3
489
527
  ];
490
528
  export var DestinationConfiguration$ = [3, n0, _DC,
@@ -499,7 +537,7 @@ export var DestinationDetail$ = [3, n0, _DD,
499
537
  ];
500
538
  export var DestinationSummary$ = [3, n0, _DS,
501
539
  0,
502
- [_i, _s, _sT, _eT],
540
+ [_i, _st, _sT, _eT],
503
541
  [0, 0, 5, 5], 2
504
542
  ];
505
543
  export var DisconnectParticipantRequest$ = [3, n0, _DPR,
@@ -629,20 +667,14 @@ export var ImportPublicKeyResponse$ = [3, n0, _IPKRm,
629
667
  ];
630
668
  export var IngestConfiguration$ = [3, n0, _IC,
631
669
  0,
632
- [_a, _iP, _sK, _sA, _pI, _s, _n, _uI, _at, _t],
670
+ [_a, _iP, _sK, _sA, _pI, _st, _n, _uI, _at, _t],
633
671
  [0, 0, [() => StreamKey, 0], 0, 0, 0, 0, 0, 128 | 0, 128 | 0], 6
634
672
  ];
635
673
  export var IngestConfigurationSummary$ = [3, n0, _ICS,
636
674
  0,
637
- [_a, _iP, _sA, _pI, _s, _n, _uI],
675
+ [_a, _iP, _sA, _pI, _st, _n, _uI],
638
676
  [0, 0, 0, 0, 0, 0, 0], 5
639
677
  ];
640
- export var InternalServerException$ = [-3, n0, _ISE,
641
- { [_e]: _se, [_hE]: 500 },
642
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
643
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
644
- ];
645
- TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
646
678
  export var LayoutConfiguration$ = [3, n0, _LC,
647
679
  0,
648
680
  [_g, _pi],
@@ -760,7 +792,7 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
760
792
  ];
761
793
  export var Participant$ = [3, n0, _P,
762
794
  0,
763
- [_pI, _uI, _s, _fJT, _at, _pu, _iN, _oN, _oV, _bN, _bV, _sV, _rSBN, _rSP, _rS, _pr, _rT, _rSe, _sSA, _sSI],
795
+ [_pI, _uI, _st, _fJT, _at, _pu, _iN, _oN, _oV, _bN, _bV, _sV, _rSBN, _rSP, _rS, _pr, _rT, _rSe, _sSA, _sSI],
764
796
  [0, 0, 0, 5, 128 | 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
765
797
  ];
766
798
  export var ParticipantRecordingHlsConfiguration$ = [3, n0, _PRHC,
@@ -775,12 +807,12 @@ export var ParticipantReplica$ = [3, n0, _PR,
775
807
  ];
776
808
  export var ParticipantSummary$ = [3, n0, _PS,
777
809
  0,
778
- [_pI, _uI, _s, _fJT, _pu, _rS, _rT, _rSe, _sSA, _sSI],
810
+ [_pI, _uI, _st, _fJT, _pu, _rS, _rT, _rSe, _sSA, _sSI],
779
811
  [0, 0, 0, 5, 2, 0, 0, 0, 0, 0]
780
812
  ];
781
813
  export var ParticipantThumbnailConfiguration$ = [3, n0, _PTC,
782
814
  0,
783
- [_tIS, _st, _rM],
815
+ [_tIS, _sto, _rM],
784
816
  [1, 64 | 0, 0]
785
817
  ];
786
818
  export var ParticipantToken$ = [3, n0, _PT,
@@ -793,12 +825,6 @@ export var ParticipantTokenConfiguration$ = [3, n0, _PTCa,
793
825
  [_du, _uI, _at, _ca],
794
826
  [1, 0, 128 | 0, 64 | 0]
795
827
  ];
796
- export var PendingVerification$ = [-3, n0, _PV,
797
- { [_e]: _c, [_hE]: 403 },
798
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
799
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
800
- ];
801
- TypeRegistry.for(n0).registerError(PendingVerification$, PendingVerification);
802
828
  export var PipConfiguration$ = [3, n0, _PC,
803
829
  0,
804
830
  [_fPA, _oSV, _vFM, _gG, _pPA, _pB, _pO, _pP, _pW, _pH, _pOA],
@@ -819,12 +845,6 @@ export var RecordingConfiguration$ = [3, n0, _RC,
819
845
  [_hC, _fo],
820
846
  [() => CompositionRecordingHlsConfiguration$, 0]
821
847
  ];
822
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
823
- { [_e]: _c, [_hE]: 404 },
824
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
825
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
826
- ];
827
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
828
848
  export var S3DestinationConfiguration$ = [3, n0, _SDC,
829
849
  0,
830
850
  [_sCA, _eCAn, _rC, _tCh],
@@ -840,12 +860,6 @@ export var S3StorageConfiguration$ = [3, n0, _SSC,
840
860
  [_bNu],
841
861
  [0], 1
842
862
  ];
843
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
844
- { [_e]: _c, [_hE]: 402 },
845
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
846
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
847
- ];
848
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
849
863
  export var Stage$ = [3, n0, _S,
850
864
  0,
851
865
  [_a, _n, _aSI, _t, _aPRC, _en],
@@ -961,19 +975,11 @@ export var UpdateStageResponse$ = [3, n0, _USRp,
961
975
  [_sta],
962
976
  [() => Stage$]
963
977
  ];
964
- export var ValidationException$ = [-3, n0, _VE,
965
- { [_e]: _c, [_hE]: 400 },
966
- [_aCAO, _aCEH, _cC, _cSP, _sTS, _xCTO, _xFO, _xAET, _eM],
967
- [[0, { [_hH]: _ACAO }], [0, { [_hH]: _ACEH }], [0, { [_hH]: _CC }], [0, { [_hH]: _CSP }], [0, { [_hH]: _STS }], [0, { [_hH]: _XCTO }], [0, { [_hH]: _XFO }], [0, { [_hH]: _xaE }], 0]
968
- ];
969
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
970
978
  export var Video$ = [3, n0, _V,
971
979
  0,
972
980
  [_wi, _h, _fr, _b],
973
981
  [1, 1, 1, 1]
974
982
  ];
975
- export var IVSRealTimeServiceException$ = [-3, _sm, "IVSRealTimeServiceException", 0, [], []];
976
- TypeRegistry.for(_sm).registerError(IVSRealTimeServiceException$, IVSRealTimeServiceException);
977
983
  var CompositionSummaryList = [1, n0, _CSL,
978
984
  0, () => CompositionSummary$
979
985
  ];
@@ -1,12 +1,25 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var IVSRealTimeServiceException$: StaticErrorSchema;
2
4
  export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerException$: StaticErrorSchema;
7
+ export declare var PendingVerification$: StaticErrorSchema;
8
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
9
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
3
17
  export declare var AutoParticipantRecordingConfiguration$: StaticStructureSchema;
4
18
  export declare var ChannelDestinationConfiguration$: StaticStructureSchema;
5
19
  export declare var Composition$: StaticStructureSchema;
6
20
  export declare var CompositionRecordingHlsConfiguration$: StaticStructureSchema;
7
21
  export declare var CompositionSummary$: StaticStructureSchema;
8
22
  export declare var CompositionThumbnailConfiguration$: StaticStructureSchema;
9
- export declare var ConflictException$: StaticErrorSchema;
10
23
  export declare var CreateEncoderConfigurationRequest$: StaticStructureSchema;
11
24
  export declare var CreateEncoderConfigurationResponse$: StaticStructureSchema;
12
25
  export declare var CreateIngestConfigurationRequest$: StaticStructureSchema;
@@ -58,7 +71,6 @@ export declare var ImportPublicKeyRequest$: StaticStructureSchema;
58
71
  export declare var ImportPublicKeyResponse$: StaticStructureSchema;
59
72
  export declare var IngestConfiguration$: StaticStructureSchema;
60
73
  export declare var IngestConfigurationSummary$: StaticStructureSchema;
61
- export declare var InternalServerException$: StaticErrorSchema;
62
74
  export declare var LayoutConfiguration$: StaticStructureSchema;
63
75
  export declare var ListCompositionsRequest$: StaticStructureSchema;
64
76
  export declare var ListCompositionsResponse$: StaticStructureSchema;
@@ -89,16 +101,13 @@ export declare var ParticipantSummary$: StaticStructureSchema;
89
101
  export declare var ParticipantThumbnailConfiguration$: StaticStructureSchema;
90
102
  export declare var ParticipantToken$: StaticStructureSchema;
91
103
  export declare var ParticipantTokenConfiguration$: StaticStructureSchema;
92
- export declare var PendingVerification$: StaticErrorSchema;
93
104
  export declare var PipConfiguration$: StaticStructureSchema;
94
105
  export declare var PublicKey$: StaticStructureSchema;
95
106
  export declare var PublicKeySummary$: StaticStructureSchema;
96
107
  export declare var RecordingConfiguration$: StaticStructureSchema;
97
- export declare var ResourceNotFoundException$: StaticErrorSchema;
98
108
  export declare var S3DestinationConfiguration$: StaticStructureSchema;
99
109
  export declare var S3Detail$: StaticStructureSchema;
100
110
  export declare var S3StorageConfiguration$: StaticStructureSchema;
101
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
102
111
  export declare var Stage$: StaticStructureSchema;
103
112
  export declare var StageEndpoints$: StaticStructureSchema;
104
113
  export declare var StageSession$: StaticStructureSchema;
@@ -122,9 +131,7 @@ export declare var UpdateIngestConfigurationRequest$: StaticStructureSchema;
122
131
  export declare var UpdateIngestConfigurationResponse$: StaticStructureSchema;
123
132
  export declare var UpdateStageRequest$: StaticStructureSchema;
124
133
  export declare var UpdateStageResponse$: StaticStructureSchema;
125
- export declare var ValidationException$: StaticErrorSchema;
126
134
  export declare var Video$: StaticStructureSchema;
127
- export declare var IVSRealTimeServiceException$: StaticErrorSchema;
128
135
  export declare var CreateEncoderConfiguration$: StaticOperationSchema;
129
136
  export declare var CreateIngestConfiguration$: StaticOperationSchema;
130
137
  export declare var CreateParticipantToken$: StaticOperationSchema;
@@ -1,16 +1,24 @@
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 IVSRealTimeServiceException$: StaticErrorSchema;
6
8
  export declare var AccessDeniedException$: StaticErrorSchema;
9
+ export declare var ConflictException$: StaticErrorSchema;
10
+ export declare var InternalServerException$: StaticErrorSchema;
11
+ export declare var PendingVerification$: StaticErrorSchema;
12
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
13
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
14
+ export declare var ValidationException$: StaticErrorSchema;
15
+ export declare const errorTypeRegistries: TypeRegistry[];
7
16
  export declare var AutoParticipantRecordingConfiguration$: StaticStructureSchema;
8
17
  export declare var ChannelDestinationConfiguration$: StaticStructureSchema;
9
18
  export declare var Composition$: StaticStructureSchema;
10
19
  export declare var CompositionRecordingHlsConfiguration$: StaticStructureSchema;
11
20
  export declare var CompositionSummary$: StaticStructureSchema;
12
21
  export declare var CompositionThumbnailConfiguration$: StaticStructureSchema;
13
- export declare var ConflictException$: StaticErrorSchema;
14
22
  export declare var CreateEncoderConfigurationRequest$: StaticStructureSchema;
15
23
  export declare var CreateEncoderConfigurationResponse$: StaticStructureSchema;
16
24
  export declare var CreateIngestConfigurationRequest$: StaticStructureSchema;
@@ -62,7 +70,6 @@ export declare var ImportPublicKeyRequest$: StaticStructureSchema;
62
70
  export declare var ImportPublicKeyResponse$: StaticStructureSchema;
63
71
  export declare var IngestConfiguration$: StaticStructureSchema;
64
72
  export declare var IngestConfigurationSummary$: StaticStructureSchema;
65
- export declare var InternalServerException$: StaticErrorSchema;
66
73
  export declare var LayoutConfiguration$: StaticStructureSchema;
67
74
  export declare var ListCompositionsRequest$: StaticStructureSchema;
68
75
  export declare var ListCompositionsResponse$: StaticStructureSchema;
@@ -93,16 +100,13 @@ export declare var ParticipantSummary$: StaticStructureSchema;
93
100
  export declare var ParticipantThumbnailConfiguration$: StaticStructureSchema;
94
101
  export declare var ParticipantToken$: StaticStructureSchema;
95
102
  export declare var ParticipantTokenConfiguration$: StaticStructureSchema;
96
- export declare var PendingVerification$: StaticErrorSchema;
97
103
  export declare var PipConfiguration$: StaticStructureSchema;
98
104
  export declare var PublicKey$: StaticStructureSchema;
99
105
  export declare var PublicKeySummary$: StaticStructureSchema;
100
106
  export declare var RecordingConfiguration$: StaticStructureSchema;
101
- export declare var ResourceNotFoundException$: StaticErrorSchema;
102
107
  export declare var S3DestinationConfiguration$: StaticStructureSchema;
103
108
  export declare var S3Detail$: StaticStructureSchema;
104
109
  export declare var S3StorageConfiguration$: StaticStructureSchema;
105
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
106
110
  export declare var Stage$: StaticStructureSchema;
107
111
  export declare var StageEndpoints$: StaticStructureSchema;
108
112
  export declare var StageSession$: StaticStructureSchema;
@@ -126,9 +130,7 @@ export declare var UpdateIngestConfigurationRequest$: StaticStructureSchema;
126
130
  export declare var UpdateIngestConfigurationResponse$: StaticStructureSchema;
127
131
  export declare var UpdateStageRequest$: StaticStructureSchema;
128
132
  export declare var UpdateStageResponse$: StaticStructureSchema;
129
- export declare var ValidationException$: StaticErrorSchema;
130
133
  export declare var Video$: StaticStructureSchema;
131
- export declare var IVSRealTimeServiceException$: StaticErrorSchema;
132
134
  export declare var CreateEncoderConfiguration$: StaticOperationSchema;
133
135
  export declare var CreateIngestConfiguration$: StaticOperationSchema;
134
136
  export declare var CreateParticipantToken$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ivs-realtime",
3
3
  "description": "AWS SDK for JavaScript Ivs Realtime Client for Node.js, Browser and React Native",
4
- "version": "3.986.0",
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-realtime",
@@ -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.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
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.7",
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.986.0",
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.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
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.13",
42
- "@smithy/middleware-retry": "^4.4.30",
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.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
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.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
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",