@aws-sdk/client-mediapackagev2 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 +24 -23
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2610,12 +2610,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2610
2610
  // Annotate the CommonJS export names for ESM import in node:
2611
2611
 
2612
2612
  0 && (module.exports = {
2613
- AccessDeniedException,
2614
- AdMarkerHls,
2615
- CmafEncryptionMethod,
2616
- ConflictException,
2617
- ConflictExceptionType,
2618
- ContainerType,
2613
+ MediaPackageV2ServiceException,
2614
+ __Client,
2615
+ MediaPackageV2Client,
2616
+ MediaPackageV2,
2617
+ $Command,
2619
2618
  CreateChannelCommand,
2620
2619
  CreateChannelGroupCommand,
2621
2620
  CreateOriginEndpointCommand,
@@ -2624,40 +2623,42 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2624
2623
  DeleteChannelPolicyCommand,
2625
2624
  DeleteOriginEndpointCommand,
2626
2625
  DeleteOriginEndpointPolicyCommand,
2627
- DrmSystem,
2628
2626
  GetChannelCommand,
2629
2627
  GetChannelGroupCommand,
2630
2628
  GetChannelPolicyCommand,
2631
2629
  GetOriginEndpointCommand,
2632
2630
  GetOriginEndpointPolicyCommand,
2633
- InternalServerException,
2634
2631
  ListChannelGroupsCommand,
2635
2632
  ListChannelsCommand,
2636
2633
  ListOriginEndpointsCommand,
2637
2634
  ListTagsForResourceCommand,
2638
- MediaPackageV2,
2639
- MediaPackageV2Client,
2640
- MediaPackageV2ServiceException,
2641
- PresetSpeke20Audio,
2642
- PresetSpeke20Video,
2643
2635
  PutChannelPolicyCommand,
2644
2636
  PutOriginEndpointPolicyCommand,
2645
- ResourceNotFoundException,
2646
- ResourceTypeNotFound,
2647
- ScteFilter,
2648
- ServiceQuotaExceededException,
2649
2637
  TagResourceCommand,
2650
- ThrottlingException,
2651
- TsEncryptionMethod,
2652
2638
  UntagResourceCommand,
2653
2639
  UpdateChannelCommand,
2654
2640
  UpdateChannelGroupCommand,
2655
2641
  UpdateOriginEndpointCommand,
2656
- ValidationException,
2657
- ValidationExceptionType,
2658
- __Client,
2659
2642
  paginateListChannelGroups,
2660
2643
  paginateListChannels,
2661
- paginateListOriginEndpoints
2644
+ paginateListOriginEndpoints,
2645
+ AccessDeniedException,
2646
+ AdMarkerHls,
2647
+ ConflictExceptionType,
2648
+ ConflictException,
2649
+ InternalServerException,
2650
+ ThrottlingException,
2651
+ ValidationExceptionType,
2652
+ ValidationException,
2653
+ ResourceTypeNotFound,
2654
+ ResourceNotFoundException,
2655
+ ServiceQuotaExceededException,
2656
+ ContainerType,
2657
+ CmafEncryptionMethod,
2658
+ TsEncryptionMethod,
2659
+ DrmSystem,
2660
+ PresetSpeke20Audio,
2661
+ PresetSpeke20Video,
2662
+ ScteFilter
2662
2663
  });
2663
2664
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediapackagev2",
3
3
  "description": "AWS SDK for JavaScript Mediapackagev2 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-mediapackagev2",
@@ -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",