@aws-sdk/client-kinesis-video-archived-media 3.296.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/KinesisVideoArchivedMedia.d.ts +7 -0
- package/dist-types/KinesisVideoArchivedMediaClient.d.ts +24 -4
- package/dist-types/commands/GetClipCommand.d.ts +16 -0
- package/dist-types/commands/GetDASHStreamingSessionURLCommand.d.ts +16 -0
- package/dist-types/commands/GetHLSStreamingSessionURLCommand.d.ts +16 -0
- package/dist-types/commands/GetImagesCommand.d.ts +16 -0
- package/dist-types/commands/GetMediaForFragmentListCommand.d.ts +16 -0
- package/dist-types/commands/ListFragmentsCommand.d.ts +16 -0
- package/dist-types/models/KinesisVideoArchivedMediaServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +100 -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
|
-
});
|
|
@@ -7,10 +7,12 @@ import { GetMediaForFragmentListCommandInput, GetMediaForFragmentListCommandOutp
|
|
|
7
7
|
import { ListFragmentsCommandInput, ListFragmentsCommandOutput } from "./commands/ListFragmentsCommand";
|
|
8
8
|
import { KinesisVideoArchivedMediaClient } from "./KinesisVideoArchivedMediaClient";
|
|
9
9
|
/**
|
|
10
|
+
* @public
|
|
10
11
|
* <p></p>
|
|
11
12
|
*/
|
|
12
13
|
export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMediaClient {
|
|
13
14
|
/**
|
|
15
|
+
* @public
|
|
14
16
|
* <p>Downloads an MP4 file (clip) containing the archived, on-demand media from the
|
|
15
17
|
* specified video stream over the specified time range. </p>
|
|
16
18
|
* <p>Both the StreamName and the StreamARN parameters are optional, but you must specify
|
|
@@ -57,6 +59,7 @@ export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMedia
|
|
|
57
59
|
getClip(args: GetClipCommandInput, cb: (err: any, data?: GetClipCommandOutput) => void): void;
|
|
58
60
|
getClip(args: GetClipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClipCommandOutput) => void): void;
|
|
59
61
|
/**
|
|
62
|
+
* @public
|
|
60
63
|
* <p>Retrieves an MPEG Dynamic Adaptive Streaming over HTTP (DASH) URL for the stream. You
|
|
61
64
|
* can then open the URL in a media player to view the stream contents.</p>
|
|
62
65
|
*
|
|
@@ -209,6 +212,7 @@ export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMedia
|
|
|
209
212
|
getDASHStreamingSessionURL(args: GetDASHStreamingSessionURLCommandInput, cb: (err: any, data?: GetDASHStreamingSessionURLCommandOutput) => void): void;
|
|
210
213
|
getDASHStreamingSessionURL(args: GetDASHStreamingSessionURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDASHStreamingSessionURLCommandOutput) => void): void;
|
|
211
214
|
/**
|
|
215
|
+
* @public
|
|
212
216
|
* <p>Retrieves an HTTP Live Streaming (HLS) URL for the stream. You can then open the URL
|
|
213
217
|
* in a browser or media player to view the stream contents.</p>
|
|
214
218
|
* <p>Both the <code>StreamName</code> and the <code>StreamARN</code> parameters are
|
|
@@ -394,12 +398,14 @@ export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMedia
|
|
|
394
398
|
getHLSStreamingSessionURL(args: GetHLSStreamingSessionURLCommandInput, cb: (err: any, data?: GetHLSStreamingSessionURLCommandOutput) => void): void;
|
|
395
399
|
getHLSStreamingSessionURL(args: GetHLSStreamingSessionURLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHLSStreamingSessionURLCommandOutput) => void): void;
|
|
396
400
|
/**
|
|
401
|
+
* @public
|
|
397
402
|
* <p>Retrieves a list of Images corresponding to each timestamp for a given time range, sampling interval, and image format configuration.</p>
|
|
398
403
|
*/
|
|
399
404
|
getImages(args: GetImagesCommandInput, options?: __HttpHandlerOptions): Promise<GetImagesCommandOutput>;
|
|
400
405
|
getImages(args: GetImagesCommandInput, cb: (err: any, data?: GetImagesCommandOutput) => void): void;
|
|
401
406
|
getImages(args: GetImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetImagesCommandOutput) => void): void;
|
|
402
407
|
/**
|
|
408
|
+
* @public
|
|
403
409
|
* <p>Gets media for a list of fragments (specified by fragment number) from the archived
|
|
404
410
|
* data in an Amazon Kinesis video stream.</p>
|
|
405
411
|
*
|
|
@@ -442,6 +448,7 @@ export declare class KinesisVideoArchivedMedia extends KinesisVideoArchivedMedia
|
|
|
442
448
|
getMediaForFragmentList(args: GetMediaForFragmentListCommandInput, cb: (err: any, data?: GetMediaForFragmentListCommandOutput) => void): void;
|
|
443
449
|
getMediaForFragmentList(args: GetMediaForFragmentListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMediaForFragmentListCommandOutput) => void): void;
|
|
444
450
|
/**
|
|
451
|
+
* @public
|
|
445
452
|
* <p>Returns a list of <a>Fragment</a> objects from the specified stream and
|
|
446
453
|
* timestamp range within the archived data.</p>
|
|
447
454
|
* <p>Listing fragments is eventually consistent. This means that even if the producer
|
|
@@ -14,15 +14,24 @@ import { GetImagesCommandInput, GetImagesCommandOutput } from "./commands/GetIma
|
|
|
14
14
|
import { GetMediaForFragmentListCommandInput, GetMediaForFragmentListCommandOutput } from "./commands/GetMediaForFragmentListCommand";
|
|
15
15
|
import { ListFragmentsCommandInput, ListFragmentsCommandOutput } from "./commands/ListFragmentsCommand";
|
|
16
16
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
17
20
|
export type ServiceInputTypes = GetClipCommandInput | GetDASHStreamingSessionURLCommandInput | GetHLSStreamingSessionURLCommandInput | GetImagesCommandInput | GetMediaForFragmentListCommandInput | ListFragmentsCommandInput;
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
18
24
|
export type ServiceOutputTypes = GetClipCommandOutput | GetDASHStreamingSessionURLCommandOutput | GetHLSStreamingSessionURLCommandOutput | GetImagesCommandOutput | GetMediaForFragmentListCommandOutput | ListFragmentsCommandOutput;
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
19
28
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
20
29
|
/**
|
|
21
30
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
22
31
|
*/
|
|
23
32
|
requestHandler?: __HttpHandler;
|
|
24
33
|
/**
|
|
25
|
-
* A constructor for a class implementing the {@link
|
|
34
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
26
35
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
27
36
|
* @internal
|
|
28
37
|
*/
|
|
@@ -112,7 +121,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
112
121
|
*/
|
|
113
122
|
logger?: __Logger;
|
|
114
123
|
/**
|
|
115
|
-
* The {@link
|
|
124
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
116
125
|
*/
|
|
117
126
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
118
127
|
/**
|
|
@@ -121,19 +130,30 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
121
130
|
*/
|
|
122
131
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
123
132
|
}
|
|
133
|
+
/**
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
124
136
|
type KinesisVideoArchivedMediaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
125
137
|
/**
|
|
126
|
-
*
|
|
138
|
+
* @public
|
|
139
|
+
*
|
|
140
|
+
* The configuration interface of KinesisVideoArchivedMediaClient class constructor that set the region, credentials and other options.
|
|
127
141
|
*/
|
|
128
142
|
export interface KinesisVideoArchivedMediaClientConfig extends KinesisVideoArchivedMediaClientConfigType {
|
|
129
143
|
}
|
|
144
|
+
/**
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
130
147
|
type KinesisVideoArchivedMediaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
131
148
|
/**
|
|
132
|
-
*
|
|
149
|
+
* @public
|
|
150
|
+
*
|
|
151
|
+
* The resolved configuration interface of KinesisVideoArchivedMediaClient class. This is resolved and normalized from the {@link KinesisVideoArchivedMediaClientConfig | constructor configuration interface}.
|
|
133
152
|
*/
|
|
134
153
|
export interface KinesisVideoArchivedMediaClientResolvedConfig extends KinesisVideoArchivedMediaClientResolvedConfigType {
|
|
135
154
|
}
|
|
136
155
|
/**
|
|
156
|
+
* @public
|
|
137
157
|
* <p></p>
|
|
138
158
|
*/
|
|
139
159
|
export declare class KinesisVideoArchivedMediaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KinesisVideoArchivedMediaClientResolvedConfig> {
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KinesisVideoArchivedMediaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoArchivedMediaClient";
|
|
5
5
|
import { GetClipInput, GetClipOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetClipCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetClipCommandInput extends GetClipInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetClipCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetClipCommandOutput extends __WithSdkStreamMixin<GetClipOutput, "Payload">, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Downloads an MP4 file (clip) containing the archived, on-demand media from the
|
|
18
23
|
* specified video stream over the specified time range. </p>
|
|
19
24
|
* <p>Both the StreamName and the StreamARN parameters are optional, but you must specify
|
|
@@ -65,6 +70,8 @@ export interface GetClipCommandOutput extends __WithSdkStreamMixin<GetClipOutput
|
|
|
65
70
|
* const response = await client.send(command);
|
|
66
71
|
* ```
|
|
67
72
|
*
|
|
73
|
+
* @param GetClipCommandInput - {@link GetClipCommandInput}
|
|
74
|
+
* @returns {@link GetClipCommandOutput}
|
|
68
75
|
* @see {@link GetClipCommandInput} for command's `input` shape.
|
|
69
76
|
* @see {@link GetClipCommandOutput} for command's `response` shape.
|
|
70
77
|
* @see {@link KinesisVideoArchivedMediaClientResolvedConfig | config} for KinesisVideoArchivedMediaClient's `config` shape.
|
|
@@ -118,11 +125,20 @@ export interface GetClipCommandOutput extends __WithSdkStreamMixin<GetClipOutput
|
|
|
118
125
|
export declare class GetClipCommand extends $Command<GetClipCommandInput, GetClipCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
|
|
119
126
|
readonly input: GetClipCommandInput;
|
|
120
127
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
121
131
|
constructor(input: GetClipCommandInput);
|
|
122
132
|
/**
|
|
123
133
|
* @internal
|
|
124
134
|
*/
|
|
125
135
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisVideoArchivedMediaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetClipCommandInput, GetClipCommandOutput>;
|
|
136
|
+
/**
|
|
137
|
+
* @internal
|
|
138
|
+
*/
|
|
126
139
|
private serialize;
|
|
140
|
+
/**
|
|
141
|
+
* @internal
|
|
142
|
+
*/
|
|
127
143
|
private deserialize;
|
|
128
144
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KinesisVideoArchivedMediaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoArchivedMediaClient";
|
|
5
5
|
import { GetDASHStreamingSessionURLInput, GetDASHStreamingSessionURLOutput } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDASHStreamingSessionURLCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDASHStreamingSessionURLCommandInput extends GetDASHStreamingSessionURLInput {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDASHStreamingSessionURLCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDASHStreamingSessionURLCommandOutput extends GetDASHStreamingSessionURLOutput, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves an MPEG Dynamic Adaptive Streaming over HTTP (DASH) URL for the stream. You
|
|
18
23
|
* can then open the URL in a media player to view the stream contents.</p>
|
|
19
24
|
*
|
|
@@ -171,6 +176,8 @@ export interface GetDASHStreamingSessionURLCommandOutput extends GetDASHStreamin
|
|
|
171
176
|
* const response = await client.send(command);
|
|
172
177
|
* ```
|
|
173
178
|
*
|
|
179
|
+
* @param GetDASHStreamingSessionURLCommandInput - {@link GetDASHStreamingSessionURLCommandInput}
|
|
180
|
+
* @returns {@link GetDASHStreamingSessionURLCommandOutput}
|
|
174
181
|
* @see {@link GetDASHStreamingSessionURLCommandInput} for command's `input` shape.
|
|
175
182
|
* @see {@link GetDASHStreamingSessionURLCommandOutput} for command's `response` shape.
|
|
176
183
|
* @see {@link KinesisVideoArchivedMediaClientResolvedConfig | config} for KinesisVideoArchivedMediaClient's `config` shape.
|
|
@@ -220,11 +227,20 @@ export interface GetDASHStreamingSessionURLCommandOutput extends GetDASHStreamin
|
|
|
220
227
|
export declare class GetDASHStreamingSessionURLCommand extends $Command<GetDASHStreamingSessionURLCommandInput, GetDASHStreamingSessionURLCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig> {
|
|
221
228
|
readonly input: GetDASHStreamingSessionURLCommandInput;
|
|
222
229
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
223
233
|
constructor(input: GetDASHStreamingSessionURLCommandInput);
|
|
224
234
|
/**
|
|
225
235
|
* @internal
|
|
226
236
|
*/
|
|
227
237
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KinesisVideoArchivedMediaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDASHStreamingSessionURLCommandInput, GetDASHStreamingSessionURLCommandOutput>;
|
|
238
|
+
/**
|
|
239
|
+
* @internal
|
|
240
|
+
*/
|
|
228
241
|
private serialize;
|
|
242
|
+
/**
|
|
243
|
+
* @internal
|
|
244
|
+
*/
|
|
229
245
|
private deserialize;
|
|
230
246
|
}
|