@aws-sdk/client-mediapackage 3.496.0 → 3.501.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist-cjs/index.js +38 -37
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2535,63 +2535,64 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2535
2535
  // Annotate the CommonJS export names for ESM import in node:
2536
2536
 
2537
2537
  0 && (module.exports = {
2538
- AdMarkers,
2539
- AdsOnDeliveryRestrictions,
2540
- ChannelFilterSensitiveLog,
2541
- CmafEncryptionMethod,
2538
+ MediaPackageServiceException,
2539
+ __Client,
2540
+ MediaPackageClient,
2541
+ MediaPackage,
2542
+ $Command,
2542
2543
  ConfigureLogsCommand,
2543
- ConfigureLogsResponseFilterSensitiveLog,
2544
2544
  CreateChannelCommand,
2545
- CreateChannelResponseFilterSensitiveLog,
2546
2545
  CreateHarvestJobCommand,
2547
2546
  CreateOriginEndpointCommand,
2548
2547
  DeleteChannelCommand,
2549
2548
  DeleteOriginEndpointCommand,
2550
2549
  DescribeChannelCommand,
2551
- DescribeChannelResponseFilterSensitiveLog,
2552
2550
  DescribeHarvestJobCommand,
2553
2551
  DescribeOriginEndpointCommand,
2554
- EncryptionMethod,
2555
- ForbiddenException,
2556
- HlsIngestFilterSensitiveLog,
2557
- IngestEndpointFilterSensitiveLog,
2558
- InternalServerErrorException,
2559
2552
  ListChannelsCommand,
2560
- ListChannelsResponseFilterSensitiveLog,
2561
2553
  ListHarvestJobsCommand,
2562
2554
  ListOriginEndpointsCommand,
2563
2555
  ListTagsForResourceCommand,
2564
- ManifestLayout,
2565
- MediaPackage,
2566
- MediaPackageClient,
2567
- MediaPackageServiceException,
2568
- NotFoundException,
2569
- Origination,
2570
- PlaylistType,
2571
- PresetSpeke20Audio,
2572
- PresetSpeke20Video,
2573
- Profile,
2574
2556
  RotateChannelCredentialsCommand,
2575
- RotateChannelCredentialsResponseFilterSensitiveLog,
2576
2557
  RotateIngestEndpointCredentialsCommand,
2577
- RotateIngestEndpointCredentialsResponseFilterSensitiveLog,
2578
- SegmentTemplateFormat,
2579
- ServiceUnavailableException,
2580
- Status,
2581
- StreamOrder,
2582
2558
  TagResourceCommand,
2583
- TooManyRequestsException,
2584
- UnprocessableEntityException,
2585
2559
  UntagResourceCommand,
2586
2560
  UpdateChannelCommand,
2587
- UpdateChannelResponseFilterSensitiveLog,
2588
2561
  UpdateOriginEndpointCommand,
2589
- UtcTiming,
2590
- __AdTriggersElement,
2591
- __Client,
2592
- __PeriodTriggersElement,
2593
2562
  paginateListChannels,
2594
2563
  paginateListHarvestJobs,
2595
- paginateListOriginEndpoints
2564
+ paginateListOriginEndpoints,
2565
+ __AdTriggersElement,
2566
+ __PeriodTriggersElement,
2567
+ Status,
2568
+ AdMarkers,
2569
+ AdsOnDeliveryRestrictions,
2570
+ PlaylistType,
2571
+ CmafEncryptionMethod,
2572
+ PresetSpeke20Audio,
2573
+ PresetSpeke20Video,
2574
+ StreamOrder,
2575
+ ManifestLayout,
2576
+ Profile,
2577
+ SegmentTemplateFormat,
2578
+ UtcTiming,
2579
+ EncryptionMethod,
2580
+ Origination,
2581
+ ForbiddenException,
2582
+ InternalServerErrorException,
2583
+ NotFoundException,
2584
+ ServiceUnavailableException,
2585
+ TooManyRequestsException,
2586
+ UnprocessableEntityException,
2587
+ IngestEndpointFilterSensitiveLog,
2588
+ HlsIngestFilterSensitiveLog,
2589
+ ChannelFilterSensitiveLog,
2590
+ ConfigureLogsResponseFilterSensitiveLog,
2591
+ CreateChannelResponseFilterSensitiveLog,
2592
+ DescribeChannelResponseFilterSensitiveLog,
2593
+ ListChannelsResponseFilterSensitiveLog,
2594
+ RotateChannelCredentialsResponseFilterSensitiveLog,
2595
+ RotateIngestEndpointCredentialsResponseFilterSensitiveLog,
2596
+ UpdateChannelResponseFilterSensitiveLog
2596
2597
  });
2597
2598
 
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.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediapackage",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",