@aws-sdk/client-kinesis-video 3.1044.0 → 3.1046.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +80 -81
  5. package/dist-cjs/models/KinesisVideoServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/KinesisVideo.js +1 -1
  10. package/dist-es/KinesisVideoClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateSignalingChannelCommand.js +2 -2
  13. package/dist-es/commands/CreateStreamCommand.js +2 -2
  14. package/dist-es/commands/DeleteEdgeConfigurationCommand.js +2 -2
  15. package/dist-es/commands/DeleteSignalingChannelCommand.js +2 -2
  16. package/dist-es/commands/DeleteStreamCommand.js +2 -2
  17. package/dist-es/commands/DescribeEdgeConfigurationCommand.js +2 -2
  18. package/dist-es/commands/DescribeImageGenerationConfigurationCommand.js +2 -2
  19. package/dist-es/commands/DescribeMappedResourceConfigurationCommand.js +2 -2
  20. package/dist-es/commands/DescribeMediaStorageConfigurationCommand.js +2 -2
  21. package/dist-es/commands/DescribeNotificationConfigurationCommand.js +2 -2
  22. package/dist-es/commands/DescribeSignalingChannelCommand.js +2 -2
  23. package/dist-es/commands/DescribeStreamCommand.js +2 -2
  24. package/dist-es/commands/DescribeStreamStorageConfigurationCommand.js +2 -2
  25. package/dist-es/commands/GetDataEndpointCommand.js +2 -2
  26. package/dist-es/commands/GetSignalingChannelEndpointCommand.js +2 -2
  27. package/dist-es/commands/ListEdgeAgentConfigurationsCommand.js +2 -2
  28. package/dist-es/commands/ListSignalingChannelsCommand.js +2 -2
  29. package/dist-es/commands/ListStreamsCommand.js +2 -2
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-es/commands/ListTagsForStreamCommand.js +2 -2
  32. package/dist-es/commands/StartEdgeConfigurationUpdateCommand.js +2 -2
  33. package/dist-es/commands/TagResourceCommand.js +2 -2
  34. package/dist-es/commands/TagStreamCommand.js +2 -2
  35. package/dist-es/commands/UntagResourceCommand.js +2 -2
  36. package/dist-es/commands/UntagStreamCommand.js +2 -2
  37. package/dist-es/commands/UpdateDataRetentionCommand.js +2 -2
  38. package/dist-es/commands/UpdateImageGenerationConfigurationCommand.js +2 -2
  39. package/dist-es/commands/UpdateMediaStorageConfigurationCommand.js +2 -2
  40. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -2
  41. package/dist-es/commands/UpdateSignalingChannelCommand.js +2 -2
  42. package/dist-es/commands/UpdateStreamCommand.js +2 -2
  43. package/dist-es/commands/UpdateStreamStorageConfigurationCommand.js +2 -2
  44. package/dist-es/endpoint/bdd.js +1 -1
  45. package/dist-es/endpoint/endpointResolver.js +1 -1
  46. package/dist-es/models/KinesisVideoServiceException.js +1 -1
  47. package/dist-es/runtimeConfig.browser.js +4 -6
  48. package/dist-es/runtimeConfig.js +4 -8
  49. package/dist-es/runtimeConfig.shared.js +3 -4
  50. package/dist-es/runtimeExtensions.js +2 -2
  51. package/dist-types/KinesisVideoClient.d.ts +5 -5
  52. package/dist-types/commands/CreateSignalingChannelCommand.d.ts +6 -4
  53. package/dist-types/commands/CreateStreamCommand.d.ts +6 -4
  54. package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +6 -4
  55. package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +6 -4
  56. package/dist-types/commands/DeleteStreamCommand.d.ts +6 -4
  57. package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +6 -4
  58. package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +6 -4
  59. package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +6 -4
  60. package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +6 -4
  61. package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +6 -4
  62. package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +6 -4
  63. package/dist-types/commands/DescribeStreamCommand.d.ts +6 -4
  64. package/dist-types/commands/DescribeStreamStorageConfigurationCommand.d.ts +6 -4
  65. package/dist-types/commands/GetDataEndpointCommand.d.ts +6 -4
  66. package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +6 -4
  67. package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +6 -4
  68. package/dist-types/commands/ListSignalingChannelsCommand.d.ts +6 -4
  69. package/dist-types/commands/ListStreamsCommand.d.ts +6 -4
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  71. package/dist-types/commands/ListTagsForStreamCommand.d.ts +6 -4
  72. package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +6 -4
  73. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  74. package/dist-types/commands/TagStreamCommand.d.ts +6 -4
  75. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  76. package/dist-types/commands/UntagStreamCommand.d.ts +6 -4
  77. package/dist-types/commands/UpdateDataRetentionCommand.d.ts +6 -4
  78. package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +6 -4
  79. package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +6 -4
  80. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +6 -4
  82. package/dist-types/commands/UpdateStreamCommand.d.ts +6 -4
  83. package/dist-types/commands/UpdateStreamStorageConfigurationCommand.d.ts +6 -4
  84. package/dist-types/endpoint/bdd.d.ts +1 -1
  85. package/dist-types/extensionConfiguration.d.ts +1 -1
  86. package/dist-types/models/KinesisVideoServiceException.d.ts +1 -1
  87. package/dist-types/models/errors.d.ts +1 -1
  88. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  89. package/dist-types/runtimeConfig.d.ts +2 -2
  90. package/dist-types/runtimeConfig.native.d.ts +2 -2
  91. package/dist-types/ts3.4/KinesisVideoClient.d.ts +8 -14
  92. package/dist-types/ts3.4/commands/CreateSignalingChannelCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DescribeStreamStorageConfigurationCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +6 -8
  115. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/UpdateStreamStorageConfigurationCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  125. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  126. package/dist-types/ts3.4/models/KinesisVideoServiceException.d.ts +1 -1
  127. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  128. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  129. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  130. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  131. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DescribeStreamCommandOutput
