@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.
@@ -45,44 +45,38 @@ class AccountStreamLimitExceededException extends KinesisVideoServiceException_1
45
45
  }
46
46
  }
47
47
  exports.AccountStreamLimitExceededException = AccountStreamLimitExceededException;
48
- var APIName;
49
- (function (APIName) {
50
- APIName["GET_CLIP"] = "GET_CLIP";
51
- APIName["GET_DASH_STREAMING_SESSION_URL"] = "GET_DASH_STREAMING_SESSION_URL";
52
- APIName["GET_HLS_STREAMING_SESSION_URL"] = "GET_HLS_STREAMING_SESSION_URL";
53
- APIName["GET_IMAGES"] = "GET_IMAGES";
54
- APIName["GET_MEDIA"] = "GET_MEDIA";
55
- APIName["GET_MEDIA_FOR_FRAGMENT_LIST"] = "GET_MEDIA_FOR_FRAGMENT_LIST";
56
- APIName["LIST_FRAGMENTS"] = "LIST_FRAGMENTS";
57
- APIName["PUT_MEDIA"] = "PUT_MEDIA";
58
- })(APIName = exports.APIName || (exports.APIName = {}));
59
- var Status;
60
- (function (Status) {
61
- Status["ACTIVE"] = "ACTIVE";
62
- Status["CREATING"] = "CREATING";
63
- Status["DELETING"] = "DELETING";
64
- Status["UPDATING"] = "UPDATING";
65
- })(Status = exports.Status || (exports.Status = {}));
66
- var ChannelType;
67
- (function (ChannelType) {
68
- ChannelType["FULL_MESH"] = "FULL_MESH";
69
- ChannelType["SINGLE_MASTER"] = "SINGLE_MASTER";
70
- })(ChannelType = exports.ChannelType || (exports.ChannelType = {}));
71
- var ComparisonOperator;
72
- (function (ComparisonOperator) {
73
- ComparisonOperator["BEGINS_WITH"] = "BEGINS_WITH";
74
- })(ComparisonOperator = exports.ComparisonOperator || (exports.ComparisonOperator = {}));
75
- var ChannelProtocol;
76
- (function (ChannelProtocol) {
77
- ChannelProtocol["HTTPS"] = "HTTPS";
78
- ChannelProtocol["WEBRTC"] = "WEBRTC";
79
- ChannelProtocol["WSS"] = "WSS";
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
- var ConfigurationStatus;
101
- (function (ConfigurationStatus) {
102
- ConfigurationStatus["DISABLED"] = "DISABLED";
103
- ConfigurationStatus["ENABLED"] = "ENABLED";
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
- var StrategyOnFullSize;
218
- (function (StrategyOnFullSize) {
219
- StrategyOnFullSize["DELETE_OLDEST_MEDIA"] = "DELETE_OLDEST_MEDIA";
220
- StrategyOnFullSize["DENY_NEW_MEDIA"] = "DENY_NEW_MEDIA";
221
- })(StrategyOnFullSize = exports.StrategyOnFullSize || (exports.StrategyOnFullSize = {}));
222
- var MediaUriType;
223
- (function (MediaUriType) {
224
- MediaUriType["FILE_URI"] = "FILE_URI";
225
- MediaUriType["RTSP_URI"] = "RTSP_URI";
226
- })(MediaUriType = exports.MediaUriType || (exports.MediaUriType = {}));
227
- var SyncStatus;
228
- (function (SyncStatus) {
229
- SyncStatus["ACKNOWLEDGED"] = "ACKNOWLEDGED";
230
- SyncStatus["DELETE_FAILED"] = "DELETE_FAILED";
231
- SyncStatus["DELETING"] = "DELETING";
232
- SyncStatus["IN_SYNC"] = "IN_SYNC";
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
- var Format;
251
- (function (Format) {
252
- Format["JPEG"] = "JPEG";
253
- Format["PNG"] = "PNG";
254
- })(Format = exports.Format || (exports.Format = {}));
255
- var FormatConfigKey;
256
- (function (FormatConfigKey) {
257
- FormatConfigKey["JPEGQuality"] = "JPEGQuality";
258
- })(FormatConfigKey = exports.FormatConfigKey || (exports.FormatConfigKey = {}));
259
- var ImageSelectorType;
260
- (function (ImageSelectorType) {
261
- ImageSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
262
- ImageSelectorType["SERVER_TIMESTAMP"] = "SERVER_TIMESTAMP";
263
- })(ImageSelectorType = exports.ImageSelectorType || (exports.ImageSelectorType = {}));
264
- var MediaStorageConfigurationStatus;
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
- var UpdateDataRetentionOperation;
298
- (function (UpdateDataRetentionOperation) {
299
- UpdateDataRetentionOperation["DECREASE_DATA_RETENTION"] = "DECREASE_DATA_RETENTION";
300
- UpdateDataRetentionOperation["INCREASE_DATA_RETENTION"] = "INCREASE_DATA_RETENTION";
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 var APIName;
43
- (function (APIName) {
44
- APIName["GET_CLIP"] = "GET_CLIP";
45
- APIName["GET_DASH_STREAMING_SESSION_URL"] = "GET_DASH_STREAMING_SESSION_URL";
46
- APIName["GET_HLS_STREAMING_SESSION_URL"] = "GET_HLS_STREAMING_SESSION_URL";
47
- APIName["GET_IMAGES"] = "GET_IMAGES";
48
- APIName["GET_MEDIA"] = "GET_MEDIA";
49
- APIName["GET_MEDIA_FOR_FRAGMENT_LIST"] = "GET_MEDIA_FOR_FRAGMENT_LIST";
50
- APIName["LIST_FRAGMENTS"] = "LIST_FRAGMENTS";
51
- APIName["PUT_MEDIA"] = "PUT_MEDIA";
52
- })(APIName || (APIName = {}));
53
- export var Status;
54
- (function (Status) {
55
- Status["ACTIVE"] = "ACTIVE";
56
- Status["CREATING"] = "CREATING";
57
- Status["DELETING"] = "DELETING";
58
- Status["UPDATING"] = "UPDATING";
59
- })(Status || (Status = {}));
60
- export var ChannelType;
61
- (function (ChannelType) {
62
- ChannelType["FULL_MESH"] = "FULL_MESH";
63
- ChannelType["SINGLE_MASTER"] = "SINGLE_MASTER";
64
- })(ChannelType || (ChannelType = {}));
65
- export var ComparisonOperator;
66
- (function (ComparisonOperator) {
67
- ComparisonOperator["BEGINS_WITH"] = "BEGINS_WITH";
68
- })(ComparisonOperator || (ComparisonOperator = {}));
69
- export var ChannelProtocol;
70
- (function (ChannelProtocol) {
71
- ChannelProtocol["HTTPS"] = "HTTPS";
72
- ChannelProtocol["WEBRTC"] = "WEBRTC";
73
- ChannelProtocol["WSS"] = "WSS";
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 var ConfigurationStatus;
94
- (function (ConfigurationStatus) {
95
- ConfigurationStatus["DISABLED"] = "DISABLED";
96
- ConfigurationStatus["ENABLED"] = "ENABLED";
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 var StrategyOnFullSize;
203
- (function (StrategyOnFullSize) {
204
- StrategyOnFullSize["DELETE_OLDEST_MEDIA"] = "DELETE_OLDEST_MEDIA";
205
- StrategyOnFullSize["DENY_NEW_MEDIA"] = "DENY_NEW_MEDIA";
206
- })(StrategyOnFullSize || (StrategyOnFullSize = {}));
207
- export var MediaUriType;
208
- (function (MediaUriType) {
209
- MediaUriType["FILE_URI"] = "FILE_URI";
210
- MediaUriType["RTSP_URI"] = "RTSP_URI";
211
- })(MediaUriType || (MediaUriType = {}));
212
- export var SyncStatus;
213
- (function (SyncStatus) {
214
- SyncStatus["ACKNOWLEDGED"] = "ACKNOWLEDGED";
215
- SyncStatus["DELETE_FAILED"] = "DELETE_FAILED";
216
- SyncStatus["DELETING"] = "DELETING";
217
- SyncStatus["IN_SYNC"] = "IN_SYNC";
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 var Format;
235
- (function (Format) {
236
- Format["JPEG"] = "JPEG";
237
- Format["PNG"] = "PNG";
238
- })(Format || (Format = {}));
239
- export var FormatConfigKey;
240
- (function (FormatConfigKey) {
241
- FormatConfigKey["JPEGQuality"] = "JPEGQuality";
242
- })(FormatConfigKey || (FormatConfigKey = {}));
243
- export var ImageSelectorType;
244
- (function (ImageSelectorType) {
245
- ImageSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
246
- ImageSelectorType["SERVER_TIMESTAMP"] = "SERVER_TIMESTAMP";
247
- })(ImageSelectorType || (ImageSelectorType = {}));
248
- export var MediaStorageConfigurationStatus;
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 var UpdateDataRetentionOperation;
280
- (function (UpdateDataRetentionOperation) {
281
- UpdateDataRetentionOperation["DECREASE_DATA_RETENTION"] = "DECREASE_DATA_RETENTION";
282
- UpdateDataRetentionOperation["INCREASE_DATA_RETENTION"] = "INCREASE_DATA_RETENTION";
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 enum APIName {
47
- GET_CLIP = "GET_CLIP",
48
- GET_DASH_STREAMING_SESSION_URL = "GET_DASH_STREAMING_SESSION_URL",
49
- GET_HLS_STREAMING_SESSION_URL = "GET_HLS_STREAMING_SESSION_URL",
50
- GET_IMAGES = "GET_IMAGES",
51
- GET_MEDIA = "GET_MEDIA",
52
- GET_MEDIA_FOR_FRAGMENT_LIST = "GET_MEDIA_FOR_FRAGMENT_LIST",
53
- LIST_FRAGMENTS = "LIST_FRAGMENTS",
54
- PUT_MEDIA = "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 declare enum Status {
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 enum ChannelType {
69
- FULL_MESH = "FULL_MESH",
70
- SINGLE_MASTER = "SINGLE_MASTER"
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 enum ComparisonOperator {
123
- BEGINS_WITH = "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 enum ChannelProtocol {
147
- HTTPS = "HTTPS",
148
- WEBRTC = "WEBRTC",
149
- WSS = "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 declare enum ChannelRole {
155
- MASTER = "MASTER",
156
- VIEWER = "VIEWER"
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 enum ConfigurationStatus {
176
- DISABLED = "DISABLED",
177
- ENABLED = "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 enum StrategyOnFullSize {
457
- DELETE_OLDEST_MEDIA = "DELETE_OLDEST_MEDIA",
458
- DENY_NEW_MEDIA = "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 enum MediaUriType {
521
- FILE_URI = "FILE_URI",
522
- RTSP_URI = "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 enum SyncStatus {
638
- ACKNOWLEDGED = "ACKNOWLEDGED",
639
- DELETE_FAILED = "DELETE_FAILED",
640
- DELETING = "DELETING",
641
- IN_SYNC = "IN_SYNC",
642
- SYNCING = "SYNCING",
643
- SYNC_FAILED = "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 enum Format {
725
- JPEG = "JPEG",
726
- PNG = "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 declare enum FormatConfigKey {
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 enum ImageSelectorType {
738
- PRODUCER_TIMESTAMP = "PRODUCER_TIMESTAMP",
739
- SERVER_TIMESTAMP = "SERVER_TIMESTAMP"
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 enum MediaStorageConfigurationStatus {
864
- DISABLED = "DISABLED",
865
- ENABLED = "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 enum UpdateDataRetentionOperation {
1442
- DECREASE_DATA_RETENTION = "DECREASE_DATA_RETENTION",
1443
- INCREASE_DATA_RETENTION = "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 enum APIName {
34
- GET_CLIP = "GET_CLIP",
35
- GET_DASH_STREAMING_SESSION_URL = "GET_DASH_STREAMING_SESSION_URL",
36
- GET_HLS_STREAMING_SESSION_URL = "GET_HLS_STREAMING_SESSION_URL",
37
- GET_IMAGES = "GET_IMAGES",
38
- GET_MEDIA = "GET_MEDIA",
39
- GET_MEDIA_FOR_FRAGMENT_LIST = "GET_MEDIA_FOR_FRAGMENT_LIST",
40
- LIST_FRAGMENTS = "LIST_FRAGMENTS",
41
- PUT_MEDIA = "PUT_MEDIA",
42
- }
43
- export declare enum Status {
44
- ACTIVE = "ACTIVE",
45
- CREATING = "CREATING",
46
- DELETING = "DELETING",
47
- UPDATING = "UPDATING",
48
- }
49
- export declare enum ChannelType {
50
- FULL_MESH = "FULL_MESH",
51
- SINGLE_MASTER = "SINGLE_MASTER",
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 enum ComparisonOperator {
66
- BEGINS_WITH = "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 enum ChannelProtocol {
73
- HTTPS = "HTTPS",
74
- WEBRTC = "WEBRTC",
75
- WSS = "WSS",
76
- }
77
- export declare enum ChannelRole {
78
- MASTER = "MASTER",
79
- VIEWER = "VIEWER",
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 enum ConfigurationStatus {
90
- DISABLED = "DISABLED",
91
- ENABLED = "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 enum StrategyOnFullSize {
198
- DELETE_OLDEST_MEDIA = "DELETE_OLDEST_MEDIA",
199
- DENY_NEW_MEDIA = "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 enum MediaUriType {
215
- FILE_URI = "FILE_URI",
216
- RTSP_URI = "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 enum SyncStatus {
240
- ACKNOWLEDGED = "ACKNOWLEDGED",
241
- DELETE_FAILED = "DELETE_FAILED",
242
- DELETING = "DELETING",
243
- IN_SYNC = "IN_SYNC",
244
- SYNCING = "SYNCING",
245
- SYNC_FAILED = "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 enum Format {
276
- JPEG = "JPEG",
277
- PNG = "PNG",
278
- }
279
- export declare enum FormatConfigKey {
280
- JPEGQuality = "JPEGQuality",
281
- }
282
- export declare enum ImageSelectorType {
283
- PRODUCER_TIMESTAMP = "PRODUCER_TIMESTAMP",
284
- SERVER_TIMESTAMP = "SERVER_TIMESTAMP",
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 enum MediaStorageConfigurationStatus {
318
- DISABLED = "DISABLED",
319
- ENABLED = "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 enum UpdateDataRetentionOperation {
482
- DECREASE_DATA_RETENTION = "DECREASE_DATA_RETENTION",
483
- INCREASE_DATA_RETENTION = "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.301.0",
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.301.0",
25
- "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.301.0",
27
- "@aws-sdk/fetch-http-handler": "3.296.0",
28
- "@aws-sdk/hash-node": "3.296.0",
29
- "@aws-sdk/invalid-dependency": "3.296.0",
30
- "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.299.0",
32
- "@aws-sdk/middleware-host-header": "3.296.0",
33
- "@aws-sdk/middleware-logger": "3.296.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.300.0",
36
- "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.299.0",
38
- "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.300.0",
41
- "@aws-sdk/node-http-handler": "3.296.0",
42
- "@aws-sdk/protocol-http": "3.296.0",
43
- "@aws-sdk/smithy-client": "3.296.0",
44
- "@aws-sdk/types": "3.296.0",
45
- "@aws-sdk/url-parser": "3.296.0",
46
- "@aws-sdk/util-base64": "3.295.0",
47
- "@aws-sdk/util-body-length-browser": "3.295.0",
48
- "@aws-sdk/util-body-length-node": "3.295.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
- "@aws-sdk/util-endpoints": "3.296.0",
52
- "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.300.0",
55
- "@aws-sdk/util-utf8": "3.295.0",
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.295.0",
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",