@aws-sdk/client-mediapackage 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultMediaPackageHttpAuthSchemeProvider } 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: "2017-10-12",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.mediapackage",
30
+ errorTypeRegistries,
29
31
  version: "2017-10-12",
30
32
  serviceTarget: "MediaPackage",
31
33
  },
@@ -170,12 +170,12 @@ const _cP = "cmafPackage";
170
170
  const _ch = "channels";
171
171
  const _d = "description";
172
172
  const _dP = "dashPackage";
173
- const _e = "encryption";
173
+ const _e = "error";
174
174
  const _eAL = "egressAccessLogs";
175
175
  const _eCC = "encryptionContractConfiguration";
176
176
  const _eM = "encryptionMethod";
177
177
  const _eT = "endTime";
178
- const _er = "error";
178
+ const _en = "encryption";
179
179
  const _h = "http";
180
180
  const _hE = "httpError";
181
181
  const _hI = "hlsIngest";
@@ -225,7 +225,7 @@ const _pa = "password";
225
225
  const _rA = "roleArn";
226
226
  const _rEXK = "repeatExtXKey";
227
227
  const _rI = "resourceId";
228
- const _s = "status";
228
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.mediapackage";
229
229
  const _sD = "s3Destination";
230
230
  const _sDS = "segmentDurationSeconds";
231
231
  const _sI = "systemIds";
@@ -239,7 +239,7 @@ const _sT = "startTime";
239
239
  const _sTF = "segmentTemplateFormat";
240
240
  const _sWS = "startoverWindowSeconds";
241
241
  const _se = "server";
242
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.mediapackage";
242
+ const _st = "status";
243
243
  const _t = "tags";
244
244
  const _tDS = "timeDelaySeconds";
245
245
  const _tK = "tagKeys";
@@ -253,6 +253,50 @@ const n0 = "com.amazonaws.mediapackage";
253
253
  import { TypeRegistry } from "@smithy/core/schema";
254
254
  import { ForbiddenException, InternalServerErrorException, NotFoundException, ServiceUnavailableException, TooManyRequestsException, UnprocessableEntityException, } from "../models/errors";
255
255
  import { MediaPackageServiceException } from "../models/MediaPackageServiceException";
256
+ const _s_registry = TypeRegistry.for(_s);
257
+ export var MediaPackageServiceException$ = [-3, _s, "MediaPackageServiceException", 0, [], []];
258
+ _s_registry.registerError(MediaPackageServiceException$, MediaPackageServiceException);
259
+ const n0_registry = TypeRegistry.for(n0);
260
+ export var ForbiddenException$ = [-3, n0, _FE,
261
+ { [_e]: _c, [_hE]: 403 },
262
+ [_M],
263
+ [[0, { [_jN]: _m }]]
264
+ ];
265
+ n0_registry.registerError(ForbiddenException$, ForbiddenException);
266
+ export var InternalServerErrorException$ = [-3, n0, _ISEE,
267
+ { [_e]: _se, [_hE]: 500 },
268
+ [_M],
269
+ [[0, { [_jN]: _m }]]
270
+ ];
271
+ n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
272
+ export var NotFoundException$ = [-3, n0, _NFE,
273
+ { [_e]: _c, [_hE]: 404 },
274
+ [_M],
275
+ [[0, { [_jN]: _m }]]
276
+ ];
277
+ n0_registry.registerError(NotFoundException$, NotFoundException);
278
+ export var ServiceUnavailableException$ = [-3, n0, _SUE,
279
+ { [_e]: _se, [_hE]: 503 },
280
+ [_M],
281
+ [[0, { [_jN]: _m }]]
282
+ ];
283
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
284
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
285
+ { [_e]: _c, [_hE]: 429 },
286
+ [_M],
287
+ [[0, { [_jN]: _m }]]
288
+ ];
289
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
290
+ export var UnprocessableEntityException$ = [-3, n0, _UEE,
291
+ { [_e]: _c, [_hE]: 422 },
292
+ [_M],
293
+ [[0, { [_jN]: _m }]]
294
+ ];
295
+ n0_registry.registerError(UnprocessableEntityException$, UnprocessableEntityException);
296
+ export const errorTypeRegistries = [
297
+ _s_registry,
298
+ n0_registry,
299
+ ];
256
300
  var SensitiveString = [0, n0, _SS, 8, 0];
