@aws-sdk/client-kinesis-video 3.288.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.
Files changed (29) hide show
  1. package/dist-types/commands/CreateSignalingChannelCommand.d.ts +39 -0
  2. package/dist-types/commands/CreateStreamCommand.d.ts +42 -0
  3. package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +39 -0
  4. package/dist-types/commands/DeleteStreamCommand.d.ts +39 -0
  5. package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +18 -0
  6. package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +14 -0
  7. package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +14 -0
  8. package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +14 -0
  9. package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +14 -0
  10. package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +14 -0
  11. package/dist-types/commands/DescribeStreamCommand.d.ts +14 -0
  12. package/dist-types/commands/GetDataEndpointCommand.d.ts +14 -0
  13. package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +34 -0
  14. package/dist-types/commands/ListSignalingChannelsCommand.d.ts +11 -0
  15. package/dist-types/commands/ListStreamsCommand.d.ts +8 -0
  16. package/dist-types/commands/ListTagsForResourceCommand.d.ts +14 -0
  17. package/dist-types/commands/ListTagsForStreamCommand.d.ts +17 -0
  18. package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +37 -0
  19. package/dist-types/commands/TagResourceCommand.d.ts +18 -0
  20. package/dist-types/commands/TagStreamCommand.d.ts +21 -0
  21. package/dist-types/commands/UntagResourceCommand.d.ts +14 -0
  22. package/dist-types/commands/UntagStreamCommand.d.ts +17 -0
  23. package/dist-types/commands/UpdateDataRetentionCommand.d.ts +39 -0
  24. package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +37 -0
  25. package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +37 -0
  26. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +37 -0
  27. package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +39 -0
  28. package/dist-types/commands/UpdateStreamCommand.d.ts +39 -0
  29. package/package.json +29 -29
