@aws-sdk/client-kinesis-video 3.477.0 → 3.481.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/CreateSignalingChannelCommand.js +18 -41
- package/dist-cjs/commands/CreateStreamCommand.js +18 -41
- package/dist-cjs/commands/DeleteEdgeConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteSignalingChannelCommand.js +18 -41
- package/dist-cjs/commands/DeleteStreamCommand.js +18 -41
- package/dist-cjs/commands/DescribeEdgeConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeImageGenerationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeMappedResourceConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeMediaStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeNotificationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeSignalingChannelCommand.js +18 -41
- package/dist-cjs/commands/DescribeStreamCommand.js +18 -41
- package/dist-cjs/commands/GetDataEndpointCommand.js +18 -41
- package/dist-cjs/commands/GetSignalingChannelEndpointCommand.js +18 -41
- package/dist-cjs/commands/ListEdgeAgentConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListSignalingChannelsCommand.js +18 -41
- package/dist-cjs/commands/ListStreamsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForStreamCommand.js +18 -41
- package/dist-cjs/commands/StartEdgeConfigurationUpdateCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/TagStreamCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagStreamCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataRetentionCommand.js +18 -41
- package/dist-cjs/commands/UpdateImageGenerationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateMediaStorageConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateNotificationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateSignalingChannelCommand.js +18 -41
- package/dist-cjs/commands/UpdateStreamCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeMappedResourceConfigurationPaginator.js +2 -24
- package/dist-cjs/pagination/ListEdgeAgentConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSignalingChannelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListStreamsPaginator.js +2 -24
- package/dist-es/commands/CreateSignalingChannelCommand.js +18 -41
- package/dist-es/commands/CreateStreamCommand.js +18 -41
- package/dist-es/commands/DeleteEdgeConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteSignalingChannelCommand.js +18 -41
- package/dist-es/commands/DeleteStreamCommand.js +18 -41
- package/dist-es/commands/DescribeEdgeConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeNotificationConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeSignalingChannelCommand.js +18 -41
- package/dist-es/commands/DescribeStreamCommand.js +18 -41
- package/dist-es/commands/GetDataEndpointCommand.js +18 -41
- package/dist-es/commands/GetSignalingChannelEndpointCommand.js +18 -41
- package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListSignalingChannelsCommand.js +18 -41
- package/dist-es/commands/ListStreamsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTagsForStreamCommand.js +18 -41
- package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/TagStreamCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UntagStreamCommand.js +18 -41
- package/dist-es/commands/UpdateDataRetentionCommand.js +18 -41
- package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateSignalingChannelCommand.js +18 -41
- package/dist-es/commands/UpdateStreamCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeMappedResourceConfigurationPaginator.js +2 -23
- package/dist-es/pagination/ListEdgeAgentConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/ListSignalingChannelsPaginator.js +2 -23
- package/dist-es/pagination/ListStreamsPaginator.js +2 -23
- package/dist-types/commands/CreateSignalingChannelCommand.d.ts +6 -21
- package/dist-types/commands/CreateStreamCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStreamCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStreamCommand.d.ts +6 -21
- package/dist-types/commands/GetDataEndpointCommand.d.ts +6 -21
- package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +6 -21
- package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListSignalingChannelsCommand.d.ts +6 -21
- package/dist-types/commands/ListStreamsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +6 -21
- package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/TagStreamCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagStreamCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataRetentionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStreamCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeMappedResourceConfigurationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgeAgentConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSignalingChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStreamsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeMappedResourceConfigurationPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEdgeAgentConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSignalingChannelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateSignalingChannelCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KinesisVideoClient";
|
|
29
|
-
const commandName = "CreateSignalingChannelCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "KinesisVideo_20170930",
|
|
38
|
-
operation: "CreateSignalingChannel",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateSignalingChannelCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateSignalingChannelCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateSignalingChannelCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("KinesisVideo_20170930", "CreateSignalingChannel", {})
|
|
22
|
+
.n("KinesisVideoClient", "CreateSignalingChannelCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateSignalingChannelCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateSignalingChannelCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateSignalingChannelCommand = CreateSignalingChannelCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateStreamCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KinesisVideoClient";
|
|
29
|
-
const commandName = "CreateStreamCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "KinesisVideo_20170930",
|
|
38
|
-
operation: "CreateStream",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_CreateStreamCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_CreateStreamCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateStreamCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("KinesisVideo_20170930", "CreateStream", {})
|
|
22
|
+
.n("KinesisVideoClient", "CreateStreamCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_CreateStreamCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_CreateStreamCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateStreamCommand = CreateStreamCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteEdgeConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KinesisVideoClient";
|
|
29
|
-
const commandName = "DeleteEdgeConfigurationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "KinesisVideo_20170930",
|
|
38
|
-
operation: "DeleteEdgeConfiguration",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteEdgeConfigurationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteEdgeConfigurationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteEdgeConfigurationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("KinesisVideo_20170930", "DeleteEdgeConfiguration", {})
|
|
22
|
+
.n("KinesisVideoClient", "DeleteEdgeConfigurationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteEdgeConfigurationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteEdgeConfigurationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteEdgeConfigurationCommand = DeleteEdgeConfigurationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteSignalingChannelCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KinesisVideoClient";
|
|
29
|
-
const commandName = "DeleteSignalingChannelCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "KinesisVideo_20170930",
|
|
38
|
-
operation: "DeleteSignalingChannel",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteSignalingChannelCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteSignalingChannelCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteSignalingChannelCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("KinesisVideo_20170930", "DeleteSignalingChannel", {})
|
|
22
|
+
.n("KinesisVideoClient", "DeleteSignalingChannelCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteSignalingChannelCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteSignalingChannelCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteSignalingChannelCommand = DeleteSignalingChannelCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteStreamCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KinesisVideoClient";
|
|
29
|
-
const commandName = "DeleteStreamCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "KinesisVideo_20170930",
|
|
38
|
-
operation: "DeleteStream",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DeleteStreamCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DeleteStreamCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DeleteStreamCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("KinesisVideo_20170930", "DeleteStream", {})
|
|
22
|
+
.n("KinesisVideoClient", "DeleteStreamCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DeleteStreamCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DeleteStreamCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DeleteStreamCommand = DeleteStreamCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class DescribeEdgeConfigurationCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "KinesisVideoClient";
|
|
30
|
-
const commandName = "DescribeEdgeConfigurationCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeEdgeConfigurationOutputFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "KinesisVideo_20170930",
|
|
39
|
-
operation: "DescribeEdgeConfiguration",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_DescribeEdgeConfigurationCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_DescribeEdgeConfigurationCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeEdgeConfigurationCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("KinesisVideo_20170930", "DescribeEdgeConfiguration", {})
|
|
23
|
+
.n("KinesisVideoClient", "DescribeEdgeConfigurationCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeEdgeConfigurationOutputFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_DescribeEdgeConfigurationCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_DescribeEdgeConfigurationCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeEdgeConfigurationCommand = DescribeEdgeConfigurationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DescribeImageGenerationConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KinesisVideoClient";
|
|
29
|
-
const commandName = "DescribeImageGenerationConfigurationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "KinesisVideo_20170930",
|
|
38
|
-
operation: "DescribeImageGenerationConfiguration",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DescribeImageGenerationConfigurationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DescribeImageGenerationConfigurationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeImageGenerationConfigurationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("KinesisVideo_20170930", "DescribeImageGenerationConfiguration", {})
|
|
22
|
+
.n("KinesisVideoClient", "DescribeImageGenerationConfigurationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DescribeImageGenerationConfigurationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DescribeImageGenerationConfigurationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeImageGenerationConfigurationCommand = DescribeImageGenerationConfigurationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DescribeMappedResourceConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KinesisVideoClient";
|
|
29
|
-
const commandName = "DescribeMappedResourceConfigurationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "KinesisVideo_20170930",
|
|
38
|
-
operation: "DescribeMappedResourceConfiguration",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DescribeMappedResourceConfigurationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DescribeMappedResourceConfigurationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeMappedResourceConfigurationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("KinesisVideo_20170930", "DescribeMappedResourceConfiguration", {})
|
|
22
|
+
.n("KinesisVideoClient", "DescribeMappedResourceConfigurationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DescribeMappedResourceConfigurationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DescribeMappedResourceConfigurationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeMappedResourceConfigurationCommand = DescribeMappedResourceConfigurationCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DescribeMediaStorageConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KinesisVideoClient";
|
|
29
|
-
const commandName = "DescribeMediaStorageConfigurationCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "KinesisVideo_20170930",
|
|
38
|
-
operation: "DescribeMediaStorageConfiguration",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_DescribeMediaStorageConfigurationCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_DescribeMediaStorageConfigurationCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeMediaStorageConfigurationCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("KinesisVideo_20170930", "DescribeMediaStorageConfiguration", {})
|
|
22
|
+
.n("KinesisVideoClient", "DescribeMediaStorageConfigurationCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_DescribeMediaStorageConfigurationCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_DescribeMediaStorageConfigurationCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeMediaStorageConfigurationCommand = DescribeMediaStorageConfigurationCommand;
|