@aws-sdk/client-kinesis 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 (160) 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 +110 -112
  5. package/dist-cjs/models/KinesisServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +14 -16
  7. package/dist-cjs/runtimeConfig.js +20 -24
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Kinesis.js +1 -1
  10. package/dist-es/KinesisClient.js +6 -6
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddTagsToStreamCommand.js +2 -2
  13. package/dist-es/commands/CreateStreamCommand.js +2 -2
  14. package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +2 -2
  15. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  16. package/dist-es/commands/DeleteStreamCommand.js +2 -2
  17. package/dist-es/commands/DeregisterStreamConsumerCommand.js +2 -2
  18. package/dist-es/commands/DescribeAccountSettingsCommand.js +2 -2
  19. package/dist-es/commands/DescribeLimitsCommand.js +2 -2
  20. package/dist-es/commands/DescribeStreamCommand.js +2 -2
  21. package/dist-es/commands/DescribeStreamConsumerCommand.js +2 -2
  22. package/dist-es/commands/DescribeStreamSummaryCommand.js +2 -2
  23. package/dist-es/commands/DisableEnhancedMonitoringCommand.js +2 -2
  24. package/dist-es/commands/EnableEnhancedMonitoringCommand.js +2 -2
  25. package/dist-es/commands/GetRecordsCommand.js +2 -2
  26. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  27. package/dist-es/commands/GetShardIteratorCommand.js +2 -2
  28. package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +2 -2
  29. package/dist-es/commands/ListShardsCommand.js +2 -2
  30. package/dist-es/commands/ListStreamConsumersCommand.js +2 -2
  31. package/dist-es/commands/ListStreamsCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/ListTagsForStreamCommand.js +2 -2
  34. package/dist-es/commands/MergeShardsCommand.js +2 -2
  35. package/dist-es/commands/PutRecordCommand.js +2 -2
  36. package/dist-es/commands/PutRecordsCommand.js +2 -2
  37. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  38. package/dist-es/commands/RegisterStreamConsumerCommand.js +2 -2
  39. package/dist-es/commands/RemoveTagsFromStreamCommand.js +2 -2
  40. package/dist-es/commands/SplitShardCommand.js +2 -2
  41. package/dist-es/commands/StartStreamEncryptionCommand.js +2 -2
  42. package/dist-es/commands/StopStreamEncryptionCommand.js +2 -2
  43. package/dist-es/commands/SubscribeToShardCommand.js +2 -2
  44. package/dist-es/commands/TagResourceCommand.js +2 -2
  45. package/dist-es/commands/UntagResourceCommand.js +2 -2
  46. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
  47. package/dist-es/commands/UpdateMaxRecordSizeCommand.js +2 -2
  48. package/dist-es/commands/UpdateShardCountCommand.js +2 -2
  49. package/dist-es/commands/UpdateStreamModeCommand.js +2 -2
  50. package/dist-es/commands/UpdateStreamWarmThroughputCommand.js +2 -2
  51. package/dist-es/endpoint/bdd.js +1 -1
  52. package/dist-es/endpoint/endpointResolver.js +1 -1
  53. package/dist-es/models/KinesisServiceException.js +1 -1
  54. package/dist-es/runtimeConfig.browser.js +5 -7
  55. package/dist-es/runtimeConfig.js +5 -9
  56. package/dist-es/runtimeConfig.shared.js +3 -4
  57. package/dist-es/runtimeExtensions.js +2 -2
  58. package/dist-es/waiters/waitForStreamExists.js +1 -1
  59. package/dist-es/waiters/waitForStreamNotExists.js +1 -1
  60. package/dist-types/Kinesis.d.ts +1 -1
  61. package/dist-types/KinesisClient.d.ts +6 -6
  62. package/dist-types/commands/AddTagsToStreamCommand.d.ts +6 -4
  63. package/dist-types/commands/CreateStreamCommand.d.ts +6 -4
  64. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteStreamCommand.d.ts +6 -4
  67. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +6 -4
  68. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribeLimitsCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribeStreamCommand.d.ts +6 -4
  71. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +6 -4
  72. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +6 -4
  73. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +6 -4
  74. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +6 -4
  75. package/dist-types/commands/GetRecordsCommand.d.ts +6 -4
  76. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  77. package/dist-types/commands/GetShardIteratorCommand.d.ts +6 -4
  78. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +6 -4
  79. package/dist-types/commands/ListShardsCommand.d.ts +6 -4
  80. package/dist-types/commands/ListStreamConsumersCommand.d.ts +6 -4
  81. package/dist-types/commands/ListStreamsCommand.d.ts +6 -4
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  83. package/dist-types/commands/ListTagsForStreamCommand.d.ts +6 -4
  84. package/dist-types/commands/MergeShardsCommand.d.ts +6 -4
  85. package/dist-types/commands/PutRecordCommand.d.ts +6 -4
  86. package/dist-types/commands/PutRecordsCommand.d.ts +6 -4
  87. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  88. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +6 -4
  89. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +6 -4
  90. package/dist-types/commands/SplitShardCommand.d.ts +6 -4
  91. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +6 -4
  92. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +6 -4
  93. package/dist-types/commands/SubscribeToShardCommand.d.ts +6 -4
  94. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  95. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  96. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -4
  97. package/dist-types/commands/UpdateMaxRecordSizeCommand.d.ts +6 -4
  98. package/dist-types/commands/UpdateShardCountCommand.d.ts +6 -4
  99. package/dist-types/commands/UpdateStreamModeCommand.d.ts +6 -4
  100. package/dist-types/commands/UpdateStreamWarmThroughputCommand.d.ts +6 -4
  101. package/dist-types/endpoint/bdd.d.ts +1 -1
  102. package/dist-types/extensionConfiguration.d.ts +1 -1
  103. package/dist-types/models/KinesisServiceException.d.ts +1 -1
  104. package/dist-types/models/errors.d.ts +1 -1
  105. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  106. package/dist-types/runtimeConfig.d.ts +2 -2
  107. package/dist-types/runtimeConfig.native.d.ts +2 -2
  108. package/dist-types/ts3.4/Kinesis.d.ts +1 -1
  109. package/dist-types/ts3.4/KinesisClient.d.ts +12 -18
  110. package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +6 -8
  134. package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/UpdateMaxRecordSizeCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/UpdateStreamWarmThroughputCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  150. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  151. package/dist-types/ts3.4/models/KinesisServiceException.d.ts +1 -1
  152. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  153. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  154. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  155. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  156. package/dist-types/ts3.4/waiters/waitForStreamExists.d.ts +1 -1
  157. package/dist-types/ts3.4/waiters/waitForStreamNotExists.d.ts +1 -1
  158. package/dist-types/waiters/waitForStreamExists.d.ts +1 -1
  159. package/dist-types/waiters/waitForStreamNotExists.d.ts +1 -1
  160. package/package.json +14 -39
