@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,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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UntagResourceCommandInput extends UntagResourceInput {}
12
5
  export interface UntagResourceCommandOutput
13
6
  extends UntagResourceOutput,
@@ -18,22 +11,20 @@ declare const UntagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UntagResourceCommandInput,
20
13
  UntagResourceCommandOutput,
21
- KinesisVideoClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").KinesisVideoClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UntagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UntagResourceCommandInput,
29
22
  UntagResourceCommandOutput,
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 UntagResourceCommand extends UntagResourceCommand_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 { UntagStreamInput, UntagStreamOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UntagStreamCommandInput extends UntagStreamInput {}
12
5
  export interface UntagStreamCommandOutput
13
6
  extends UntagStreamOutput,
@@ -18,22 +11,20 @@ declare const UntagStreamCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UntagStreamCommandInput,
20
13
  UntagStreamCommandOutput,
21
- KinesisVideoClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").KinesisVideoClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UntagStreamCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UntagStreamCommandInput,
29
22
  UntagStreamCommandOutput,
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 UntagStreamCommand extends UntagStreamCommand_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
  UpdateDataRetentionInput,
10
4
  UpdateDataRetentionOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateDataRetentionCommandInput
15
8
  extends UpdateDataRetentionInput {}
16
9
  export interface UpdateDataRetentionCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateDataRetentionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateDataRetentionCommandInput,
24
17
  UpdateDataRetentionCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateDataRetentionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateDataRetentionCommandInput,
33
26
  UpdateDataRetentionCommandOutput,
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 UpdateDataRetentionCommand extends UpdateDataRetentionCommand_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
  UpdateImageGenerationConfigurationInput,
10
4
  UpdateImageGenerationConfigurationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateImageGenerationConfigurationCommandInput
15
8
  extends UpdateImageGenerationConfigurationInput {}
16
9
  export interface UpdateImageGenerationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateImageGenerationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateImageGenerationConfigurationCommandInput,
24
17
  UpdateImageGenerationConfigurationCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [UpdateImageGenerationConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateImageGenerationConfigurationCommandInput,
33
26
  UpdateImageGenerationConfigurationCommandOutput,
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 UpdateImageGenerationConfigurationCommand extends UpdateImageGenerationConfigurationCommand_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
  UpdateMediaStorageConfigurationInput,
10
4
  UpdateMediaStorageConfigurationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateMediaStorageConfigurationCommandInput
15
8
  extends UpdateMediaStorageConfigurationInput {}
16
9
  export interface UpdateMediaStorageConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateMediaStorageConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateMediaStorageConfigurationCommandInput,
24
17
  UpdateMediaStorageConfigurationCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateMediaStorageConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateMediaStorageConfigurationCommandInput,
33
26
  UpdateMediaStorageConfigurationCommandOutput,
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 UpdateMediaStorageConfigurationCommand extends UpdateMediaStorageConfigurationCommand_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
  UpdateNotificationConfigurationInput,
10
4
  UpdateNotificationConfigurationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateNotificationConfigurationCommandInput
15
8
  extends UpdateNotificationConfigurationInput {}
16
9
  export interface UpdateNotificationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateNotificationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateNotificationConfigurationCommandInput,
24
17
  UpdateNotificationConfigurationCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [UpdateNotificationConfigurationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateNotificationConfigurationCommandInput,
33
26
  UpdateNotificationConfigurationCommandOutput,
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 UpdateNotificationConfigurationCommand extends UpdateNotificationConfigurationCommand_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
  UpdateSignalingChannelInput,
10
4
  UpdateSignalingChannelOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateSignalingChannelCommandInput
15
8
  extends UpdateSignalingChannelInput {}
16
9
  export interface UpdateSignalingChannelCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateSignalingChannelCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateSignalingChannelCommandInput,
24
17
  UpdateSignalingChannelCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateSignalingChannelCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateSignalingChannelCommandInput,
33
26
  UpdateSignalingChannelCommandOutput,
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 UpdateSignalingChannelCommand extends UpdateSignalingChannelCommand_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 { UpdateStreamInput, UpdateStreamOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UpdateStreamCommandInput extends UpdateStreamInput {}
12
5
  export interface UpdateStreamCommandOutput
13
6
  extends UpdateStreamOutput,
@@ -18,22 +11,20 @@ declare const UpdateStreamCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UpdateStreamCommandInput,
20
13
  UpdateStreamCommandOutput,
21
- KinesisVideoClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").KinesisVideoClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UpdateStreamCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UpdateStreamCommandInput,
29
22
  UpdateStreamCommandOutput,
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 UpdateStreamCommand extends UpdateStreamCommand_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
  UpdateStreamStorageConfigurationInput,
10
4
  UpdateStreamStorageConfigurationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateStreamStorageConfigurationCommandInput
15
8
  extends UpdateStreamStorageConfigurationInput {}
16
9
  export interface UpdateStreamStorageConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateStreamStorageConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateStreamStorageConfigurationCommandInput,
24
17
  UpdateStreamStorageConfigurationCommandOutput,
25
- KinesisVideoClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisVideoClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateStreamStorageConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateStreamStorageConfigurationCommandInput,
33
26
  UpdateStreamStorageConfigurationCommandOutput,
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 UpdateStreamStorageConfigurationCommand extends UpdateStreamStorageConfigurationCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { KinesisVideoExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kinesis-video",
3
3
  "description": "AWS SDK for JavaScript Kinesis Video Client for Node.js, Browser and React Native",
4
- "version": "3.1077.0",
4
+ "version": "3.1079.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,13 +19,13 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.25",
23
- "@aws-sdk/credential-provider-node": "^3.972.60",
24
- "@aws-sdk/types": "^3.973.14",
25
- "@smithy/core": "^3.28.0",
26
- "@smithy/fetch-http-handler": "^5.6.1",
27
- "@smithy/node-http-handler": "^4.9.1",
28
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/core": "^3.974.27",
23
+ "@aws-sdk/credential-provider-node": "^3.972.62",
24
+ "@aws-sdk/types": "^3.973.15",
25
+ "@smithy/core": "^3.29.0",
26
+ "@smithy/fetch-http-handler": "^5.6.2",
27
+ "@smithy/node-http-handler": "^4.9.2",
28
+ "@smithy/types": "^4.15.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {