@aws-sdk/client-kinesis-video 3.300.0 → 3.303.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.
- package/dist-cjs/models/models_0.js +71 -86
- package/dist-es/models/models_0.js +71 -86
- package/dist-types/commands/CreateSignalingChannelCommand.d.ts +4 -4
- package/dist-types/commands/CreateStreamCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStreamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStreamCommand.d.ts +1 -1
- package/dist-types/commands/GetDataEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +3 -3
- package/dist-types/commands/ListSignalingChannelsCommand.d.ts +2 -2
- package/dist-types/commands/ListStreamsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +8 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/TagStreamCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagStreamCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDataRetentionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +4 -4
- package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +2 -2
- package/dist-types/commands/UpdateStreamCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +146 -71
- package/dist-types/ts3.4/models/models_0.d.ts +94 -71
- package/package.json +34 -34
|
@@ -45,44 +45,38 @@ class AccountStreamLimitExceededException extends KinesisVideoServiceException_1
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.AccountStreamLimitExceededException = AccountStreamLimitExceededException;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
})(ChannelProtocol = exports.ChannelProtocol || (exports.ChannelProtocol = {}));
|
|
81
|
-
var ChannelRole;
|
|
82
|
-
(function (ChannelRole) {
|
|
83
|
-
ChannelRole["MASTER"] = "MASTER";
|
|
84
|
-
ChannelRole["VIEWER"] = "VIEWER";
|
|
85
|
-
})(ChannelRole = exports.ChannelRole || (exports.ChannelRole = {}));
|
|
48
|
+
exports.APIName = {
|
|
49
|
+
GET_CLIP: "GET_CLIP",
|
|
50
|
+
GET_DASH_STREAMING_SESSION_URL: "GET_DASH_STREAMING_SESSION_URL",
|
|
51
|
+
GET_HLS_STREAMING_SESSION_URL: "GET_HLS_STREAMING_SESSION_URL",
|
|
52
|
+
GET_IMAGES: "GET_IMAGES",
|
|
53
|
+
GET_MEDIA: "GET_MEDIA",
|
|
54
|
+
GET_MEDIA_FOR_FRAGMENT_LIST: "GET_MEDIA_FOR_FRAGMENT_LIST",
|
|
55
|
+
LIST_FRAGMENTS: "LIST_FRAGMENTS",
|
|
56
|
+
PUT_MEDIA: "PUT_MEDIA",
|
|
57
|
+
};
|
|
58
|
+
exports.Status = {
|
|
59
|
+
ACTIVE: "ACTIVE",
|
|
60
|
+
CREATING: "CREATING",
|
|
61
|
+
DELETING: "DELETING",
|
|
62
|
+
UPDATING: "UPDATING",
|
|
63
|
+
};
|
|
64
|
+
exports.ChannelType = {
|
|
65
|
+
FULL_MESH: "FULL_MESH",
|
|
66
|
+
SINGLE_MASTER: "SINGLE_MASTER",
|
|
67
|
+
};
|
|
68
|
+
exports.ComparisonOperator = {
|
|
69
|
+
BEGINS_WITH: "BEGINS_WITH",
|
|
70
|
+
};
|
|
71
|
+
exports.ChannelProtocol = {
|
|
72
|
+
HTTPS: "HTTPS",
|
|
73
|
+
WEBRTC: "WEBRTC",
|
|
74
|
+
WSS: "WSS",
|
|
75
|
+
};
|
|
76
|
+
exports.ChannelRole = {
|
|
77
|
+
MASTER: "MASTER",
|
|
78
|
+
VIEWER: "VIEWER",
|
|
79
|
+
};
|
|
86
80
|
class ClientLimitExceededException extends KinesisVideoServiceException_1.KinesisVideoServiceException {
|
|
87
81
|
constructor(opts) {
|
|
88
82
|
super({
|
|
@@ -97,11 +91,10 @@ class ClientLimitExceededException extends KinesisVideoServiceException_1.Kinesi
|
|
|
97
91
|
}
|
|
98
92
|
}
|
|
99
93
|
exports.ClientLimitExceededException = ClientLimitExceededException;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
})(ConfigurationStatus = exports.ConfigurationStatus || (exports.ConfigurationStatus = {}));
|
|
94
|
+
exports.ConfigurationStatus = {
|
|
95
|
+
DISABLED: "DISABLED",
|
|
96
|
+
ENABLED: "ENABLED",
|
|
97
|
+
};
|
|
105
98
|
class InvalidArgumentException extends KinesisVideoServiceException_1.KinesisVideoServiceException {
|
|
106
99
|
constructor(opts) {
|
|
107
100
|
super({
|
|
@@ -214,25 +207,22 @@ class NotAuthorizedException extends KinesisVideoServiceException_1.KinesisVideo
|
|
|
214
207
|
}
|
|
215
208
|
}
|
|
216
209
|
exports.NotAuthorizedException = NotAuthorizedException;
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
SyncStatus["SYNCING"] = "SYNCING";
|
|
234
|
-
SyncStatus["SYNC_FAILED"] = "SYNC_FAILED";
|
|
235
|
-
})(SyncStatus = exports.SyncStatus || (exports.SyncStatus = {}));
|
|
210
|
+
exports.StrategyOnFullSize = {
|
|
211
|
+
DELETE_OLDEST_MEDIA: "DELETE_OLDEST_MEDIA",
|
|
212
|
+
DENY_NEW_MEDIA: "DENY_NEW_MEDIA",
|
|
213
|
+
};
|
|
214
|
+
exports.MediaUriType = {
|
|
215
|
+
FILE_URI: "FILE_URI",
|
|
216
|
+
RTSP_URI: "RTSP_URI",
|
|
217
|
+
};
|
|
218
|
+
exports.SyncStatus = {
|
|
219
|
+
ACKNOWLEDGED: "ACKNOWLEDGED",
|
|
220
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
221
|
+
DELETING: "DELETING",
|
|
222
|
+
IN_SYNC: "IN_SYNC",
|
|
223
|
+
SYNCING: "SYNCING",
|
|
224
|
+
SYNC_FAILED: "SYNC_FAILED",
|
|
225
|
+
};
|
|
236
226
|
class StreamEdgeConfigurationNotFoundException extends KinesisVideoServiceException_1.KinesisVideoServiceException {
|
|
237
227
|
constructor(opts) {
|
|
238
228
|
super({
|
|
@@ -247,25 +237,21 @@ class StreamEdgeConfigurationNotFoundException extends KinesisVideoServiceExcept
|
|
|
247
237
|
}
|
|
248
238
|
}
|
|
249
239
|
exports.StreamEdgeConfigurationNotFoundException = StreamEdgeConfigurationNotFoundException;
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
(function (MediaStorageConfigurationStatus) {
|
|
266
|
-
MediaStorageConfigurationStatus["DISABLED"] = "DISABLED";
|
|
267
|
-
MediaStorageConfigurationStatus["ENABLED"] = "ENABLED";
|
|
268
|
-
})(MediaStorageConfigurationStatus = exports.MediaStorageConfigurationStatus || (exports.MediaStorageConfigurationStatus = {}));
|
|
240
|
+
exports.Format = {
|
|
241
|
+
JPEG: "JPEG",
|
|
242
|
+
PNG: "PNG",
|
|
243
|
+
};
|
|
244
|
+
exports.FormatConfigKey = {
|
|
245
|
+
JPEGQuality: "JPEGQuality",
|
|
246
|
+
};
|
|
247
|
+
exports.ImageSelectorType = {
|
|
248
|
+
PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP",
|
|
249
|
+
SERVER_TIMESTAMP: "SERVER_TIMESTAMP",
|
|
250
|
+
};
|
|
251
|
+
exports.MediaStorageConfigurationStatus = {
|
|
252
|
+
DISABLED: "DISABLED",
|
|
253
|
+
ENABLED: "ENABLED",
|
|
254
|
+
};
|
|
269
255
|
class InvalidResourceFormatException extends KinesisVideoServiceException_1.KinesisVideoServiceException {
|
|
270
256
|
constructor(opts) {
|
|
271
257
|
super({
|
|
@@ -294,11 +280,10 @@ class NoDataRetentionException extends KinesisVideoServiceException_1.KinesisVid
|
|
|
294
280
|
}
|
|
295
281
|
}
|
|
296
282
|
exports.NoDataRetentionException = NoDataRetentionException;
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
})(UpdateDataRetentionOperation = exports.UpdateDataRetentionOperation || (exports.UpdateDataRetentionOperation = {}));
|
|
283
|
+
exports.UpdateDataRetentionOperation = {
|
|
284
|
+
DECREASE_DATA_RETENTION: "DECREASE_DATA_RETENTION",
|
|
285
|
+
INCREASE_DATA_RETENTION: "INCREASE_DATA_RETENTION",
|
|
286
|
+
};
|
|
302
287
|
const MediaSourceConfigFilterSensitiveLog = (obj) => ({
|
|
303
288
|
...obj,
|
|
304
289
|
...(obj.MediaUriSecretArn && { MediaUriSecretArn: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -39,44 +39,38 @@ export class AccountStreamLimitExceededException extends __BaseException {
|
|
|
39
39
|
this.Message = opts.Message;
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
export
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
65
|
-
export
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
})(ChannelProtocol || (ChannelProtocol = {}));
|
|
75
|
-
export var ChannelRole;
|
|
76
|
-
(function (ChannelRole) {
|
|
77
|
-
ChannelRole["MASTER"] = "MASTER";
|
|
78
|
-
ChannelRole["VIEWER"] = "VIEWER";
|
|
79
|
-
})(ChannelRole || (ChannelRole = {}));
|
|
42
|
+
export const APIName = {
|
|
43
|
+
GET_CLIP: "GET_CLIP",
|
|
44
|
+
GET_DASH_STREAMING_SESSION_URL: "GET_DASH_STREAMING_SESSION_URL",
|
|
45
|
+
GET_HLS_STREAMING_SESSION_URL: "GET_HLS_STREAMING_SESSION_URL",
|
|
46
|
+
GET_IMAGES: "GET_IMAGES",
|
|
47
|
+
GET_MEDIA: "GET_MEDIA",
|
|
48
|
+
GET_MEDIA_FOR_FRAGMENT_LIST: "GET_MEDIA_FOR_FRAGMENT_LIST",
|
|
49
|
+
LIST_FRAGMENTS: "LIST_FRAGMENTS",
|
|
50
|
+
PUT_MEDIA: "PUT_MEDIA",
|
|
51
|
+
};
|
|
52
|
+
export const Status = {
|
|
53
|
+
ACTIVE: "ACTIVE",
|
|
54
|
+
CREATING: "CREATING",
|
|
55
|
+
DELETING: "DELETING",
|
|
56
|
+
UPDATING: "UPDATING",
|
|
57
|
+
};
|
|
58
|
+
export const ChannelType = {
|
|
59
|
+
FULL_MESH: "FULL_MESH",
|
|
60
|
+
SINGLE_MASTER: "SINGLE_MASTER",
|
|
61
|
+
};
|
|
62
|
+
export const ComparisonOperator = {
|
|
63
|
+
BEGINS_WITH: "BEGINS_WITH",
|
|
64
|
+
};
|
|
65
|
+
export const ChannelProtocol = {
|
|
66
|
+
HTTPS: "HTTPS",
|
|
67
|
+
WEBRTC: "WEBRTC",
|
|
68
|
+
WSS: "WSS",
|
|
69
|
+
};
|
|
70
|
+
export const ChannelRole = {
|
|
71
|
+
MASTER: "MASTER",
|
|
72
|
+
VIEWER: "VIEWER",
|
|
73
|
+
};
|
|
80
74
|
export class ClientLimitExceededException extends __BaseException {
|
|
81
75
|
constructor(opts) {
|
|
82
76
|
super({
|
|
@@ -90,11 +84,10 @@ export class ClientLimitExceededException extends __BaseException {
|
|
|
90
84
|
this.Message = opts.Message;
|
|
91
85
|
}
|
|
92
86
|
}
|
|
93
|
-
export
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
})(ConfigurationStatus || (ConfigurationStatus = {}));
|
|
87
|
+
export const ConfigurationStatus = {
|
|
88
|
+
DISABLED: "DISABLED",
|
|
89
|
+
ENABLED: "ENABLED",
|
|
90
|
+
};
|
|
98
91
|
export class InvalidArgumentException extends __BaseException {
|
|
99
92
|
constructor(opts) {
|
|
100
93
|
super({
|
|
@@ -199,25 +192,22 @@ export class NotAuthorizedException extends __BaseException {
|
|
|
199
192
|
this.Message = opts.Message;
|
|
200
193
|
}
|
|
201
194
|
}
|
|
202
|
-
export
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
SyncStatus["SYNCING"] = "SYNCING";
|
|
219
|
-
SyncStatus["SYNC_FAILED"] = "SYNC_FAILED";
|
|
220
|
-
})(SyncStatus || (SyncStatus = {}));
|
|
195
|
+
export const StrategyOnFullSize = {
|
|
196
|
+
DELETE_OLDEST_MEDIA: "DELETE_OLDEST_MEDIA",
|
|
197
|
+
DENY_NEW_MEDIA: "DENY_NEW_MEDIA",
|
|
198
|
+
};
|
|
199
|
+
export const MediaUriType = {
|
|
200
|
+
FILE_URI: "FILE_URI",
|
|
201
|
+
RTSP_URI: "RTSP_URI",
|
|
202
|
+
};
|
|
203
|
+
export const SyncStatus = {
|
|
204
|
+
ACKNOWLEDGED: "ACKNOWLEDGED",
|
|
205
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
206
|
+
DELETING: "DELETING",
|
|
207
|
+
IN_SYNC: "IN_SYNC",
|
|
208
|
+
SYNCING: "SYNCING",
|
|
209
|
+
SYNC_FAILED: "SYNC_FAILED",
|
|
210
|
+
};
|
|
221
211
|
export class StreamEdgeConfigurationNotFoundException extends __BaseException {
|
|
222
212
|
constructor(opts) {
|
|
223
213
|
super({
|
|
@@ -231,25 +221,21 @@ export class StreamEdgeConfigurationNotFoundException extends __BaseException {
|
|
|
231
221
|
this.Message = opts.Message;
|
|
232
222
|
}
|
|
233
223
|
}
|
|
234
|
-
export
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
(function (MediaStorageConfigurationStatus) {
|
|
250
|
-
MediaStorageConfigurationStatus["DISABLED"] = "DISABLED";
|
|
251
|
-
MediaStorageConfigurationStatus["ENABLED"] = "ENABLED";
|
|
252
|
-
})(MediaStorageConfigurationStatus || (MediaStorageConfigurationStatus = {}));
|
|
224
|
+
export const Format = {
|
|
225
|
+
JPEG: "JPEG",
|
|
226
|
+
PNG: "PNG",
|
|
227
|
+
};
|
|
228
|
+
export const FormatConfigKey = {
|
|
229
|
+
JPEGQuality: "JPEGQuality",
|
|
230
|
+
};
|
|
231
|
+
export const ImageSelectorType = {
|
|
232
|
+
PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP",
|
|
233
|
+
SERVER_TIMESTAMP: "SERVER_TIMESTAMP",
|
|
234
|
+
};
|
|
235
|
+
export const MediaStorageConfigurationStatus = {
|
|
236
|
+
DISABLED: "DISABLED",
|
|
237
|
+
ENABLED: "ENABLED",
|
|
238
|
+
};
|
|
253
239
|
export class InvalidResourceFormatException extends __BaseException {
|
|
254
240
|
constructor(opts) {
|
|
255
241
|
super({
|
|
@@ -276,11 +262,10 @@ export class NoDataRetentionException extends __BaseException {
|
|
|
276
262
|
this.Message = opts.Message;
|
|
277
263
|
}
|
|
278
264
|
}
|
|
279
|
-
export
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
})(UpdateDataRetentionOperation || (UpdateDataRetentionOperation = {}));
|
|
265
|
+
export const UpdateDataRetentionOperation = {
|
|
266
|
+
DECREASE_DATA_RETENTION: "DECREASE_DATA_RETENTION",
|
|
267
|
+
INCREASE_DATA_RETENTION: "INCREASE_DATA_RETENTION",
|
|
268
|
+
};
|
|
284
269
|
export const MediaSourceConfigFilterSensitiveLog = (obj) => ({
|
|
285
270
|
...obj,
|
|
286
271
|
...(obj.MediaUriSecretArn && { MediaUriSecretArn: SENSITIVE_STRING }),
|
|
@@ -28,14 +28,14 @@ export interface CreateSignalingChannelCommandOutput extends CreateSignalingChan
|
|
|
28
28
|
* import { KinesisVideoClient, CreateSignalingChannelCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
29
29
|
* // const { KinesisVideoClient, CreateSignalingChannelCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
30
30
|
* const client = new KinesisVideoClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateSignalingChannelInput
|
|
32
32
|
* ChannelName: "STRING_VALUE", // required
|
|
33
33
|
* ChannelType: "SINGLE_MASTER" || "FULL_MESH",
|
|
34
|
-
* SingleMasterConfiguration: {
|
|
34
|
+
* SingleMasterConfiguration: { // SingleMasterConfiguration
|
|
35
35
|
* MessageTtlSeconds: Number("int"),
|
|
36
36
|
* },
|
|
37
|
-
* Tags: [
|
|
38
|
-
* {
|
|
37
|
+
* Tags: [ // TagOnCreateList
|
|
38
|
+
* { // Tag
|
|
39
39
|
* Key: "STRING_VALUE", // required
|
|
40
40
|
* Value: "STRING_VALUE", // required
|
|
41
41
|
* },
|
|
@@ -33,13 +33,13 @@ export interface CreateStreamCommandOutput extends CreateStreamOutput, __Metadat
|
|
|
33
33
|
* import { KinesisVideoClient, CreateStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
34
34
|
* // const { KinesisVideoClient, CreateStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
35
35
|
* const client = new KinesisVideoClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // CreateStreamInput
|
|
37
37
|
* DeviceName: "STRING_VALUE",
|
|
38
38
|
* StreamName: "STRING_VALUE", // required
|
|
39
39
|
* MediaType: "STRING_VALUE",
|
|
40
40
|
* KmsKeyId: "STRING_VALUE",
|
|
41
41
|
* DataRetentionInHours: Number("int"),
|
|
42
|
-
* Tags: {
|
|
42
|
+
* Tags: { // ResourceTags
|
|
43
43
|
* "<keys>": "STRING_VALUE",
|
|
44
44
|
* },
|
|
45
45
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DeleteSignalingChannelCommandOutput extends DeleteSignalingChan
|
|
|
28
28
|
* import { KinesisVideoClient, DeleteSignalingChannelCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
29
29
|
* // const { KinesisVideoClient, DeleteSignalingChannelCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
30
30
|
* const client = new KinesisVideoClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteSignalingChannelInput
|
|
32
32
|
* ChannelARN: "STRING_VALUE", // required
|
|
33
33
|
* CurrentVersion: "STRING_VALUE",
|
|
34
34
|
* };
|
|
@@ -35,7 +35,7 @@ export interface DeleteStreamCommandOutput extends DeleteStreamOutput, __Metadat
|
|
|
35
35
|
* import { KinesisVideoClient, DeleteStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
36
36
|
* // const { KinesisVideoClient, DeleteStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
37
37
|
* const client = new KinesisVideoClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // DeleteStreamInput
|
|
39
39
|
* StreamARN: "STRING_VALUE", // required
|
|
40
40
|
* CurrentVersion: "STRING_VALUE",
|
|
41
41
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DescribeEdgeConfigurationCommandOutput extends DescribeEdgeConf
|
|
|
28
28
|
* import { KinesisVideoClient, DescribeEdgeConfigurationCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
29
29
|
* // const { KinesisVideoClient, DescribeEdgeConfigurationCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
30
30
|
* const client = new KinesisVideoClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeEdgeConfigurationInput
|
|
32
32
|
* StreamName: "STRING_VALUE",
|
|
33
33
|
* StreamARN: "STRING_VALUE",
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeImageGenerationConfigurationCommandOutput extends Descr
|
|
|
26
26
|
* import { KinesisVideoClient, DescribeImageGenerationConfigurationCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
27
27
|
* // const { KinesisVideoClient, DescribeImageGenerationConfigurationCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
28
28
|
* const client = new KinesisVideoClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeImageGenerationConfigurationInput
|
|
30
30
|
* StreamName: "STRING_VALUE",
|
|
31
31
|
* StreamARN: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DescribeMappedResourceConfigurationCommandOutput extends Descri
|
|
|
28
28
|
* import { KinesisVideoClient, DescribeMappedResourceConfigurationCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
29
29
|
* // const { KinesisVideoClient, DescribeMappedResourceConfigurationCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
30
30
|
* const client = new KinesisVideoClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeMappedResourceConfigurationInput
|
|
32
32
|
* StreamName: "STRING_VALUE",
|
|
33
33
|
* StreamARN: "STRING_VALUE",
|
|
34
34
|
* MaxResults: Number("int"),
|
|
@@ -27,7 +27,7 @@ export interface DescribeMediaStorageConfigurationCommandOutput extends Describe
|
|
|
27
27
|
* import { KinesisVideoClient, DescribeMediaStorageConfigurationCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
28
28
|
* // const { KinesisVideoClient, DescribeMediaStorageConfigurationCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
29
29
|
* const client = new KinesisVideoClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeMediaStorageConfigurationInput
|
|
31
31
|
* ChannelName: "STRING_VALUE",
|
|
32
32
|
* ChannelARN: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DescribeNotificationConfigurationCommandOutput extends Describe
|
|
|
26
26
|
* import { KinesisVideoClient, DescribeNotificationConfigurationCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
27
27
|
* // const { KinesisVideoClient, DescribeNotificationConfigurationCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
28
28
|
* const client = new KinesisVideoClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeNotificationConfigurationInput
|
|
30
30
|
* StreamName: "STRING_VALUE",
|
|
31
31
|
* StreamARN: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DescribeSignalingChannelCommandOutput extends DescribeSignaling
|
|
|
28
28
|
* import { KinesisVideoClient, DescribeSignalingChannelCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
29
29
|
* // const { KinesisVideoClient, DescribeSignalingChannelCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
30
30
|
* const client = new KinesisVideoClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeSignalingChannelInput
|
|
32
32
|
* ChannelName: "STRING_VALUE",
|
|
33
33
|
* ChannelARN: "STRING_VALUE",
|
|
34
34
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __Met
|
|
|
27
27
|
* import { KinesisVideoClient, DescribeStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
28
28
|
* // const { KinesisVideoClient, DescribeStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
29
29
|
* const client = new KinesisVideoClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeStreamInput
|
|
31
31
|
* StreamName: "STRING_VALUE",
|
|
32
32
|
* StreamARN: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -36,7 +36,7 @@ export interface GetDataEndpointCommandOutput extends GetDataEndpointOutput, __M
|
|
|
36
36
|
* import { KinesisVideoClient, GetDataEndpointCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
37
37
|
* // const { KinesisVideoClient, GetDataEndpointCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
38
38
|
* const client = new KinesisVideoClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // GetDataEndpointInput
|
|
40
40
|
* StreamName: "STRING_VALUE",
|
|
41
41
|
* StreamARN: "STRING_VALUE",
|
|
42
42
|
* APIName: "PUT_MEDIA" || "GET_MEDIA" || "LIST_FRAGMENTS" || "GET_MEDIA_FOR_FRAGMENT_LIST" || "GET_HLS_STREAMING_SESSION_URL" || "GET_DASH_STREAMING_SESSION_URL" || "GET_CLIP" || "GET_IMAGES", // required
|
|
@@ -39,10 +39,10 @@ export interface GetSignalingChannelEndpointCommandOutput extends GetSignalingCh
|
|
|
39
39
|
* import { KinesisVideoClient, GetSignalingChannelEndpointCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
40
40
|
* // const { KinesisVideoClient, GetSignalingChannelEndpointCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
41
41
|
* const client = new KinesisVideoClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // GetSignalingChannelEndpointInput
|
|
43
43
|
* ChannelARN: "STRING_VALUE", // required
|
|
44
|
-
* SingleMasterChannelEndpointConfiguration: {
|
|
45
|
-
* Protocols: [
|
|
44
|
+
* SingleMasterChannelEndpointConfiguration: { // SingleMasterChannelEndpointConfiguration
|
|
45
|
+
* Protocols: [ // ListOfProtocols
|
|
46
46
|
* "WSS" || "HTTPS" || "WEBRTC",
|
|
47
47
|
* ],
|
|
48
48
|
* Role: "MASTER" || "VIEWER",
|
|
@@ -28,10 +28,10 @@ export interface ListSignalingChannelsCommandOutput extends ListSignalingChannel
|
|
|
28
28
|
* import { KinesisVideoClient, ListSignalingChannelsCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
29
29
|
* // const { KinesisVideoClient, ListSignalingChannelsCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
30
30
|
* const client = new KinesisVideoClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListSignalingChannelsInput
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
|
-
* ChannelNameCondition: {
|
|
34
|
+
* ChannelNameCondition: { // ChannelNameCondition
|
|
35
35
|
* ComparisonOperator: "BEGINS_WITH",
|
|
36
36
|
* ComparisonValue: "STRING_VALUE",
|
|
37
37
|
* },
|
|
@@ -28,10 +28,10 @@ export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataB
|
|
|
28
28
|
* import { KinesisVideoClient, ListStreamsCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
29
29
|
* // const { KinesisVideoClient, ListStreamsCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
30
30
|
* const client = new KinesisVideoClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListStreamsInput
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
|
-
* StreamNameCondition: {
|
|
34
|
+
* StreamNameCondition: { // StreamNameCondition
|
|
35
35
|
* ComparisonOperator: "BEGINS_WITH",
|
|
36
36
|
* ComparisonValue: "STRING_VALUE",
|
|
37
37
|
* },
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
|
|
|
26
26
|
* import { KinesisVideoClient, ListTagsForResourceCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
27
27
|
* // const { KinesisVideoClient, ListTagsForResourceCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
28
28
|
* const client = new KinesisVideoClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceInput
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* ResourceARN: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -28,7 +28,7 @@ export interface ListTagsForStreamCommandOutput extends ListTagsForStreamOutput,
|
|
|
28
28
|
* import { KinesisVideoClient, ListTagsForStreamCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
29
29
|
* // const { KinesisVideoClient, ListTagsForStreamCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
30
30
|
* const client = new KinesisVideoClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListTagsForStreamInput
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* StreamARN: "STRING_VALUE",
|
|
34
34
|
* StreamName: "STRING_VALUE",
|
|
@@ -37,30 +37,30 @@ export interface StartEdgeConfigurationUpdateCommandOutput extends StartEdgeConf
|
|
|
37
37
|
* import { KinesisVideoClient, StartEdgeConfigurationUpdateCommand } from "@aws-sdk/client-kinesis-video"; // ES Modules import
|
|
38
38
|
* // const { KinesisVideoClient, StartEdgeConfigurationUpdateCommand } = require("@aws-sdk/client-kinesis-video"); // CommonJS import
|
|
39
39
|
* const client = new KinesisVideoClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // StartEdgeConfigurationUpdateInput
|
|
41
41
|
* StreamName: "STRING_VALUE",
|
|
42
42
|
* StreamARN: "STRING_VALUE",
|
|
43
|
-
* EdgeConfig: {
|
|
43
|
+
* EdgeConfig: { // EdgeConfig
|
|
44
44
|
* HubDeviceArn: "STRING_VALUE", // required
|
|
45
|
-
* RecorderConfig: {
|
|
46
|
-
* MediaSourceConfig: {
|
|
45
|
+
* RecorderConfig: { // RecorderConfig
|
|
46
|
+
* MediaSourceConfig: { // MediaSourceConfig
|
|
47
47
|
* MediaUriSecretArn: "STRING_VALUE", // required
|
|
48
48
|
* MediaUriType: "RTSP_URI" || "FILE_URI", // required
|
|
49
49
|
* },
|
|
50
|
-
* ScheduleConfig: {
|
|
50
|
+
* ScheduleConfig: { // ScheduleConfig
|
|
51
51
|
* ScheduleExpression: "STRING_VALUE", // required
|
|
52
52
|
* DurationInSeconds: Number("int"), // required
|
|
53
53
|
* },
|
|
54
54
|
* },
|
|
55
|
-
* UploaderConfig: {
|
|
55
|
+
* UploaderConfig: { // UploaderConfig
|
|
56
56
|
* ScheduleConfig: {
|
|
57
57
|
* ScheduleExpression: "STRING_VALUE", // required
|
|
58
58
|
* DurationInSeconds: Number("int"), // required
|
|
59
59
|
* },
|
|
60
60
|
* },
|
|
61
|
-
* DeletionConfig: {
|
|
61
|
+
* DeletionConfig: { // DeletionConfig
|
|
62
62
|
* EdgeRetentionInHours: Number("int"),
|
|
63
|
-
* LocalSizeConfig: {
|
|
63
|
+
* LocalSizeConfig: { // LocalSizeConfig
|
|
64
64
|
* MaxLocalMediaSizeInMB: Number("int"),
|
|
65
65
|
* StrategyOnFullSize: "DELETE_OLDEST_MEDIA" || "DENY_NEW_MEDIA",
|
|
66
66
|
* },
|