@aws-sdk/client-kinesis-video 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +80 -81
- package/dist-cjs/models/KinesisVideoServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/KinesisVideo.js +1 -1
- package/dist-es/KinesisVideoClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateSignalingChannelCommand.js +2 -2
- package/dist-es/commands/CreateStreamCommand.js +2 -2
- package/dist-es/commands/DeleteEdgeConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteSignalingChannelCommand.js +2 -2
- package/dist-es/commands/DeleteStreamCommand.js +2 -2
- package/dist-es/commands/DescribeEdgeConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeSignalingChannelCommand.js +2 -2
- package/dist-es/commands/DescribeStreamCommand.js +2 -2
- package/dist-es/commands/DescribeStreamStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/GetDataEndpointCommand.js +2 -2
- package/dist-es/commands/GetSignalingChannelEndpointCommand.js +2 -2
- package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListSignalingChannelsCommand.js +2 -2
- package/dist-es/commands/ListStreamsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTagsForStreamCommand.js +2 -2
- package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TagStreamCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UntagStreamCommand.js +2 -2
- package/dist-es/commands/UpdateDataRetentionCommand.js +2 -2
- package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateSignalingChannelCommand.js +2 -2
- package/dist-es/commands/UpdateStreamCommand.js +2 -2
- package/dist-es/commands/UpdateStreamStorageConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/KinesisVideoServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/KinesisVideoClient.d.ts +5 -5
- package/dist-types/commands/CreateSignalingChannelCommand.d.ts +6 -4
- package/dist-types/commands/CreateStreamCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStreamCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStreamCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStreamStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetDataEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +6 -4
- package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListSignalingChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListStreamsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +6 -4
- package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TagStreamCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagStreamCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataRetentionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStreamCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStreamStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/KinesisVideoServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/KinesisVideoClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStreamStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStreamStorageConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KinesisVideoServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeStreamCommandOutput
|
|
|
15
15
|
declare const DescribeStreamCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeStreamCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeStreamCommandInput,
|
|
20
20
|
DescribeStreamCommandOutput,
|
|
21
21
|
KinesisVideoClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeStreamCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [DescribeStreamCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeStreamCommandInput,
|
|
29
29
|
DescribeStreamCommandOutput,
|
|
30
30
|
KinesisVideoClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeStreamStorageConfigurationCommandOutput
|
|
|
19
19
|
declare const DescribeStreamStorageConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeStreamStorageConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeStreamStorageConfigurationCommandInput,
|
|
24
24
|
DescribeStreamStorageConfigurationCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeStreamStorageConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeStreamStorageConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeStreamStorageConfigurationCommandInput,
|
|
33
33
|
DescribeStreamStorageConfigurationCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeStreamStorageConfigurationCommand extends DescribeStreamStorageConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetDataEndpointCommandOutput
|
|
|
18
18
|
declare const GetDataEndpointCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetDataEndpointCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetDataEndpointCommandInput,
|
|
23
23
|
GetDataEndpointCommandOutput,
|
|
24
24
|
KinesisVideoClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetDataEndpointCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetDataEndpointCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetDataEndpointCommandInput,
|
|
32
32
|
GetDataEndpointCommandOutput,
|
|
33
33
|
KinesisVideoClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetDataEndpointCommand extends GetDataEndpointCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetSignalingChannelEndpointCommandOutput
|
|
|
19
19
|
declare const GetSignalingChannelEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSignalingChannelEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSignalingChannelEndpointCommandInput,
|
|
24
24
|
GetSignalingChannelEndpointCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSignalingChannelEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSignalingChannelEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSignalingChannelEndpointCommandInput,
|
|
33
33
|
GetSignalingChannelEndpointCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSignalingChannelEndpointCommand extends GetSignalingChannelEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListEdgeAgentConfigurationsCommandOutput
|
|
|
19
19
|
declare const ListEdgeAgentConfigurationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListEdgeAgentConfigurationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListEdgeAgentConfigurationsCommandInput,
|
|
24
24
|
ListEdgeAgentConfigurationsCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListEdgeAgentConfigurationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListEdgeAgentConfigurationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListEdgeAgentConfigurationsCommandInput,
|
|
33
33
|
ListEdgeAgentConfigurationsCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListEdgeAgentConfigurationsCommand extends ListEdgeAgentConfigurationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListSignalingChannelsCommandOutput
|
|
|
19
19
|
declare const ListSignalingChannelsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListSignalingChannelsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListSignalingChannelsCommandInput,
|
|
24
24
|
ListSignalingChannelsCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListSignalingChannelsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListSignalingChannelsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListSignalingChannelsCommandInput,
|
|
33
33
|
ListSignalingChannelsCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListSignalingChannelsCommand extends ListSignalingChannelsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListStreamsCommandOutput
|
|
|
15
15
|
declare const ListStreamsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListStreamsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListStreamsCommandInput,
|
|
20
20
|
ListStreamsCommandOutput,
|
|
21
21
|
KinesisVideoClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListStreamsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListStreamsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListStreamsCommandInput,
|
|
29
29
|
ListStreamsCommandOutput,
|
|
30
30
|
KinesisVideoClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListTagsForStreamCommandOutput
|
|
|
18
18
|
declare const ListTagsForStreamCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListTagsForStreamCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListTagsForStreamCommandInput,
|
|
23
23
|
ListTagsForStreamCommandOutput,
|
|
24
24
|
KinesisVideoClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListTagsForStreamCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListTagsForStreamCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListTagsForStreamCommandInput,
|
|
32
32
|
ListTagsForStreamCommandOutput,
|
|
33
33
|
KinesisVideoClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface StartEdgeConfigurationUpdateCommandOutput
|
|
|
19
19
|
declare const StartEdgeConfigurationUpdateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartEdgeConfigurationUpdateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartEdgeConfigurationUpdateCommandInput,
|
|
24
24
|
StartEdgeConfigurationUpdateCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartEdgeConfigurationUpdateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartEdgeConfigurationUpdateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartEdgeConfigurationUpdateCommandInput,
|
|
33
33
|
StartEdgeConfigurationUpdateCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartEdgeConfigurationUpdateCommand extends StartEdgeConfigurationUpdateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
KinesisVideoClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
KinesisVideoClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface TagStreamCommandOutput
|
|
|
13
13
|
extends TagStreamOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const TagStreamCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: TagStreamCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
TagStreamCommandInput,
|
|
20
18
|
TagStreamCommandOutput,
|
|
21
19
|
KinesisVideoClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: TagStreamCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
TagStreamCommandInput,
|
|
29
25
|
TagStreamCommandOutput,
|
|
30
26
|
KinesisVideoClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class TagStreamCommand extends TagStreamCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UntagResourceCommandOutput
|
|
|
15
15
|
declare const UntagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UntagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
21
21
|
KinesisVideoClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UntagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UntagResourceCommandInput,
|
|
29
29
|
UntagResourceCommandOutput,
|
|
30
30
|
KinesisVideoClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UntagStreamCommandOutput
|
|
|
15
15
|
declare const UntagStreamCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UntagStreamCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagStreamCommandInput,
|
|
20
20
|
UntagStreamCommandOutput,
|
|
21
21
|
KinesisVideoClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UntagStreamCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UntagStreamCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UntagStreamCommandInput,
|
|
29
29
|
UntagStreamCommandOutput,
|
|
30
30
|
KinesisVideoClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UntagStreamCommand extends UntagStreamCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateDataRetentionCommandOutput
|
|
|
19
19
|
declare const UpdateDataRetentionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateDataRetentionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateDataRetentionCommandInput,
|
|
24
24
|
UpdateDataRetentionCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateDataRetentionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateDataRetentionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateDataRetentionCommandInput,
|
|
33
33
|
UpdateDataRetentionCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateDataRetentionCommand extends UpdateDataRetentionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateImageGenerationConfigurationCommandOutput
|
|
|
19
19
|
declare const UpdateImageGenerationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateImageGenerationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateImageGenerationConfigurationCommandInput,
|
|
24
24
|
UpdateImageGenerationConfigurationCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateImageGenerationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [UpdateImageGenerationConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateImageGenerationConfigurationCommandInput,
|
|
33
33
|
UpdateImageGenerationConfigurationCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateImageGenerationConfigurationCommand extends UpdateImageGenerationConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateMediaStorageConfigurationCommandOutput
|
|
|
19
19
|
declare const UpdateMediaStorageConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateMediaStorageConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateMediaStorageConfigurationCommandInput,
|
|
24
24
|
UpdateMediaStorageConfigurationCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateMediaStorageConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateMediaStorageConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateMediaStorageConfigurationCommandInput,
|
|
33
33
|
UpdateMediaStorageConfigurationCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateMediaStorageConfigurationCommand extends UpdateMediaStorageConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateNotificationConfigurationCommandOutput
|
|
|
19
19
|
declare const UpdateNotificationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateNotificationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateNotificationConfigurationCommandInput,
|
|
24
24
|
UpdateNotificationConfigurationCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateNotificationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [UpdateNotificationConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateNotificationConfigurationCommandInput,
|
|
33
33
|
UpdateNotificationConfigurationCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateNotificationConfigurationCommand extends UpdateNotificationConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KinesisVideoClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateSignalingChannelCommandOutput
|
|
|
19
19
|
declare const UpdateSignalingChannelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateSignalingChannelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateSignalingChannelCommandInput,
|
|
24
24
|
UpdateSignalingChannelCommandOutput,
|
|
25
25
|
KinesisVideoClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateSignalingChannelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateSignalingChannelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateSignalingChannelCommandInput,
|
|
33
33
|
UpdateSignalingChannelCommandOutput,
|
|
34
34
|
KinesisVideoClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateSignalingChannelCommand extends UpdateSignalingChannelCommand_base {
|
|
41
43
|
protected static __types: {
|