257
301
  export var Authorization$ = [3, n0, _A,
258
302
  0,
@@ -272,12 +316,12 @@ export var CmafEncryption$ = [3, n0, _CE,
272
316
  export var CmafPackage$ = [3, n0, _CP,
273
317
  0,
274
318
  [_E, _HM, _SDS, _SP, _SSt],
275
- [[() => CmafEncryption$, { [_jN]: _e }], [() => __listOfHlsManifest, { [_jN]: _hM }], [1, { [_jN]: _sDS }], [0, { [_jN]: _sP }], [() => StreamSelection$, { [_jN]: _sS }]]
319
+ [[() => CmafEncryption$, { [_jN]: _en }], [() => __listOfHlsManifest, { [_jN]: _hM }], [1, { [_jN]: _sDS }], [0, { [_jN]: _sP }], [() => StreamSelection$, { [_jN]: _sS }]]
276
320
  ];
277
321
  export var CmafPackageCreateOrUpdateParameters$ = [3, n0, _CPCOUP,
278
322
  0,
279
323
  [_E, _HM, _SDS, _SP, _SSt],
280
- [[() => CmafEncryption$, { [_jN]: _e }], [() => __listOfHlsManifestCreateOrUpdateParameters, { [_jN]: _hM }], [1, { [_jN]: _sDS }], [0, { [_jN]: _sP }], [() => StreamSelection$, { [_jN]: _sS }]]
324
+ [[() => CmafEncryption$, { [_jN]: _en }], [() => __listOfHlsManifestCreateOrUpdateParameters, { [_jN]: _hM }], [1, { [_jN]: _sDS }], [0, { [_jN]: _sP }], [() => StreamSelection$, { [_jN]: _sS }]]
281
325
  ];
282
326
  export var ConfigureLogsRequest$ = [3, n0, _CLR,
283
327
  0,
@@ -307,7 +351,7 @@ export var CreateHarvestJobRequest$ = [3, n0, _CHJR,
307
351
  export var CreateHarvestJobResponse$ = [3, n0, _CHJRr,
308
352
  0,
309
353
  [_Ar, _CI, _CA, _ET, _I, _OEI, _SD, _ST, _S],
310
- [[0, { [_jN]: _a }], [0, { [_jN]: _cI }], [0, { [_jN]: _cA }], [0, { [_jN]: _eT }], [0, { [_jN]: _i }], [0, { [_jN]: _oEI }], [() => S3Destination$, { [_jN]: _sD }], [0, { [_jN]: _sT }], [0, { [_jN]: _s }]]
354
+ [[0, { [_jN]: _a }], [0, { [_jN]: _cI }], [0, { [_jN]: _cA }], [0, { [_jN]: _eT }], [0, { [_jN]: _i }], [0, { [_jN]: _oEI }], [() => S3Destination$, { [_jN]: _sD }], [0, { [_jN]: _sT }], [0, { [_jN]: _st }]]
311
355
  ];
312
356
  export var CreateOriginEndpointRequest$ = [3, n0, _COER,
313
357
  0,
@@ -327,7 +371,7 @@ export var DashEncryption$ = [3, n0, _DE,
327
371
  export var DashPackage$ = [3, n0, _DP,
328
372
  0,
329
373
  [_AT, _AODR, _E, _IIOS, _ML, _MWS, _MBTS, _MUPS, _PT, _P, _SDS, _STF, _SSt, _SPDS, _UT, _UTU],
330
- [[64 | 0, { [_jN]: _aT }], [0, { [_jN]: _aODR }], [() => DashEncryption$, { [_jN]: _e }], [2, { [_jN]: _iIOS }], [0, { [_jN]: _mL }], [1, { [_jN]: _mWS }], [1, { [_jN]: _mBTS }], [1, { [_jN]: _mUPS }], [64 | 0, { [_jN]: _pT }], [0, { [_jN]: _p }], [1, { [_jN]: _sDS }], [0, { [_jN]: _sTF }], [() => StreamSelection$, { [_jN]: _sS }], [1, { [_jN]: _sPDS }], [0, { [_jN]: _uT }], [0, { [_jN]: _uTU }]]
374
+ [[64 | 0, { [_jN]: _aT }], [0, { [_jN]: _aODR }], [() => DashEncryption$, { [_jN]: _en }], [2, { [_jN]: _iIOS }], [0, { [_jN]: _mL }], [1, { [_jN]: _mWS }], [1, { [_jN]: _mBTS }], [1, { [_jN]: _mUPS }], [64 | 0, { [_jN]: _pT }], [0, { [_jN]: _p }], [1, { [_jN]: _sDS }], [0, { [_jN]: _sTF }], [() => StreamSelection$, { [_jN]: _sS }], [1, { [_jN]: _sPDS }], [0, { [_jN]: _uT }], [0, { [_jN]: _uTU }]]
331
375
  ];
332
376
  export var DeleteChannelRequest$ = [3, n0, _DCR,
333
377
  0,
@@ -367,7 +411,7 @@ export var DescribeHarvestJobRequest$ = [3, n0, _DHJR,
367
411
  export var DescribeHarvestJobResponse$ = [3, n0, _DHJRe,
368
412
  0,
369
413
  [_Ar, _CI, _CA, _ET, _I, _OEI, _SD, _ST, _S],
370
- [[0, { [_jN]: _a }], [0, { [_jN]: _cI }], [0, { [_jN]: _cA }], [0, { [_jN]: _eT }], [0, { [_jN]: _i }], [0, { [_jN]: _oEI }], [() => S3Destination$, { [_jN]: _sD }], [0, { [_jN]: _sT }], [0, { [_jN]: _s }]]
414
+ [[0, { [_jN]: _a }], [0, { [_jN]: _cI }], [0, { [_jN]: _cA }], [0, { [_jN]: _eT }], [0, { [_jN]: _i }], [0, { [_jN]: _oEI }], [() => S3Destination$, { [_jN]: _sD }], [0, { [_jN]: _sT }], [0, { [_jN]: _st }]]
371
415
  ];
372
416
  export var DescribeOriginEndpointRequest$ = [3, n0, _DOERes,
373
417
  0,
@@ -389,16 +433,10 @@ export var EncryptionContractConfiguration$ = [3, n0, _ECC,
389
433
  [_PSA, _PSV],
390
434
  [[0, { [_jN]: _pSA }], [0, { [_jN]: _pSV }]], 2
391
435
  ];
392
- export var ForbiddenException$ = [-3, n0, _FE,
393
- { [_er]: _c, [_hE]: 403 },
394
- [_M],
395
- [[0, { [_jN]: _m }]]
396
- ];
397
- TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
398
436
  export var HarvestJob$ = [3, n0, _HJ,
399
437
  0,
400
438
  [_Ar, _CI, _CA, _ET, _I, _OEI, _SD, _ST, _S],
401
- [[0, { [_jN]: _a }], [0, { [_jN]: _cI }], [0, { [_jN]: _cA }], [0, { [_jN]: _eT }], [0, { [_jN]: _i }], [0, { [_jN]: _oEI }], [() => S3Destination$, { [_jN]: _sD }], [0, { [_jN]: _sT }], [0, { [_jN]: _s }]]
439
+ [[0, { [_jN]: _a }], [0, { [_jN]: _cI }], [0, { [_jN]: _cA }], [0, { [_jN]: _eT }], [0, { [_jN]: _i }], [0, { [_jN]: _oEI }], [() => S3Destination$, { [_jN]: _sD }], [0, { [_jN]: _sT }], [0, { [_jN]: _st }]]
402
440
  ];
403
441
  export var HlsEncryption$ = [3, n0, _HE,
404
442
  0,
@@ -423,7 +461,7 @@ export var HlsManifestCreateOrUpdateParameters$ = [3, n0, _HMCOUP,
423
461
  export var HlsPackage$ = [3, n0, _HP,
424
462
  0,
425
463
  [_AM, _AT, _AODR, _E, _IDS, _IIOS, _PTl, _PWS, _PDTIS, _SDS, _SSt, _UARG],
426
- [[0, { [_jN]: _aM }], [64 | 0, { [_jN]: _aT }], [0, { [_jN]: _aODR }], [() => HlsEncryption$, { [_jN]: _e }], [2, { [_jN]: _iDS }], [2, { [_jN]: _iIOS }], [0, { [_jN]: _pTl }], [1, { [_jN]: _pWS }], [1, { [_jN]: _pDTIS }], [1, { [_jN]: _sDS }], [() => StreamSelection$, { [_jN]: _sS }], [2, { [_jN]: _uARG }]]
464
+ [[0, { [_jN]: _aM }], [64 | 0, { [_jN]: _aT }], [0, { [_jN]: _aODR }], [() => HlsEncryption$, { [_jN]: _en }], [2, { [_jN]: _iDS }], [2, { [_jN]: _iIOS }], [0, { [_jN]: _pTl }], [1, { [_jN]: _pWS }], [1, { [_jN]: _pDTIS }], [1, { [_jN]: _sDS }], [() => StreamSelection$, { [_jN]: _sS }], [2, { [_jN]: _uARG }]]
427
465
  ];
428
466
  export var IngestEndpoint$ = [3, n0, _IEn,
429
467
  0,
@@ -435,12 +473,6 @@ export var IngressAccessLogs$ = [3, n0, _IAL,
435
473
  [_LGN],
436
474
  [[0, { [_jN]: _lGN }]]
437
475
  ];
438
- export var InternalServerErrorException$ = [-3, n0, _ISEE,
439
- { [_er]: _se, [_hE]: 500 },
440
- [_M],
441
- [[0, { [_jN]: _m }]]
442
- ];
443
- TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
444
476
  export var ListChannelsRequest$ = [3, n0, _LCR,
445
477
  0,
446
478
  [_MR, _NT],
@@ -489,14 +521,8 @@ export var MssEncryption$ = [3, n0, _ME,
489
521
  export var MssPackage$ = [3, n0, _MP,
490
522
  0,
491
523
  [_E, _MWS, _SDS, _SSt],
492
- [[() => MssEncryption$, { [_jN]: _e }], [1, { [_jN]: _mWS }], [1, { [_jN]: _sDS }], [() => StreamSelection$, { [_jN]: _sS }]]
493
- ];
494
- export var NotFoundException$ = [-3, n0, _NFE,
495
- { [_er]: _c, [_hE]: 404 },
496
- [_M],
497
- [[0, { [_jN]: _m }]]
524
+ [[() => MssEncryption$, { [_jN]: _en }], [1, { [_jN]: _mWS }], [1, { [_jN]: _sDS }], [() => StreamSelection$, { [_jN]: _sS }]]
498
525
  ];
499
- TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
500
526
  export var OriginEndpoint$ = [3, n0, _OEr,
501
527
  0,
502
528
  [_Ar, _A, _CI, _CP, _CA, _DP, _D, _HP, _I, _MN, _MP, _O, _SWS, _T, _TDS, _U, _W],
@@ -527,12 +553,6 @@ export var S3Destination$ = [3, n0, _SD,
527
553
  [_BN, _MK, _RAo],
528
554
  [[0, { [_jN]: _bN }], [0, { [_jN]: _mK }], [0, { [_jN]: _rA }]], 3
529
555
  ];
530
- export var ServiceUnavailableException$ = [-3, n0, _SUE,
531
- { [_er]: _se, [_hE]: 503 },
532
- [_M],
533
- [[0, { [_jN]: _m }]]
534
- ];
535
- TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
536
556
  export var SpekeKeyProvider$ = [3, n0, _SKP,
537
557
  0,
538
558
  [_RI, _RAo, _SI, _U, _CAe, _ECC],
@@ -548,18 +568,6 @@ export var TagResourceRequest$ = [3, n0, _TRR,
548
568
  [_RA, _T],
549
569
  [[0, 1], [128 | 0, { [_jN]: _t }]], 2
550
570
  ];
551
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
552
- { [_er]: _c, [_hE]: 429 },
553
- [_M],
554
- [[0, { [_jN]: _m }]]
555
- ];
556
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
557
- export var UnprocessableEntityException$ = [-3, n0, _UEE,
558
- { [_er]: _c, [_hE]: 422 },
559
- [_M],
560
- [[0, { [_jN]: _m }]]
561
- ];
562
- TypeRegistry.for(n0).registerError(UnprocessableEntityException$, UnprocessableEntityException);
563
571
  export var UntagResourceRequest$ = [3, n0, _URR,
564
572
  0,
565
573
  [_RA, _TK],
@@ -586,8 +594,6 @@ export var UpdateOriginEndpointResponse$ = [3, n0, _UOERp,
586
594
  [[0, { [_jN]: _a }], [() => Authorization$, { [_jN]: _au }], [0, { [_jN]: _cI }], [() => CmafPackage$, { [_jN]: _cP }], [0, { [_jN]: _cA }], [() => DashPackage$, { [_jN]: _dP }], [0, { [_jN]: _d }], [() => HlsPackage$, { [_jN]: _hP }], [0, { [_jN]: _i }], [0, { [_jN]: _mN }], [() => MssPackage$, { [_jN]: _mP }], [0, { [_jN]: _o }], [1, { [_jN]: _sWS }], [128 | 0, { [_jN]: _t }], [1, { [_jN]: _tDS }], [0, { [_jN]: _u }], [64 | 0, { [_jN]: _w }]]
587
595
  ];
588
596
  var __Unit = "unit";
589
- export var MediaPackageServiceException$ = [-3, _sm, "MediaPackageServiceException", 0, [], []];
590
- TypeRegistry.for(_sm).registerError(MediaPackageServiceException$, MediaPackageServiceException);
591
597
  var __listOf__PeriodTriggersElement = 64 | 0;
592
598
  var __listOf__string = 64 | 0;
593
599
  var __listOfChannel = [1, n0, _lOC,
@@ -1,4 +1,18 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var MediaPackageServiceException$: StaticErrorSchema;
4
+ export declare var ForbiddenException$: StaticErrorSchema;
5
+ export declare var InternalServerErrorException$: StaticErrorSchema;
6
+ export declare var NotFoundException$: StaticErrorSchema;
7
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
8
+ export declare var TooManyRequestsException$: StaticErrorSchema;
9
+ export declare var UnprocessableEntityException$: StaticErrorSchema;
10
+ /**
11
+ * TypeRegistry instances containing modeled errors.
12
+ * @internal
13
+ *
14
+ */
15
+ export declare const errorTypeRegistries: TypeRegistry[];
2
16
  export declare var Authorization$: StaticStructureSchema;
3
17
  export declare var Channel$: StaticStructureSchema;
4
18
  export declare var CmafEncryption$: StaticStructureSchema;
@@ -26,7 +40,6 @@ export declare var DescribeOriginEndpointRequest$: StaticStructureSchema;
26
40
  export declare var DescribeOriginEndpointResponse$: StaticStructureSchema;
27
41
  export declare var EgressAccessLogs$: StaticStructureSchema;
28
42
  export declare var EncryptionContractConfiguration$: StaticStructureSchema;
29
- export declare var ForbiddenException$: StaticErrorSchema;
30
43
  export declare var HarvestJob$: StaticStructureSchema;
31
44
  export declare var HlsEncryption$: StaticStructureSchema;
32
45
  export declare var HlsIngest$: StaticStructureSchema;
@@ -35,7 +48,6 @@ export declare var HlsManifestCreateOrUpdateParameters$: StaticStructureSchema;
35
48
  export declare var HlsPackage$: StaticStructureSchema;
36
49
  export declare var IngestEndpoint$: StaticStructureSchema;
37
50
  export declare var IngressAccessLogs$: StaticStructureSchema;
38
- export declare var InternalServerErrorException$: StaticErrorSchema;
39
51
  export declare var ListChannelsRequest$: StaticStructureSchema;
40
52
  export declare var ListChannelsResponse$: StaticStructureSchema;
41
53
  export declare var ListHarvestJobsRequest$: StaticStructureSchema;
@@ -46,25 +58,20 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
46
58
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
47
59
  export declare var MssEncryption$: StaticStructureSchema;
48
60
  export declare var MssPackage$: StaticStructureSchema;
49
- export declare var NotFoundException$: StaticErrorSchema;
50
61
  export declare var OriginEndpoint$: StaticStructureSchema;
51
62
  export declare var RotateChannelCredentialsRequest$: StaticStructureSchema;
52
63
  export declare var RotateChannelCredentialsResponse$: StaticStructureSchema;
53
64
  export declare var RotateIngestEndpointCredentialsRequest$: StaticStructureSchema;
54
65
  export declare var RotateIngestEndpointCredentialsResponse$: StaticStructureSchema;
55
66
  export declare var S3Destination$: StaticStructureSchema;
56
- export declare var ServiceUnavailableException$: StaticErrorSchema;
57
67
  export declare var SpekeKeyProvider$: StaticStructureSchema;
58
68
  export declare var StreamSelection$: StaticStructureSchema;
59
69
  export declare var TagResourceRequest$: StaticStructureSchema;
60
- export declare var TooManyRequestsException$: StaticErrorSchema;
61
- export declare var UnprocessableEntityException$: StaticErrorSchema;
62
70
  export declare var UntagResourceRequest$: StaticStructureSchema;
63
71
  export declare var UpdateChannelRequest$: StaticStructureSchema;
64
72
  export declare var UpdateChannelResponse$: StaticStructureSchema;
65
73
  export declare var UpdateOriginEndpointRequest$: StaticStructureSchema;
66
74
  export declare var UpdateOriginEndpointResponse$: StaticStructureSchema;
67
- export declare var MediaPackageServiceException$: StaticErrorSchema;
68
75
  export declare var ConfigureLogs$: StaticOperationSchema;
69
76
  export declare var CreateChannel$: StaticOperationSchema;
70
77
  export declare var CreateHarvestJob$: StaticOperationSchema;
@@ -1,8 +1,17 @@
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 MediaPackageServiceException$: StaticErrorSchema;
8
+ export declare var ForbiddenException$: StaticErrorSchema;
9
+ export declare var InternalServerErrorException$: StaticErrorSchema;
10
+ export declare var NotFoundException$: StaticErrorSchema;
11
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
12
+ export declare var TooManyRequestsException$: StaticErrorSchema;
13
+ export declare var UnprocessableEntityException$: StaticErrorSchema;
14
+ export declare const errorTypeRegistries: TypeRegistry[];
6
15
  export declare var Authorization$: StaticStructureSchema;
7
16
  export declare var Channel$: StaticStructureSchema;
8
17
  export declare var CmafEncryption$: StaticStructureSchema;
@@ -30,7 +39,6 @@ export declare var DescribeOriginEndpointRequest$: StaticStructureSchema;
30
39
  export declare var DescribeOriginEndpointResponse$: StaticStructureSchema;
31
40
  export declare var EgressAccessLogs$: StaticStructureSchema;
32
41
  export declare var EncryptionContractConfiguration$: StaticStructureSchema;
33
- export declare var ForbiddenException$: StaticErrorSchema;
34
42
  export declare var HarvestJob$: StaticStructureSchema;
35
43
  export declare var HlsEncryption$: StaticStructureSchema;
36
44
  export declare var HlsIngest$: StaticStructureSchema;
@@ -39,7 +47,6 @@ export declare var HlsManifestCreateOrUpdateParameters$: StaticStructureSchema;
39
47
  export declare var HlsPackage$: StaticStructureSchema;
40
48
  export declare var IngestEndpoint$: StaticStructureSchema;
41
49
  export declare var IngressAccessLogs$: StaticStructureSchema;
42
- export declare var InternalServerErrorException$: StaticErrorSchema;
43
50
  export declare var ListChannelsRequest$: StaticStructureSchema;
44
51
  export declare var ListChannelsResponse$: StaticStructureSchema;
45
52
  export declare var ListHarvestJobsRequest$: StaticStructureSchema;
@@ -50,25 +57,20 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
50
57
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
51
58
  export declare var MssEncryption$: StaticStructureSchema;
52
59
  export declare var MssPackage$: StaticStructureSchema;
53
- export declare var NotFoundException$: StaticErrorSchema;
54
60
  export declare var OriginEndpoint$: StaticStructureSchema;
55
61
  export declare var RotateChannelCredentialsRequest$: StaticStructureSchema;
56
62
  export declare var RotateChannelCredentialsResponse$: StaticStructureSchema;
57
63
  export declare var RotateIngestEndpointCredentialsRequest$: StaticStructureSchema;
58
64
  export declare var RotateIngestEndpointCredentialsResponse$: StaticStructureSchema;
59
65
  export declare var S3Destination$: StaticStructureSchema;
60
- export declare var ServiceUnavailableException$: StaticErrorSchema;
61
66
  export declare var SpekeKeyProvider$: StaticStructureSchema;
62
67
  export declare var StreamSelection$: StaticStructureSchema;
63
68
  export declare var TagResourceRequest$: StaticStructureSchema;
64
- export declare var TooManyRequestsException$: StaticErrorSchema;
65
- export declare var UnprocessableEntityException$: StaticErrorSchema;
66
69
  export declare var UntagResourceRequest$: StaticStructureSchema;
67
70
  export declare var UpdateChannelRequest$: StaticStructureSchema;
68
71
  export declare var UpdateChannelResponse$: StaticStructureSchema;
69
72
  export declare var UpdateOriginEndpointRequest$: StaticStructureSchema;
70
73
  export declare var UpdateOriginEndpointResponse$: StaticStructureSchema;
71
- export declare var MediaPackageServiceException$: StaticErrorSchema;
72
74
  export declare var ConfigureLogs$: StaticOperationSchema;
73
75
  export declare var CreateChannel$: StaticOperationSchema;
74
76
  export declare var CreateHarvestJob$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediapackage",
3
3
  "description": "AWS SDK for JavaScript Mediapackage Client for Node.js, Browser and React Native",
4
- "version": "3.987.0",
4
+ "version": "3.989.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-mediapackage",
@@ -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.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
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.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.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.7",
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",