@@ -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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
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, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List all tags added to the specified Kinesis resource. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources.</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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
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, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTagsForStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForStreamCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListTagsForStreamCommandInput]): import("@smithy/core/client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags for the specified Kinesis data stream. This operation has a limit of
@@ -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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { MergeShardsInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface MergeShardsCommandInput extends MergeShardsInput {
22
22
  export interface MergeShardsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const MergeShardsCommand_base: {
25
- new (input: MergeShardsCommandInput): import("@smithy/smithy-client").CommandImpl<MergeShardsCommandInput, MergeShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: MergeShardsCommandInput): import("@smithy/smithy-client").CommandImpl<MergeShardsCommandInput, MergeShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: MergeShardsCommandInput): import("@smithy/core/client").CommandImpl<MergeShardsCommandInput, MergeShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: MergeShardsCommandInput): import("@smithy/core/client").CommandImpl<MergeShardsCommandInput, MergeShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Merges two adjacent shards in a Kinesis data stream and combines them into a single
@@ -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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { PutRecordInput, PutRecordOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutRecordCommandInput extends PutRecordInput {
22
22
  export interface PutRecordCommandOutput extends PutRecordOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PutRecordCommand_base: {
25
- new (input: PutRecordCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutRecordCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutRecordCommandInput): import("@smithy/core/client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutRecordCommandInput): import("@smithy/core/client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Writes a single data record into an Amazon Kinesis data stream. Call
@@ -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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { PutRecordsInput, PutRecordsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutRecordsCommandInput extends PutRecordsInput {
22
22
  export interface PutRecordsCommandOutput extends PutRecordsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PutRecordsCommand_base: {
25
- new (input: PutRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordsCommandInput, PutRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordsCommandInput, PutRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutRecordsCommandInput): import("@smithy/core/client").CommandImpl<PutRecordsCommandInput, PutRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutRecordsCommandInput): import("@smithy/core/client").CommandImpl<PutRecordsCommandInput, PutRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Writes multiple data records into a Kinesis data stream in a single call (also
@@ -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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { PutResourcePolicyInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyInput {
22
22
  export interface PutResourcePolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutResourcePolicyCommand_base: {
25
- new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Attaches a resource-based policy to a data stream or registered consumer. If you are using an identity other than the root user of
@@ -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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { RegisterStreamConsumerInput, RegisterStreamConsumerOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RegisterStreamConsumerCommandInput extends RegisterStreamConsum
22
22
  export interface RegisterStreamConsumerCommandOutput extends RegisterStreamConsumerOutput, __MetadataBearer {
23
23
  }
24
24
  declare const RegisterStreamConsumerCommand_base: {
25
- new (input: RegisterStreamConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterStreamConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RegisterStreamConsumerCommandInput): import("@smithy/core/client").CommandImpl<RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RegisterStreamConsumerCommandInput): import("@smithy/core/client").CommandImpl<RegisterStreamConsumerCommandInput, RegisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Registers a consumer with a Kinesis data stream. When you use this operation, 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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { RemoveTagsFromStreamInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RemoveTagsFromStreamCommandInput extends RemoveTagsFromStreamIn
22
22
  export interface RemoveTagsFromStreamCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const RemoveTagsFromStreamCommand_base: {
25
- new (input: RemoveTagsFromStreamCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveTagsFromStreamCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RemoveTagsFromStreamCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RemoveTagsFromStreamCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromStreamCommandInput, RemoveTagsFromStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes tags from the specified Kinesis data stream. Removed tags are deleted and
@@ -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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { SplitShardInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SplitShardCommandInput extends SplitShardInput {
22
22
  export interface SplitShardCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SplitShardCommand_base: {
25
- new (input: SplitShardCommandInput): import("@smithy/smithy-client").CommandImpl<SplitShardCommandInput, SplitShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SplitShardCommandInput): import("@smithy/smithy-client").CommandImpl<SplitShardCommandInput, SplitShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SplitShardCommandInput): import("@smithy/core/client").CommandImpl<SplitShardCommandInput, SplitShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SplitShardCommandInput): import("@smithy/core/client").CommandImpl<SplitShardCommandInput, SplitShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Splits a shard into two new shards in the Kinesis data stream, to increase 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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { StartStreamEncryptionInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartStreamEncryptionCommandInput extends StartStreamEncryption
22
22
  export interface StartStreamEncryptionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const StartStreamEncryptionCommand_base: {
25
- new (input: StartStreamEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartStreamEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartStreamEncryptionCommandInput): import("@smithy/core/client").CommandImpl<StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartStreamEncryptionCommandInput): import("@smithy/core/client").CommandImpl<StartStreamEncryptionCommandInput, StartStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Enables or updates server-side encryption using an Amazon Web Services KMS key for 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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { StopStreamEncryptionInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopStreamEncryptionCommandInput extends StopStreamEncryptionIn
22
22
  export interface StopStreamEncryptionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const StopStreamEncryptionCommand_base: {
25
- new (input: StopStreamEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopStreamEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopStreamEncryptionCommandInput): import("@smithy/core/client").CommandImpl<StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopStreamEncryptionCommandInput): import("@smithy/core/client").CommandImpl<StopStreamEncryptionCommandInput, StopStreamEncryptionCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Disables server-side encryption for a 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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { SubscribeToShardInput, SubscribeToShardOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SubscribeToShardCommandInput extends SubscribeToShardInput {
22
22
  export interface SubscribeToShardCommandOutput extends SubscribeToShardOutput, __MetadataBearer {
23
23
  }
24
24
  declare const SubscribeToShardCommand_base: {
25
- new (input: SubscribeToShardCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeToShardCommandInput, SubscribeToShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SubscribeToShardCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeToShardCommandInput, SubscribeToShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SubscribeToShardCommandInput): import("@smithy/core/client").CommandImpl<SubscribeToShardCommandInput, SubscribeToShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SubscribeToShardCommandInput): import("@smithy/core/client").CommandImpl<SubscribeToShardCommandInput, SubscribeToShardCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation establishes an HTTP/2 connection between the consumer you specify in
@@ -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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { TagResourceInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
22
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds or updates tags for the specified Kinesis resource. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources. You can assign up to 50 tags to a Kinesis resource.</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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { UntagResourceInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
22
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes tags from the specified Kinesis resource. Removed tags are deleted and can't be recovered after this operation completes successfully.</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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettings
22
22
  export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateAccountSettingsCommand_base: {
25
- new (input: UpdateAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the account-level settings for Amazon Kinesis Data Streams.</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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { UpdateMaxRecordSizeInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateMaxRecordSizeCommandInput extends UpdateMaxRecordSizeInpu
22
22
  export interface UpdateMaxRecordSizeCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateMaxRecordSizeCommand_base: {
25
- new (input: UpdateMaxRecordSizeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMaxRecordSizeCommandInput, UpdateMaxRecordSizeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateMaxRecordSizeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMaxRecordSizeCommandInput, UpdateMaxRecordSizeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateMaxRecordSizeCommandInput): import("@smithy/core/client").CommandImpl<UpdateMaxRecordSizeCommandInput, UpdateMaxRecordSizeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateMaxRecordSizeCommandInput): import("@smithy/core/client").CommandImpl<UpdateMaxRecordSizeCommandInput, UpdateMaxRecordSizeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This allows you to update the <code>MaxRecordSize</code> of a single record that you can write to, and read from a stream. You can ingest and digest single records up to 10240 KiB.</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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { UpdateShardCountInput, UpdateShardCountOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateShardCountCommandInput extends UpdateShardCountInput {
22
22
  export interface UpdateShardCountCommandOutput extends UpdateShardCountOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateShardCountCommand_base: {
25
- new (input: UpdateShardCountCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateShardCountCommandInput, UpdateShardCountCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateShardCountCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateShardCountCommandInput, UpdateShardCountCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateShardCountCommandInput): import("@smithy/core/client").CommandImpl<UpdateShardCountCommandInput, UpdateShardCountCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateShardCountCommandInput): import("@smithy/core/client").CommandImpl<UpdateShardCountCommandInput, UpdateShardCountCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the shard count of the specified stream to the specified number of shards.
@@ -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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { UpdateStreamModeInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateStreamModeCommandInput extends UpdateStreamModeInput {
22
22
  export interface UpdateStreamModeCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateStreamModeCommand_base: {
25
- new (input: UpdateStreamModeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateStreamModeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateStreamModeCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateStreamModeCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Updates the capacity mode of the data stream. Currently, in Kinesis Data Streams, 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 { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
4
4
  import type { UpdateStreamWarmThroughputInput, UpdateStreamWarmThroughputOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateStreamWarmThroughputCommandInput extends UpdateStreamWarm
22
22
  export interface UpdateStreamWarmThroughputCommandOutput extends UpdateStreamWarmThroughputOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateStreamWarmThroughputCommand_base: {
25
- new (input: UpdateStreamWarmThroughputCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStreamWarmThroughputCommandInput, UpdateStreamWarmThroughputCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateStreamWarmThroughputCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStreamWarmThroughputCommandInput, UpdateStreamWarmThroughputCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateStreamWarmThroughputCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamWarmThroughputCommandInput, UpdateStreamWarmThroughputCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateStreamWarmThroughputCommandInput): import("@smithy/core/client").CommandImpl<UpdateStreamWarmThroughputCommandInput, UpdateStreamWarmThroughputCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the warm throughput configuration for the specified Amazon Kinesis Data Streams on-demand data stream. This operation allows you to proactively scale your on-demand data stream to a specified throughput level, enabling better performance for sudden traffic spikes. </p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { KinesisServiceException as __BaseException } from "./KinesisServiceException";
3
3
  /**
4
4
  * <p>Specifies that you do not have the permissions required to perform this
@@ -5,14 +5,14 @@ import type { KinesisClientConfig } from "./KinesisClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<any>;
15
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
15
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { KinesisClientConfig } from "./KinesisClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
13
13
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
14
14
  maxAttempts: number | import("@smithy/types").Provider<number>;
15
15
  region: string | import("@smithy/types").Provider<string>;
16
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
16
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
17
17
  retryMode: string | import("@smithy/types").Provider<string>;
18
18
  sha256: import("@smithy/types").HashConstructor;
19
19
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { KinesisClientConfig } from "./KinesisClient";
5
5
  export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
11
11
  protocolSettings: {
@@ -33,7 +33,7 @@ export declare const getRuntimeConfig: (config: KinesisClientConfig) => {
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
35
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
36
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
36
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
37
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
38
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
39
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -1,10 +1,10 @@
1
+ import { WaiterResult } from "@smithy/core/client";
1
2
  import {
2
3
  HttpHandlerOptions as __HttpHandlerOptions,
3
4
  PaginationConfiguration,
4
5
  Paginator,
5
6
  WaiterConfiguration,
6
7
  } from "@smithy/types";
7
- import { WaiterResult } from "@smithy/util-waiter";
8
8
  import {
9
9
  AddTagsToStreamCommandInput,
10
10
  AddTagsToStreamCommandOutput,
@@ -6,29 +6,23 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EventStreamSerdeInputConfig,
15
- EventStreamSerdeResolvedConfig,
16
- } from "@smithy/eventstream-serde-config-resolver";
17
- import {
18
- EndpointInputConfig,
19
- EndpointResolvedConfig,
20
- } from "@smithy/middleware-endpoint";
21
- import {
22
- RetryInputConfig,
23
- RetryResolvedConfig,
24
- } from "@smithy/middleware-retry";
25
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
26
9
  import {
27
10
  DefaultsMode as __DefaultsMode,
28
11
  SmithyConfiguration as __SmithyConfiguration,
29
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
30
13
  Client as __Client,
31
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import {
21
+ EventStreamSerdeInputConfig,
22
+ EventStreamSerdeResolvedConfig,
23
+ } from "@smithy/core/event-streams";
24
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
25
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
32
26
  import {
33
27
  AwsCredentialIdentityProvider,
34
28
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -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
  KinesisClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface AddTagsToStreamCommandOutput extends __MetadataBearer {}
13
13
  declare const AddTagsToStreamCommand_base: {
14
14
  new (
15
15
  input: AddTagsToStreamCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  AddTagsToStreamCommandInput,
18
18
  AddTagsToStreamCommandOutput,
19
19
  KinesisClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const AddTagsToStreamCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: AddTagsToStreamCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  AddTagsToStreamCommandInput,
27
27
  AddTagsToStreamCommandOutput,
28
28
  KinesisClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class AddTagsToStreamCommand extends AddTagsToStreamCommand_base {
35
37
  protected static __types: {