@aws-sdk/client-kinesis-video-archived-media 3.289.0 → 3.290.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.
@@ -69,6 +69,51 @@ export interface GetClipCommandOutput extends __WithSdkStreamMixin<GetClipOutput
69
69
  * @see {@link GetClipCommandOutput} for command's `response` shape.
70
70
  * @see {@link KinesisVideoArchivedMediaClientResolvedConfig | config} for KinesisVideoArchivedMediaClient's `config` shape.
71
71
  *
72
+ * @throws {@link ClientLimitExceededException} (client fault)
73
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded a limit. Try making the call later. For information about limits, see <a href="http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html">Kinesis Video Streams Limits</a>.</p>
74
+ *
75
+ * @throws {@link InvalidArgumentException} (client fault)
76
+ * <p>A specified parameter exceeds its restrictions, is not supported, or can't be
77
+ * used.</p>
78
+ *
79
+ * @throws {@link InvalidCodecPrivateDataException} (client fault)
80
+ * <p>The codec private data in at least one of the tracks of the video stream is not valid
81
+ * for this operation.</p>
82
+ *
83
+ * @throws {@link InvalidMediaFrameException} (client fault)
84
+ * <p>One or more frames in the requested clip could not be parsed based on the specified
85
+ * codec.</p>
86
+ *
87
+ * @throws {@link MissingCodecPrivateDataException} (client fault)
88
+ * <p>No codec private data was found in at least one of tracks of the video stream.</p>
89
+ *
90
+ * @throws {@link NoDataRetentionException} (client fault)
91
+ * <p>A streaming session was requested for a stream that does not retain data (that is, has
92
+ * a <code>DataRetentionInHours</code> of 0). </p>
93
+ *
94
+ * @throws {@link NotAuthorizedException} (client fault)
95
+ * <p>Status Code: 403, The caller is not authorized to perform an operation on the given
96
+ * stream, or the token has expired.</p>
97
+ *
98
+ * @throws {@link ResourceNotFoundException} (client fault)
99
+ * <p>
100
+ * <code>GetMedia</code> throws this error when Kinesis Video Streams can't find the stream
101
+ * that you specified.</p>
102
+ * <p>
103
+ * <code>GetHLSStreamingSessionURL</code> and <code>GetDASHStreamingSessionURL</code> throw
104
+ * this error if a session with a <code>PlaybackMode</code> of <code>ON_DEMAND</code> or
105
+ * <code>LIVE_REPLAY</code>is requested for a stream that has no fragments within the
106
+ * requested time range, or if a session with a <code>PlaybackMode</code> of
107
+ * <code>LIVE</code> is requested for a stream that has no fragments within the last 30
108
+ * seconds.</p>
109
+ *
110
+ * @throws {@link UnsupportedStreamMediaTypeException} (client fault)
111
+ * <p>The type of the media (for example, h.264 or h.265 video or ACC or G.711 audio) could
112
+ * not be determined from the codec IDs of the tracks in the first fragment for a playback
113
+ * session. The codec ID for track 1 should be <code>V_MPEG/ISO/AVC</code> and, optionally,
114
+ * the codec ID for track 2 should be <code>A_AAC</code>.</p>
115
+ *
116
+ *
72
117
  */
73
118
  export declare class GetClipCommand extends $Command<GetClipCommandInput, GetClipCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
74
119
  readonly input: GetClipCommandInput;
@@ -175,6 +175,47 @@ export interface GetDASHStreamingSessionURLCommandOutput extends GetDASHStreamin
175
175
  * @see {@link GetDASHStreamingSessionURLCommandOutput} for command's `response` shape.
176
176
  * @see {@link KinesisVideoArchivedMediaClientResolvedConfig | config} for KinesisVideoArchivedMediaClient's `config` shape.
177
177
  *