@@ -31,6 +31,45 @@ export interface CreateSignalingChannelCommandOutput extends CreateSignalingChan
31
31
  * @see {@link CreateSignalingChannelCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You do not have required permissions to perform this operation.</p>
36
+ *
37
+ * @throws {@link AccountChannelLimitExceededException} (client fault)
38
+ * <p>You have reached the maximum limit of active signaling channels for this Amazon Web Services account
39
+ * in this region.</p>
40
+ *
41
+ * @throws {@link ClientLimitExceededException} (client fault)
42
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
43
+ * allowed client calls. Try making the call later.</p>
44
+ *
45
+ * @throws {@link InvalidArgumentException} (client fault)
46
+ * <p>The value for this input parameter is invalid.</p>
47
+ *
48
+ * @throws {@link ResourceInUseException} (client fault)
49
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
50
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
51
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
52
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
53
+ * <ol>
54
+ * <li>
55
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
56
+ * </p>
57
+ * </li>
58
+ * <li>
59
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
60
+ * </p>
61
+ * </li>
62
+ * <li>
63
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
64
+ * </p>
65
+ * </li>
66
+ * </ol>
67
+ *
68
+ * @throws {@link TagsPerResourceExceededLimitException} (client fault)
69
+ * <p>You have exceeded the limit of tags that you can associate with the resource.
70
+ * A Kinesis video stream can support up to 50 tags. </p>
71
+ *
72
+ *
34
73
  */
35
74
  export declare class CreateSignalingChannelCommand extends $Command<CreateSignalingChannelCommandInput, CreateSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig> {
36
75
  readonly input: CreateSignalingChannelCommandInput;
@@ -36,6 +36,48 @@ export interface CreateStreamCommandOutput extends CreateStreamOutput, __Metadat
36
36
  * @see {@link CreateStreamCommandOutput} for command's `response` shape.
37
37
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
38
38
  *
39
+ * @throws {@link AccountStreamLimitExceededException} (client fault)
40
+ * <p>The number of streams created for the account is too high.</p>
41
+ *
42
+ * @throws {@link ClientLimitExceededException} (client fault)
43
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
44
+ * allowed client calls. Try making the call later.</p>
45
+ *
46
+ * @throws {@link DeviceStreamLimitExceededException} (client fault)
47
+ * <p>Not implemented.
48
+ * </p>
49
+ *
50
+ * @throws {@link InvalidArgumentException} (client fault)
51
+ * <p>The value for this input parameter is invalid.</p>
52
+ *
53
+ * @throws {@link InvalidDeviceException} (client fault)
54
+ * <p>Not implemented.</p>
55
+ *
56
+ * @throws {@link ResourceInUseException} (client fault)
57
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
58
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
59
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
60
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
61
+ * <ol>
62
+ * <li>
63
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
64
+ * </p>
65
+ * </li>
66
+ * <li>
67
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
68
+ * </p>
69
+ * </li>
70
+ * <li>
71
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
72
+ * </p>
73
+ * </li>
74
+ * </ol>
75
+ *
76
+ * @throws {@link TagsPerResourceExceededLimitException} (client fault)
77
+ * <p>You have exceeded the limit of tags that you can associate with the resource.
78
+ * A Kinesis video stream can support up to 50 tags. </p>
79
+ *
80
+ *
39
81
  */
40
82
  export declare class CreateStreamCommand extends $Command<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisVideoClientResolvedConfig> {
41
83
  readonly input: CreateStreamCommandInput;
@@ -31,6 +31,45 @@ export interface DeleteSignalingChannelCommandOutput extends DeleteSignalingChan
31
31
  * @see {@link DeleteSignalingChannelCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You do not have required permissions to perform this operation.</p>
36
+ *
37
+ * @throws {@link ClientLimitExceededException} (client fault)
38
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
39
+ * allowed client calls. Try making the call later.</p>
40
+ *
41
+ * @throws {@link InvalidArgumentException} (client fault)
42
+ * <p>The value for this input parameter is invalid.</p>
43
+ *
44
+ * @throws {@link ResourceInUseException} (client fault)
45
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
46
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
47
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
48
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
49
+ * <ol>
50
+ * <li>
51
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
52
+ * </p>
53
+ * </li>
54
+ * <li>
55
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
56
+ * </p>
57
+ * </li>
58
+ * <li>
59
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
60
+ * </p>
61
+ * </li>
62
+ * </ol>
63
+ *
64
+ * @throws {@link ResourceNotFoundException} (client fault)
65
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
66
+ *
67
+ * @throws {@link VersionMismatchException} (client fault)
68
+ * <p>The stream version that you specified is not the latest version. To get the latest
69
+ * version, use the <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeStream.html">DescribeStream</a>
70
+ * API.</p>
71
+ *
72
+ *
34
73
  */
35
74
  export declare class DeleteSignalingChannelCommand extends $Command<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig> {
36
75
  readonly input: DeleteSignalingChannelCommandInput;
@@ -38,6 +38,45 @@ export interface DeleteStreamCommandOutput extends DeleteStreamOutput, __Metadat
38
38
  * @see {@link DeleteStreamCommandOutput} for command's `response` shape.
39
39
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
40
40
  *
41
+ * @throws {@link ClientLimitExceededException} (client fault)
42
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
43
+ * allowed client calls. Try making the call later.</p>
44
+ *
45
+ * @throws {@link InvalidArgumentException} (client fault)
46
+ * <p>The value for this input parameter is invalid.</p>
47
+ *
48
+ * @throws {@link NotAuthorizedException} (client fault)
49
+ * <p>The caller is not authorized to perform this operation.</p>
50
+ *
51
+ * @throws {@link ResourceInUseException} (client fault)
52
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
53
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
54
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
55
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
56
+ * <ol>
57
+ * <li>
58
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
59
+ * </p>
60
+ * </li>
61
+ * <li>
62
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
63
+ * </p>
64
+ * </li>
65
+ * <li>
66
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
67
+ * </p>
68
+ * </li>
69
+ * </ol>
70
+ *
71
+ * @throws {@link ResourceNotFoundException} (client fault)
72
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
73
+ *
74
+ * @throws {@link VersionMismatchException} (client fault)
75
+ * <p>The stream version that you specified is not the latest version. To get the latest
76
+ * version, use the <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeStream.html">DescribeStream</a>
77
+ * API.</p>
78
+ *
79
+ *
41
80
  */
42
81
  export declare class DeleteStreamCommand extends $Command<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisVideoClientResolvedConfig> {
43
82
  readonly input: DeleteStreamCommandInput;
@@ -31,6 +31,24 @@ export interface DescribeEdgeConfigurationCommandOutput extends DescribeEdgeConf
31
31
  * @see {@link DescribeEdgeConfigurationCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You do not have required permissions to perform this operation.</p>
36
+ *
37
+ * @throws {@link ClientLimitExceededException} (client fault)
38
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
39
+ * allowed client calls. Try making the call later.</p>
40
+ *
41
+ * @throws {@link InvalidArgumentException} (client fault)
42
+ * <p>The value for this input parameter is invalid.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
46
+ *
47
+ * @throws {@link StreamEdgeConfigurationNotFoundException} (client fault)
48
+ * <p>The Exception rendered when the Amazon Kinesis Video Stream can't find a stream's edge configuration
49
+ * that you specified. </p>
50
+ *
51
+ *
34
52
  */
35
53
  export declare class DescribeEdgeConfigurationCommand extends $Command<DescribeEdgeConfigurationCommandInput, DescribeEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig> {
36
54
  readonly input: DescribeEdgeConfigurationCommandInput;
@@ -29,6 +29,20 @@ export interface DescribeImageGenerationConfigurationCommandOutput extends Descr
29
29
  * @see {@link DescribeImageGenerationConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have required permissions to perform this operation.</p>
34
+ *
35
+ * @throws {@link ClientLimitExceededException} (client fault)
36
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
37
+ * allowed client calls. Try making the call later.</p>
38
+ *
39
+ * @throws {@link InvalidArgumentException} (client fault)
40
+ * <p>The value for this input parameter is invalid.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DescribeImageGenerationConfigurationCommand extends $Command<DescribeImageGenerationConfigurationCommandInput, DescribeImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig> {
34
48
  readonly input: DescribeImageGenerationConfigurationCommandInput;
@@ -31,6 +31,20 @@ export interface DescribeMappedResourceConfigurationCommandOutput extends Descri
31
31
  * @see {@link DescribeMappedResourceConfigurationCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You do not have required permissions to perform this operation.</p>
36
+ *
37
+ * @throws {@link ClientLimitExceededException} (client fault)
38
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
39
+ * allowed client calls. Try making the call later.</p>
40
+ *
41
+ * @throws {@link InvalidArgumentException} (client fault)
42
+ * <p>The value for this input parameter is invalid.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
46
+ *
47
+ *
34
48
  */
35
49
  export declare class DescribeMappedResourceConfigurationCommand extends $Command<DescribeMappedResourceConfigurationCommandInput, DescribeMappedResourceConfigurationCommandOutput, KinesisVideoClientResolvedConfig> {
36
50
  readonly input: DescribeMappedResourceConfigurationCommandInput;
@@ -30,6 +30,20 @@ export interface DescribeMediaStorageConfigurationCommandOutput extends Describe
30
30
  * @see {@link DescribeMediaStorageConfigurationCommandOutput} for command's `response` shape.
31
31
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You do not have required permissions to perform this operation.</p>
35
+ *
36
+ * @throws {@link ClientLimitExceededException} (client fault)
37
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
38
+ * allowed client calls. Try making the call later.</p>
39
+ *
40
+ * @throws {@link InvalidArgumentException} (client fault)
41
+ * <p>The value for this input parameter is invalid.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
45
+ *
46
+ *
33
47
  */
34
48
  export declare class DescribeMediaStorageConfigurationCommand extends $Command<DescribeMediaStorageConfigurationCommandInput, DescribeMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig> {
35
49
  readonly input: DescribeMediaStorageConfigurationCommandInput;
@@ -29,6 +29,20 @@ export interface DescribeNotificationConfigurationCommandOutput extends Describe
29
29
  * @see {@link DescribeNotificationConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have required permissions to perform this operation.</p>
34
+ *
35
+ * @throws {@link ClientLimitExceededException} (client fault)
36
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
37
+ * allowed client calls. Try making the call later.</p>
38
+ *
39
+ * @throws {@link InvalidArgumentException} (client fault)
40
+ * <p>The value for this input parameter is invalid.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DescribeNotificationConfigurationCommand extends $Command<DescribeNotificationConfigurationCommandInput, DescribeNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig> {
34
48
  readonly input: DescribeNotificationConfigurationCommandInput;
@@ -31,6 +31,20 @@ export interface DescribeSignalingChannelCommandOutput extends DescribeSignaling
31
31
  * @see {@link DescribeSignalingChannelCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You do not have required permissions to perform this operation.</p>
36
+ *
37
+ * @throws {@link ClientLimitExceededException} (client fault)
38
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
39
+ * allowed client calls. Try making the call later.</p>
40
+ *
41
+ * @throws {@link InvalidArgumentException} (client fault)
42
+ * <p>The value for this input parameter is invalid.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
46
+ *
47
+ *
34
48
  */
35
49
  export declare class DescribeSignalingChannelCommand extends $Command<DescribeSignalingChannelCommandInput, DescribeSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig> {
36
50
  readonly input: DescribeSignalingChannelCommandInput;
@@ -30,6 +30,20 @@ export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __Met
30
30
  * @see {@link DescribeStreamCommandOutput} for command's `response` shape.
31
31
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
32
32
  *
33
+ * @throws {@link ClientLimitExceededException} (client fault)
34
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
35
+ * allowed client calls. Try making the call later.</p>
36
+ *
37
+ * @throws {@link InvalidArgumentException} (client fault)
38
+ * <p>The value for this input parameter is invalid.</p>
39
+ *
40
+ * @throws {@link NotAuthorizedException} (client fault)
41
+ * <p>The caller is not authorized to perform this operation.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
45
+ *
46
+ *
33
47
  */
34
48
  export declare class DescribeStreamCommand extends $Command<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisVideoClientResolvedConfig> {
35
49
  readonly input: DescribeStreamCommandInput;
@@ -39,6 +39,20 @@ export interface GetDataEndpointCommandOutput extends GetDataEndpointOutput, __M
39
39
  * @see {@link GetDataEndpointCommandOutput} for command's `response` shape.
40
40
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
41
41
  *
42
+ * @throws {@link ClientLimitExceededException} (client fault)
43
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
44
+ * allowed client calls. Try making the call later.</p>
45
+ *
46
+ * @throws {@link InvalidArgumentException} (client fault)
47
+ * <p>The value for this input parameter is invalid.</p>
48
+ *
49
+ * @throws {@link NotAuthorizedException} (client fault)
50
+ * <p>The caller is not authorized to perform this operation.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundException} (client fault)
53
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
54
+ *
55
+ *
42
56
  */
43
57
  export declare class GetDataEndpointCommand extends $Command<GetDataEndpointCommandInput, GetDataEndpointCommandOutput, KinesisVideoClientResolvedConfig> {
44
58
  readonly input: GetDataEndpointCommandInput;
@@ -42,6 +42,40 @@ export interface GetSignalingChannelEndpointCommandOutput extends GetSignalingCh
42
42
  * @see {@link GetSignalingChannelEndpointCommandOutput} for command's `response` shape.
43
43
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
44
44
  *
45
+ * @throws {@link AccessDeniedException} (client fault)
46
+ * <p>You do not have required permissions to perform this operation.</p>
47
+ *
48
+ * @throws {@link ClientLimitExceededException} (client fault)
49
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
50
+ * allowed client calls. Try making the call later.</p>
51
+ *
52
+ * @throws {@link InvalidArgumentException} (client fault)
53
+ * <p>The value for this input parameter is invalid.</p>
54
+ *
55
+ * @throws {@link ResourceInUseException} (client fault)
56
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
57
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
58
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
59
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
60
+ * <ol>
61
+ * <li>
62
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
63
+ * </p>
64
+ * </li>
65
+ * <li>
66
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
67
+ * </p>
68
+ * </li>
69
+ * <li>
70
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
71
+ * </p>
72
+ * </li>
73
+ * </ol>
74
+ *
75
+ * @throws {@link ResourceNotFoundException} (client fault)
76
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
77
+ *
78
+ *
45
79
  */
46
80
  export declare class GetSignalingChannelEndpointCommand extends $Command<GetSignalingChannelEndpointCommandInput, GetSignalingChannelEndpointCommandOutput, KinesisVideoClientResolvedConfig> {
47
81
  readonly input: GetSignalingChannelEndpointCommandInput;
@@ -31,6 +31,17 @@ export interface ListSignalingChannelsCommandOutput extends ListSignalingChannel
31
31
  * @see {@link ListSignalingChannelsCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You do not have required permissions to perform this operation.</p>
36
+ *
37
+ * @throws {@link ClientLimitExceededException} (client fault)
38
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
39
+ * allowed client calls. Try making the call later.</p>
40
+ *
41
+ * @throws {@link InvalidArgumentException} (client fault)
42
+ * <p>The value for this input parameter is invalid.</p>
43
+ *
44
+ *
34
45
  */
35
46
  export declare class ListSignalingChannelsCommand extends $Command<ListSignalingChannelsCommandInput, ListSignalingChannelsCommandOutput, KinesisVideoClientResolvedConfig> {
36
47
  readonly input: ListSignalingChannelsCommandInput;
@@ -31,6 +31,14 @@ export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataB
31
31
  * @see {@link ListStreamsCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
33
33
  *
34
+ * @throws {@link ClientLimitExceededException} (client fault)
35
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
36
+ * allowed client calls. Try making the call later.</p>
37
+ *
38
+ * @throws {@link InvalidArgumentException} (client fault)
39
+ * <p>The value for this input parameter is invalid.</p>
40
+ *
41
+ *
34
42
  */
35
43
  export declare class ListStreamsCommand extends $Command<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisVideoClientResolvedConfig> {
36
44
  readonly input: ListStreamsCommandInput;
@@ -29,6 +29,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have required permissions to perform this operation.</p>
34
+ *
35
+ * @throws {@link ClientLimitExceededException} (client fault)
36
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
37
+ * allowed client calls. Try making the call later.</p>
38
+ *
39
+ * @throws {@link InvalidArgumentException} (client fault)
40
+ * <p>The value for this input parameter is invalid.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisVideoClientResolvedConfig> {
34
48
  readonly input: ListTagsForResourceCommandInput;
@@ -31,6 +31,23 @@ export interface ListTagsForStreamCommandOutput extends ListTagsForStreamOutput,
31
31
  * @see {@link ListTagsForStreamCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
33
33
  *
34
+ * @throws {@link ClientLimitExceededException} (client fault)
35
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
36
+ * allowed client calls. Try making the call later.</p>
37
+ *
38
+ * @throws {@link InvalidArgumentException} (client fault)
39
+ * <p>The value for this input parameter is invalid.</p>
40
+ *
41
+ * @throws {@link InvalidResourceFormatException} (client fault)
42
+ * <p>The format of the <code>StreamARN</code> is invalid.</p>
43
+ *
44
+ * @throws {@link NotAuthorizedException} (client fault)
45
+ * <p>The caller is not authorized to perform this operation.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
49
+ *
50
+ *
34
51
  */
35
52
  export declare class ListTagsForStreamCommand extends $Command<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisVideoClientResolvedConfig> {
36
53
  readonly input: ListTagsForStreamCommandInput;
@@ -40,6 +40,43 @@ export interface StartEdgeConfigurationUpdateCommandOutput extends StartEdgeConf
40
40
  * @see {@link StartEdgeConfigurationUpdateCommandOutput} for command's `response` shape.
41
41
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
42
42
  *
43
+ * @throws {@link AccessDeniedException} (client fault)
44
+ * <p>You do not have required permissions to perform this operation.</p>
45
+ *
46
+ * @throws {@link ClientLimitExceededException} (client fault)
47
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
48
+ * allowed client calls. Try making the call later.</p>
49
+ *
50
+ * @throws {@link InvalidArgumentException} (client fault)
51
+ * <p>The value for this input parameter is invalid.</p>
52
+ *
53
+ * @throws {@link NoDataRetentionException} (client fault)
54
+ * <p>The Stream data retention in hours is equal to zero.</p>
55
+ *
56
+ * @throws {@link ResourceInUseException} (client fault)
57
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
58
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
59
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
60
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
61
+ * <ol>
62
+ * <li>
63
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
64
+ * </p>
65
+ * </li>
66
+ * <li>
67
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
68
+ * </p>
69
+ * </li>
70
+ * <li>
71
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
72
+ * </p>
73
+ * </li>
74
+ * </ol>
75
+ *
76
+ * @throws {@link ResourceNotFoundException} (client fault)
77
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
78
+ *
79
+ *
43
80
  */
44
81
  export declare class StartEdgeConfigurationUpdateCommand extends $Command<StartEdgeConfigurationUpdateCommandInput, StartEdgeConfigurationUpdateCommandOutput, KinesisVideoClientResolvedConfig> {
45
82
  readonly input: StartEdgeConfigurationUpdateCommandInput;
@@ -34,6 +34,24 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
34
34
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
35
35
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>You do not have required permissions to perform this operation.</p>
39
+ *
40
+ * @throws {@link ClientLimitExceededException} (client fault)
41
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
42
+ * allowed client calls. Try making the call later.</p>
43
+ *
44
+ * @throws {@link InvalidArgumentException} (client fault)
45
+ * <p>The value for this input parameter is invalid.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
49
+ *
50
+ * @throws {@link TagsPerResourceExceededLimitException} (client fault)
51
+ * <p>You have exceeded the limit of tags that you can associate with the resource.
52
+ * A Kinesis video stream can support up to 50 tags. </p>
53
+ *
54
+ *
37
55
  */
38
56
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KinesisVideoClientResolvedConfig> {
39
57
  readonly input: TagResourceCommandInput;
@@ -38,6 +38,27 @@ export interface TagStreamCommandOutput extends TagStreamOutput, __MetadataBeare
38
38
  * @see {@link TagStreamCommandOutput} for command's `response` shape.
39
39
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
40
40
  *
41
+ * @throws {@link ClientLimitExceededException} (client fault)
42
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
43
+ * allowed client calls. Try making the call later.</p>
44
+ *
45
+ * @throws {@link InvalidArgumentException} (client fault)
46
+ * <p>The value for this input parameter is invalid.</p>
47
+ *
48
+ * @throws {@link InvalidResourceFormatException} (client fault)
49
+ * <p>The format of the <code>StreamARN</code> is invalid.</p>
50
+ *
51
+ * @throws {@link NotAuthorizedException} (client fault)
52
+ * <p>The caller is not authorized to perform this operation.</p>
53
+ *
54
+ * @throws {@link ResourceNotFoundException} (client fault)
55
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
56
+ *
57
+ * @throws {@link TagsPerResourceExceededLimitException} (client fault)
58
+ * <p>You have exceeded the limit of tags that you can associate with the resource.
59
+ * A Kinesis video stream can support up to 50 tags. </p>
60
+ *
61
+ *
41
62
  */
42
63
  export declare class TagStreamCommand extends $Command<TagStreamCommandInput, TagStreamCommandOutput, KinesisVideoClientResolvedConfig> {
43
64
  readonly input: TagStreamCommandInput;
@@ -31,6 +31,20 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
31
31
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
32
32
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You do not have required permissions to perform this operation.</p>
36
+ *
37
+ * @throws {@link ClientLimitExceededException} (client fault)
38
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
39
+ * allowed client calls. Try making the call later.</p>
40
+ *
41
+ * @throws {@link InvalidArgumentException} (client fault)
42
+ * <p>The value for this input parameter is invalid.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
46
+ *
47
+ *
34
48
  */
35
49
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisVideoClientResolvedConfig> {
36
50
  readonly input: UntagResourceCommandInput;
@@ -33,6 +33,23 @@ export interface UntagStreamCommandOutput extends UntagStreamOutput, __MetadataB
33
33
  * @see {@link UntagStreamCommandOutput} for command's `response` shape.
34
34
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
35
35
  *
36
+ * @throws {@link ClientLimitExceededException} (client fault)
37
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
38
+ * allowed client calls. Try making the call later.</p>
39
+ *
40
+ * @throws {@link InvalidArgumentException} (client fault)
41
+ * <p>The value for this input parameter is invalid.</p>
42
+ *
43
+ * @throws {@link InvalidResourceFormatException} (client fault)
44
+ * <p>The format of the <code>StreamARN</code> is invalid.</p>
45
+ *
46
+ * @throws {@link NotAuthorizedException} (client fault)
47
+ * <p>The caller is not authorized to perform this operation.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
51
+ *
52
+ *
36
53
  */
37
54
  export declare class UntagStreamCommand extends $Command<UntagStreamCommandInput, UntagStreamCommandOutput, KinesisVideoClientResolvedConfig> {
38
55
  readonly input: UntagStreamCommandInput;
@@ -53,6 +53,45 @@ export interface UpdateDataRetentionCommandOutput extends UpdateDataRetentionOut
53
53
  * @see {@link UpdateDataRetentionCommandOutput} for command's `response` shape.
54
54
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
55
55
  *
56
+ * @throws {@link ClientLimitExceededException} (client fault)
57
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
58
+ * allowed client calls. Try making the call later.</p>
59
+ *
60
+ * @throws {@link InvalidArgumentException} (client fault)
61
+ * <p>The value for this input parameter is invalid.</p>
62
+ *
63
+ * @throws {@link NotAuthorizedException} (client fault)
64
+ * <p>The caller is not authorized to perform this operation.</p>
65
+ *
66
+ * @throws {@link ResourceInUseException} (client fault)
67
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
68
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
69
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
70
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
71
+ * <ol>
72
+ * <li>
73
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
74
+ * </p>
75
+ * </li>
76
+ * <li>
77
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
78
+ * </p>
79
+ * </li>
80
+ * <li>
81
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
82
+ * </p>
83
+ * </li>
84
+ * </ol>
85
+ *
86
+ * @throws {@link ResourceNotFoundException} (client fault)
87
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
88
+ *
89
+ * @throws {@link VersionMismatchException} (client fault)
90
+ * <p>The stream version that you specified is not the latest version. To get the latest
91
+ * version, use the <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeStream.html">DescribeStream</a>
92
+ * API.</p>
93
+ *
94
+ *
56
95
  */
57
96
  export declare class UpdateDataRetentionCommand extends $Command<UpdateDataRetentionCommandInput, UpdateDataRetentionCommandOutput, KinesisVideoClientResolvedConfig> {
58
97
  readonly input: UpdateDataRetentionCommandInput;
@@ -29,6 +29,43 @@ export interface UpdateImageGenerationConfigurationCommandOutput extends UpdateI
29
29
  * @see {@link UpdateImageGenerationConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have required permissions to perform this operation.</p>
34
+ *
35
+ * @throws {@link ClientLimitExceededException} (client fault)
36
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
37
+ * allowed client calls. Try making the call later.</p>
38
+ *
39
+ * @throws {@link InvalidArgumentException} (client fault)
40
+ * <p>The value for this input parameter is invalid.</p>
41
+ *
42
+ * @throws {@link NoDataRetentionException} (client fault)
43
+ * <p>The Stream data retention in hours is equal to zero.</p>
44
+ *
45
+ * @throws {@link ResourceInUseException} (client fault)
46
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
47
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
48
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
49
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
50
+ * <ol>
51
+ * <li>
52
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
53
+ * </p>
54
+ * </li>
55
+ * <li>
56
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
57
+ * </p>
58
+ * </li>
59
+ * <li>
60
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
61
+ * </p>
62
+ * </li>
63
+ * </ol>
64
+ *
65
+ * @throws {@link ResourceNotFoundException} (client fault)
66
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
67
+ *
68
+ *
32
69
  */
33
70
  export declare class UpdateImageGenerationConfigurationCommand extends $Command<UpdateImageGenerationConfigurationCommandInput, UpdateImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig> {
34
71
  readonly input: UpdateImageGenerationConfigurationCommandInput;
@@ -40,6 +40,43 @@ export interface UpdateMediaStorageConfigurationCommandOutput extends UpdateMedi
40
40
  * @see {@link UpdateMediaStorageConfigurationCommandOutput} for command's `response` shape.
41
41
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
42
42
  *
43
+ * @throws {@link AccessDeniedException} (client fault)
44
+ * <p>You do not have required permissions to perform this operation.</p>
45
+ *
46
+ * @throws {@link ClientLimitExceededException} (client fault)
47
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
48
+ * allowed client calls. Try making the call later.</p>
49
+ *
50
+ * @throws {@link InvalidArgumentException} (client fault)
51
+ * <p>The value for this input parameter is invalid.</p>
52
+ *
53
+ * @throws {@link NoDataRetentionException} (client fault)
54
+ * <p>The Stream data retention in hours is equal to zero.</p>
55
+ *
56
+ * @throws {@link ResourceInUseException} (client fault)
57
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
58
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
59
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
60
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
61
+ * <ol>
62
+ * <li>
63
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
64
+ * </p>
65
+ * </li>
66
+ * <li>
67
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
68
+ * </p>
69
+ * </li>
70
+ * <li>
71
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
72
+ * </p>
73
+ * </li>
74
+ * </ol>
75
+ *
76
+ * @throws {@link ResourceNotFoundException} (client fault)
77
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
78
+ *
79
+ *
43
80
  */
44
81
  export declare class UpdateMediaStorageConfigurationCommand extends $Command<UpdateMediaStorageConfigurationCommandInput, UpdateMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig> {
45
82
  readonly input: UpdateMediaStorageConfigurationCommandInput;
@@ -29,6 +29,43 @@ export interface UpdateNotificationConfigurationCommandOutput extends UpdateNoti
29
29
  * @see {@link UpdateNotificationConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have required permissions to perform this operation.</p>
34
+ *
35
+ * @throws {@link ClientLimitExceededException} (client fault)
36
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
37
+ * allowed client calls. Try making the call later.</p>
38
+ *
39
+ * @throws {@link InvalidArgumentException} (client fault)
40
+ * <p>The value for this input parameter is invalid.</p>
41
+ *
42
+ * @throws {@link NoDataRetentionException} (client fault)
43
+ * <p>The Stream data retention in hours is equal to zero.</p>
44
+ *
45
+ * @throws {@link ResourceInUseException} (client fault)
46
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
47
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
48
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
49
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
50
+ * <ol>
51
+ * <li>
52
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
53
+ * </p>
54
+ * </li>
55
+ * <li>
56
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
57
+ * </p>
58
+ * </li>
59
+ * <li>
60
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
61
+ * </p>
62
+ * </li>
63
+ * </ol>
64
+ *
65
+ * @throws {@link ResourceNotFoundException} (client fault)
66
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
67
+ *
68
+ *
32
69
  */
33
70
  export declare class UpdateNotificationConfigurationCommand extends $Command<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig> {
34
71
  readonly input: UpdateNotificationConfigurationCommandInput;
@@ -34,6 +34,45 @@ export interface UpdateSignalingChannelCommandOutput extends UpdateSignalingChan
34
34
  * @see {@link UpdateSignalingChannelCommandOutput} for command's `response` shape.
35
35
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>You do not have required permissions to perform this operation.</p>
39
+ *
40
+ * @throws {@link ClientLimitExceededException} (client fault)
41
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
42
+ * allowed client calls. Try making the call later.</p>
43
+ *
44
+ * @throws {@link InvalidArgumentException} (client fault)
45
+ * <p>The value for this input parameter is invalid.</p>
46
+ *
47
+ * @throws {@link ResourceInUseException} (client fault)
48
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
49
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
50
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
51
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
52
+ * <ol>
53
+ * <li>
54
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
55
+ * </p>
56
+ * </li>
57
+ * <li>
58
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
59
+ * </p>
60
+ * </li>
61
+ * <li>
62
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
63
+ * </p>
64
+ * </li>
65
+ * </ol>
66
+ *
67
+ * @throws {@link ResourceNotFoundException} (client fault)
68
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
69
+ *
70
+ * @throws {@link VersionMismatchException} (client fault)
71
+ * <p>The stream version that you specified is not the latest version. To get the latest
72
+ * version, use the <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeStream.html">DescribeStream</a>
73
+ * API.</p>
74
+ *
75
+ *
37
76
  */
38
77
  export declare class UpdateSignalingChannelCommand extends $Command<UpdateSignalingChannelCommandInput, UpdateSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig> {
39
78
  readonly input: UpdateSignalingChannelCommandInput;
@@ -38,6 +38,45 @@ export interface UpdateStreamCommandOutput extends UpdateStreamOutput, __Metadat
38
38
  * @see {@link UpdateStreamCommandOutput} for command's `response` shape.
39
39
  * @see {@link KinesisVideoClientResolvedConfig | config} for KinesisVideoClient's `config` shape.
40
40
  *
41
+ * @throws {@link ClientLimitExceededException} (client fault)
42
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
43
+ * allowed client calls. Try making the call later.</p>
44
+ *
45
+ * @throws {@link InvalidArgumentException} (client fault)
46
+ * <p>The value for this input parameter is invalid.</p>
47
+ *
48
+ * @throws {@link NotAuthorizedException} (client fault)
49
+ * <p>The caller is not authorized to perform this operation.</p>
50
+ *
51
+ * @throws {@link ResourceInUseException} (client fault)
52
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
53
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
54
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
55
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
56
+ * <ol>
57
+ * <li>
58
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
59
+ * </p>
60
+ * </li>
61
+ * <li>
62
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
63
+ * </p>
64
+ * </li>
65
+ * <li>
66
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
67
+ * </p>
68
+ * </li>
69
+ * </ol>
70
+ *
71
+ * @throws {@link ResourceNotFoundException} (client fault)
72
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
73
+ *
74
+ * @throws {@link VersionMismatchException} (client fault)
75
+ * <p>The stream version that you specified is not the latest version. To get the latest
76
+ * version, use the <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeStream.html">DescribeStream</a>
77
+ * API.</p>
78
+ *
79
+ *
41
80
  */
42
81
  export declare class UpdateStreamCommand extends $Command<UpdateStreamCommandInput, UpdateStreamCommandOutput, KinesisVideoClientResolvedConfig> {
43
82
  readonly input: UpdateStreamCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-video",
3
3
  "description": "AWS SDK for JavaScript Kinesis Video Client for Node.js, Browser and React Native",
4
- "version": "3.288.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,37 +20,37 @@
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.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.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.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.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-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },