@aws-sdk/client-mediastore-data 3.300.0 → 3.301.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.
@@ -26,7 +26,7 @@ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __Metad
26
26
  * import { MediaStoreDataClient, DeleteObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import
27
27
  * // const { MediaStoreDataClient, DeleteObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
28
28
  * const client = new MediaStoreDataClient(config);
29
- * const input = {
29
+ * const input = { // DeleteObjectRequest
30
30
  * Path: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteObjectCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeObjectCommandOutput extends DescribeObjectResponse, __M
26
26
  * import { MediaStoreDataClient, DescribeObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import
27
27
  * // const { MediaStoreDataClient, DescribeObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
28
28
  * const client = new MediaStoreDataClient(config);
29
- * const input = {
29
+ * const input = { // DescribeObjectRequest
30
30
  * Path: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeObjectCommand(input);
@@ -26,7 +26,7 @@ export interface GetObjectCommandOutput extends __WithSdkStreamMixin<GetObjectRe
26
26
  * import { MediaStoreDataClient, GetObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import
27
27
  * // const { MediaStoreDataClient, GetObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
28
28
  * const client = new MediaStoreDataClient(config);
29
- * const input = {
29
+ * const input = { // GetObjectRequest
30
30
  * Path: "STRING_VALUE", // required
31
31
  * Range: "STRING_VALUE",
32
32
  * };
@@ -27,7 +27,7 @@ export interface ListItemsCommandOutput extends ListItemsResponse, __MetadataBea
27
27
  * import { MediaStoreDataClient, ListItemsCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import
28
28
  * // const { MediaStoreDataClient, ListItemsCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
29
29
  * const client = new MediaStoreDataClient(config);
30
- * const input = {
30
+ * const input = { // ListItemsRequest
31
31
  * Path: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
33
33
  * NextToken: "STRING_VALUE",
@@ -36,7 +36,7 @@ export interface PutObjectCommandOutput extends PutObjectResponse, __MetadataBea
36
36
  * import { MediaStoreDataClient, PutObjectCommand } from "@aws-sdk/client-mediastore-data"; // ES Modules import
37
37
  * // const { MediaStoreDataClient, PutObjectCommand } = require("@aws-sdk/client-mediastore-data"); // CommonJS import
38
38
  * const client = new MediaStoreDataClient(config);
39
- * const input = {
39
+ * const input = { // PutObjectRequest
40
40
  * Body: "STREAMING_BLOB_VALUE", // required
41
41
  * Path: "STRING_VALUE", // required
42
42
  * ContentType: "STRING_VALUE",
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.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -23,9 +23,9 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "3.0.0",
25
25
  "@aws-crypto/sha256-js": "3.0.0",
26
- "@aws-sdk/client-sts": "3.300.0",
26
+ "@aws-sdk/client-sts": "3.301.0",
27
27
  "@aws-sdk/config-resolver": "3.300.0",
28
- "@aws-sdk/credential-provider-node": "3.300.0",
28
+ "@aws-sdk/credential-provider-node": "3.301.0",
29
29
  "@aws-sdk/fetch-http-handler": "3.296.0",
30
30
  "@aws-sdk/hash-node": "3.296.0",
31
31
  "@aws-sdk/invalid-dependency": "3.296.0",