178
+ * @throws {@link ClientLimitExceededException} (client fault)
179
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded a limit. Try making the call later. For information about limits, see <a href="http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html">Kinesis Video Streams Limits</a>.</p>
180
+ *
181
+ * @throws {@link InvalidArgumentException} (client fault)
182
+ * <p>A specified parameter exceeds its restrictions, is not supported, or can't be
183
+ * used.</p>
184
+ *
185
+ * @throws {@link InvalidCodecPrivateDataException} (client fault)
186
+ * <p>The codec private data in at least one of the tracks of the video stream is not valid
187
+ * for this operation.</p>
188
+ *
189
+ * @throws {@link MissingCodecPrivateDataException} (client fault)
190
+ * <p>No codec private data was found in at least one of tracks of the video stream.</p>
191
+ *
192
+ * @throws {@link NoDataRetentionException} (client fault)
193
+ * <p>A streaming session was requested for a stream that does not retain data (that is, has
194
+ * a <code>DataRetentionInHours</code> of 0). </p>
195
+ *
196
+ * @throws {@link NotAuthorizedException} (client fault)
197
+ * <p>Status Code: 403, The caller is not authorized to perform an operation on the given
198
+ * stream, or the token has expired.</p>
199
+ *
200
+ * @throws {@link ResourceNotFoundException} (client fault)
201
+ * <p>
202
+ * <code>GetMedia</code> throws this error when Kinesis Video Streams can't find the stream
203
+ * that you specified.</p>
204
+ * <p>
205
+ * <code>GetHLSStreamingSessionURL</code> and <code>GetDASHStreamingSessionURL</code> throw
206
+ * this error if a session with a <code>PlaybackMode</code> of <code>ON_DEMAND</code> or
207
+ * <code>LIVE_REPLAY</code>is requested for a stream that has no fragments within the
208
+ * requested time range, or if a session with a <code>PlaybackMode</code> of
209
+ * <code>LIVE</code> is requested for a stream that has no fragments within the last 30
210
+ * seconds.</p>
211
+ *
212
+ * @throws {@link UnsupportedStreamMediaTypeException} (client fault)
213
+ * <p>The type of the media (for example, h.264 or h.265 video or ACC or G.711 audio) could
214
+ * not be determined from the codec IDs of the tracks in the first fragment for a playback
215
+ * session. The codec ID for track 1 should be <code>V_MPEG/ISO/AVC</code> and, optionally,
216
+ * the codec ID for track 2 should be <code>A_AAC</code>.</p>
217
+ *
218
+ *
178
219
  */
179
220
  export declare class GetDASHStreamingSessionURLCommand extends $Command<GetDASHStreamingSessionURLCommandInput, GetDASHStreamingSessionURLCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
180
221
  readonly input: GetDASHStreamingSessionURLCommandInput;
@@ -208,6 +208,47 @@ export interface GetHLSStreamingSessionURLCommandOutput extends GetHLSStreamingS
208
208
  * @see {@link GetHLSStreamingSessionURLCommandOutput} for command's `response` shape.
209
209
  * @see {@link KinesisVideoArchivedMediaClientResolvedConfig | config} for KinesisVideoArchivedMediaClient's `config` shape.
210
210
  *
