@aws-sdk/client-kinesis 3.337.0 → 3.341.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 (129) hide show
  1. package/dist-cjs/KinesisClient.js +2 -1
  2. package/dist-cjs/commands/AddTagsToStreamCommand.js +2 -1
  3. package/dist-cjs/commands/CreateStreamCommand.js +2 -1
  4. package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteStreamCommand.js +2 -1
  6. package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeLimitsCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeStreamCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeStreamConsumerCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeStreamSummaryCommand.js +2 -1
  11. package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +2 -1
  12. package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +2 -1
  13. package/dist-cjs/commands/GetRecordsCommand.js +2 -1
  14. package/dist-cjs/commands/GetShardIteratorCommand.js +2 -1
  15. package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +2 -1
  16. package/dist-cjs/commands/ListShardsCommand.js +2 -1
  17. package/dist-cjs/commands/ListStreamConsumersCommand.js +2 -1
  18. package/dist-cjs/commands/ListStreamsCommand.js +2 -1
  19. package/dist-cjs/commands/ListTagsForStreamCommand.js +2 -1
  20. package/dist-cjs/commands/MergeShardsCommand.js +2 -1
  21. package/dist-cjs/commands/PutRecordCommand.js +2 -1
  22. package/dist-cjs/commands/PutRecordsCommand.js +2 -1
  23. package/dist-cjs/commands/RegisterStreamConsumerCommand.js +2 -1
  24. package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +2 -1
  25. package/dist-cjs/commands/SplitShardCommand.js +2 -1
  26. package/dist-cjs/commands/StartStreamEncryptionCommand.js +2 -1
  27. package/dist-cjs/commands/StopStreamEncryptionCommand.js +2 -1
  28. package/dist-cjs/commands/SubscribeToShardCommand.js +2 -1
  29. package/dist-cjs/commands/UpdateShardCountCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateStreamModeCommand.js +2 -1
  31. package/dist-cjs/index.js +2 -2
  32. package/dist-cjs/models/KinesisServiceException.js +2 -1
  33. package/dist-es/KinesisClient.js +1 -0
  34. package/dist-es/commands/AddTagsToStreamCommand.js +1 -0
  35. package/dist-es/commands/CreateStreamCommand.js +1 -0
  36. package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +1 -0
  37. package/dist-es/commands/DeleteStreamCommand.js +1 -0
  38. package/dist-es/commands/DeregisterStreamConsumerCommand.js +1 -0
  39. package/dist-es/commands/DescribeLimitsCommand.js +1 -0
  40. package/dist-es/commands/DescribeStreamCommand.js +1 -0
  41. package/dist-es/commands/DescribeStreamConsumerCommand.js +1 -0
  42. package/dist-es/commands/DescribeStreamSummaryCommand.js +1 -0
  43. package/dist-es/commands/DisableEnhancedMonitoringCommand.js +1 -0
  44. package/dist-es/commands/EnableEnhancedMonitoringCommand.js +1 -0
  45. package/dist-es/commands/GetRecordsCommand.js +1 -0
  46. package/dist-es/commands/GetShardIteratorCommand.js +1 -0
  47. package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +1 -0
  48. package/dist-es/commands/ListShardsCommand.js +1 -0
  49. package/dist-es/commands/ListStreamConsumersCommand.js +1 -0
  50. package/dist-es/commands/ListStreamsCommand.js +1 -0
  51. package/dist-es/commands/ListTagsForStreamCommand.js +1 -0
  52. package/dist-es/commands/MergeShardsCommand.js +1 -0
  53. package/dist-es/commands/PutRecordCommand.js +1 -0
  54. package/dist-es/commands/PutRecordsCommand.js +1 -0
  55. package/dist-es/commands/RegisterStreamConsumerCommand.js +1 -0
  56. package/dist-es/commands/RemoveTagsFromStreamCommand.js +1 -0
  57. package/dist-es/commands/SplitShardCommand.js +1 -0
  58. package/dist-es/commands/StartStreamEncryptionCommand.js +1 -0
  59. package/dist-es/commands/StopStreamEncryptionCommand.js +1 -0
  60. package/dist-es/commands/SubscribeToShardCommand.js +1 -0
  61. package/dist-es/commands/UpdateShardCountCommand.js +1 -0
  62. package/dist-es/commands/UpdateStreamModeCommand.js +1 -0
  63. package/dist-es/index.js +2 -2
  64. package/dist-es/models/KinesisServiceException.js +1 -0
  65. package/dist-types/KinesisClient.d.ts +3 -3
  66. package/dist-types/commands/AddTagsToStreamCommand.d.ts +4 -0
  67. package/dist-types/commands/CreateStreamCommand.d.ts +4 -0
  68. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +4 -0
  69. package/dist-types/commands/DeleteStreamCommand.d.ts +4 -0
  70. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +4 -0
  71. package/dist-types/commands/DescribeLimitsCommand.d.ts +4 -0
  72. package/dist-types/commands/DescribeStreamCommand.d.ts +4 -0
  73. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +4 -0
  74. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +4 -0
  75. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +4 -0
  76. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +4 -0
  77. package/dist-types/commands/GetRecordsCommand.d.ts +4 -0
  78. package/dist-types/commands/GetShardIteratorCommand.d.ts +4 -0
  79. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +4 -0
  80. package/dist-types/commands/ListShardsCommand.d.ts +4 -0
  81. package/dist-types/commands/ListStreamConsumersCommand.d.ts +4 -0
  82. package/dist-types/commands/ListStreamsCommand.d.ts +4 -0
  83. package/dist-types/commands/ListTagsForStreamCommand.d.ts +4 -0
  84. package/dist-types/commands/MergeShardsCommand.d.ts +4 -0
  85. package/dist-types/commands/PutRecordCommand.d.ts +4 -0
  86. package/dist-types/commands/PutRecordsCommand.d.ts +4 -0
  87. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +4 -0
  88. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +4 -0
  89. package/dist-types/commands/SplitShardCommand.d.ts +4 -0
  90. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +4 -0
  91. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +4 -0
  92. package/dist-types/commands/SubscribeToShardCommand.d.ts +4 -0
  93. package/dist-types/commands/UpdateShardCountCommand.d.ts +4 -0
  94. package/dist-types/commands/UpdateStreamModeCommand.d.ts +4 -0
  95. package/dist-types/index.d.ts +9 -2
  96. package/dist-types/models/KinesisServiceException.d.ts +1 -0
  97. package/dist-types/ts3.4/KinesisClient.d.ts +3 -3
  98. package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/index.d.ts +2 -2
  128. package/dist-types/ts3.4/models/KinesisServiceException.d.ts +1 -0
  129. package/package.json +32 -32
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutRecordCommand, se_PutRecordCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PutRecordCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_PutRecordsCommand, se_PutRecordsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class PutRecordsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RegisterStreamConsumerCommand, se_RegisterStreamConsumerCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RegisterStreamConsumerCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveTagsFromStreamCommand, se_RemoveTagsFromStreamCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class RemoveTagsFromStreamCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SplitShardCommand, se_SplitShardCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class SplitShardCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartStreamEncryptionCommand, se_StartStreamEncryptionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartStreamEncryptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopStreamEncryptionCommand, se_StopStreamEncryptionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopStreamEncryptionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { SubscribeToShardOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_SubscribeToShardCommand, se_SubscribeToShardCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class SubscribeToShardCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateShardCountCommand, se_UpdateShardCountCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateShardCountCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateStreamModeCommand, se_UpdateStreamModeCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateStreamModeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from "./Kinesis";
2
1
  export * from "./KinesisClient";
2
+ export * from "./Kinesis";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { KinesisServiceException } from "./models/KinesisServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class KinesisServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -39,6 +39,7 @@ import { SubscribeToShardCommandInput, SubscribeToShardCommandOutput } from "./c
39
39
  import { UpdateShardCountCommandInput, UpdateShardCountCommandOutput } from "./commands/UpdateShardCountCommand";
40
40
  import { UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput } from "./commands/UpdateStreamModeCommand";
41
41
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
42
+ export { __Client };
42
43
  /**
43
44
  * @public
44
45
  */
@@ -157,7 +158,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
157
158
  /**
158
159
  * @public
159
160
  */
160
- type KinesisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
161
+ export type KinesisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & EventStreamSerdeInputConfig & ClientInputEndpointParameters;
161
162
  /**
162
163
  * @public
163
164
  *
@@ -168,7 +169,7 @@ export interface KinesisClientConfig extends KinesisClientConfigType {
168
169
  /**
169
170
  * @public
170
171
  */
171
- type KinesisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & EventStreamSerdeResolvedConfig & ClientResolvedEndpointParameters;
172
+ export type KinesisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & EventStreamSerdeResolvedConfig & ClientResolvedEndpointParameters;
172
173
  /**
173
174
  * @public
174
175
  *
@@ -195,4 +196,3 @@ export declare class KinesisClient extends __Client<__HttpHandlerOptions, Servic
195
196
  */
196
197
  destroy(): void;
197
198
  }
