@aws-sdk/client-kinesis-video 3.934.0 → 3.935.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.
@@ -0,0 +1,221 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { KinesisVideoServiceException as __BaseException } from "./KinesisVideoServiceException";
3
+ /**
4
+ * <p>You do not have required permissions to perform this operation.</p>
5
+ * @public
6
+ */
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
+ Message?: string | undefined;
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
15
+ }
16
+ /**
17
+ * <p>You have reached the maximum limit of active signaling channels for this Amazon Web Services account
18
+ * in this region.</p>
19
+ * @public
20
+ */
21
+ export declare class AccountChannelLimitExceededException extends __BaseException {
22
+ readonly name: "AccountChannelLimitExceededException";
23
+ readonly $fault: "client";
24
+ Message?: string | undefined;
25
+ /**
26
+ * @internal
27
+ */
28
+ constructor(opts: __ExceptionOptionType<AccountChannelLimitExceededException, __BaseException>);
29
+ }
30
+ /**
31
+ * <p>The number of streams created for the account is too high.</p>
32
+ * @public
33
+ */
34
+ export declare class AccountStreamLimitExceededException extends __BaseException {
35
+ readonly name: "AccountStreamLimitExceededException";
36
+ readonly $fault: "client";
37
+ Message?: string | undefined;
38
+ /**
39
+ * @internal
40
+ */
41
+ constructor(opts: __ExceptionOptionType<AccountStreamLimitExceededException, __BaseException>);
42
+ }
43
+ /**
44
+ * <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
45
+ * allowed client calls. Try making the call later.</p>
46
+ * @public
47
+ */
48
+ export declare class ClientLimitExceededException extends __BaseException {
49
+ readonly name: "ClientLimitExceededException";
50
+ readonly $fault: "client";
51
+ Message?: string | undefined;
52
+ /**
53
+ * @internal
54
+ */
55
+ constructor(opts: __ExceptionOptionType<ClientLimitExceededException, __BaseException>);
56
+ }
57
+ /**
58
+ * <p>The value for this input parameter is invalid.</p>
59
+ * @public
60
+ */
61
+ export declare class InvalidArgumentException extends __BaseException {
62
+ readonly name: "InvalidArgumentException";
63
+ readonly $fault: "client";
64
+ Message?: string | undefined;
65
+ /**
66
+ * @internal
67
+ */
68
+ constructor(opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>);
69
+ }
70
+ /**
71
+ * <p>When the input <code>StreamARN</code> or <code>ChannelARN</code>
72
+ * in <code>CLOUD_STORAGE_MODE</code> is already mapped to a different
73
+ * Kinesis Video Stream resource, or if the provided input <code>StreamARN</code>
74
+ * or <code>ChannelARN</code> is not in Active status, try one of the following : </p>
75
+ * <ol>
76
+ * <li>
77
+ * <p>The <code>DescribeMediaStorageConfiguration</code> API to determine what the stream given channel is mapped to.
78
+ * </p>
79
+ * </li>
80
+ * <li>
81
+ * <p>The <code>DescribeMappedResourceConfiguration</code> API to determine the channel that the given stream is mapped to.
82
+ * </p>
83
+ * </li>
84
+ * <li>
85
+ * <p>The <code>DescribeStream</code> or <code>DescribeSignalingChannel</code> API to determine the status of the resource.
86
+ * </p>
87
+ * </li>
88
+ * </ol>
89
+ * @public
90
+ */
91
+ export declare class ResourceInUseException extends __BaseException {
92
+ readonly name: "ResourceInUseException";
93
+ readonly $fault: "client";
94
+ Message?: string | undefined;
95
+ /**
96
+ * @internal
97
+ */
98
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
99
+ }
100
+ /**
101
+ * <p>You have exceeded the limit of tags that you can associate with the resource.
102
+ * A Kinesis video stream can support up to 50 tags. </p>
103
+ * @public
104
+ */
105
+ export declare class TagsPerResourceExceededLimitException extends __BaseException {
106
+ readonly name: "TagsPerResourceExceededLimitException";
107
+ readonly $fault: "client";
108
+ Message?: string | undefined;
109
+ /**
110
+ * @internal
111
+ */
112
+ constructor(opts: __ExceptionOptionType<TagsPerResourceExceededLimitException, __BaseException>);
113
+ }
114
+ /**
115
+ * <p>Not implemented.
116
+ * </p>
117
+ * @public
118
+ */
119
+ export declare class DeviceStreamLimitExceededException extends __BaseException {
120
+ readonly name: "DeviceStreamLimitExceededException";
121
+ readonly $fault: "client";
122
+ Message?: string | undefined;
123
+ /**
124
+ * @internal
125
+ */
126
+ constructor(opts: __ExceptionOptionType<DeviceStreamLimitExceededException, __BaseException>);
127
+ }
128
+ /**
129
+ * <p>Not implemented.</p>
130
+ * @public
131
+ */
132
+ export declare class InvalidDeviceException extends __BaseException {
133
+ readonly name: "InvalidDeviceException";
134
+ readonly $fault: "client";
135
+ Message?: string | undefined;
136
+ /**
137
+ * @internal
138
+ */
139
+ constructor(opts: __ExceptionOptionType<InvalidDeviceException, __BaseException>);
140
+ }
141
+ /**
142
+ * <p>Amazon Kinesis Video Streams can't find the stream that you specified.</p>
143
+ * @public
144
+ */
145
+ export declare class ResourceNotFoundException extends __BaseException {
146
+ readonly name: "ResourceNotFoundException";
147
+ readonly $fault: "client";
148
+ Message?: string | undefined;
149
+ /**
150
+ * @internal
151
+ */
152
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
153
+ }
154
+ /**
155
+ * <p>The Exception rendered when the Amazon Kinesis Video Stream can't find a stream's edge configuration
156
+ * that you specified. </p>
157
+ * @public
158
+ */
159
+ export declare class StreamEdgeConfigurationNotFoundException extends __BaseException {
160
+ readonly name: "StreamEdgeConfigurationNotFoundException";
161
+ readonly $fault: "client";
162
+ Message?: string | undefined;
163
+ /**
164
+ * @internal
165
+ */
166
+ constructor(opts: __ExceptionOptionType<StreamEdgeConfigurationNotFoundException, __BaseException>);
167
+ }
168
+ /**
169
+ * <p>The stream version that you specified is not the latest version. To get the latest
170
+ * version, use the <a href="https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeStream.html">DescribeStream</a>
171
+ * API.</p>
172
+ * @public
173
+ */
174
+ export declare class VersionMismatchException extends __BaseException {
175
+ readonly name: "VersionMismatchException";
176
+ readonly $fault: "client";
177
+ Message?: string | undefined;
178
+ /**
179
+ * @internal
180
+ */
181
+ constructor(opts: __ExceptionOptionType<VersionMismatchException, __BaseException>);
182
+ }
183
+ /**
184
+ * <p>The caller is not authorized to perform this operation.</p>
185
+ * @public
186
+ */
187
+ export declare class NotAuthorizedException extends __BaseException {
188
+ readonly name: "NotAuthorizedException";
189
+ readonly $fault: "client";
190
+ Message?: string | undefined;
191
+ /**
192
+ * @internal
193
+ */
194
+ constructor(opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>);
195
+ }
196
+ /**
197
+ * <p>The format of the <code>StreamARN</code> is invalid.</p>
198
+ * @public
199
+ */
200
+ export declare class InvalidResourceFormatException extends __BaseException {
201
+ readonly name: "InvalidResourceFormatException";
202
+ readonly $fault: "client";
203
+ Message?: string | undefined;
204
+ /**
205
+ * @internal
206
+ */
207
+ constructor(opts: __ExceptionOptionType<InvalidResourceFormatException, __BaseException>);
208
+ }
209
+ /**
210
+ * <p>The Stream data retention in hours is equal to zero.</p>
211
+ * @public
212
+ */
213
+ export declare class NoDataRetentionException extends __BaseException {
214
+ readonly name: "NoDataRetentionException";
215
+ readonly $fault: "client";
216
+ Message?: string | undefined;
217
+ /**
218
+ * @internal
219
+ */
220
+ constructor(opts: __ExceptionOptionType<NoDataRetentionException, __BaseException>);
221
+ }