211
+ * @throws {@link ClientLimitExceededException} (client fault)
212
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded a limit. Try making the call later. For information about limits, see <a href="http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html">Kinesis Video Streams Limits</a>.</p>
213
+ *
214
+ * @throws {@link InvalidArgumentException} (client fault)
215
+ * <p>A specified parameter exceeds its restrictions, is not supported, or can't be
216
+ * used.</p>
217
+ *
218
+ * @throws {@link InvalidCodecPrivateDataException} (client fault)
219
+ * <p>The codec private data in at least one of the tracks of the video stream is not valid
220
+ * for this operation.</p>
221
+ *
222
+ * @throws {@link MissingCodecPrivateDataException} (client fault)
223
+ * <p>No codec private data was found in at least one of tracks of the video stream.</p>
224
+ *
225
+ * @throws {@link NoDataRetentionException} (client fault)
226
+ * <p>A streaming session was requested for a stream that does not retain data (that is, has
227
+ * a <code>DataRetentionInHours</code> of 0). </p>
228
+ *
229
+ * @throws {@link NotAuthorizedException} (client fault)
230
+ * <p>Status Code: 403, The caller is not authorized to perform an operation on the given
231
+ * stream, or the token has expired.</p>
232
+ *
233
+ * @throws {@link ResourceNotFoundException} (client fault)
234
+ * <p>
235
+ * <code>GetMedia</code> throws this error when Kinesis Video Streams can't find the stream
236
+ * that you specified.</p>
237
+ * <p>
238
+ * <code>GetHLSStreamingSessionURL</code> and <code>GetDASHStreamingSessionURL</code> throw
239
+ * this error if a session with a <code>PlaybackMode</code> of <code>ON_DEMAND</code> or
240
+ * <code>LIVE_REPLAY</code>is requested for a stream that has no fragments within the
241
+ * requested time range, or if a session with a <code>PlaybackMode</code> of
242
+ * <code>LIVE</code> is requested for a stream that has no fragments within the last 30
243
+ * seconds.</p>
244
+ *
245
+ * @throws {@link UnsupportedStreamMediaTypeException} (client fault)
246
+ * <p>The type of the media (for example, h.264 or h.265 video or ACC or G.711 audio) could
247
+ * not be determined from the codec IDs of the tracks in the first fragment for a playback
248
+ * session. The codec ID for track 1 should be <code>V_MPEG/ISO/AVC</code> and, optionally,
249
+ * the codec ID for track 2 should be <code>A_AAC</code>.</p>
250
+ *
251
+ *
211
252
  */
212
253
  export declare class GetHLSStreamingSessionURLCommand extends $Command<GetHLSStreamingSessionURLCommandInput, GetHLSStreamingSessionURLCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
213
254
  readonly input: GetHLSStreamingSessionURLCommandInput;
@@ -29,6 +29,30 @@ export interface GetImagesCommandOutput extends GetImagesOutput, __MetadataBeare
29
29
  * @see {@link GetImagesCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisVideoArchivedMediaClientResolvedConfig | config} for KinesisVideoArchivedMediaClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientLimitExceededException} (client fault)
33
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded a limit. Try making the call later. For information about limits, see <a href="http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html">Kinesis Video Streams Limits</a>.</p>
34
+ *
35
+ * @throws {@link InvalidArgumentException} (client fault)
36
+ * <p>A specified parameter exceeds its restrictions, is not supported, or can't be
37
+ * used.</p>
38
+ *
39
+ * @throws {@link NotAuthorizedException} (client fault)
40
+ * <p>Status Code: 403, The caller is not authorized to perform an operation on the given
41
+ * stream, or the token has expired.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>
45
+ * <code>GetMedia</code> throws this error when Kinesis Video Streams can't find the stream
46
+ * that you specified.</p>
47
+ * <p>
48
+ * <code>GetHLSStreamingSessionURL</code> and <code>GetDASHStreamingSessionURL</code> throw
49
+ * this error if a session with a <code>PlaybackMode</code> of <code>ON_DEMAND</code> or
50
+ * <code>LIVE_REPLAY</code>is requested for a stream that has no fragments within the
51
+ * requested time range, or if a session with a <code>PlaybackMode</code> of
52
+ * <code>LIVE</code> is requested for a stream that has no fragments within the last 30
53
+ * seconds.</p>
54
+ *
55
+ *
32
56
  */
33
57
  export declare class GetImagesCommand extends $Command<GetImagesCommandInput, GetImagesCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
34
58
  readonly input: GetImagesCommandInput;
@@ -65,6 +65,30 @@ export interface GetMediaForFragmentListCommandOutput extends __WithSdkStreamMix
65
65
  * @see {@link GetMediaForFragmentListCommandOutput} for command's `response` shape.
66
66
  * @see {@link KinesisVideoArchivedMediaClientResolvedConfig | config} for KinesisVideoArchivedMediaClient's `config` shape.
67
67
  *
