@aws-sdk/client-kinesis-video-archived-media 3.325.0 → 3.327.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.
@@ -79,6 +79,11 @@ export interface GetClipCommandOutput extends __WithSdkStreamMixin<GetClipOutput
79
79
  * };
80
80
  * const command = new GetClipCommand(input);
81
81
  * const response = await client.send(command);
82
+ * // { // GetClipOutput
83
+ * // ContentType: "STRING_VALUE",
84
+ * // Payload: "STREAMING_BLOB_VALUE",
85
+ * // };
86
+ *
82
87
  * ```
83
88
  *
84
89
  * @param GetClipCommandInput - {@link GetClipCommandInput}
@@ -131,6 +136,8 @@ export interface GetClipCommandOutput extends __WithSdkStreamMixin<GetClipOutput
131
136
  * session. The codec ID for track 1 should be <code>V_MPEG/ISO/AVC</code> and, optionally,
132
137
  * the codec ID for track 2 should be <code>A_AAC</code>.</p>
133
138
  *
139
+ * @throws {@link KinesisVideoArchivedMediaServiceException}
140
+ * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
134
141
  *
135
142
  */
136
143
  export declare class GetClipCommand extends $Command<GetClipCommandInput, GetClipCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
@@ -190,6 +190,10 @@ export interface GetDASHStreamingSessionURLCommandOutput extends GetDASHStreamin
190
190
  * };
191
191
  * const command = new GetDASHStreamingSessionURLCommand(input);
192
192
  * const response = await client.send(command);
193
+ * // { // GetDASHStreamingSessionURLOutput
194
+ * // DASHStreamingSessionURL: "STRING_VALUE",
195
+ * // };
196
+ *
193
197
  * ```
194
198
  *
195
199
  * @param GetDASHStreamingSessionURLCommandInput - {@link GetDASHStreamingSessionURLCommandInput}
@@ -238,6 +242,8 @@ export interface GetDASHStreamingSessionURLCommandOutput extends GetDASHStreamin
238
242
  * session. The codec ID for track 1 should be <code>V_MPEG/ISO/AVC</code> and, optionally,
239
243
  * the codec ID for track 2 should be <code>A_AAC</code>.</p>
240
244
  *
245
+ * @throws {@link KinesisVideoArchivedMediaServiceException}
246
+ * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
241
247
  *
242
248
  */
243
249
  export declare class GetDASHStreamingSessionURLCommand extends $Command<GetDASHStreamingSessionURLCommandInput, GetDASHStreamingSessionURLCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
@@ -224,6 +224,10 @@ export interface GetHLSStreamingSessionURLCommandOutput extends GetHLSStreamingS
224
224
  * };
225
225
  * const command = new GetHLSStreamingSessionURLCommand(input);
226
226
  * const response = await client.send(command);
227
+ * // { // GetHLSStreamingSessionURLOutput
228
+ * // HLSStreamingSessionURL: "STRING_VALUE",
229
+ * // };
230
+ *
227
231
  * ```
228
232
  *
229
233
  * @param GetHLSStreamingSessionURLCommandInput - {@link GetHLSStreamingSessionURLCommandInput}
@@ -272,6 +276,8 @@ export interface GetHLSStreamingSessionURLCommandOutput extends GetHLSStreamingS
272
276
  * session. The codec ID for track 1 should be <code>V_MPEG/ISO/AVC</code> and, optionally,
273
277
  * the codec ID for track 2 should be <code>A_AAC</code>.</p>
274
278
  *
279
+ * @throws {@link KinesisVideoArchivedMediaServiceException}
280
+ * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
275
281
  *
276
282
  */
277
283
  export declare class GetHLSStreamingSessionURLCommand extends $Command<GetHLSStreamingSessionURLCommandInput, GetHLSStreamingSessionURLCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
@@ -44,6 +44,17 @@ export interface GetImagesCommandOutput extends GetImagesOutput, __MetadataBeare
44
44
  * };
45
45
  * const command = new GetImagesCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // GetImagesOutput
48
+ * // Images: [ // Images
49
+ * // { // Image
50
+ * // TimeStamp: new Date("TIMESTAMP"),
51
+ * // Error: "STRING_VALUE",
52
+ * // ImageContent: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // NextToken: "STRING_VALUE",
56
+ * // };
57
+ *
47
58
  * ```
48
59
  *
49
60
  * @param GetImagesCommandInput - {@link GetImagesCommandInput}
@@ -75,6 +86,8 @@ export interface GetImagesCommandOutput extends GetImagesOutput, __MetadataBeare
75
86
  * <code>LIVE</code> is requested for a stream that has no fragments within the last 30
