@aws-sdk/client-kinesis-video-archived-media 3.297.0 → 3.298.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/commands/GetClipCommand.js +1 -1
- package/dist-cjs/commands/GetDASHStreamingSessionURLCommand.js +2 -3
- package/dist-cjs/commands/GetHLSStreamingSessionURLCommand.js +2 -3
- package/dist-cjs/commands/GetImagesCommand.js +2 -3
- package/dist-cjs/commands/GetMediaForFragmentListCommand.js +1 -1
- package/dist-cjs/commands/ListFragmentsCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -81
- package/dist-es/commands/GetClipCommand.js +2 -2
- package/dist-es/commands/GetDASHStreamingSessionURLCommand.js +2 -3
- package/dist-es/commands/GetHLSStreamingSessionURLCommand.js +2 -3
- package/dist-es/commands/GetImagesCommand.js +2 -3
- package/dist-es/commands/GetMediaForFragmentListCommand.js +2 -2
- package/dist-es/commands/ListFragmentsCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -60
- package/dist-types/models/models_0.d.ts +0 -80
- package/dist-types/ts3.4/models/models_0.d.ts +0 -54
- package/package.json +4 -3
|
@@ -30,7 +30,7 @@ class GetClipCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.GetClipOutputFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -4,7 +4,6 @@ exports.GetDASHStreamingSessionURLCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetDASHStreamingSessionURLCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetDASHStreamingSessionURLCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetHLSStreamingSessionURLCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetHLSStreamingSessionURLCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetHLSStreamingSessionURLCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetImagesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetImagesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetImagesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -30,7 +30,7 @@ class GetMediaForFragmentListCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.GetMediaForFragmentListOutputFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -4,7 +4,6 @@ exports.ListFragmentsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListFragmentsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListFragmentsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
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.GetMediaForFragmentListOutputFilterSensitiveLog = exports.GetClipOutputFilterSensitiveLog = 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) {
|
|
@@ -205,91 +205,11 @@ var FragmentSelectorType;
|
|
|
205
205
|
FragmentSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
|
|
206
206
|
FragmentSelectorType["SERVER_TIMESTAMP"] = "SERVER_TIMESTAMP";
|
|
207
207
|
})(FragmentSelectorType = exports.FragmentSelectorType || (exports.FragmentSelectorType = {}));
|
|
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
208
|
const GetClipOutputFilterSensitiveLog = (obj) => ({
|
|
221
209
|
...obj,
|
|
222
210
|
});
|
|
223
211
|
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
212
|
const GetMediaForFragmentListOutputFilterSensitiveLog = (obj) => ({
|
|
273
213
|
...obj,
|
|
274
214
|
});
|
|
275
215
|
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 { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetClipOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetClipCommand, serializeAws_restJson1GetClipCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetClipCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetClipCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetClipOutputFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetDASHStreamingSessionURLInputFilterSensitiveLog, GetDASHStreamingSessionURLOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetDASHStreamingSessionURLCommand, serializeAws_restJson1GetDASHStreamingSessionURLCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetDASHStreamingSessionURLCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetDASHStreamingSessionURLCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetHLSStreamingSessionURLInputFilterSensitiveLog, GetHLSStreamingSessionURLOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetHLSStreamingSessionURLCommand, serializeAws_restJson1GetHLSStreamingSessionURLCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetHLSStreamingSessionURLCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetHLSStreamingSessionURLCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetImagesInputFilterSensitiveLog, GetImagesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetImagesCommand, serializeAws_restJson1GetImagesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetImagesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetImagesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetMediaForFragmentListOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetMediaForFragmentListCommand, serializeAws_restJson1GetMediaForFragmentListCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetMediaForFragmentListCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetMediaForFragmentListCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetMediaForFragmentListOutputFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListFragmentsInputFilterSensitiveLog, ListFragmentsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListFragmentsCommand, serializeAws_restJson1ListFragmentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListFragmentsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListFragmentsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -193,69 +193,9 @@ export var FragmentSelectorType;
|
|
|
193
193
|
FragmentSelectorType["PRODUCER_TIMESTAMP"] = "PRODUCER_TIMESTAMP";
|
|
194
194
|
FragmentSelectorType["SERVER_TIMESTAMP"] = "SERVER_TIMESTAMP";
|
|
195
195
|
})(FragmentSelectorType || (FragmentSelectorType = {}));
|
|
196
|
-
export const ClipTimestampRangeFilterSensitiveLog = (obj) => ({
|
|
197
|
-
...obj,
|
|
198
|
-
});
|
|
199
|
-
export const ClipFragmentSelectorFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
export const GetClipInputFilterSensitiveLog = (obj) => ({
|
|
203
|
-
...obj,
|
|
204
|
-
});
|
|
205
196
|
export const GetClipOutputFilterSensitiveLog = (obj) => ({
|
|
206
197
|
...obj,
|
|
207
198
|
});
|
|
208
|
-
export const DASHTimestampRangeFilterSensitiveLog = (obj) => ({
|
|
209
|
-
...obj,
|
|
210
|
-
});
|
|
211
|
-
export const DASHFragmentSelectorFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
export const GetDASHStreamingSessionURLInputFilterSensitiveLog = (obj) => ({
|
|
215
|
-
...obj,
|
|
216
|
-
});
|
|
217
|
-
export const GetDASHStreamingSessionURLOutputFilterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
export const HLSTimestampRangeFilterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
export const HLSFragmentSelectorFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
export const GetHLSStreamingSessionURLInputFilterSensitiveLog = (obj) => ({
|
|
227
|
-
...obj,
|
|
228
|
-
});
|
|
229
|
-
export const GetHLSStreamingSessionURLOutputFilterSensitiveLog = (obj) => ({
|
|
230
|
-
...obj,
|
|
231
|
-
});
|
|
232
|
-
export const GetImagesInputFilterSensitiveLog = (obj) => ({
|
|
233
|
-
...obj,
|
|
234
|
-
});
|
|
235
|
-
export const ImageFilterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
export const GetImagesOutputFilterSensitiveLog = (obj) => ({
|
|
239
|
-
...obj,
|
|
240
|
-
});
|
|
241
|
-
export const GetMediaForFragmentListInputFilterSensitiveLog = (obj) => ({
|
|
242
|
-
...obj,
|
|
243
|
-
});
|
|
244
199
|
export const GetMediaForFragmentListOutputFilterSensitiveLog = (obj) => ({
|
|
245
200
|
...obj,
|
|
246
201
|
});
|
|
247
|
-
export const TimestampRangeFilterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
});
|
|
250
|
-
export const FragmentSelectorFilterSensitiveLog = (obj) => ({
|
|
251
|
-
...obj,
|
|
252
|
-
});
|
|
253
|
-
export const ListFragmentsInputFilterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
export const FragmentFilterSensitiveLog = (obj) => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
export const ListFragmentsOutputFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
@@ -1124,91 +1124,11 @@ export interface ListFragmentsOutput {
|
|
|
1124
1124
|
*/
|
|
1125
1125
|
NextToken?: string;
|
|
1126
1126
|
}
|
|
1127
|
-
/**
|
|
1128
|
-
* @internal
|
|
1129
|
-
*/
|
|
1130
|
-
export declare const ClipTimestampRangeFilterSensitiveLog: (obj: ClipTimestampRange) => any;
|
|
1131
|
-
/**
|
|
1132
|
-
* @internal
|
|
1133
|
-
*/
|
|
1134
|
-
export declare const ClipFragmentSelectorFilterSensitiveLog: (obj: ClipFragmentSelector) => any;
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
|
-
export declare const GetClipInputFilterSensitiveLog: (obj: GetClipInput) => any;
|
|
1139
1127
|
/**
|
|
1140
1128
|
* @internal
|
|
1141
1129
|
*/
|
|
1142
1130
|
export declare const GetClipOutputFilterSensitiveLog: (obj: GetClipOutput) => any;
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
|
-
export declare const DASHTimestampRangeFilterSensitiveLog: (obj: DASHTimestampRange) => any;
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
export declare const DASHFragmentSelectorFilterSensitiveLog: (obj: DASHFragmentSelector) => any;
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
|
-
export declare const GetDASHStreamingSessionURLInputFilterSensitiveLog: (obj: GetDASHStreamingSessionURLInput) => any;
|
|
1155
|
-
/**
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
1158
|
-
export declare const GetDASHStreamingSessionURLOutputFilterSensitiveLog: (obj: GetDASHStreamingSessionURLOutput) => any;
|
|
1159
|
-
/**
|
|
1160
|
-
* @internal
|
|
1161
|
-
*/
|
|
1162
|
-
export declare const HLSTimestampRangeFilterSensitiveLog: (obj: HLSTimestampRange) => any;
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
|
-
export declare const HLSFragmentSelectorFilterSensitiveLog: (obj: HLSFragmentSelector) => any;
|
|
1167
|
-
/**
|
|
1168
|
-
* @internal
|
|
1169
|
-
*/
|
|
1170
|
-
export declare const GetHLSStreamingSessionURLInputFilterSensitiveLog: (obj: GetHLSStreamingSessionURLInput) => any;
|
|
1171
|
-
/**
|
|
1172
|
-
* @internal
|
|
1173
|
-
*/
|
|
1174
|
-
export declare const GetHLSStreamingSessionURLOutputFilterSensitiveLog: (obj: GetHLSStreamingSessionURLOutput) => any;
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
export declare const GetImagesInputFilterSensitiveLog: (obj: GetImagesInput) => any;
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
|
-
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
1183
|
-
/**
|
|
1184
|
-
* @internal
|
|
1185
|
-
*/
|
|
1186
|
-
export declare const GetImagesOutputFilterSensitiveLog: (obj: GetImagesOutput) => any;
|
|
1187
|
-
/**
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
1190
|
-
export declare const GetMediaForFragmentListInputFilterSensitiveLog: (obj: GetMediaForFragmentListInput) => any;
|
|
1191
1131
|
/**
|
|
1192
1132
|
* @internal
|
|
1193
1133
|
*/
|
|
1194
1134
|
export declare const GetMediaForFragmentListOutputFilterSensitiveLog: (obj: GetMediaForFragmentListOutput) => any;
|
|
1195
|
-
/**
|
|
1196
|
-
* @internal
|
|
1197
|
-
*/
|
|
1198
|
-
export declare const TimestampRangeFilterSensitiveLog: (obj: TimestampRange) => any;
|
|
1199
|
-
/**
|
|
1200
|
-
* @internal
|
|
1201
|
-
*/
|
|
1202
|
-
export declare const FragmentSelectorFilterSensitiveLog: (obj: FragmentSelector) => any;
|
|
1203
|
-
/**
|
|
1204
|
-
* @internal
|
|
1205
|
-
*/
|
|
1206
|
-
export declare const ListFragmentsInputFilterSensitiveLog: (obj: ListFragmentsInput) => any;
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
|
-
export declare const FragmentFilterSensitiveLog: (obj: Fragment) => any;
|
|
1211
|
-
/**
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
1214
|
-
export declare const ListFragmentsOutputFilterSensitiveLog: (obj: ListFragmentsOutput) => any;
|
|
@@ -262,63 +262,9 @@ export interface ListFragmentsOutput {
|
|
|
262
262
|
Fragments?: Fragment[];
|
|
263
263
|
NextToken?: string;
|
|
264
264
|
}
|
|
265
|
-
export declare const ClipTimestampRangeFilterSensitiveLog: (
|
|
266
|
-
obj: ClipTimestampRange
|
|
267
|
-
) => any;
|
|
268
|
-
export declare const ClipFragmentSelectorFilterSensitiveLog: (
|
|
269
|
-
obj: ClipFragmentSelector
|
|
270
|
-
) => any;
|
|
271
|
-
export declare const GetClipInputFilterSensitiveLog: (obj: GetClipInput) => any;
|
|
272
265
|
export declare const GetClipOutputFilterSensitiveLog: (
|
|
273
266
|
obj: GetClipOutput
|
|
274
267
|
) => any;
|
|
275
|
-
export declare const DASHTimestampRangeFilterSensitiveLog: (
|
|
276
|
-
obj: DASHTimestampRange
|
|
277
|
-
) => any;
|
|
278
|
-
export declare const DASHFragmentSelectorFilterSensitiveLog: (
|
|
279
|
-
obj: DASHFragmentSelector
|
|
280
|
-
) => any;
|
|
281
|
-
export declare const GetDASHStreamingSessionURLInputFilterSensitiveLog: (
|
|
282
|
-
obj: GetDASHStreamingSessionURLInput
|
|
283
|
-
) => any;
|
|
284
|
-
export declare const GetDASHStreamingSessionURLOutputFilterSensitiveLog: (
|
|
285
|
-
obj: GetDASHStreamingSessionURLOutput
|
|
286
|
-
) => any;
|
|
287
|
-
export declare const HLSTimestampRangeFilterSensitiveLog: (
|
|
288
|
-
obj: HLSTimestampRange
|
|
289
|
-
) => any;
|
|
290
|
-
export declare const HLSFragmentSelectorFilterSensitiveLog: (
|
|
291
|
-
obj: HLSFragmentSelector
|
|
292
|
-
) => any;
|
|
293
|
-
export declare const GetHLSStreamingSessionURLInputFilterSensitiveLog: (
|
|
294
|
-
obj: GetHLSStreamingSessionURLInput
|
|
295
|
-
) => any;
|
|
296
|
-
export declare const GetHLSStreamingSessionURLOutputFilterSensitiveLog: (
|
|
297
|
-
obj: GetHLSStreamingSessionURLOutput
|
|
298
|
-
) => any;
|
|
299
|
-
export declare const GetImagesInputFilterSensitiveLog: (
|
|
300
|
-
obj: GetImagesInput
|
|
301
|
-
) => any;
|
|
302
|
-
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
303
|
-
export declare const GetImagesOutputFilterSensitiveLog: (
|
|
304
|
-
obj: GetImagesOutput
|
|
305
|
-
) => any;
|
|
306
|
-
export declare const GetMediaForFragmentListInputFilterSensitiveLog: (
|
|
307
|
-
obj: GetMediaForFragmentListInput
|
|
308
|
-
) => any;
|
|
309
268
|
export declare const GetMediaForFragmentListOutputFilterSensitiveLog: (
|
|
310
269
|
obj: GetMediaForFragmentListOutput
|
|
311
270
|
) => any;
|
|
312
|
-
export declare const TimestampRangeFilterSensitiveLog: (
|
|
313
|
-
obj: TimestampRange
|
|
314
|
-
) => any;
|
|
315
|
-
export declare const FragmentSelectorFilterSensitiveLog: (
|
|
316
|
-
obj: FragmentSelector
|
|
317
|
-
) => any;
|
|
318
|
-
export declare const ListFragmentsInputFilterSensitiveLog: (
|
|
319
|
-
obj: ListFragmentsInput
|
|
320
|
-
) => any;
|
|
321
|
-
export declare const FragmentFilterSensitiveLog: (obj: Fragment) => any;
|
|
322
|
-
export declare const ListFragmentsOutputFilterSensitiveLog: (
|
|
323
|
-
obj: ListFragmentsOutput
|
|
324
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis-video-archived-media",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Video Archived Media Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo kinesis-video-archived-media"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|