@aws-sdk/client-mediastore-data 3.890.0 → 3.891.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.
@@ -33,6 +33,8 @@ declare const DeleteObjectCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaStoreDataClient, DeleteObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import
35
35
  * // const { MediaStoreDataClient, DeleteObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
36
+ * // import type { MediaStoreDataClientConfig } from "@aws-sdk/client-mediastore-data";
37
+ * const config = {}; // type is MediaStoreDataClientConfig
36
38
  * const client = new MediaStoreDataClient(config);
37
39
  * const input = { // DeleteObjectRequest
38
40
  * Path: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeObjectCommand_base: {
33
33
  * ```javascript
34
34
  * import { MediaStoreDataClient, DescribeObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import
35
35
  * // const { MediaStoreDataClient, DescribeObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
36
+ * // import type { MediaStoreDataClientConfig } from "@aws-sdk/client-mediastore-data";
37
+ * const config = {}; // type is MediaStoreDataClientConfig
36
38
  * const client = new MediaStoreDataClient(config);
37
39
  * const input = { // DescribeObjectRequest
38
40
  * Path: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const GetObjectCommand_base: {
34
34
  * ```javascript
35
35
  * import { MediaStoreDataClient, GetObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import
36
36
  * // const { MediaStoreDataClient, GetObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
37
+ * // import type { MediaStoreDataClientConfig } from "@aws-sdk/client-mediastore-data";
38
+ * const config = {}; // type is MediaStoreDataClientConfig
37
39
  * const client = new MediaStoreDataClient(config);
38
40
  * const input = { // GetObjectRequest
39
41
  * Path: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const ListItemsCommand_base: {
34
34
  * ```javascript
35
35
  * import { MediaStoreDataClient, ListItemsCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import
36
36
  * // const { MediaStoreDataClient, ListItemsCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
37
+ * // import type { MediaStoreDataClientConfig } from "@aws-sdk/client-mediastore-data";
38
+ * const config = {}; // type is MediaStoreDataClientConfig
37
39
  * const client = new MediaStoreDataClient(config);
38
40
  * const input = { // ListItemsRequest
39
41
  * Path: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const PutObjectCommand_base: {
34
34
  * ```javascript
35
35
  * import { MediaStoreDataClient, PutObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import
36
36
  * // const { MediaStoreDataClient, PutObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
37
+ * // import type { MediaStoreDataClientConfig } from "@aws-sdk/client-mediastore-data";
38
+ * const config = {}; // type is MediaStoreDataClientConfig
37
39
  * const client = new MediaStoreDataClient(config);
38
40
  * const input = { // PutObjectRequest
39
41
  * Body: "MULTIPLE_TYPES_ACCEPTED", // see \@smithy/types -> StreamingBlobPayloadInputTypes // required
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.890.0",
4
+ "version": "3.891.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",
@@ -23,16 +23,16 @@
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
25
  "@aws-sdk/core": "3.890.0",
26
- "@aws-sdk/credential-provider-node": "3.890.0",
27
- "@aws-sdk/middleware-host-header": "3.887.0",
28
- "@aws-sdk/middleware-logger": "3.887.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
30
- "@aws-sdk/middleware-user-agent": "3.890.0",
26
+ "@aws-sdk/credential-provider-node": "3.891.0",
27
+ "@aws-sdk/middleware-host-header": "3.891.0",
28
+ "@aws-sdk/middleware-logger": "3.891.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
30
+ "@aws-sdk/middleware-user-agent": "3.891.0",
31
31
  "@aws-sdk/region-config-resolver": "3.890.0",
32
32
  "@aws-sdk/types": "3.887.0",
33
- "@aws-sdk/util-endpoints": "3.890.0",
33
+ "@aws-sdk/util-endpoints": "3.891.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.887.0",
35
- "@aws-sdk/util-user-agent-node": "3.890.0",
35
+ "@aws-sdk/util-user-agent-node": "3.891.0",
36
36
  "@smithy/config-resolver": "^4.2.2",
37
37
  "@smithy/core": "^3.11.0",
38
38
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -40,7 +40,7 @@
40
40
  "@smithy/invalid-dependency": "^4.1.1",
41
41
  "@smithy/middleware-content-length": "^4.1.1",
42
42
  "@smithy/middleware-endpoint": "^4.2.2",
43
- "@smithy/middleware-retry": "^4.2.2",
43
+ "@smithy/middleware-retry": "^4.2.3",
44
44
  "@smithy/middleware-serde": "^4.1.1",
45
45
  "@smithy/middleware-stack": "^4.1.1",
46
46
  "@smithy/node-config-provider": "^4.2.2",
@@ -56,7 +56,7 @@
56
56
  "@smithy/util-defaults-mode-node": "^4.1.2",
57
57
  "@smithy/util-endpoints": "^3.1.2",
58
58
  "@smithy/util-middleware": "^4.1.1",
59
- "@smithy/util-retry": "^4.1.1",
59
+ "@smithy/util-retry": "^4.1.2",
60
60
  "@smithy/util-stream": "^4.3.1",
61
61
  "@smithy/util-utf8": "^4.1.0",
62
62
  "tslib": "^2.6.2"