@aws-sdk/client-kinesis-video 3.301.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/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 }),
|
|
@@ -42,33 +42,48 @@ export declare class AccountStreamLimitExceededException extends __BaseException
|
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
44
|
* @public
|
|
45
|
+
* @enum
|
|
45
46
|
*/
|
|
46
|
-
export declare
|
|
47
|
-
GET_CLIP
|
|
48
|
-
GET_DASH_STREAMING_SESSION_URL
|
|
49
|
-
GET_HLS_STREAMING_SESSION_URL
|
|
50
|
-
GET_IMAGES
|
|
51
|
-
GET_MEDIA
|
|
52
|
-
GET_MEDIA_FOR_FRAGMENT_LIST
|
|
53
|
-
LIST_FRAGMENTS
|
|
54
|
-
PUT_MEDIA
|
|
55
|
-
}
|
|
47
|
+
export declare const APIName: {
|
|
48
|
+
readonly GET_CLIP: "GET_CLIP";
|
|
49
|
+
readonly GET_DASH_STREAMING_SESSION_URL: "GET_DASH_STREAMING_SESSION_URL";
|
|
50
|
+
readonly GET_HLS_STREAMING_SESSION_URL: "GET_HLS_STREAMING_SESSION_URL";
|
|
51
|
+
readonly GET_IMAGES: "GET_IMAGES";
|
|
52
|
+
readonly GET_MEDIA: "GET_MEDIA";
|
|
53
|
+
readonly GET_MEDIA_FOR_FRAGMENT_LIST: "GET_MEDIA_FOR_FRAGMENT_LIST";
|
|
54
|
+
readonly LIST_FRAGMENTS: "LIST_FRAGMENTS";
|
|
55
|
+
readonly PUT_MEDIA: "PUT_MEDIA";
|
|
56
|
+
};
|
|
56
57
|
/**
|
|
57
58
|
* @public
|
|
58
59
|
*/
|
|
59
|
-
export
|
|
60
|
-
ACTIVE = "ACTIVE",
|
|
61
|
-
CREATING = "CREATING",
|
|
62
|
-
DELETING = "DELETING",
|
|
63
|
-
UPDATING = "UPDATING"
|
|
64
|
-
}
|
|
60
|
+
export type APIName = (typeof APIName)[keyof typeof APIName];
|
|
65
61
|
/**
|
|
66
62
|
* @public
|
|
63
|
+
* @enum
|
|
67
64
|
*/
|
|
68
|
-
export declare
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
65
|
+
export declare const Status: {
|
|
66
|
+
readonly ACTIVE: "ACTIVE";
|
|
67
|
+
readonly CREATING: "CREATING";
|
|
68
|
+
readonly DELETING: "DELETING";
|
|
69
|
+
readonly UPDATING: "UPDATING";
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
* @enum
|
|
78
|
+
*/
|
|
79
|
+
export declare const ChannelType: {
|
|
80
|
+
readonly FULL_MESH: "FULL_MESH";
|
|
81
|
+
readonly SINGLE_MASTER: "SINGLE_MASTER";
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
export type ChannelType = (typeof ChannelType)[keyof typeof ChannelType];
|
|
72
87
|
/**
|
|
73
88
|
* @public
|
|
74
89
|
* <p>A structure that contains the configuration for the <code>SINGLE_MASTER</code> channel
|
|
@@ -118,10 +133,15 @@ export interface ChannelInfo {
|
|
|
118
133
|
}
|
|
119
134
|
/**
|
|
120
135
|
* @public
|
|
136
|
+
* @enum
|
|
121
137
|
*/
|
|
122
|
-
export declare
|
|
123
|
-
BEGINS_WITH
|
|
124
|
-
}
|
|
138
|
+
export declare const ComparisonOperator: {
|
|
139
|
+
readonly BEGINS_WITH: "BEGINS_WITH";
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
125
145
|
/**
|
|
126
146
|
* @public
|
|
127
147
|
* <p>An optional input parameter for the <code>ListSignalingChannels</code> API. When this
|
|
@@ -142,19 +162,29 @@ export interface ChannelNameCondition {
|
|
|
142
162
|
}
|
|
143
163
|
/**
|
|
144
164
|
* @public
|
|
165
|
+
* @enum
|
|
145
166
|
*/
|
|
146
|
-
export declare
|
|
147
|
-
HTTPS
|
|
148
|
-
WEBRTC
|
|
149
|
-
WSS
|
|
150
|
-
}
|
|
167
|
+
export declare const ChannelProtocol: {
|
|
168
|
+
readonly HTTPS: "HTTPS";
|
|
169
|
+
readonly WEBRTC: "WEBRTC";
|
|
170
|
+
readonly WSS: "WSS";
|
|
171
|
+
};
|
|
151
172
|
/**
|
|
152
173
|
* @public
|
|
153
174
|
*/
|
|
154
|
-
export
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
175
|
+
export type ChannelProtocol = (typeof ChannelProtocol)[keyof typeof ChannelProtocol];
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
* @enum
|
|
179
|
+
*/
|
|
180
|
+
export declare const ChannelRole: {
|
|
181
|
+
readonly MASTER: "MASTER";
|
|
182
|
+
readonly VIEWER: "VIEWER";
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
export type ChannelRole = (typeof ChannelRole)[keyof typeof ChannelRole];
|
|
158
188
|
/**
|
|
159
189
|
* @public
|
|
160
190
|
* <p>Kinesis Video Streams has throttled the request because you have exceeded the limit of
|
|
@@ -171,11 +201,16 @@ export declare class ClientLimitExceededException extends __BaseException {
|
|
|
171
201
|
}
|
|
172
202
|
/**
|
|
173
203
|
* @public
|
|
204
|
+
* @enum
|
|
174
205
|
*/
|
|
175
|
-
export declare
|
|
176
|
-
DISABLED
|
|
177
|
-
ENABLED
|
|
178
|
-
}
|
|
206
|
+
export declare const ConfigurationStatus: {
|
|
207
|
+
readonly DISABLED: "DISABLED";
|
|
208
|
+
readonly ENABLED: "ENABLED";
|
|
209
|
+
};
|
|
210
|
+
/**
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
export type ConfigurationStatus = (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
|
|
179
214
|
/**
|
|
180
215
|
* @public
|
|
181
216
|
* <p>A key and value pair that is associated with the specified signaling channel.</p>
|
|
@@ -452,11 +487,16 @@ export declare class NotAuthorizedException extends __BaseException {
|
|
|
452
487
|
}
|
|
453
488
|
/**
|
|
454
489
|
* @public
|
|
490
|
+
* @enum
|
|
455
491
|
*/
|
|
456
|
-
export declare
|
|
457
|
-
DELETE_OLDEST_MEDIA
|
|
458
|
-
DENY_NEW_MEDIA
|
|
459
|
-
}
|
|
492
|
+
export declare const StrategyOnFullSize: {
|
|
493
|
+
readonly DELETE_OLDEST_MEDIA: "DELETE_OLDEST_MEDIA";
|
|
494
|
+
readonly DENY_NEW_MEDIA: "DENY_NEW_MEDIA";
|
|
495
|
+
};
|
|
496
|
+
/**
|
|
497
|
+
* @public
|
|
498
|
+
*/
|
|
499
|
+
export type StrategyOnFullSize = (typeof StrategyOnFullSize)[keyof typeof StrategyOnFullSize];
|
|
460
500
|
/**
|
|
461
501
|
* @public
|
|
462
502
|
* <p>The configuration details that include the maximum size of the media
|
|
@@ -516,11 +556,16 @@ export interface DescribeEdgeConfigurationInput {
|
|
|
516
556
|
}
|
|
517
557
|
/**
|
|
518
558
|
* @public
|
|
559
|
+
* @enum
|
|
519
560
|
*/
|
|
520
|
-
export declare
|
|
521
|
-
FILE_URI
|
|
522
|
-
RTSP_URI
|
|
523
|
-
}
|
|
561
|
+
export declare const MediaUriType: {
|
|
562
|
+
readonly FILE_URI: "FILE_URI";
|
|
563
|
+
readonly RTSP_URI: "RTSP_URI";
|
|
564
|
+
};
|
|
565
|
+
/**
|
|
566
|
+
* @public
|
|
567
|
+
*/
|
|
568
|
+
export type MediaUriType = (typeof MediaUriType)[keyof typeof MediaUriType];
|
|
524
569
|
/**
|
|
525
570
|
* @public
|
|
526
571
|
* <p>The configuration details that consist of the credentials required
|
|
@@ -633,15 +678,20 @@ export interface EdgeConfig {
|
|
|
633
678
|
}
|
|
634
679
|
/**
|
|
635
680
|
* @public
|
|
681
|
+
* @enum
|
|
636
682
|
*/
|
|
637
|
-
export declare
|
|
638
|
-
ACKNOWLEDGED
|
|
639
|
-
DELETE_FAILED
|
|
640
|
-
DELETING
|
|
641
|
-
IN_SYNC
|
|
642
|
-
SYNCING
|
|
643
|
-
SYNC_FAILED
|
|
644
|
-
}
|
|
683
|
+
export declare const SyncStatus: {
|
|
684
|
+
readonly ACKNOWLEDGED: "ACKNOWLEDGED";
|
|
685
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
686
|
+
readonly DELETING: "DELETING";
|
|
687
|
+
readonly IN_SYNC: "IN_SYNC";
|
|
688
|
+
readonly SYNCING: "SYNCING";
|
|
689
|
+
readonly SYNC_FAILED: "SYNC_FAILED";
|
|
690
|
+
};
|
|
691
|
+
/**
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
export type SyncStatus = (typeof SyncStatus)[keyof typeof SyncStatus];
|
|
645
695
|
/**
|
|
646
696
|
* @public
|
|
647
697
|
*/
|
|
@@ -720,24 +770,39 @@ export interface ImageGenerationDestinationConfig {
|
|
|
720
770
|
}
|
|
721
771
|
/**
|
|
722
772
|
* @public
|
|
773
|
+
* @enum
|
|
723
774
|
*/
|
|
724
|
-
export declare
|
|
725
|
-
JPEG
|
|
726
|
-
PNG
|
|
727
|
-
}
|
|
775
|
+
export declare const Format: {
|
|
776
|
+
readonly JPEG: "JPEG";
|
|
777
|
+
readonly PNG: "PNG";
|
|
778
|
+
};
|
|
728
779
|
/**
|
|
729
780
|
* @public
|
|
730
781
|
*/
|
|
731
|
-
export
|
|
732
|
-
JPEGQuality = "JPEGQuality"
|
|
733
|
-
}
|
|
782
|
+
export type Format = (typeof Format)[keyof typeof Format];
|
|
734
783
|
/**
|
|
735
784
|
* @public
|
|
785
|
+
* @enum
|
|
736
786
|
*/
|
|
737
|
-
export declare
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
787
|
+
export declare const FormatConfigKey: {
|
|
788
|
+
readonly JPEGQuality: "JPEGQuality";
|
|
789
|
+
};
|
|
790
|
+
/**
|
|
791
|
+
* @public
|
|
792
|
+
*/
|
|
793
|
+
export type FormatConfigKey = (typeof FormatConfigKey)[keyof typeof FormatConfigKey];
|
|
794
|
+
/**
|
|
795
|
+
* @public
|
|
796
|
+
* @enum
|
|
797
|
+
*/
|
|
798
|
+
export declare const ImageSelectorType: {
|
|
799
|
+
readonly PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP";
|
|
800
|
+
readonly SERVER_TIMESTAMP: "SERVER_TIMESTAMP";
|
|
801
|
+
};
|
|
802
|
+
/**
|
|
803
|
+
* @public
|
|
804
|
+
*/
|
|
805
|
+
export type ImageSelectorType = (typeof ImageSelectorType)[keyof typeof ImageSelectorType];
|
|
741
806
|
/**
|
|
742
807
|
* @public
|
|
743
808
|
* <p>The structure that contains the information required for the KVS images delivery. If null, the configuration will be deleted from the stream.</p>
|
|
@@ -859,11 +924,16 @@ export interface DescribeMediaStorageConfigurationInput {
|
|
|
859
924
|
}
|
|
860
925
|
/**
|
|
861
926
|
* @public
|
|
927
|
+
* @enum
|
|
862
928
|
*/
|
|
863
|
-
export declare
|
|
864
|
-
DISABLED
|
|
865
|
-
ENABLED
|
|
866
|
-
}
|
|
929
|
+
export declare const MediaStorageConfigurationStatus: {
|
|
930
|
+
readonly DISABLED: "DISABLED";
|
|
931
|
+
readonly ENABLED: "ENABLED";
|
|
932
|
+
};
|
|
933
|
+
/**
|
|
934
|
+
* @public
|
|
935
|
+
*/
|
|
936
|
+
export type MediaStorageConfigurationStatus = (typeof MediaStorageConfigurationStatus)[keyof typeof MediaStorageConfigurationStatus];
|
|
867
937
|
/**
|
|
868
938
|
* @public
|
|
869
939
|
* <p>A structure that encapsulates, or contains, the media storage configuration properties.</p>
|
|
@@ -1437,11 +1507,16 @@ export interface UntagStreamOutput {
|
|
|
1437
1507
|
}
|
|
1438
1508
|
/**
|
|
1439
1509
|
* @public
|
|
1510
|
+
* @enum
|
|
1440
1511
|
*/
|
|
1441
|
-
export declare
|
|
1442
|
-
DECREASE_DATA_RETENTION
|
|
1443
|
-
INCREASE_DATA_RETENTION
|
|
1444
|
-
}
|
|
1512
|
+
export declare const UpdateDataRetentionOperation: {
|
|
1513
|
+
readonly DECREASE_DATA_RETENTION: "DECREASE_DATA_RETENTION";
|
|
1514
|
+
readonly INCREASE_DATA_RETENTION: "INCREASE_DATA_RETENTION";
|
|
1515
|
+
};
|
|
1516
|
+
/**
|
|
1517
|
+
* @public
|
|
1518
|
+
*/
|
|
1519
|
+
export type UpdateDataRetentionOperation = (typeof UpdateDataRetentionOperation)[keyof typeof UpdateDataRetentionOperation];
|
|
1445
1520
|
/**
|
|
1446
1521
|
* @public
|
|
1447
1522
|
*/
|
|
@@ -30,26 +30,29 @@ export declare class AccountStreamLimitExceededException extends __BaseException
|
|
|
30
30
|
>
|
|
31
31
|
);
|
|
32
32
|
}
|
|
33
|
-
export declare
|
|
34
|
-
GET_CLIP
|
|
35
|
-
GET_DASH_STREAMING_SESSION_URL
|
|
36
|
-
GET_HLS_STREAMING_SESSION_URL
|
|
37
|
-
GET_IMAGES
|
|
38
|
-
GET_MEDIA
|
|
39
|
-
GET_MEDIA_FOR_FRAGMENT_LIST
|
|
40
|
-
LIST_FRAGMENTS
|
|
41
|
-
PUT_MEDIA
|
|
42
|
-
}
|
|
43
|
-
export
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
33
|
+
export declare const APIName: {
|
|
34
|
+
readonly GET_CLIP: "GET_CLIP";
|
|
35
|
+
readonly GET_DASH_STREAMING_SESSION_URL: "GET_DASH_STREAMING_SESSION_URL";
|
|
36
|
+
readonly GET_HLS_STREAMING_SESSION_URL: "GET_HLS_STREAMING_SESSION_URL";
|
|
37
|
+
readonly GET_IMAGES: "GET_IMAGES";
|
|
38
|
+
readonly GET_MEDIA: "GET_MEDIA";
|
|
39
|
+
readonly GET_MEDIA_FOR_FRAGMENT_LIST: "GET_MEDIA_FOR_FRAGMENT_LIST";
|
|
40
|
+
readonly LIST_FRAGMENTS: "LIST_FRAGMENTS";
|
|
41
|
+
readonly PUT_MEDIA: "PUT_MEDIA";
|
|
42
|
+
};
|
|
43
|
+
export type APIName = (typeof APIName)[keyof typeof APIName];
|
|
44
|
+
export declare const Status: {
|
|
45
|
+
readonly ACTIVE: "ACTIVE";
|
|
46
|
+
readonly CREATING: "CREATING";
|
|
47
|
+
readonly DELETING: "DELETING";
|
|
48
|
+
readonly UPDATING: "UPDATING";
|
|
49
|
+
};
|
|
50
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
51
|
+
export declare const ChannelType: {
|
|
52
|
+
readonly FULL_MESH: "FULL_MESH";
|
|
53
|
+
readonly SINGLE_MASTER: "SINGLE_MASTER";
|
|
54
|
+
};
|
|
55
|
+
export type ChannelType = (typeof ChannelType)[keyof typeof ChannelType];
|
|
53
56
|
export interface SingleMasterConfiguration {
|
|
54
57
|
MessageTtlSeconds?: number;
|
|
55
58
|
}
|
|
@@ -62,22 +65,27 @@ export interface ChannelInfo {
|
|
|
62
65
|
SingleMasterConfiguration?: SingleMasterConfiguration;
|
|
63
66
|
Version?: string;
|
|
64
67
|
}
|
|
65
|
-
export declare
|
|
66
|
-
BEGINS_WITH
|
|
67
|
-
}
|
|
68
|
+
export declare const ComparisonOperator: {
|
|
69
|
+
readonly BEGINS_WITH: "BEGINS_WITH";
|
|
70
|
+
};
|
|
71
|
+
export type ComparisonOperator =
|
|
72
|
+
(typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
68
73
|
export interface ChannelNameCondition {
|
|
69
74
|
ComparisonOperator?: ComparisonOperator | string;
|
|
70
75
|
ComparisonValue?: string;
|
|
71
76
|
}
|
|
72
|
-
export declare
|
|
73
|
-
HTTPS
|
|
74
|
-
WEBRTC
|
|
75
|
-
WSS
|
|
76
|
-
}
|
|
77
|
-
export
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
77
|
+
export declare const ChannelProtocol: {
|
|
78
|
+
readonly HTTPS: "HTTPS";
|
|
79
|
+
readonly WEBRTC: "WEBRTC";
|
|
80
|
+
readonly WSS: "WSS";
|
|
81
|
+
};
|
|
82
|
+
export type ChannelProtocol =
|
|
83
|
+
(typeof ChannelProtocol)[keyof typeof ChannelProtocol];
|
|
84
|
+
export declare const ChannelRole: {
|
|
85
|
+
readonly MASTER: "MASTER";
|
|
86
|
+
readonly VIEWER: "VIEWER";
|
|
87
|
+
};
|
|
88
|
+
export type ChannelRole = (typeof ChannelRole)[keyof typeof ChannelRole];
|
|
81
89
|
export declare class ClientLimitExceededException extends __BaseException {
|
|
82
90
|
readonly name: "ClientLimitExceededException";
|
|
83
91
|
readonly $fault: "client";
|
|
@@ -86,10 +94,12 @@ export declare class ClientLimitExceededException extends __BaseException {
|
|
|
86
94
|
opts: __ExceptionOptionType<ClientLimitExceededException, __BaseException>
|
|
87
95
|
);
|
|
88
96
|
}
|
|
89
|
-
export declare
|
|
90
|
-
DISABLED
|
|
91
|
-
ENABLED
|
|
92
|
-
}
|
|
97
|
+
export declare const ConfigurationStatus: {
|
|
98
|
+
readonly DISABLED: "DISABLED";
|
|
99
|
+
readonly ENABLED: "ENABLED";
|
|
100
|
+
};
|
|
101
|
+
export type ConfigurationStatus =
|
|
102
|
+
(typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
|
|
93
103
|
export interface Tag {
|
|
94
104
|
Key: string | undefined;
|
|
95
105
|
Value: string | undefined;
|
|
@@ -194,10 +204,12 @@ export declare class NotAuthorizedException extends __BaseException {
|
|
|
194
204
|
opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
|
|
195
205
|
);
|
|
196
206
|
}
|
|
197
|
-
export declare
|
|
198
|
-
DELETE_OLDEST_MEDIA
|
|
199
|
-
DENY_NEW_MEDIA
|
|
200
|
-
}
|
|
207
|
+
export declare const StrategyOnFullSize: {
|
|
208
|
+
readonly DELETE_OLDEST_MEDIA: "DELETE_OLDEST_MEDIA";
|
|
209
|
+
readonly DENY_NEW_MEDIA: "DENY_NEW_MEDIA";
|
|
210
|
+
};
|
|
211
|
+
export type StrategyOnFullSize =
|
|
212
|
+
(typeof StrategyOnFullSize)[keyof typeof StrategyOnFullSize];
|
|
201
213
|
export interface LocalSizeConfig {
|
|
202
214
|
MaxLocalMediaSizeInMB?: number;
|
|
203
215
|
StrategyOnFullSize?: StrategyOnFullSize | string;
|
|
@@ -211,10 +223,11 @@ export interface DescribeEdgeConfigurationInput {
|
|
|
211
223
|
StreamName?: string;
|
|
212
224
|
StreamARN?: string;
|
|
213
225
|
}
|
|
214
|
-
export declare
|
|
215
|
-
FILE_URI
|
|
216
|
-
RTSP_URI
|
|
217
|
-
}
|
|
226
|
+
export declare const MediaUriType: {
|
|
227
|
+
readonly FILE_URI: "FILE_URI";
|
|
228
|
+
readonly RTSP_URI: "RTSP_URI";
|
|
229
|
+
};
|
|
230
|
+
export type MediaUriType = (typeof MediaUriType)[keyof typeof MediaUriType];
|
|
218
231
|
export interface MediaSourceConfig {
|
|
219
232
|
MediaUriSecretArn: string | undefined;
|
|
220
233
|
MediaUriType: MediaUriType | string | undefined;
|
|
@@ -236,14 +249,15 @@ export interface EdgeConfig {
|
|
|
236
249
|
UploaderConfig?: UploaderConfig;
|
|
237
250
|
DeletionConfig?: DeletionConfig;
|
|
238
251
|
}
|
|
239
|
-
export declare
|
|
240
|
-
ACKNOWLEDGED
|
|
241
|
-
DELETE_FAILED
|
|
242
|
-
DELETING
|
|
243
|
-
IN_SYNC
|
|
244
|
-
SYNCING
|
|
245
|
-
SYNC_FAILED
|
|
246
|
-
}
|
|
252
|
+
export declare const SyncStatus: {
|
|
253
|
+
readonly ACKNOWLEDGED: "ACKNOWLEDGED";
|
|
254
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
255
|
+
readonly DELETING: "DELETING";
|
|
256
|
+
readonly IN_SYNC: "IN_SYNC";
|
|
257
|
+
readonly SYNCING: "SYNCING";
|
|
258
|
+
readonly SYNC_FAILED: "SYNC_FAILED";
|
|
259
|
+
};
|
|
260
|
+
export type SyncStatus = (typeof SyncStatus)[keyof typeof SyncStatus];
|
|
247
261
|
export interface DescribeEdgeConfigurationOutput {
|
|
248
262
|
StreamName?: string;
|
|
249
263
|
StreamARN?: string;
|
|
@@ -272,17 +286,22 @@ export interface ImageGenerationDestinationConfig {
|
|
|
272
286
|
Uri: string | undefined;
|
|
273
287
|
DestinationRegion: string | undefined;
|
|
274
288
|
}
|
|
275
|
-
export declare
|
|
276
|
-
JPEG
|
|
277
|
-
PNG
|
|
278
|
-
}
|
|
279
|
-
export
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
289
|
+
export declare const Format: {
|
|
290
|
+
readonly JPEG: "JPEG";
|
|
291
|
+
readonly PNG: "PNG";
|
|
292
|
+
};
|
|
293
|
+
export type Format = (typeof Format)[keyof typeof Format];
|
|
294
|
+
export declare const FormatConfigKey: {
|
|
295
|
+
readonly JPEGQuality: "JPEGQuality";
|
|
296
|
+
};
|
|
297
|
+
export type FormatConfigKey =
|
|
298
|
+
(typeof FormatConfigKey)[keyof typeof FormatConfigKey];
|
|
299
|
+
export declare const ImageSelectorType: {
|
|
300
|
+
readonly PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP";
|
|
301
|
+
readonly SERVER_TIMESTAMP: "SERVER_TIMESTAMP";
|
|
302
|
+
};
|
|
303
|
+
export type ImageSelectorType =
|
|
304
|
+
(typeof ImageSelectorType)[keyof typeof ImageSelectorType];
|
|
286
305
|
export interface ImageGenerationConfiguration {
|
|
287
306
|
Status: ConfigurationStatus | string | undefined;
|
|
288
307
|
ImageSelectorType: ImageSelectorType | string | undefined;
|
|
@@ -314,10 +333,12 @@ export interface DescribeMediaStorageConfigurationInput {
|
|
|
314
333
|
ChannelName?: string;
|
|
315
334
|
ChannelARN?: string;
|
|
316
335
|
}
|
|
317
|
-
export declare
|
|
318
|
-
DISABLED
|
|
319
|
-
ENABLED
|
|
320
|
-
}
|
|
336
|
+
export declare const MediaStorageConfigurationStatus: {
|
|
337
|
+
readonly DISABLED: "DISABLED";
|
|
338
|
+
readonly ENABLED: "ENABLED";
|
|
339
|
+
};
|
|
340
|
+
export type MediaStorageConfigurationStatus =
|
|
341
|
+
(typeof MediaStorageConfigurationStatus)[keyof typeof MediaStorageConfigurationStatus];
|
|
321
342
|
export interface MediaStorageConfiguration {
|
|
322
343
|
StreamARN?: string;
|
|
323
344
|
Status: MediaStorageConfigurationStatus | string | undefined;
|
|
@@ -478,10 +499,12 @@ export interface UntagStreamInput {
|
|
|
478
499
|
TagKeyList: string[] | undefined;
|
|
479
500
|
}
|
|
480
501
|
export interface UntagStreamOutput {}
|
|
481
|
-
export declare
|
|
482
|
-
DECREASE_DATA_RETENTION
|
|
483
|
-
INCREASE_DATA_RETENTION
|
|
484
|
-
}
|
|
502
|
+
export declare const UpdateDataRetentionOperation: {
|
|
503
|
+
readonly DECREASE_DATA_RETENTION: "DECREASE_DATA_RETENTION";
|
|
504
|
+
readonly INCREASE_DATA_RETENTION: "INCREASE_DATA_RETENTION";
|
|
505
|
+
};
|
|
506
|
+
export type UpdateDataRetentionOperation =
|
|
507
|
+
(typeof UpdateDataRetentionOperation)[keyof typeof UpdateDataRetentionOperation];
|
|
485
508
|
export interface UpdateDataRetentionInput {
|
|
486
509
|
StreamName?: string;
|
|
487
510
|
StreamARN?: string;
|
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.
|
|
4
|
+
"version": "3.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|