@aws-sdk/client-kinesis-video 3.1077.0 → 3.1078.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/index.js +40 -323
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateSignalingChannelCommand.js +2 -14
- package/dist-es/commands/CreateStreamCommand.js +2 -14
- package/dist-es/commands/DeleteEdgeConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteSignalingChannelCommand.js +2 -14
- package/dist-es/commands/DeleteStreamCommand.js +2 -14
- package/dist-es/commands/DescribeEdgeConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeSignalingChannelCommand.js +2 -14
- package/dist-es/commands/DescribeStreamCommand.js +2 -14
- package/dist-es/commands/DescribeStreamStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDataEndpointCommand.js +2 -14
- package/dist-es/commands/GetSignalingChannelEndpointCommand.js +2 -14
- package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListSignalingChannelsCommand.js +2 -14
- package/dist-es/commands/ListStreamsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTagsForStreamCommand.js +2 -14
- package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TagStreamCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UntagStreamCommand.js +2 -14
- package/dist-es/commands/UpdateDataRetentionCommand.js +2 -14
- package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateSignalingChannelCommand.js +2 -14
- package/dist-es/commands/UpdateStreamCommand.js +2 -14
- package/dist-es/commands/UpdateStreamStorageConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateSignalingChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateStreamCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStreamCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStreamCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStreamStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDataEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +3 -8
- package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSignalingChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListStreamsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +3 -8
- package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagStreamCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagStreamCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataRetentionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStreamCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStreamStorageConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStreamStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStreamStorageConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeSignalingChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSignalingChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DescribeSignalingChannel", {})
|
|
13
|
-
.n("KinesisVideoClient", "DescribeSignalingChannelCommand")
|
|
14
|
-
.sc(DescribeSignalingChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSignalingChannelCommand extends command(_ep0, _mw0, "DescribeSignalingChannel", DescribeSignalingChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DescribeStream", {})
|
|
13
|
-
.n("KinesisVideoClient", "DescribeStreamCommand")
|
|
14
|
-
.sc(DescribeStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeStreamCommand extends command(_ep0, _mw0, "DescribeStream", DescribeStream$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeStreamStorageConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeStreamStorageConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "DescribeStreamStorageConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "DescribeStreamStorageConfigurationCommand")
|
|
14
|
-
.sc(DescribeStreamStorageConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeStreamStorageConfigurationCommand extends command(_ep0, _mw0, "DescribeStreamStorageConfiguration", DescribeStreamStorageConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDataEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDataEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "GetDataEndpoint", {})
|
|
13
|
-
.n("KinesisVideoClient", "GetDataEndpointCommand")
|
|
14
|
-
.sc(GetDataEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDataEndpointCommand extends command(_ep0, _mw0, "GetDataEndpoint", GetDataEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSignalingChannelEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSignalingChannelEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "GetSignalingChannelEndpoint", {})
|
|
13
|
-
.n("KinesisVideoClient", "GetSignalingChannelEndpointCommand")
|
|
14
|
-
.sc(GetSignalingChannelEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSignalingChannelEndpointCommand extends command(_ep0, _mw0, "GetSignalingChannelEndpoint", GetSignalingChannelEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListEdgeAgentConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEdgeAgentConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "ListEdgeAgentConfigurations", {})
|
|
13
|
-
.n("KinesisVideoClient", "ListEdgeAgentConfigurationsCommand")
|
|
14
|
-
.sc(ListEdgeAgentConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEdgeAgentConfigurationsCommand extends command(_ep0, _mw0, "ListEdgeAgentConfigurations", ListEdgeAgentConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListSignalingChannels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSignalingChannelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "ListSignalingChannels", {})
|
|
13
|
-
.n("KinesisVideoClient", "ListSignalingChannelsCommand")
|
|
14
|
-
.sc(ListSignalingChannels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSignalingChannelsCommand extends command(_ep0, _mw0, "ListSignalingChannels", ListSignalingChannels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListStreams$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListStreamsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "ListStreams", {})
|
|
13
|
-
.n("KinesisVideoClient", "ListStreamsCommand")
|
|
14
|
-
.sc(ListStreams$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListStreamsCommand extends command(_ep0, _mw0, "ListStreams", ListStreams$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "ListTagsForResource", {})
|
|
13
|
-
.n("KinesisVideoClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "ListTagsForStream", {})
|
|
13
|
-
.n("KinesisVideoClient", "ListTagsForStreamCommand")
|
|
14
|
-
.sc(ListTagsForStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForStreamCommand extends command(_ep0, _mw0, "ListTagsForStream", ListTagsForStream$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartEdgeConfigurationUpdate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartEdgeConfigurationUpdateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "StartEdgeConfigurationUpdate", {})
|
|
13
|
-
.n("KinesisVideoClient", "StartEdgeConfigurationUpdateCommand")
|
|
14
|
-
.sc(StartEdgeConfigurationUpdate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartEdgeConfigurationUpdateCommand extends command(_ep0, _mw0, "StartEdgeConfigurationUpdate", StartEdgeConfigurationUpdate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "TagResource", {})
|
|
13
|
-
.n("KinesisVideoClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "TagStream", {})
|
|
13
|
-
.n("KinesisVideoClient", "TagStreamCommand")
|
|
14
|
-
.sc(TagStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagStreamCommand extends command(_ep0, _mw0, "TagStream", TagStream$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "UntagResource", {})
|
|
13
|
-
.n("KinesisVideoClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "UntagStream", {})
|
|
13
|
-
.n("KinesisVideoClient", "UntagStreamCommand")
|
|
14
|
-
.sc(UntagStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagStreamCommand extends command(_ep0, _mw0, "UntagStream", UntagStream$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDataRetention$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDataRetentionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "UpdateDataRetention", {})
|
|
13
|
-
.n("KinesisVideoClient", "UpdateDataRetentionCommand")
|
|
14
|
-
.sc(UpdateDataRetention$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDataRetentionCommand extends command(_ep0, _mw0, "UpdateDataRetention", UpdateDataRetention$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateImageGenerationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateImageGenerationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "UpdateImageGenerationConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "UpdateImageGenerationConfigurationCommand")
|
|
14
|
-
.sc(UpdateImageGenerationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateImageGenerationConfigurationCommand extends command(_ep0, _mw0, "UpdateImageGenerationConfiguration", UpdateImageGenerationConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateMediaStorageConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateMediaStorageConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "UpdateMediaStorageConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "UpdateMediaStorageConfigurationCommand")
|
|
14
|
-
.sc(UpdateMediaStorageConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateMediaStorageConfigurationCommand extends command(_ep0, _mw0, "UpdateMediaStorageConfiguration", UpdateMediaStorageConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateNotificationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateNotificationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "UpdateNotificationConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "UpdateNotificationConfigurationCommand")
|
|
14
|
-
.sc(UpdateNotificationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateNotificationConfigurationCommand extends command(_ep0, _mw0, "UpdateNotificationConfiguration", UpdateNotificationConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSignalingChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSignalingChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "UpdateSignalingChannel", {})
|
|
13
|
-
.n("KinesisVideoClient", "UpdateSignalingChannelCommand")
|
|
14
|
-
.sc(UpdateSignalingChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSignalingChannelCommand extends command(_ep0, _mw0, "UpdateSignalingChannel", UpdateSignalingChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateStream$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateStreamCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "UpdateStream", {})
|
|
13
|
-
.n("KinesisVideoClient", "UpdateStreamCommand")
|
|
14
|
-
.sc(UpdateStream$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateStreamCommand extends command(_ep0, _mw0, "UpdateStream", UpdateStream$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateStreamStorageConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateStreamStorageConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("KinesisVideo_20170930", "UpdateStreamStorageConfiguration", {})
|
|
13
|
-
.n("KinesisVideoClient", "UpdateStreamStorageConfigurationCommand")
|
|
14
|
-
.sc(UpdateStreamStorageConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateStreamStorageConfigurationCommand extends command(_ep0, _mw0, "UpdateStreamStorageConfiguration", UpdateStreamStorageConfiguration$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./KinesisVideoClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
2
|
import type { CreateSignalingChannelInput, CreateSignalingChannelOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSignalingChannelCommandInput extends CreateSignalingChann
|
|
|
22
19
|
export interface CreateSignalingChannelCommandOutput extends CreateSignalingChannelOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSignalingChannelCommand_base: {
|
|
25
|
-
new (input: CreateSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateSignalingChannelCommandInput, CreateSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateSignalingChannelCommandInput, CreateSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateSignalingChannelCommandInput, CreateSignalingChannelCommandOutput, import("..").KinesisVideoClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateSignalingChannelCommandInput, CreateSignalingChannelCommandOutput, import("..").KinesisVideoClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a signaling channel. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
2
|
import type { CreateStreamInput, CreateStreamOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateStreamCommandInput extends CreateStreamInput {
|
|
|
22
19
|
export interface CreateStreamCommandOutput extends CreateStreamOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateStreamCommand_base: {
|
|
25
|
-
new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, import("..").KinesisVideoClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, import("..").KinesisVideoClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new Kinesis video stream. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
2
|
import type { DeleteEdgeConfigurationInput, DeleteEdgeConfigurationOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteEdgeConfigurationCommandInput extends DeleteEdgeConfigura
|
|
|
22
19
|
export interface DeleteEdgeConfigurationCommandOutput extends DeleteEdgeConfigurationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteEdgeConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteEdgeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DeleteEdgeConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteEdgeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput, import("..").KinesisVideoClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DeleteEdgeConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput, import("..").KinesisVideoClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
2
|
import type { DeleteSignalingChannelInput, DeleteSignalingChannelOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSignalingChannelCommandInput extends DeleteSignalingChann
|
|
|
22
19
|
export interface DeleteSignalingChannelCommandOutput extends DeleteSignalingChannelOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSignalingChannelCommand_base: {
|
|
25
|
-
new (input: DeleteSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, import("..").KinesisVideoClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, import("..").KinesisVideoClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a specified signaling channel. <code>DeleteSignalingChannel</code> is an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
2
|
import type { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteStreamCommandInput extends DeleteStreamInput {
|
|
|
22
19
|
export interface DeleteStreamCommandOutput extends DeleteStreamOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteStreamCommand_base: {
|
|
25
|
-
new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, import("..").KinesisVideoClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, import("..").KinesisVideoClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a Kinesis video stream and the data contained in the stream. </p>
|