@aws-sdk/client-mediastore 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 +15 -14
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1788,11 +1788,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1788
1788
  // Annotate the CommonJS export names for ESM import in node:
1789
1789
 
1790
1790
  0 && (module.exports = {
1791
- ContainerInUseException,
1792
- ContainerLevelMetrics,
1793
- ContainerNotFoundException,
1794
- ContainerStatus,
1795
- CorsPolicyNotFoundException,
1791
+ MediaStoreServiceException,
1792
+ __Client,
1793
+ MediaStoreClient,
1794
+ MediaStore,
1795
+ $Command,
1796
1796
  CreateContainerCommand,
1797
1797
  DeleteContainerCommand,
1798
1798
  DeleteContainerPolicyCommand,
@@ -1804,15 +1804,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1804
1804
  GetCorsPolicyCommand,
1805
1805
  GetLifecyclePolicyCommand,
1806
1806
  GetMetricPolicyCommand,
1807
- InternalServerError,
1808
- LimitExceededException,
1809
1807
  ListContainersCommand,
1810
1808
  ListTagsForResourceCommand,
1811
- MediaStore,
1812
- MediaStoreClient,
1813
- MediaStoreServiceException,
1814
- MethodName,
1815
- PolicyNotFoundException,
1816
1809
  PutContainerPolicyCommand,
1817
1810
  PutCorsPolicyCommand,
1818
1811
  PutLifecyclePolicyCommand,
@@ -1821,7 +1814,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1821
1814
  StopAccessLoggingCommand,
1822
1815
  TagResourceCommand,
1823
1816
  UntagResourceCommand,
1824
- __Client,
1825
- paginateListContainers
1817
+ paginateListContainers,
1818
+ MethodName,
1819
+ ContainerStatus,
1820
+ ContainerInUseException,
1821
+ ContainerLevelMetrics,
1822
+ ContainerNotFoundException,
1823
+ CorsPolicyNotFoundException,
1824
+ InternalServerError,
1825
+ LimitExceededException,
1826
+ PolicyNotFoundException
1826
1827
  });
1827
1828
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediastore",
3
3
  "description": "AWS SDK for JavaScript Mediastore 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",
@@ -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.499.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.499.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",