@aws-sdk/client-kinesis-video-archived-media 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.
@@ -86,6 +86,11 @@ declare const GetClipCommand_base: {
86
86
  * };
87
87
  * const command = new GetClipCommand(input);
88
88
  * const response = await client.send(command);
89
+ * // consume or destroy the stream to free the socket.
90
+ * const bytes = await response.Payload.transformToByteArray();
91
+ * // const str = await response.Payload.transformToString();
92
+ * // response.Payload.destroy(); // only applicable to Node.js Readable streams.
93
+ *
89
94
  * // { // GetClipOutput
90
95
  * // ContentType: "STRING_VALUE",
91
96
  * // Payload: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes
@@ -147,6 +152,7 @@ declare const GetClipCommand_base: {
147
152
  * @throws {@link KinesisVideoArchivedMediaServiceException}
148
153
  * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
149
154
  *
155
+ *
150
156
  * @public
151
157
  */
152
158
  export declare class GetClipCommand extends GetClipCommand_base {
@@ -251,6 +251,7 @@ declare const GetDASHStreamingSessionURLCommand_base: {
251
251
  * @throws {@link KinesisVideoArchivedMediaServiceException}
252
252
  * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
253
253
  *
254
+ *
254
255
  * @public
255
256
  */
256
257
  export declare class GetDASHStreamingSessionURLCommand extends GetDASHStreamingSessionURLCommand_base {
@@ -294,6 +294,7 @@ declare const GetHLSStreamingSessionURLCommand_base: {
294
294
  * @throws {@link KinesisVideoArchivedMediaServiceException}
295
295
  * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
296
296
  *
297
+ *
297
298
  * @public
298
299
  */
299
300
  export declare class GetHLSStreamingSessionURLCommand extends GetHLSStreamingSessionURLCommand_base {
@@ -103,6 +103,7 @@ declare const GetImagesCommand_base: {
103
103
  * @throws {@link KinesisVideoArchivedMediaServiceException}
104
104
  * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class GetImagesCommand extends GetImagesCommand_base {
@@ -77,6 +77,11 @@ declare const GetMediaForFragmentListCommand_base: {
77
77
  * };
78
78
  * const command = new GetMediaForFragmentListCommand(input);
79
79
  * const response = await client.send(command);
80
+ * // consume or destroy the stream to free the socket.
81
+ * const bytes = await response.Payload.transformToByteArray();
82
+ * // const str = await response.Payload.transformToString();
83
+ * // response.Payload.destroy(); // only applicable to Node.js Readable streams.
84
+ *
80
85
  * // { // GetMediaForFragmentListOutput
81
86
  * // ContentType: "STRING_VALUE",
82
87
  * // Payload: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes
@@ -116,6 +121,7 @@ declare const GetMediaForFragmentListCommand_base: {
116
121
  * @throws {@link KinesisVideoArchivedMediaServiceException}
117
122
  * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
118
123
  *
124
+ *
119
125
  * @public
120
126
  */
121
127
  export declare class GetMediaForFragmentListCommand extends GetMediaForFragmentListCommand_base {
@@ -131,6 +131,7 @@ declare const ListFragmentsCommand_base: {
131
131
  * @throws {@link KinesisVideoArchivedMediaServiceException}
132
132
  * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
133
133
  *
134
+ *
134
135
  * @public
135
136
  */
136
137
  export declare class ListFragmentsCommand extends ListFragmentsCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-video-archived-media",
3
3
  "description": "AWS SDK for JavaScript Kinesis Video Archived Media 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-kinesis-video-archived-media",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",