76
87
  * seconds.</p>
77
88
  *
89
+ * @throws {@link KinesisVideoArchivedMediaServiceException}
90
+ * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
78
91
  *
79
92
  */
80
93
  export declare class GetImagesCommand extends $Command<GetImagesCommandInput, GetImagesCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
@@ -71,6 +71,11 @@ export interface GetMediaForFragmentListCommandOutput extends __WithSdkStreamMix
71
71
  * };
72
72
  * const command = new GetMediaForFragmentListCommand(input);
73
73
  * const response = await client.send(command);
74
+ * // { // GetMediaForFragmentListOutput
75
+ * // ContentType: "STRING_VALUE",
76
+ * // Payload: "STREAMING_BLOB_VALUE",
77
+ * // };
78
+ *
74
79
  * ```
75
80
  *
76
81
  * @param GetMediaForFragmentListCommandInput - {@link GetMediaForFragmentListCommandInput}
@@ -102,6 +107,8 @@ export interface GetMediaForFragmentListCommandOutput extends __WithSdkStreamMix
102
107
  * <code>LIVE</code> is requested for a stream that has no fragments within the last 30
103
108
  * seconds.</p>
104
109
  *
110
+ * @throws {@link KinesisVideoArchivedMediaServiceException}
111
+ * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
105
112
  *
106
113
  */
107
114
  export declare class GetMediaForFragmentListCommand extends $Command<GetMediaForFragmentListCommandInput, GetMediaForFragmentListCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
@@ -77,6 +77,19 @@ export interface ListFragmentsCommandOutput extends ListFragmentsOutput, __Metad
77
77
  * };
78
78
  * const command = new ListFragmentsCommand(input);
79
79
  * const response = await client.send(command);
80
+ * // { // ListFragmentsOutput
81
+ * // Fragments: [ // FragmentList
82
+ * // { // Fragment
83
+ * // FragmentNumber: "STRING_VALUE",
84
+ * // FragmentSizeInBytes: Number("long"),
85
+ * // ProducerTimestamp: new Date("TIMESTAMP"),
86
+ * // ServerTimestamp: new Date("TIMESTAMP"),
87
+ * // FragmentLengthInMilliseconds: Number("long"),
88
+ * // },
89
+ * // ],
90
+ * // NextToken: "STRING_VALUE",
91
+ * // };
92
+ *
80
93
  * ```
81
94
  *
82
95
  * @param ListFragmentsCommandInput - {@link ListFragmentsCommandInput}
@@ -108,6 +121,8 @@ export interface ListFragmentsCommandOutput extends ListFragmentsOutput, __Metad
108
121
  * <code>LIVE</code> is requested for a stream that has no fragments within the last 30
109
122
  * seconds.</p>
110
123
  *
124
+ * @throws {@link KinesisVideoArchivedMediaServiceException}
125
+ * <p>Base exception class for all service exceptions from KinesisVideoArchivedMedia service.</p>
111
126
  *
112
127
  */
113
128
  export declare class ListFragmentsCommand extends $Command<ListFragmentsCommandInput, ListFragmentsCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
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.325.0",
4
+ "version": "3.327.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.327.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.327.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",
@@ -32,11 +32,11 @@
32
32
  "@aws-sdk/middleware-host-header": "3.325.0",
33
33
  "@aws-sdk/middleware-logger": "3.325.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
- "@aws-sdk/middleware-retry": "3.325.0",
35
+ "@aws-sdk/middleware-retry": "3.327.0",
36
36
  "@aws-sdk/middleware-serde": "3.325.0",
37
37
  "@aws-sdk/middleware-signing": "3.325.0",
38
38
  "@aws-sdk/middleware-stack": "3.325.0",
39
- "@aws-sdk/middleware-user-agent": "3.325.0",
39
+ "@aws-sdk/middleware-user-agent": "3.327.0",
40
40
  "@aws-sdk/node-config-provider": "3.310.0",
41
41
  "@aws-sdk/node-http-handler": "3.321.1",
42
42
  "@aws-sdk/protocol-http": "3.310.0",
@@ -48,8 +48,8 @@
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
50
  "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
- "@aws-sdk/util-endpoints": "3.319.0",
52
- "@aws-sdk/util-retry": "3.310.0",
51
+ "@aws-sdk/util-endpoints": "3.327.0",
52
+ "@aws-sdk/util-retry": "3.327.0",
53
53
  "@aws-sdk/util-stream-browser": "3.310.0",
54
54
  "@aws-sdk/util-stream-node": "3.321.1",
55
55
  "@aws-sdk/util-user-agent-browser": "3.310.0",