@aws-sdk/client-kinesis-video-archived-media 3.131.0 → 3.137.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/CHANGELOG.md +11 -0
- package/dist-cjs/commands/GetClipCommand.js +2 -2
- package/dist-cjs/commands/GetDASHStreamingSessionURLCommand.js +2 -2
- package/dist-cjs/commands/GetHLSStreamingSessionURLCommand.js +2 -2
- package/dist-cjs/commands/GetImagesCommand.js +2 -2
- package/dist-cjs/commands/GetMediaForFragmentListCommand.js +2 -2
- package/dist-cjs/commands/ListFragmentsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +89 -133
- package/dist-es/commands/GetClipCommand.js +3 -3
- package/dist-es/commands/GetDASHStreamingSessionURLCommand.js +3 -3
- package/dist-es/commands/GetHLSStreamingSessionURLCommand.js +3 -3
- package/dist-es/commands/GetImagesCommand.js +3 -3
- package/dist-es/commands/GetMediaForFragmentListCommand.js +3 -3
- package/dist-es/commands/ListFragmentsCommand.js +3 -3
- package/dist-es/models/models_0.js +22 -88
- package/dist-types/models/models_0.d.ts +88 -132
- package/dist-types/ts3.4/models/models_0.d.ts +44 -88
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **namespaces:** remove namespaces with only a log filter ([#3823](https://github.com/aws/aws-sdk-js-v3/issues/3823)) ([33e6822](https://github.com/aws/aws-sdk-js-v3/commit/33e68228fb64c53dd8f89e6be76dd5f46edc3cfd))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-kinesis-video-archived-media
|
|
@@ -20,8 +20,8 @@ class GetClipCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetClipInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetClipOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetDASHStreamingSessionURLCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetDASHStreamingSessionURLInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetDASHStreamingSessionURLOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetHLSStreamingSessionURLCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetHLSStreamingSessionURLInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetHLSStreamingSessionURLOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetImagesCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetImagesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetImagesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class GetMediaForFragmentListCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.GetMediaForFragmentListInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.GetMediaForFragmentListOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -20,8 +20,8 @@ class ListFragmentsCommand extends smithy_client_1.Command {
|
|
|
20
20
|
logger,
|
|
21
21
|
clientName,
|
|
22
22
|
commandName,
|
|
23
|
-
inputFilterSensitiveLog: models_0_1.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListFragmentsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListFragmentsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
const { requestHandler } = configuration;
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ListFragmentsOutputFilterSensitiveLog = exports.FragmentFilterSensitiveLog = exports.ListFragmentsInputFilterSensitiveLog = exports.FragmentSelectorFilterSensitiveLog = exports.TimestampRangeFilterSensitiveLog = exports.GetMediaForFragmentListOutputFilterSensitiveLog = exports.GetMediaForFragmentListInputFilterSensitiveLog = exports.GetImagesOutputFilterSensitiveLog = exports.ImageFilterSensitiveLog = exports.GetImagesInputFilterSensitiveLog = exports.GetHLSStreamingSessionURLOutputFilterSensitiveLog = exports.GetHLSStreamingSessionURLInputFilterSensitiveLog = exports.HLSFragmentSelectorFilterSensitiveLog = exports.HLSTimestampRangeFilterSensitiveLog = exports.GetDASHStreamingSessionURLOutputFilterSensitiveLog = exports.GetDASHStreamingSessionURLInputFilterSensitiveLog = exports.DASHFragmentSelectorFilterSensitiveLog = exports.DASHTimestampRangeFilterSensitiveLog = exports.GetClipOutputFilterSensitiveLog = exports.GetClipInputFilterSensitiveLog = exports.ClipFragmentSelectorFilterSensitiveLog = exports.ClipTimestampRangeFilterSensitiveLog = exports.FragmentSelectorType = exports.ImageError = exports.ImageSelectorType = exports.FormatConfigKey = exports.Format = exports.HLSPlaybackMode = exports.HLSFragmentSelectorType = exports.HLSDisplayFragmentTimestamp = exports.HLSDiscontinuityMode = exports.ContainerFormat = exports.DASHPlaybackMode = exports.DASHDisplayFragmentTimestamp = exports.DASHDisplayFragmentNumber = exports.DASHFragmentSelectorType = exports.UnsupportedStreamMediaTypeException = exports.ResourceNotFoundException = exports.NotAuthorizedException = exports.NoDataRetentionException = exports.MissingCodecPrivateDataException = exports.InvalidMediaFrameException = exports.InvalidCodecPrivateDataException = exports.InvalidArgumentException = exports.ClipFragmentSelectorType = exports.ClientLimitExceededException = void 0;
|
|
4
4
|
const KinesisVideoArchivedMediaServiceException_1 = require("./KinesisVideoArchivedMediaServiceException");
|
|
5
5
|
class ClientLimitExceededException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -21,30 +21,6 @@ var ClipFragmentSelectorType;
|
|
|
21
21
|
ClipFragmentSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
|
|
22
22
|
ClipFragmentSelectorType["SERVER_TIMESTAMP"] = "SERVER_TIMESTAMP";
|
|
23
23
|
})(ClipFragmentSelectorType = exports.ClipFragmentSelectorType || (exports.ClipFragmentSelectorType = {}));
|
|
24
|
-
var ClipTimestampRange;
|
|
25
|
-
(function (ClipTimestampRange) {
|
|
26
|
-
ClipTimestampRange.filterSensitiveLog = (obj) => ({
|
|
27
|
-
...obj,
|
|
28
|
-
});
|
|
29
|
-
})(ClipTimestampRange = exports.ClipTimestampRange || (exports.ClipTimestampRange = {}));
|
|
30
|
-
var ClipFragmentSelector;
|
|
31
|
-
(function (ClipFragmentSelector) {
|
|
32
|
-
ClipFragmentSelector.filterSensitiveLog = (obj) => ({
|
|
33
|
-
...obj,
|
|
34
|
-
});
|
|
35
|
-
})(ClipFragmentSelector = exports.ClipFragmentSelector || (exports.ClipFragmentSelector = {}));
|
|
36
|
-
var GetClipInput;
|
|
37
|
-
(function (GetClipInput) {
|
|
38
|
-
GetClipInput.filterSensitiveLog = (obj) => ({
|
|
39
|
-
...obj,
|
|
40
|
-
});
|
|
41
|
-
})(GetClipInput = exports.GetClipInput || (exports.GetClipInput = {}));
|
|
42
|
-
var GetClipOutput;
|
|
43
|
-
(function (GetClipOutput) {
|
|
44
|
-
GetClipOutput.filterSensitiveLog = (obj) => ({
|
|
45
|
-
...obj,
|
|
46
|
-
});
|
|
47
|
-
})(GetClipOutput = exports.GetClipOutput || (exports.GetClipOutput = {}));
|
|
48
24
|
class InvalidArgumentException extends KinesisVideoArchivedMediaServiceException_1.KinesisVideoArchivedMediaServiceException {
|
|
49
25
|
constructor(opts) {
|
|
50
26
|
super({
|
|
@@ -162,18 +138,6 @@ var DASHFragmentSelectorType;
|
|
|
162
138
|
DASHFragmentSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
|
|
163
139
|
DASHFragmentSelectorType["SERVER_TIMESTAMP"] = "SERVER_TIMESTAMP";
|
|
164
140
|
})(DASHFragmentSelectorType = exports.DASHFragmentSelectorType || (exports.DASHFragmentSelectorType = {}));
|
|
165
|
-
var DASHTimestampRange;
|
|
166
|
-
(function (DASHTimestampRange) {
|
|
167
|
-
DASHTimestampRange.filterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
})(DASHTimestampRange = exports.DASHTimestampRange || (exports.DASHTimestampRange = {}));
|
|
171
|
-
var DASHFragmentSelector;
|
|
172
|
-
(function (DASHFragmentSelector) {
|
|
173
|
-
DASHFragmentSelector.filterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
})(DASHFragmentSelector = exports.DASHFragmentSelector || (exports.DASHFragmentSelector = {}));
|
|
177
141
|
var DASHDisplayFragmentNumber;
|
|
178
142
|
(function (DASHDisplayFragmentNumber) {
|
|
179
143
|
DASHDisplayFragmentNumber["ALWAYS"] = "ALWAYS";
|
|
@@ -190,18 +154,6 @@ var DASHPlaybackMode;
|
|
|
190
154
|
DASHPlaybackMode["LIVE_REPLAY"] = "LIVE_REPLAY";
|
|
191
155
|
DASHPlaybackMode["ON_DEMAND"] = "ON_DEMAND";
|
|
192
156
|
})(DASHPlaybackMode = exports.DASHPlaybackMode || (exports.DASHPlaybackMode = {}));
|
|
193
|
-
var GetDASHStreamingSessionURLInput;
|
|
194
|
-
(function (GetDASHStreamingSessionURLInput) {
|
|
195
|
-
GetDASHStreamingSessionURLInput.filterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
})(GetDASHStreamingSessionURLInput = exports.GetDASHStreamingSessionURLInput || (exports.GetDASHStreamingSessionURLInput = {}));
|
|
199
|
-
var GetDASHStreamingSessionURLOutput;
|
|
200
|
-
(function (GetDASHStreamingSessionURLOutput) {
|
|
201
|
-
GetDASHStreamingSessionURLOutput.filterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
})(GetDASHStreamingSessionURLOutput = exports.GetDASHStreamingSessionURLOutput || (exports.GetDASHStreamingSessionURLOutput = {}));
|
|
205
157
|
var ContainerFormat;
|
|
206
158
|
(function (ContainerFormat) {
|
|
207
159
|
ContainerFormat["FRAGMENTED_MP4"] = "FRAGMENTED_MP4";
|
|
@@ -223,36 +175,12 @@ var HLSFragmentSelectorType;
|
|
|
223
175
|
HLSFragmentSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
|
|
224
176
|
HLSFragmentSelectorType["SERVER_TIMESTAMP"] = "SERVER_TIMESTAMP";
|
|
225
177
|
})(HLSFragmentSelectorType = exports.HLSFragmentSelectorType || (exports.HLSFragmentSelectorType = {}));
|
|
226
|
-
var HLSTimestampRange;
|
|
227
|
-
(function (HLSTimestampRange) {
|
|
228
|
-
HLSTimestampRange.filterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
})(HLSTimestampRange = exports.HLSTimestampRange || (exports.HLSTimestampRange = {}));
|
|
232
|
-
var HLSFragmentSelector;
|
|
233
|
-
(function (HLSFragmentSelector) {
|
|
234
|
-
HLSFragmentSelector.filterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
});
|
|
237
|
-
})(HLSFragmentSelector = exports.HLSFragmentSelector || (exports.HLSFragmentSelector = {}));
|
|
238
178
|
var HLSPlaybackMode;
|
|
239
179
|
(function (HLSPlaybackMode) {
|
|
240
180
|
HLSPlaybackMode["LIVE"] = "LIVE";
|
|
241
181
|
HLSPlaybackMode["LIVE_REPLAY"] = "LIVE_REPLAY";
|
|
242
182
|
HLSPlaybackMode["ON_DEMAND"] = "ON_DEMAND";
|
|
243
183
|
})(HLSPlaybackMode = exports.HLSPlaybackMode || (exports.HLSPlaybackMode = {}));
|
|
244
|
-
var GetHLSStreamingSessionURLInput;
|
|
245
|
-
(function (GetHLSStreamingSessionURLInput) {
|
|
246
|
-
GetHLSStreamingSessionURLInput.filterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
})(GetHLSStreamingSessionURLInput = exports.GetHLSStreamingSessionURLInput || (exports.GetHLSStreamingSessionURLInput = {}));
|
|
250
|
-
var GetHLSStreamingSessionURLOutput;
|
|
251
|
-
(function (GetHLSStreamingSessionURLOutput) {
|
|
252
|
-
GetHLSStreamingSessionURLOutput.filterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
})(GetHLSStreamingSessionURLOutput = exports.GetHLSStreamingSessionURLOutput || (exports.GetHLSStreamingSessionURLOutput = {}));
|
|
256
184
|
var Format;
|
|
257
185
|
(function (Format) {
|
|
258
186
|
Format["JPEG"] = "JPEG";
|
|
@@ -267,73 +195,101 @@ var ImageSelectorType;
|
|
|
267
195
|
ImageSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
|
|
268
196
|
ImageSelectorType["SERVER_TIMESTAMP"] = "SERVER_TIMESTAMP";
|
|
269
197
|
})(ImageSelectorType = exports.ImageSelectorType || (exports.ImageSelectorType = {}));
|
|
270
|
-
var GetImagesInput;
|
|
271
|
-
(function (GetImagesInput) {
|
|
272
|
-
GetImagesInput.filterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
});
|
|
275
|
-
})(GetImagesInput = exports.GetImagesInput || (exports.GetImagesInput = {}));
|
|
276
198
|
var ImageError;
|
|
277
199
|
(function (ImageError) {
|
|
278
200
|
ImageError["MEDIA_ERROR"] = "MEDIA_ERROR";
|
|
279
201
|
ImageError["NO_MEDIA"] = "NO_MEDIA";
|
|
280
202
|
})(ImageError = exports.ImageError || (exports.ImageError = {}));
|
|
281
|
-
var Image;
|
|
282
|
-
(function (Image) {
|
|
283
|
-
Image.filterSensitiveLog = (obj) => ({
|
|
284
|
-
...obj,
|
|
285
|
-
});
|
|
286
|
-
})(Image = exports.Image || (exports.Image = {}));
|
|
287
|
-
var GetImagesOutput;
|
|
288
|
-
(function (GetImagesOutput) {
|
|
289
|
-
GetImagesOutput.filterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
});
|
|
292
|
-
})(GetImagesOutput = exports.GetImagesOutput || (exports.GetImagesOutput = {}));
|
|
293
|
-
var GetMediaForFragmentListInput;
|
|
294
|
-
(function (GetMediaForFragmentListInput) {
|
|
295
|
-
GetMediaForFragmentListInput.filterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
})(GetMediaForFragmentListInput = exports.GetMediaForFragmentListInput || (exports.GetMediaForFragmentListInput = {}));
|
|
299
|
-
var GetMediaForFragmentListOutput;
|
|
300
|
-
(function (GetMediaForFragmentListOutput) {
|
|
301
|
-
GetMediaForFragmentListOutput.filterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
})(GetMediaForFragmentListOutput = exports.GetMediaForFragmentListOutput || (exports.GetMediaForFragmentListOutput = {}));
|
|
305
203
|
var FragmentSelectorType;
|
|
306
204
|
(function (FragmentSelectorType) {
|
|
307
205
|
FragmentSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
|
|
308
206
|
FragmentSelectorType["SERVER_TIMESTAMP"] = "SERVER_TIMESTAMP";
|
|
309
207
|
})(FragmentSelectorType = exports.FragmentSelectorType || (exports.FragmentSelectorType = {}));
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
208
|
+
const ClipTimestampRangeFilterSensitiveLog = (obj) => ({
|
|
209
|
+
...obj,
|
|
210
|
+
});
|
|
211
|
+
exports.ClipTimestampRangeFilterSensitiveLog = ClipTimestampRangeFilterSensitiveLog;
|
|
212
|
+
const ClipFragmentSelectorFilterSensitiveLog = (obj) => ({
|
|
213
|
+
...obj,
|
|
214
|
+
});
|
|
215
|
+
exports.ClipFragmentSelectorFilterSensitiveLog = ClipFragmentSelectorFilterSensitiveLog;
|
|
216
|
+
const GetClipInputFilterSensitiveLog = (obj) => ({
|
|
217
|
+
...obj,
|
|
218
|
+
});
|
|
219
|
+
exports.GetClipInputFilterSensitiveLog = GetClipInputFilterSensitiveLog;
|
|
220
|
+
const GetClipOutputFilterSensitiveLog = (obj) => ({
|
|
221
|
+
...obj,
|
|
222
|
+
});
|
|
223
|
+
exports.GetClipOutputFilterSensitiveLog = GetClipOutputFilterSensitiveLog;
|
|
224
|
+
const DASHTimestampRangeFilterSensitiveLog = (obj) => ({
|
|
225
|
+
...obj,
|
|
226
|
+
});
|
|
227
|
+
exports.DASHTimestampRangeFilterSensitiveLog = DASHTimestampRangeFilterSensitiveLog;
|
|
228
|
+
const DASHFragmentSelectorFilterSensitiveLog = (obj) => ({
|
|
229
|
+
...obj,
|
|
230
|
+
});
|
|
231
|
+
exports.DASHFragmentSelectorFilterSensitiveLog = DASHFragmentSelectorFilterSensitiveLog;
|
|
232
|
+
const GetDASHStreamingSessionURLInputFilterSensitiveLog = (obj) => ({
|
|
233
|
+
...obj,
|
|
234
|
+
});
|
|
235
|
+
exports.GetDASHStreamingSessionURLInputFilterSensitiveLog = GetDASHStreamingSessionURLInputFilterSensitiveLog;
|
|
236
|
+
const GetDASHStreamingSessionURLOutputFilterSensitiveLog = (obj) => ({
|
|
237
|
+
...obj,
|
|
238
|
+
});
|
|
239
|
+
exports.GetDASHStreamingSessionURLOutputFilterSensitiveLog = GetDASHStreamingSessionURLOutputFilterSensitiveLog;
|
|
240
|
+
const HLSTimestampRangeFilterSensitiveLog = (obj) => ({
|
|
241
|
+
...obj,
|
|
242
|
+
});
|
|
243
|
+
exports.HLSTimestampRangeFilterSensitiveLog = HLSTimestampRangeFilterSensitiveLog;
|
|
244
|
+
const HLSFragmentSelectorFilterSensitiveLog = (obj) => ({
|
|
245
|
+
...obj,
|
|
246
|
+
});
|
|
247
|
+
exports.HLSFragmentSelectorFilterSensitiveLog = HLSFragmentSelectorFilterSensitiveLog;
|
|
248
|
+
const GetHLSStreamingSessionURLInputFilterSensitiveLog = (obj) => ({
|
|
249
|
+
...obj,
|
|
250
|
+
});
|
|
251
|
+
exports.GetHLSStreamingSessionURLInputFilterSensitiveLog = GetHLSStreamingSessionURLInputFilterSensitiveLog;
|
|
252
|
+
const GetHLSStreamingSessionURLOutputFilterSensitiveLog = (obj) => ({
|
|
253
|
+
...obj,
|
|
254
|
+
});
|
|
255
|
+
exports.GetHLSStreamingSessionURLOutputFilterSensitiveLog = GetHLSStreamingSessionURLOutputFilterSensitiveLog;
|
|
256
|
+
const GetImagesInputFilterSensitiveLog = (obj) => ({
|
|
257
|
+
...obj,
|
|
258
|
+
});
|
|
259
|
+
exports.GetImagesInputFilterSensitiveLog = GetImagesInputFilterSensitiveLog;
|
|
260
|
+
const ImageFilterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
});
|
|
263
|
+
exports.ImageFilterSensitiveLog = ImageFilterSensitiveLog;
|
|
264
|
+
const GetImagesOutputFilterSensitiveLog = (obj) => ({
|
|
265
|
+
...obj,
|
|
266
|
+
});
|
|
267
|
+
exports.GetImagesOutputFilterSensitiveLog = GetImagesOutputFilterSensitiveLog;
|
|
268
|
+
const GetMediaForFragmentListInputFilterSensitiveLog = (obj) => ({
|
|
269
|
+
...obj,
|
|
270
|
+
});
|
|
271
|
+
exports.GetMediaForFragmentListInputFilterSensitiveLog = GetMediaForFragmentListInputFilterSensitiveLog;
|
|
272
|
+
const GetMediaForFragmentListOutputFilterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
275
|
+
exports.GetMediaForFragmentListOutputFilterSensitiveLog = GetMediaForFragmentListOutputFilterSensitiveLog;
|
|
276
|
+
const TimestampRangeFilterSensitiveLog = (obj) => ({
|
|
277
|
+
...obj,
|
|
278
|
+
});
|
|
279
|
+
exports.TimestampRangeFilterSensitiveLog = TimestampRangeFilterSensitiveLog;
|
|
280
|
+
const FragmentSelectorFilterSensitiveLog = (obj) => ({
|
|
281
|
+
...obj,
|
|
282
|
+
});
|
|
283
|
+
exports.FragmentSelectorFilterSensitiveLog = FragmentSelectorFilterSensitiveLog;
|
|
284
|
+
const ListFragmentsInputFilterSensitiveLog = (obj) => ({
|
|
285
|
+
...obj,
|
|
286
|
+
});
|
|
287
|
+
exports.ListFragmentsInputFilterSensitiveLog = ListFragmentsInputFilterSensitiveLog;
|
|
288
|
+
const FragmentFilterSensitiveLog = (obj) => ({
|
|
289
|
+
...obj,
|
|
290
|
+
});
|
|
291
|
+
exports.FragmentFilterSensitiveLog = FragmentFilterSensitiveLog;
|
|
292
|
+
const ListFragmentsOutputFilterSensitiveLog = (obj) => ({
|
|
293
|
+
...obj,
|
|
294
|
+
});
|
|
295
|
+
exports.ListFragmentsOutputFilterSensitiveLog = ListFragmentsOutputFilterSensitiveLog;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetClipInputFilterSensitiveLog, GetClipOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetClipCommand, serializeAws_restJson1GetClipCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetClipCommand = (function (_super) {
|
|
7
7
|
__extends(GetClipCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetClipCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetClipInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetClipOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetDASHStreamingSessionURLInputFilterSensitiveLog, GetDASHStreamingSessionURLOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetDASHStreamingSessionURLCommand, serializeAws_restJson1GetDASHStreamingSessionURLCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetDASHStreamingSessionURLCommand = (function (_super) {
|
|
7
7
|
__extends(GetDASHStreamingSessionURLCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDASHStreamingSessionURLCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDASHStreamingSessionURLInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDASHStreamingSessionURLOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetHLSStreamingSessionURLInputFilterSensitiveLog, GetHLSStreamingSessionURLOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetHLSStreamingSessionURLCommand, serializeAws_restJson1GetHLSStreamingSessionURLCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetHLSStreamingSessionURLCommand = (function (_super) {
|
|
7
7
|
__extends(GetHLSStreamingSessionURLCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetHLSStreamingSessionURLCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetHLSStreamingSessionURLInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetHLSStreamingSessionURLOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetImagesInputFilterSensitiveLog, GetImagesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetImagesCommand, serializeAws_restJson1GetImagesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetImagesCommand = (function (_super) {
|
|
7
7
|
__extends(GetImagesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetImagesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetImagesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetImagesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetMediaForFragmentListInputFilterSensitiveLog, GetMediaForFragmentListOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetMediaForFragmentListCommand, serializeAws_restJson1GetMediaForFragmentListCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetMediaForFragmentListCommand = (function (_super) {
|
|
7
7
|
__extends(GetMediaForFragmentListCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetMediaForFragmentListCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetMediaForFragmentListInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetMediaForFragmentListOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListFragmentsInputFilterSensitiveLog, ListFragmentsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListFragmentsCommand, serializeAws_restJson1ListFragmentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListFragmentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListFragmentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFragmentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFragmentsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFragmentsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|