@aws-sdk/client-kinesis-video 3.1077.0 → 3.1079.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.
Files changed (104) hide show
  1. package/dist-cjs/index.js +40 -323
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateSignalingChannelCommand.js +2 -14
  4. package/dist-es/commands/CreateStreamCommand.js +2 -14
  5. package/dist-es/commands/DeleteEdgeConfigurationCommand.js +2 -14
  6. package/dist-es/commands/DeleteSignalingChannelCommand.js +2 -14
  7. package/dist-es/commands/DeleteStreamCommand.js +2 -14
  8. package/dist-es/commands/DescribeEdgeConfigurationCommand.js +2 -14
  9. package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +2 -14
  10. package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +2 -14
  11. package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +2 -14
  12. package/dist-es/commands/DescribeNotificationConfigurationCommand.js +2 -14
  13. package/dist-es/commands/DescribeSignalingChannelCommand.js +2 -14
  14. package/dist-es/commands/DescribeStreamCommand.js +2 -14
  15. package/dist-es/commands/DescribeStreamStorageConfigurationCommand.js +2 -14
  16. package/dist-es/commands/GetDataEndpointCommand.js +2 -14
  17. package/dist-es/commands/GetSignalingChannelEndpointCommand.js +2 -14
  18. package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +2 -14
  19. package/dist-es/commands/ListSignalingChannelsCommand.js +2 -14
  20. package/dist-es/commands/ListStreamsCommand.js +2 -14
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  22. package/dist-es/commands/ListTagsForStreamCommand.js +2 -14
  23. package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +2 -14
  24. package/dist-es/commands/TagResourceCommand.js +2 -14
  25. package/dist-es/commands/TagStreamCommand.js +2 -14
  26. package/dist-es/commands/UntagResourceCommand.js +2 -14
  27. package/dist-es/commands/UntagStreamCommand.js +2 -14
  28. package/dist-es/commands/UpdateDataRetentionCommand.js +2 -14
  29. package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +2 -14
  30. package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +2 -14
  31. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -14
  32. package/dist-es/commands/UpdateSignalingChannelCommand.js +2 -14
  33. package/dist-es/commands/UpdateStreamCommand.js +2 -14
  34. package/dist-es/commands/UpdateStreamStorageConfigurationCommand.js +2 -14
  35. package/dist-es/index.js +1 -0
  36. package/dist-types/commandBuilder.d.ts +18 -0
  37. package/dist-types/commands/CreateSignalingChannelCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateStreamCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteStreamCommand.d.ts +3 -8
  42. package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +3 -8
  43. package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +3 -8
  44. package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeStreamCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeStreamStorageConfigurationCommand.d.ts +3 -8
  50. package/dist-types/commands/GetDataEndpointCommand.d.ts +3 -8
  51. package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +3 -8
  52. package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListSignalingChannelsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListStreamsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  56. package/dist-types/commands/ListTagsForStreamCommand.d.ts +3 -8
  57. package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +3 -8
  58. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  59. package/dist-types/commands/TagStreamCommand.d.ts +3 -8
  60. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  61. package/dist-types/commands/UntagStreamCommand.d.ts +3 -8
  62. package/dist-types/commands/UpdateDataRetentionCommand.d.ts +3 -8
  63. package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdateStreamCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateStreamStorageConfigurationCommand.d.ts +3 -8
  69. package/dist-types/index.d.ts +1 -0
  70. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  71. package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeStreamStorageConfigurationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/UpdateStreamStorageConfigurationCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/index.d.ts +1 -0
  104. package/package.json +8 -8
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import {
9
3
  DescribeNotificationConfigurationInput,
10
4
  DescribeNotificationConfigurationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeNotificationConfigurationCommandInput
15
8
  extends DescribeNotificationConfigurationInput {}
16
9
  export interface DescribeNotificationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeNotificationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeNotificationConfigurationCommandInput,
24
17
  DescribeNotificationConfigurationCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeNotificationConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeNotificationConfigurationCommandInput,
33
26
  DescribeNotificationConfigurationCommandOutput,
34
- KinesisVideoClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisVideoClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeNotificationConfigurationCommand extends DescribeNotificationConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import {
9
3
  DescribeSignalingChannelInput,
10
4
  DescribeSignalingChannelOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeSignalingChannelCommandInput
15
8
  extends DescribeSignalingChannelInput {}
16
9
  export interface DescribeSignalingChannelCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeSignalingChannelCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeSignalingChannelCommandInput,
24
17
  DescribeSignalingChannelCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeSignalingChannelCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeSignalingChannelCommandInput,
33
26
  DescribeSignalingChannelCommandOutput,
34
- KinesisVideoClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisVideoClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeSignalingChannelCommand extends DescribeSignalingChannelCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DescribeStreamCommandInput extends DescribeStreamInput {}
12
5
  export interface DescribeStreamCommandOutput
13
6
  extends DescribeStreamOutput,
@@ -18,22 +11,20 @@ declare const DescribeStreamCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DescribeStreamCommandInput,
20
13
  DescribeStreamCommandOutput,
21
- KinesisVideoClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").KinesisVideoClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [DescribeStreamCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DescribeStreamCommandInput,
29
22
  DescribeStreamCommandOutput,
30
- KinesisVideoClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").KinesisVideoClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import {
9
3
  DescribeStreamStorageConfigurationInput,
10
4
  DescribeStreamStorageConfigurationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeStreamStorageConfigurationCommandInput
15
8
  extends DescribeStreamStorageConfigurationInput {}
16
9
  export interface DescribeStreamStorageConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeStreamStorageConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeStreamStorageConfigurationCommandInput,
24
17
  DescribeStreamStorageConfigurationCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeStreamStorageConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeStreamStorageConfigurationCommandInput,
33
26
  DescribeStreamStorageConfigurationCommandOutput,
34
- KinesisVideoClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisVideoClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeStreamStorageConfigurationCommand extends DescribeStreamStorageConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import {
9
3
  GetDataEndpointInput,
10
4
  GetDataEndpointOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetDataEndpointCommandInput extends GetDataEndpointInput {}
15
8
  export interface GetDataEndpointCommandOutput
16
9
  extends GetDataEndpointOutput,
@@ -21,22 +14,20 @@ declare const GetDataEndpointCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetDataEndpointCommandInput,
23
16
  GetDataEndpointCommandOutput,
24
- KinesisVideoClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").KinesisVideoClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetDataEndpointCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetDataEndpointCommandInput,
32
25
  GetDataEndpointCommandOutput,
33
- KinesisVideoClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").KinesisVideoClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetDataEndpointCommand extends GetDataEndpointCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import {
9
3
  GetSignalingChannelEndpointInput,
10
4
  GetSignalingChannelEndpointOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSignalingChannelEndpointCommandInput
15
8
  extends GetSignalingChannelEndpointInput {}
16
9
  export interface GetSignalingChannelEndpointCommandOutput
@@ -22,22 +15,20 @@ declare const GetSignalingChannelEndpointCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetSignalingChannelEndpointCommandInput,
24
17
  GetSignalingChannelEndpointCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetSignalingChannelEndpointCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetSignalingChannelEndpointCommandInput,
33
26
  GetSignalingChannelEndpointCommandOutput,
34
- KinesisVideoClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisVideoClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetSignalingChannelEndpointCommand extends GetSignalingChannelEndpointCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import {
9
3
  ListEdgeAgentConfigurationsInput,
10
4
  ListEdgeAgentConfigurationsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListEdgeAgentConfigurationsCommandInput
15
8
  extends ListEdgeAgentConfigurationsInput {}
16
9
  export interface ListEdgeAgentConfigurationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListEdgeAgentConfigurationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListEdgeAgentConfigurationsCommandInput,
24
17
  ListEdgeAgentConfigurationsCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListEdgeAgentConfigurationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListEdgeAgentConfigurationsCommandInput,
33
26
  ListEdgeAgentConfigurationsCommandOutput,
34
- KinesisVideoClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisVideoClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListEdgeAgentConfigurationsCommand extends ListEdgeAgentConfigurationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import {
9
3
  ListSignalingChannelsInput,
10
4
  ListSignalingChannelsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListSignalingChannelsCommandInput
15
8
  extends ListSignalingChannelsInput {}
16
9
  export interface ListSignalingChannelsCommandOutput
@@ -22,22 +15,20 @@ declare const ListSignalingChannelsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListSignalingChannelsCommandInput,
24
17
  ListSignalingChannelsCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListSignalingChannelsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListSignalingChannelsCommandInput,
33
26
  ListSignalingChannelsCommandOutput,
34
- KinesisVideoClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisVideoClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListSignalingChannelsCommand extends ListSignalingChannelsCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListStreamsCommandInput extends ListStreamsInput {}
12
5
  export interface ListStreamsCommandOutput
13
6
  extends ListStreamsOutput,
@@ -18,22 +11,20 @@ declare const ListStreamsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListStreamsCommandInput,
20
13
  ListStreamsCommandOutput,
21
- KinesisVideoClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").KinesisVideoClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListStreamsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListStreamsCommandInput,
29
22
  ListStreamsCommandOutput,
30
- KinesisVideoClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").KinesisVideoClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListStreamsCommand extends ListStreamsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import {
9
3
  ListTagsForResourceInput,
10
4
  ListTagsForResourceOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceInput {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- KinesisVideoClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisVideoClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import {
9
3
  ListTagsForStreamInput,
10
4
  ListTagsForStreamOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForStreamCommandInput extends ListTagsForStreamInput {}
15
8
  export interface ListTagsForStreamCommandOutput
16
9
  extends ListTagsForStreamOutput,
@@ -21,22 +14,20 @@ declare const ListTagsForStreamCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListTagsForStreamCommandInput,
23
16
  ListTagsForStreamCommandOutput,
24
- KinesisVideoClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").KinesisVideoClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListTagsForStreamCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListTagsForStreamCommandInput,
32
25
  ListTagsForStreamCommandOutput,
33
- KinesisVideoClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").KinesisVideoClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import {
9
3
  StartEdgeConfigurationUpdateInput,
10
4
  StartEdgeConfigurationUpdateOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartEdgeConfigurationUpdateCommandInput
15
8
  extends StartEdgeConfigurationUpdateInput {}
16
9
  export interface StartEdgeConfigurationUpdateCommandOutput
@@ -22,22 +15,20 @@ declare const StartEdgeConfigurationUpdateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  StartEdgeConfigurationUpdateCommandInput,
24
17
  StartEdgeConfigurationUpdateCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: StartEdgeConfigurationUpdateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  StartEdgeConfigurationUpdateCommandInput,
33
26
  StartEdgeConfigurationUpdateCommandOutput,
34
- KinesisVideoClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisVideoClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class StartEdgeConfigurationUpdateCommand extends StartEdgeConfigurationUpdateCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceInput {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceOutput,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- KinesisVideoClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").KinesisVideoClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- KinesisVideoClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").KinesisVideoClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisVideoClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisVideoClient";
8
2
  import { TagStreamInput, TagStreamOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagStreamCommandInput extends TagStreamInput {}
12
5
  export interface TagStreamCommandOutput
13
6
  extends TagStreamOutput,
@@ -16,20 +9,18 @@ declare const TagStreamCommand_base: {
16
9
  new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  TagStreamCommandInput,
18
11
  TagStreamCommandOutput,
19
- KinesisVideoClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").KinesisVideoClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  TagStreamCommandInput,
25
18
  TagStreamCommandOutput,
26
- KinesisVideoClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").KinesisVideoClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class TagStreamCommand extends TagStreamCommand_base {
35
26
  protected static __types: {