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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { CreateStreamInput, CreateStreamOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateStreamCommandInput extends CreateStreamInput {
22
22
  export interface CreateStreamCommandOutput extends CreateStreamOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateStreamCommand_base: {
25
- new (input: CreateStreamCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateStreamCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateStreamCommandInput): import("@smithy/core/client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new Kinesis video stream. </p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DeleteEdgeConfigurationInput, DeleteEdgeConfigurationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteEdgeConfigurationCommandInput extends DeleteEdgeConfigura
22
22
  export interface DeleteEdgeConfigurationCommandOutput extends DeleteEdgeConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteEdgeConfigurationCommand_base: {
25
- new (input: DeleteEdgeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteEdgeConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteEdgeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DeleteEdgeConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DeleteSignalingChannelInput, DeleteSignalingChannelOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteSignalingChannelCommandInput extends DeleteSignalingChann
22
22
  export interface DeleteSignalingChannelCommandOutput extends DeleteSignalingChannelOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSignalingChannelCommand_base: {
25
- new (input: DeleteSignalingChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSignalingChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteSignalingChannelCommandInput, DeleteSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a specified signaling channel. <code>DeleteSignalingChannel</code> is an
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteStreamCommandInput extends DeleteStreamInput {
22
22
  export interface DeleteStreamCommandOutput extends DeleteStreamOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteStreamCommand_base: {
25
- new (input: DeleteStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteStreamCommandInput): import("@smithy/core/client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Kinesis video stream and the data contained in the stream. </p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DescribeEdgeConfigurationInput, DescribeEdgeConfigurationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeEdgeConfigurationCommandInput extends DescribeEdgeConfi
22
22
  export interface DescribeEdgeConfigurationCommandOutput extends DescribeEdgeConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeEdgeConfigurationCommand_base: {
25
- new (input: DescribeEdgeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEdgeConfigurationCommandInput, DescribeEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEdgeConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEdgeConfigurationCommandInput, DescribeEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeEdgeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEdgeConfigurationCommandInput, DescribeEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeEdgeConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEdgeConfigurationCommandInput, DescribeEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes a stream’s edge configuration that was set using the
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DescribeImageGenerationConfigurationInput, DescribeImageGenerationConfigurationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeImageGenerationConfigurationCommandInput extends Descri
22
22
  export interface DescribeImageGenerationConfigurationCommandOutput extends DescribeImageGenerationConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeImageGenerationConfigurationCommand_base: {
25
- new (input: DescribeImageGenerationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImageGenerationConfigurationCommandInput, DescribeImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeImageGenerationConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeImageGenerationConfigurationCommandInput, DescribeImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeImageGenerationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageGenerationConfigurationCommandInput, DescribeImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeImageGenerationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeImageGenerationConfigurationCommandInput, DescribeImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the <code>ImageGenerationConfiguration</code> for a given Kinesis video stream.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DescribeMappedResourceConfigurationInput, DescribeMappedResourceConfigurationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeMappedResourceConfigurationCommandInput extends Describ
22
22
  export interface DescribeMappedResourceConfigurationCommandOutput extends DescribeMappedResourceConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeMappedResourceConfigurationCommand_base: {
25
- new (input: DescribeMappedResourceConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMappedResourceConfigurationCommandInput, DescribeMappedResourceConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeMappedResourceConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeMappedResourceConfigurationCommandInput, DescribeMappedResourceConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeMappedResourceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeMappedResourceConfigurationCommandInput, DescribeMappedResourceConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeMappedResourceConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeMappedResourceConfigurationCommandInput, DescribeMappedResourceConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the most current information about the stream. The <code>streamName</code>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DescribeMediaStorageConfigurationInput, DescribeMediaStorageConfigurationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeMediaStorageConfigurationCommandInput extends DescribeM
22
22
  export interface DescribeMediaStorageConfigurationCommandOutput extends DescribeMediaStorageConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeMediaStorageConfigurationCommand_base: {
25
- new (input: DescribeMediaStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMediaStorageConfigurationCommandInput, DescribeMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeMediaStorageConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeMediaStorageConfigurationCommandInput, DescribeMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeMediaStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeMediaStorageConfigurationCommandInput, DescribeMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeMediaStorageConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeMediaStorageConfigurationCommandInput, DescribeMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the most current information about the channel. Specify the <code>ChannelName</code>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DescribeNotificationConfigurationInput, DescribeNotificationConfigurationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeNotificationConfigurationCommandInput extends DescribeN
22
22
  export interface DescribeNotificationConfigurationCommandOutput extends DescribeNotificationConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeNotificationConfigurationCommand_base: {
25
- new (input: DescribeNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotificationConfigurationCommandInput, DescribeNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeNotificationConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeNotificationConfigurationCommandInput, DescribeNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeNotificationConfigurationCommandInput, DescribeNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeNotificationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeNotificationConfigurationCommandInput, DescribeNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the <code>NotificationConfiguration</code> for a given Kinesis video stream.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DescribeSignalingChannelInput, DescribeSignalingChannelOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeSignalingChannelCommandInput extends DescribeSignalingC
22
22
  export interface DescribeSignalingChannelCommandOutput extends DescribeSignalingChannelOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeSignalingChannelCommand_base: {
25
- new (input: DescribeSignalingChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSignalingChannelCommandInput, DescribeSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeSignalingChannelCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSignalingChannelCommandInput, DescribeSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeSignalingChannelCommandInput): import("@smithy/core/client").CommandImpl<DescribeSignalingChannelCommandInput, DescribeSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeSignalingChannelCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSignalingChannelCommandInput, DescribeSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the most current information about the signaling channel. You must specify
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeStreamCommandInput extends DescribeStreamInput {
22
22
  export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeStreamCommand_base: {
25
- new (input: DescribeStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeStreamCommandInput): import("@smithy/core/client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeStreamCommandInput]): import("@smithy/core/client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the most current information about the specified stream. You must specify
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { DescribeStreamStorageConfigurationInput, DescribeStreamStorageConfigurationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeStreamStorageConfigurationCommandInput extends Describe
22
22
  export interface DescribeStreamStorageConfigurationCommandOutput extends DescribeStreamStorageConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeStreamStorageConfigurationCommand_base: {
25
- new (input: DescribeStreamStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamStorageConfigurationCommandInput, DescribeStreamStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeStreamStorageConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeStreamStorageConfigurationCommandInput, DescribeStreamStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeStreamStorageConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeStreamStorageConfigurationCommandInput, DescribeStreamStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeStreamStorageConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeStreamStorageConfigurationCommandInput, DescribeStreamStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the current storage configuration for the specified Kinesis video stream.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { GetDataEndpointInput, GetDataEndpointOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetDataEndpointCommandInput extends GetDataEndpointInput {
22
22
  export interface GetDataEndpointCommandOutput extends GetDataEndpointOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetDataEndpointCommand_base: {
25
- new (input: GetDataEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataEndpointCommandInput, GetDataEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDataEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataEndpointCommandInput, GetDataEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDataEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetDataEndpointCommandInput, GetDataEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDataEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetDataEndpointCommandInput, GetDataEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets an endpoint for a specified stream for either reading or writing. Use this
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { GetSignalingChannelEndpointInput, GetSignalingChannelEndpointOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetSignalingChannelEndpointCommandInput extends GetSignalingCha
22
22
  export interface GetSignalingChannelEndpointCommandOutput extends GetSignalingChannelEndpointOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSignalingChannelEndpointCommand_base: {
25
- new (input: GetSignalingChannelEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetSignalingChannelEndpointCommandInput, GetSignalingChannelEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSignalingChannelEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetSignalingChannelEndpointCommandInput, GetSignalingChannelEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSignalingChannelEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetSignalingChannelEndpointCommandInput, GetSignalingChannelEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSignalingChannelEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetSignalingChannelEndpointCommandInput, GetSignalingChannelEndpointCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides an endpoint for the specified signaling channel to send and receive messages.
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { ListEdgeAgentConfigurationsInput, ListEdgeAgentConfigurationsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEdgeAgentConfigurationsCommandInput extends ListEdgeAgentCo
22
22
  export interface ListEdgeAgentConfigurationsCommandOutput extends ListEdgeAgentConfigurationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListEdgeAgentConfigurationsCommand_base: {
25
- new (input: ListEdgeAgentConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEdgeAgentConfigurationsCommandInput, ListEdgeAgentConfigurationsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEdgeAgentConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEdgeAgentConfigurationsCommandInput, ListEdgeAgentConfigurationsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListEdgeAgentConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListEdgeAgentConfigurationsCommandInput, ListEdgeAgentConfigurationsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListEdgeAgentConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListEdgeAgentConfigurationsCommandInput, ListEdgeAgentConfigurationsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of edge configurations associated with the specified Edge Agent.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { ListSignalingChannelsInput, ListSignalingChannelsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListSignalingChannelsCommandInput extends ListSignalingChannels
22
22
  export interface ListSignalingChannelsCommandOutput extends ListSignalingChannelsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListSignalingChannelsCommand_base: {
25
- new (input: ListSignalingChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSignalingChannelsCommandInput, ListSignalingChannelsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSignalingChannelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSignalingChannelsCommandInput, ListSignalingChannelsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSignalingChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListSignalingChannelsCommandInput, ListSignalingChannelsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListSignalingChannelsCommandInput]): import("@smithy/core/client").CommandImpl<ListSignalingChannelsCommandInput, ListSignalingChannelsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of <code>ChannelInfo</code> objects. Each object describes a
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListStreamsCommandInput extends ListStreamsInput {
22
22
  export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListStreamsCommand_base: {
25
- new (input: ListStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListStreamsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListStreamsCommandInput): import("@smithy/core/client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListStreamsCommandInput]): import("@smithy/core/client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of <code>StreamInfo</code> objects. Each object describes a
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of tags associated with the specified signaling channel.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForStreamCommandInput extends ListTagsForStreamInput {
22
22
  export interface ListTagsForStreamCommandOutput extends ListTagsForStreamOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForStreamCommand_base: {
25
- new (input: ListTagsForStreamCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTagsForStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForStreamCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListTagsForStreamCommandInput]): import("@smithy/core/client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of tags associated with the specified stream.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { StartEdgeConfigurationUpdateInput, StartEdgeConfigurationUpdateOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartEdgeConfigurationUpdateCommandInput extends StartEdgeConfi
22
22
  export interface StartEdgeConfigurationUpdateCommandOutput extends StartEdgeConfigurationUpdateOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartEdgeConfigurationUpdateCommand_base: {
25
- new (input: StartEdgeConfigurationUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartEdgeConfigurationUpdateCommandInput, StartEdgeConfigurationUpdateCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartEdgeConfigurationUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<StartEdgeConfigurationUpdateCommandInput, StartEdgeConfigurationUpdateCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartEdgeConfigurationUpdateCommandInput): import("@smithy/core/client").CommandImpl<StartEdgeConfigurationUpdateCommandInput, StartEdgeConfigurationUpdateCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartEdgeConfigurationUpdateCommandInput): import("@smithy/core/client").CommandImpl<StartEdgeConfigurationUpdateCommandInput, StartEdgeConfigurationUpdateCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>An asynchronous API that updates a stream’s existing edge configuration.
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
22
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds one or more tags to a signaling channel. A <i>tag</i> is a
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { TagStreamInput, TagStreamOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagStreamCommandInput extends TagStreamInput {
22
22
  export interface TagStreamCommandOutput extends TagStreamOutput, __MetadataBearer {
23
23
  }
24
24
  declare const TagStreamCommand_base: {
25
- new (input: TagStreamCommandInput): import("@smithy/smithy-client").CommandImpl<TagStreamCommandInput, TagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagStreamCommandInput): import("@smithy/smithy-client").CommandImpl<TagStreamCommandInput, TagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<TagStreamCommandInput, TagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<TagStreamCommandInput, TagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds one or more tags to a stream. A <i>tag</i> is a key-value pair
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes one or more tags from a signaling channel. In the request, specify only a tag
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { UntagStreamInput, UntagStreamOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagStreamCommandInput extends UntagStreamInput {
22
22
  export interface UntagStreamCommandOutput extends UntagStreamOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UntagStreamCommand_base: {
25
- new (input: UntagStreamCommandInput): import("@smithy/smithy-client").CommandImpl<UntagStreamCommandInput, UntagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagStreamCommandInput): import("@smithy/smithy-client").CommandImpl<UntagStreamCommandInput, UntagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagStreamCommandInput): import("@smithy/core/client").CommandImpl<UntagStreamCommandInput, UntagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagStreamCommandInput): import("@smithy/core/client").CommandImpl<UntagStreamCommandInput, UntagStreamCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes one or more tags from a stream. In the request, specify only a tag key or
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { UpdateDataRetentionInput, UpdateDataRetentionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateDataRetentionCommandInput extends UpdateDataRetentionInpu
22
22
  export interface UpdateDataRetentionCommandOutput extends UpdateDataRetentionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateDataRetentionCommand_base: {
25
- new (input: UpdateDataRetentionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataRetentionCommandInput, UpdateDataRetentionCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDataRetentionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataRetentionCommandInput, UpdateDataRetentionCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateDataRetentionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataRetentionCommandInput, UpdateDataRetentionCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateDataRetentionCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataRetentionCommandInput, UpdateDataRetentionCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Increases or decreases the stream's data retention period by the value that you
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
4
4
  import type { UpdateImageGenerationConfigurationInput, UpdateImageGenerationConfigurationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateImageGenerationConfigurationCommandInput extends UpdateIm
22
22
  export interface UpdateImageGenerationConfigurationCommandOutput extends UpdateImageGenerationConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateImageGenerationConfigurationCommand_base: {
25
- new (input: UpdateImageGenerationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateImageGenerationConfigurationCommandInput, UpdateImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateImageGenerationConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateImageGenerationConfigurationCommandInput, UpdateImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateImageGenerationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateImageGenerationConfigurationCommandInput, UpdateImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [UpdateImageGenerationConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<UpdateImageGenerationConfigurationCommandInput, UpdateImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the <code>StreamInfo</code> and <code>ImageProcessingConfiguration</code> fields.</p>