@aws-sdk/client-mediastore-data 3.775.0 → 3.777.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.
@@ -61,6 +61,7 @@ declare const DeleteObjectCommand_base: {
61
61
  * @throws {@link MediaStoreDataServiceException}
62
62
  * <p>Base exception class for all service exceptions from MediaStoreData service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class DeleteObjectCommand extends DeleteObjectCommand_base {
@@ -67,6 +67,7 @@ declare const DescribeObjectCommand_base: {
67
67
  * @throws {@link MediaStoreDataServiceException}
68
68
  * <p>Base exception class for all service exceptions from MediaStoreData service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DescribeObjectCommand extends DescribeObjectCommand_base {
@@ -41,6 +41,11 @@ declare const GetObjectCommand_base: {
41
41
  * };
42
42
  * const command = new GetObjectCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // consume or destroy the stream to free the socket.
45
+ * const bytes = await response.Body.transformToByteArray();
46
+ * // const str = await response.Body.transformToString();
47
+ * // response.Body.destroy(); // only applicable to Node.js Readable streams.
48
+ *
44
49
  * // { // GetObjectResponse
45
50
  * // Body: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes
46
51
  * // CacheControl: "STRING_VALUE",
@@ -75,6 +80,7 @@ declare const GetObjectCommand_base: {
75
80
  * @throws {@link MediaStoreDataServiceException}
76
81
  * <p>Base exception class for all service exceptions from MediaStoreData service.</p>
77
82
  *
83
+ *
78
84
  * @public
79
85
  */
80
86
  export declare class GetObjectCommand extends GetObjectCommand_base {
@@ -73,6 +73,7 @@ declare const ListItemsCommand_base: {
73
73
  * @throws {@link MediaStoreDataServiceException}
74
74
  * <p>Base exception class for all service exceptions from MediaStoreData service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class ListItemsCommand extends ListItemsCommand_base {
@@ -68,6 +68,7 @@ declare const PutObjectCommand_base: {
68
68
  * @throws {@link MediaStoreDataServiceException}
69
69
  * <p>Base exception class for all service exceptions from MediaStoreData service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class PutObjectCommand extends PutObjectCommand_base {
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.775.0",
4
+ "version": "3.777.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,7 +23,7 @@
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
25
  "@aws-sdk/core": "3.775.0",
26
- "@aws-sdk/credential-provider-node": "3.775.0",
26
+ "@aws-sdk/credential-provider-node": "3.777.0",
27
27
  "@aws-sdk/middleware-host-header": "3.775.0",
28
28
  "@aws-sdk/middleware-logger": "3.775.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.775.0",