@aws-sdk/client-mediastore-data 3.279.0 → 3.282.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.
package/README.md CHANGED
@@ -205,3 +205,46 @@ To contribute to client you can check our [generate clients scripts](https://git
205
205
  This SDK is distributed under the
206
206
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
207
207
  see LICENSE for more information.
208
+
209
+ ## Client Commands (Operations List)
210
+
211
+ <details>
212
+ <summary>
213
+ DeleteObject
214
+ </summary>
215
+
216
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/classes/deleteobjectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/interfaces/deleteobjectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/interfaces/deleteobjectcommandoutput.html)
217
+
218
+ </details>
219
+ <details>
220
+ <summary>
221
+ DescribeObject
222
+ </summary>
223
+
224
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/classes/describeobjectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/interfaces/describeobjectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/interfaces/describeobjectcommandoutput.html)
225
+
226
+ </details>
227
+ <details>
228
+ <summary>
229
+ GetObject
230
+ </summary>
231
+
232
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/classes/getobjectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/interfaces/getobjectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/interfaces/getobjectcommandoutput.html)
233
+
234
+ </details>
235
+ <details>
236
+ <summary>
237
+ ListItems
238
+ </summary>
239
+
240
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/classes/listitemscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/interfaces/listitemscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/interfaces/listitemscommandoutput.html)
241
+
242
+ </details>
243
+ <details>
244
+ <summary>
245
+ PutObject
246
+ </summary>
247
+
248
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/classes/putobjectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/interfaces/putobjectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediastore-data/interfaces/putobjectcommandoutput.html)
249
+
250
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
5
5
  import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteObjectCommand}.
8
+ */
6
9
  export interface DeleteObjectCommandInput extends DeleteObjectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteObjectCommand}.
13
+ */
8
14
  export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
5
5
  import { DescribeObjectRequest, DescribeObjectResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeObjectCommand}.
8
+ */
6
9
  export interface DescribeObjectCommandInput extends DescribeObjectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeObjectCommand}.
13
+ */
8
14
  export interface DescribeObjectCommandOutput extends DescribeObjectResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
4
4
  import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
5
5
  import { GetObjectRequest, GetObjectResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetObjectCommand}.
8
+ */
6
9
  export interface GetObjectCommandInput extends GetObjectRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetObjectCommand}.
13
+ */
8
14
  export interface GetObjectCommandOutput extends __WithSdkStreamMixin<GetObjectResponse, "Body">, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
5
5
  import { ListItemsRequest, ListItemsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListItemsCommand}.
8
+ */
6
9
  export interface ListItemsCommandInput extends ListItemsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListItemsCommand}.
13
+ */
8
14
  export interface ListItemsCommandOutput extends ListItemsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,6 +4,9 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
5
5
  import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreDataClient";
6
6
  import { PutObjectRequest, PutObjectResponse } from "../models/models_0";
7
+ /**
8
+ * The input for {@link PutObjectCommand}.
9
+ */
7
10
  declare type PutObjectCommandInputType = Omit<PutObjectRequest, "Body"> & {
8
11
  /**
9
12
  * For *`PutObjectRequest["Body"]`*, see {@link PutObjectRequest.Body}.
@@ -15,6 +18,9 @@ declare type PutObjectCommandInputType = Omit<PutObjectRequest, "Body"> & {
15
18
  */
16
19
  export interface PutObjectCommandInput extends PutObjectCommandInputType {
17
20
  }
21
+ /**
22
+ * The output of {@link PutObjectCommand}.
23
+ */
18
24
  export interface PutObjectCommandOutput extends PutObjectResponse, __MetadataBearer {
19
25
  }
20
26
  /**
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.279.0",
4
+ "version": "3.282.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",
@@ -22,25 +22,25 @@
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.279.0",
26
- "@aws-sdk/config-resolver": "3.272.0",
27
- "@aws-sdk/credential-provider-node": "3.279.0",
28
- "@aws-sdk/fetch-http-handler": "3.272.0",
25
+ "@aws-sdk/client-sts": "3.282.0",
26
+ "@aws-sdk/config-resolver": "3.282.0",
27
+ "@aws-sdk/credential-provider-node": "3.282.0",
28
+ "@aws-sdk/fetch-http-handler": "3.282.0",
29
29
  "@aws-sdk/hash-node": "3.272.0",
30
30
  "@aws-sdk/invalid-dependency": "3.272.0",
31
- "@aws-sdk/middleware-content-length": "3.272.0",
32
- "@aws-sdk/middleware-endpoint": "3.272.0",
33
- "@aws-sdk/middleware-host-header": "3.278.0",
31
+ "@aws-sdk/middleware-content-length": "3.282.0",
32
+ "@aws-sdk/middleware-endpoint": "3.282.0",
33
+ "@aws-sdk/middleware-host-header": "3.282.0",
34
34
  "@aws-sdk/middleware-logger": "3.272.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.272.0",
36
- "@aws-sdk/middleware-retry": "3.272.0",
35
+ "@aws-sdk/middleware-recursion-detection": "3.282.0",
36
+ "@aws-sdk/middleware-retry": "3.282.0",
37
37
  "@aws-sdk/middleware-serde": "3.272.0",
38
- "@aws-sdk/middleware-signing": "3.272.0",
38
+ "@aws-sdk/middleware-signing": "3.282.0",
39
39
  "@aws-sdk/middleware-stack": "3.272.0",
40
- "@aws-sdk/middleware-user-agent": "3.272.0",
40
+ "@aws-sdk/middleware-user-agent": "3.282.0",
41
41
  "@aws-sdk/node-config-provider": "3.272.0",
42
- "@aws-sdk/node-http-handler": "3.272.0",
43
- "@aws-sdk/protocol-http": "3.272.0",
42
+ "@aws-sdk/node-http-handler": "3.282.0",
43
+ "@aws-sdk/protocol-http": "3.282.0",
44
44
  "@aws-sdk/smithy-client": "3.279.0",
45
45
  "@aws-sdk/types": "3.272.0",
46
46
  "@aws-sdk/url-parser": "3.272.0",
@@ -48,13 +48,13 @@
48
48
  "@aws-sdk/util-body-length-browser": "3.188.0",
49
49
  "@aws-sdk/util-body-length-node": "3.208.0",
50
50
  "@aws-sdk/util-defaults-mode-browser": "3.279.0",
51
- "@aws-sdk/util-defaults-mode-node": "3.279.0",
51
+ "@aws-sdk/util-defaults-mode-node": "3.282.0",
52
52
  "@aws-sdk/util-endpoints": "3.272.0",
53
53
  "@aws-sdk/util-retry": "3.272.0",
54
- "@aws-sdk/util-stream-browser": "3.272.0",
55
- "@aws-sdk/util-stream-node": "3.272.0",
56
- "@aws-sdk/util-user-agent-browser": "3.272.0",
57
- "@aws-sdk/util-user-agent-node": "3.272.0",
54
+ "@aws-sdk/util-stream-browser": "3.282.0",
55
+ "@aws-sdk/util-stream-node": "3.282.0",
56
+ "@aws-sdk/util-user-agent-browser": "3.282.0",
57
+ "@aws-sdk/util-user-agent-node": "3.282.0",
58
58
  "@aws-sdk/util-utf8": "3.254.0",
59
59
  "tslib": "^2.3.1"
60
60
  },