@aws-sdk/client-kinesis-video 3.1076.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.
Files changed (116) hide show
  1. package/dist-cjs/index.js +43 -325
  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-es/runtimeConfig.browser.js +0 -2
  37. package/dist-es/runtimeConfig.js +1 -2
  38. package/dist-es/runtimeConfig.native.js +0 -2
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-types/commandBuilder.d.ts +18 -0
  41. package/dist-types/commands/CreateSignalingChannelCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateStreamCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteStreamCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeStreamCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeStreamStorageConfigurationCommand.d.ts +3 -8
  54. package/dist-types/commands/GetDataEndpointCommand.d.ts +3 -8
  55. package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +3 -8
  56. package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListSignalingChannelsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListStreamsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  60. package/dist-types/commands/ListTagsForStreamCommand.d.ts +3 -8
  61. package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +3 -8
  62. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/TagStreamCommand.d.ts +3 -8
  64. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  65. package/dist-types/commands/UntagStreamCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateDataRetentionCommand.d.ts +3 -8
  67. package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +3 -8
  71. package/dist-types/commands/UpdateStreamCommand.d.ts +3 -8
  72. package/dist-types/commands/UpdateStreamStorageConfigurationCommand.d.ts +3 -8
  73. package/dist-types/index.d.ts +1 -0
  74. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  75. package/dist-types/runtimeConfig.d.ts +1 -1
  76. package/dist-types/runtimeConfig.native.d.ts +1 -1
  77. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  78. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  79. package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DescribeStreamStorageConfigurationCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/UpdateStreamStorageConfigurationCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/index.d.ts +1 -0
  112. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  113. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  114. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  115. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  116. package/package.json +8 -10
@@ -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
  DescribeEdgeConfigurationInput,
10
4
  DescribeEdgeConfigurationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEdgeConfigurationCommandInput
15
8
  extends DescribeEdgeConfigurationInput {}
16
9
  export interface DescribeEdgeConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEdgeConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEdgeConfigurationCommandInput,
24
17
  DescribeEdgeConfigurationCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeEdgeConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEdgeConfigurationCommandInput,
33
26
  DescribeEdgeConfigurationCommandOutput,
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 DescribeEdgeConfigurationCommand extends DescribeEdgeConfigurationCommand_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
  DescribeImageGenerationConfigurationInput,
10
4
  DescribeImageGenerationConfigurationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeImageGenerationConfigurationCommandInput
15
8
  extends DescribeImageGenerationConfigurationInput {}
16
9
  export interface DescribeImageGenerationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeImageGenerationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeImageGenerationConfigurationCommandInput,
24
17
  DescribeImageGenerationConfigurationCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeImageGenerationConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeImageGenerationConfigurationCommandInput,
33
26
  DescribeImageGenerationConfigurationCommandOutput,
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 DescribeImageGenerationConfigurationCommand extends DescribeImageGenerationConfigurationCommand_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
  DescribeMappedResourceConfigurationInput,
10
4
  DescribeMappedResourceConfigurationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeMappedResourceConfigurationCommandInput
15
8
  extends DescribeMappedResourceConfigurationInput {}
16
9
  export interface DescribeMappedResourceConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeMappedResourceConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeMappedResourceConfigurationCommandInput,
24
17
  DescribeMappedResourceConfigurationCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeMappedResourceConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeMappedResourceConfigurationCommandInput,
33
26
  DescribeMappedResourceConfigurationCommandOutput,
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 DescribeMappedResourceConfigurationCommand extends DescribeMappedResourceConfigurationCommand_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
  DescribeMediaStorageConfigurationInput,
10
4
  DescribeMediaStorageConfigurationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeMediaStorageConfigurationCommandInput
15
8
  extends DescribeMediaStorageConfigurationInput {}
16
9
  export interface DescribeMediaStorageConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeMediaStorageConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeMediaStorageConfigurationCommandInput,
24
17
  DescribeMediaStorageConfigurationCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeMediaStorageConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeMediaStorageConfigurationCommandInput,
33
26
  DescribeMediaStorageConfigurationCommandOutput,
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 DescribeMediaStorageConfigurationCommand extends DescribeMediaStorageConfigurationCommand_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
  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: {