68
+ * @throws {@link ClientLimitExceededException} (client fault)
69
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded a limit. Try making the call later. For information about limits, see <a href="http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html">Kinesis Video Streams Limits</a>.</p>
70
+ *
71
+ * @throws {@link InvalidArgumentException} (client fault)
72
+ * <p>A specified parameter exceeds its restrictions, is not supported, or can't be
73
+ * used.</p>
74
+ *
75
+ * @throws {@link NotAuthorizedException} (client fault)
76
+ * <p>Status Code: 403, The caller is not authorized to perform an operation on the given
77
+ * stream, or the token has expired.</p>
78
+ *
79
+ * @throws {@link ResourceNotFoundException} (client fault)
80
+ * <p>
81
+ * <code>GetMedia</code> throws this error when Kinesis Video Streams can't find the stream
82
+ * that you specified.</p>
83
+ * <p>
84
+ * <code>GetHLSStreamingSessionURL</code> and <code>GetDASHStreamingSessionURL</code> throw
85
+ * this error if a session with a <code>PlaybackMode</code> of <code>ON_DEMAND</code> or
86
+ * <code>LIVE_REPLAY</code>is requested for a stream that has no fragments within the
87
+ * requested time range, or if a session with a <code>PlaybackMode</code> of
88
+ * <code>LIVE</code> is requested for a stream that has no fragments within the last 30
89
+ * seconds.</p>
90
+ *
91
+ *
68
92
  */
69
93
  export declare class GetMediaForFragmentListCommand extends $Command<GetMediaForFragmentListCommandInput, GetMediaForFragmentListCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
70
94
  readonly input: GetMediaForFragmentListCommandInput;
@@ -65,6 +65,30 @@ export interface ListFragmentsCommandOutput extends ListFragmentsOutput, __Metad
65
65
  * @see {@link ListFragmentsCommandOutput} for command's `response` shape.
66
66
  * @see {@link KinesisVideoArchivedMediaClientResolvedConfig | config} for KinesisVideoArchivedMediaClient's `config` shape.
67
67
  *
68
+ * @throws {@link ClientLimitExceededException} (client fault)
69
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded a limit. Try making the call later. For information about limits, see <a href="http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html">Kinesis Video Streams Limits</a>.</p>
70
+ *
71
+ * @throws {@link InvalidArgumentException} (client fault)
72
+ * <p>A specified parameter exceeds its restrictions, is not supported, or can't be
73
+ * used.</p>
74
+ *
75
+ * @throws {@link NotAuthorizedException} (client fault)
76
+ * <p>Status Code: 403, The caller is not authorized to perform an operation on the given
77
+ * stream, or the token has expired.</p>
78
+ *
79
+ * @throws {@link ResourceNotFoundException} (client fault)
80
+ * <p>
81
+ * <code>GetMedia</code> throws this error when Kinesis Video Streams can't find the stream
82
+ * that you specified.</p>
83
+ * <p>
84
+ * <code>GetHLSStreamingSessionURL</code> and <code>GetDASHStreamingSessionURL</code> throw
85
+ * this error if a session with a <code>PlaybackMode</code> of <code>ON_DEMAND</code> or
86
+ * <code>LIVE_REPLAY</code>is requested for a stream that has no fragments within the
87
+ * requested time range, or if a session with a <code>PlaybackMode</code> of
88
+ * <code>LIVE</code> is requested for a stream that has no fragments within the last 30
89
+ * seconds.</p>
90
+ *
91
+ *
68
92
  */
69
93
  export declare class ListFragmentsCommand extends $Command<ListFragmentsCommandInput, ListFragmentsCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
70
94
  readonly input: ListFragmentsCommandInput;
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.289.0",
4
+ "version": "3.290.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",
@@ -20,39 +20,39 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-stream-browser": "3.289.0",
53
- "@aws-sdk/util-stream-node": "3.289.0",
54
- "@aws-sdk/util-user-agent-browser": "3.289.0",
55
- "@aws-sdk/util-user-agent-node": "3.289.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-stream-browser": "3.290.0",
53
+ "@aws-sdk/util-stream-node": "3.290.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
55
+ "@aws-sdk/util-user-agent-node": "3.290.0",
56
56
  "@aws-sdk/util-utf8": "3.254.0",
57
57
  "tslib": "^2.3.1"
58
58
  },