198
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { AddTagsToStreamInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { CreateStreamInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { DecreaseStreamRetentionPeriodInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { DeleteStreamInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { DeregisterStreamConsumerInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { DescribeStreamConsumerInput, DescribeStreamConsumerOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { DescribeStreamSummaryInput, DescribeStreamSummaryOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { DisableEnhancedMonitoringInput, EnhancedMonitoringOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { EnableEnhancedMonitoringInput, EnhancedMonitoringOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { GetRecordsInput, GetRecordsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { GetShardIteratorInput, GetShardIteratorOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { IncreaseStreamRetentionPeriodInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { ListShardsInput, ListShardsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { ListStreamConsumersInput, ListStreamConsumersOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { MergeShardsInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { PutRecordInput, PutRecordOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { PutRecordsInput, PutRecordsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { RegisterStreamConsumerInput, RegisterStreamConsumerOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { RemoveTagsFromStreamInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { SplitShardInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { StartStreamEncryptionInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { StopStreamEncryptionInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { SubscribeToShardInput, SubscribeToShardOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { UpdateShardCountInput, UpdateShardCountOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisClient";
5
5
  import { UpdateStreamModeInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,14 @@
1
- export * from "./Kinesis";
1
+ /**
2
+ * <fullname>Amazon Kinesis Data Streams Service API Reference</fullname>
3
+ * <p>Amazon Kinesis Data Streams is a managed service that scales elastically for real-time
4
+ * processing of streaming big data.</p>
5
+ *
6
+ * @packageDocumentation
7
+ */
2
8
  export * from "./KinesisClient";
9
+ export * from "./Kinesis";
3
10
  export * from "./commands";
4
- export * from "./models";
5
11
  export * from "./pagination";
6
12
  export * from "./waiters";
13
+ export * from "./models";
7
14
  export { KinesisServiceException } from "./models/KinesisServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -172,6 +172,7 @@ import {
172
172
  ClientResolvedEndpointParameters,
173
173
  EndpointParameters,
174
174
  } from "./endpoint/EndpointParameters";
175
+ export { __Client };
175
176
  export type ServiceInputTypes =
176
177
  | AddTagsToStreamCommandInput
177
178
  | CreateStreamCommandInput
@@ -257,7 +258,7 @@ export interface ClientDefaults
257
258
  eventStreamSerdeProvider?: __EventStreamSerdeProvider;
258
259
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
259
260
  }
260
- type KinesisClientConfigType = Partial<
261
+ export type KinesisClientConfigType = Partial<
261
262
  __SmithyConfiguration<__HttpHandlerOptions>
262
263
  > &
263
264
  ClientDefaults &
@@ -270,7 +271,7 @@ type KinesisClientConfigType = Partial<
270
271
  EventStreamSerdeInputConfig &
271
272
  ClientInputEndpointParameters;
272
273
  export interface KinesisClientConfig extends KinesisClientConfigType {}
273
- type KinesisClientResolvedConfigType =
274
+ export type KinesisClientResolvedConfigType =
274
275
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
275
276
  Required<ClientDefaults> &
276
277
  RegionResolvedConfig &
@@ -293,4 +294,3 @@ export declare class KinesisClient extends __Client<
293
294
  constructor(configuration: KinesisClientConfig);
294
295
  destroy(): void;
295
296
  }
296
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { AddTagsToStreamInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface AddTagsToStreamCommandInput extends AddTagsToStreamInput {}
16
17
  export interface AddTagsToStreamCommandOutput extends __MetadataBearer {}
17
18
  export declare class AddTagsToStreamCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { CreateStreamInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateStreamCommandInput extends CreateStreamInput {}
16
17
  export interface CreateStreamCommandOutput extends __MetadataBearer {}
17
18
  export declare class CreateStreamCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { DecreaseStreamRetentionPeriodInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DecreaseStreamRetentionPeriodCommandInput
16
17
  extends DecreaseStreamRetentionPeriodInput {}
17
18
  export interface DecreaseStreamRetentionPeriodCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { DeleteStreamInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteStreamCommandInput extends DeleteStreamInput {}
16
17
  export interface DeleteStreamCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteStreamCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { DeregisterStreamConsumerInput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeregisterStreamConsumerCommandInput
16
17
  extends DeregisterStreamConsumerInput {}
17
18
  export interface DeregisterStreamConsumerCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeLimitsCommandInput extends DescribeLimitsInput {}
16
17
  export interface DescribeLimitsCommandOutput
17
18
  extends DescribeLimitsOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../KinesisClient";
14
14
  import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeStreamCommandInput extends DescribeStreamInput {}
16
17
  export interface DescribeStreamCommandOutput
17
18
  extends DescribeStreamOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeStreamConsumerInput,
16
16
  DescribeStreamConsumerOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeStreamConsumerCommandInput
19
20
  extends DescribeStreamConsumerInput {}
20
21
  export interface DescribeStreamConsumerCommandOutput