@aws-sdk/client-mediastore-data 3.496.0 → 3.499.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 +12 -11
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -749,24 +749,25 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
749
749
  // Annotate the CommonJS export names for ESM import in node:
750
750
 
751
751
  0 && (module.exports = {
752
- ContainerNotFoundException,
752
+ MediaStoreDataServiceException,
753
+ __Client,
754
+ MediaStoreDataClient,
755
+ MediaStoreData,
756
+ $Command,
753
757
  DeleteObjectCommand,
754
758
  DescribeObjectCommand,
755
759
  GetObjectCommand,
756
- GetObjectResponseFilterSensitiveLog,
757
- InternalServerError,
758
- ItemType,
759
760
  ListItemsCommand,
760
- MediaStoreData,
761
- MediaStoreDataClient,
762
- MediaStoreDataServiceException,
763
- ObjectNotFoundException,
764
761
  PutObjectCommand,
765
- PutObjectRequestFilterSensitiveLog,
762
+ paginateListItems,
763
+ ContainerNotFoundException,
764
+ InternalServerError,
765
+ ObjectNotFoundException,
766
766
  RequestedRangeNotSatisfiableException,
767
+ ItemType,
767
768
  StorageClass,
768
769
  UploadAvailability,
769
- __Client,
770
- paginateListItems
770
+ GetObjectResponseFilterSensitiveLog,
771
+ PutObjectRequestFilterSensitiveLog
771
772
  });
772
773
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediastore-data",
3
3
  "description": "AWS SDK for JavaScript Mediastore Data Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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-mediastore-data",
@@ -22,9 +22,9 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "3.0.0",
24
24
  "@aws-crypto/sha256-js": "3.0.0",
25
- "@aws-sdk/client-sts": "3.496.0",
25
+ "@aws-sdk/client-sts": "3.499.0",
26
26
  "@aws-sdk/core": "3.496.0",
27
- "@aws-sdk/credential-provider-node": "3.496.0",
27
+ "@aws-sdk/credential-provider-node": "3.499.0",
28
28
  "@aws-sdk/middleware-host-header": "3.496.0",
29
29
  "@aws-sdk/middleware-logger": "3.496.0",
30
30
  "@aws-sdk/middleware-recursion-detection": "3.496.0",