15
15
  declare const DescribeStreamCommand_base: {
16
16
  new (
17
17
  input: DescribeStreamCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DescribeStreamCommandInput,
20
20
  DescribeStreamCommandOutput,
21
21
  KinesisVideoClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DescribeStreamCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [DescribeStreamCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DescribeStreamCommandInput,
29
29
  DescribeStreamCommandOutput,
30
30
  KinesisVideoClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeStreamStorageConfigurationCommandOutput
19
19
  declare const DescribeStreamStorageConfigurationCommand_base: {
20
20
  new (
21
21
  input: DescribeStreamStorageConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeStreamStorageConfigurationCommandInput,
24
24
  DescribeStreamStorageConfigurationCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeStreamStorageConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeStreamStorageConfigurationCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeStreamStorageConfigurationCommandInput,
33
33
  DescribeStreamStorageConfigurationCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeStreamStorageConfigurationCommand extends DescribeStreamStorageConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetDataEndpointCommandOutput
18
18
  declare const GetDataEndpointCommand_base: {
19
19
  new (
20
20
  input: GetDataEndpointCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetDataEndpointCommandInput,
23
23
  GetDataEndpointCommandOutput,
24
24
  KinesisVideoClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetDataEndpointCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetDataEndpointCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetDataEndpointCommandInput,
32
32
  GetDataEndpointCommandOutput,
33
33
  KinesisVideoClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetDataEndpointCommand extends GetDataEndpointCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetSignalingChannelEndpointCommandOutput
19
19
  declare const GetSignalingChannelEndpointCommand_base: {
20
20
  new (
21
21
  input: GetSignalingChannelEndpointCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetSignalingChannelEndpointCommandInput,
24
24
  GetSignalingChannelEndpointCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetSignalingChannelEndpointCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetSignalingChannelEndpointCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetSignalingChannelEndpointCommandInput,
33
33
  GetSignalingChannelEndpointCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetSignalingChannelEndpointCommand extends GetSignalingChannelEndpointCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListEdgeAgentConfigurationsCommandOutput
19
19
  declare const ListEdgeAgentConfigurationsCommand_base: {
20
20
  new (
21
21
  input: ListEdgeAgentConfigurationsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListEdgeAgentConfigurationsCommandInput,
24
24
  ListEdgeAgentConfigurationsCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListEdgeAgentConfigurationsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListEdgeAgentConfigurationsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListEdgeAgentConfigurationsCommandInput,
33
33
  ListEdgeAgentConfigurationsCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListEdgeAgentConfigurationsCommand extends ListEdgeAgentConfigurationsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListSignalingChannelsCommandOutput
19
19
  declare const ListSignalingChannelsCommand_base: {
20
20
  new (
21
21
  input: ListSignalingChannelsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSignalingChannelsCommandInput,
24
24
  ListSignalingChannelsCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSignalingChannelsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListSignalingChannelsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSignalingChannelsCommandInput,
33
33
  ListSignalingChannelsCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListSignalingChannelsCommand extends ListSignalingChannelsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListStreamsCommandOutput
15
15
  declare const ListStreamsCommand_base: {
16
16
  new (
17
17
  input: ListStreamsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListStreamsCommandInput,
20
20
  ListStreamsCommandOutput,
21
21
  KinesisVideoClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListStreamsCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListStreamsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListStreamsCommandInput,
29
29
  ListStreamsCommandOutput,
30
30
  KinesisVideoClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListStreamsCommand extends ListStreamsCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListTagsForStreamCommandOutput
18
18
  declare const ListTagsForStreamCommand_base: {
19
19
  new (
20
20
  input: ListTagsForStreamCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListTagsForStreamCommandInput,
23
23
  ListTagsForStreamCommandOutput,
24
24
  KinesisVideoClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListTagsForStreamCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListTagsForStreamCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListTagsForStreamCommandInput,
32
32
  ListTagsForStreamCommandOutput,
33
33
  KinesisVideoClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StartEdgeConfigurationUpdateCommandOutput
19
19
  declare const StartEdgeConfigurationUpdateCommand_base: {
20
20
  new (
21
21
  input: StartEdgeConfigurationUpdateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartEdgeConfigurationUpdateCommandInput,
24
24
  StartEdgeConfigurationUpdateCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartEdgeConfigurationUpdateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartEdgeConfigurationUpdateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartEdgeConfigurationUpdateCommandInput,
33
33
  StartEdgeConfigurationUpdateCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartEdgeConfigurationUpdateCommand extends StartEdgeConfigurationUpdateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
15
15
  declare const TagResourceCommand_base: {
16
16
  new (
17
17
  input: TagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
21
21
  KinesisVideoClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
30
30
  KinesisVideoClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface TagStreamCommandOutput
13
13
  extends TagStreamOutput,
14
14
  __MetadataBearer {}
15
15
  declare const TagStreamCommand_base: {
16
- new (
17
- input: TagStreamCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  TagStreamCommandInput,
20
18
  TagStreamCommandOutput,
21
19
  KinesisVideoClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: TagStreamCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  TagStreamCommandInput,
29
25
  TagStreamCommandOutput,
30
26
  KinesisVideoClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class TagStreamCommand extends TagStreamCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface UntagResourceCommandOutput
15
15
  declare const UntagResourceCommand_base: {
16
16
  new (
17
17
  input: UntagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  UntagResourceCommandInput,
20
20
  UntagResourceCommandOutput,
21
21
  KinesisVideoClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const UntagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: UntagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  UntagResourceCommandInput,
29
29
  UntagResourceCommandOutput,
30
30
  KinesisVideoClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface UntagStreamCommandOutput
15
15
  declare const UntagStreamCommand_base: {
16
16
  new (
17
17
  input: UntagStreamCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  UntagStreamCommandInput,
20
20
  UntagStreamCommandOutput,
21
21
  KinesisVideoClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const UntagStreamCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: UntagStreamCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  UntagStreamCommandInput,
29
29
  UntagStreamCommandOutput,
30
30
  KinesisVideoClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class UntagStreamCommand extends UntagStreamCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateDataRetentionCommandOutput
19
19
  declare const UpdateDataRetentionCommand_base: {
20
20
  new (
21
21
  input: UpdateDataRetentionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateDataRetentionCommandInput,
24
24
  UpdateDataRetentionCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateDataRetentionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateDataRetentionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateDataRetentionCommandInput,
33
33
  UpdateDataRetentionCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateDataRetentionCommand extends UpdateDataRetentionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateImageGenerationConfigurationCommandOutput
19
19
  declare const UpdateImageGenerationConfigurationCommand_base: {
20
20
  new (
21
21
  input: UpdateImageGenerationConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateImageGenerationConfigurationCommandInput,
24
24
  UpdateImageGenerationConfigurationCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateImageGenerationConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [UpdateImageGenerationConfigurationCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateImageGenerationConfigurationCommandInput,
33
33
  UpdateImageGenerationConfigurationCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateImageGenerationConfigurationCommand extends UpdateImageGenerationConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateMediaStorageConfigurationCommandOutput
19
19
  declare const UpdateMediaStorageConfigurationCommand_base: {
20
20
  new (
21
21
  input: UpdateMediaStorageConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateMediaStorageConfigurationCommandInput,
24
24
  UpdateMediaStorageConfigurationCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateMediaStorageConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateMediaStorageConfigurationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateMediaStorageConfigurationCommandInput,
33
33
  UpdateMediaStorageConfigurationCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateMediaStorageConfigurationCommand extends UpdateMediaStorageConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateNotificationConfigurationCommandOutput
19
19
  declare const UpdateNotificationConfigurationCommand_base: {
20
20
  new (
21
21
  input: UpdateNotificationConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateNotificationConfigurationCommandInput,
24
24
  UpdateNotificationConfigurationCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateNotificationConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [UpdateNotificationConfigurationCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateNotificationConfigurationCommandInput,
33
33
  UpdateNotificationConfigurationCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateNotificationConfigurationCommand extends UpdateNotificationConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  KinesisVideoClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface UpdateSignalingChannelCommandOutput
19
19
  declare const UpdateSignalingChannelCommand_base: {
20
20
  new (
21
21
  input: UpdateSignalingChannelCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateSignalingChannelCommandInput,
24
24
  UpdateSignalingChannelCommandOutput,
25
25
  KinesisVideoClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateSignalingChannelCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateSignalingChannelCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateSignalingChannelCommandInput,
33
33
  UpdateSignalingChannelCommandOutput,
34
34
  KinesisVideoClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class UpdateSignalingChannelCommand extends UpdateSignalingChannelCommand_base {
41
43
  protected static __types: {