@aws-sdk/client-kinesis 3.533.0 → 3.540.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 (75) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Kinesis.d.ts +10 -1
  6. package/dist-types/KinesisClient.d.ts +1 -1
  7. package/dist-types/commands/AddTagsToStreamCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateStreamCommand.d.ts +2 -1
  9. package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteStreamCommand.d.ts +2 -1
  12. package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeLimitsCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeStreamCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +2 -1
  17. package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +2 -1
  18. package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +2 -1
  19. package/dist-types/commands/GetRecordsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  21. package/dist-types/commands/GetShardIteratorCommand.d.ts +2 -1
  22. package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +2 -1
  23. package/dist-types/commands/ListShardsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListStreamConsumersCommand.d.ts +2 -1
  25. package/dist-types/commands/ListStreamsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListTagsForStreamCommand.d.ts +2 -1
  27. package/dist-types/commands/MergeShardsCommand.d.ts +2 -1
  28. package/dist-types/commands/PutRecordCommand.d.ts +2 -1
  29. package/dist-types/commands/PutRecordsCommand.d.ts +2 -1
  30. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  31. package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +2 -1
  32. package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +2 -1
  33. package/dist-types/commands/SplitShardCommand.d.ts +2 -1
  34. package/dist-types/commands/StartStreamEncryptionCommand.d.ts +2 -1
  35. package/dist-types/commands/StopStreamEncryptionCommand.d.ts +2 -1
  36. package/dist-types/commands/SubscribeToShardCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateShardCountCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateStreamModeCommand.d.ts +2 -1
  39. package/dist-types/index.d.ts +0 -1
  40. package/dist-types/models/models_0.d.ts +286 -286
  41. package/dist-types/ts3.4/Kinesis.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/index.d.ts +0 -1
  75. package/package.json +44 -44
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2494,9 +2494,6 @@ var waitUntilStreamNotExists = /* @__PURE__ */ __name(async (params, input) => {
2494
2494
  const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState2);
2495
2495
  return (0, import_util_waiter.checkExceptions)(result);
2496
2496
  }, "waitUntilStreamNotExists");
2497
-
2498
- // src/index.ts
2499
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2500
2497
  // Annotate the CommonJS export names for ESM import in node:
2501
2498
 
2502
2499
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -4,5 +4,4 @@ export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
6
  export * from "./models";
7
- import "@aws-sdk/util-endpoints";
8
7
  export { KinesisServiceException } from "./models/KinesisServiceException";
@@ -60,36 +60,42 @@ export interface Kinesis {
60
60
  /**
61
61
  * @see {@link DeleteStreamCommand}
62
62
  */
63
+ deleteStream(): Promise<DeleteStreamCommandOutput>;
63
64
  deleteStream(args: DeleteStreamCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStreamCommandOutput>;
64
65
  deleteStream(args: DeleteStreamCommandInput, cb: (err: any, data?: DeleteStreamCommandOutput) => void): void;
65
66
  deleteStream(args: DeleteStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamCommandOutput) => void): void;
66
67
  /**
67
68
  * @see {@link DeregisterStreamConsumerCommand}
68
69
  */
70
+ deregisterStreamConsumer(): Promise<DeregisterStreamConsumerCommandOutput>;
69
71
  deregisterStreamConsumer(args: DeregisterStreamConsumerCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterStreamConsumerCommandOutput>;
70
72
  deregisterStreamConsumer(args: DeregisterStreamConsumerCommandInput, cb: (err: any, data?: DeregisterStreamConsumerCommandOutput) => void): void;
71
73
  deregisterStreamConsumer(args: DeregisterStreamConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterStreamConsumerCommandOutput) => void): void;
72
74
  /**
73
75
  * @see {@link DescribeLimitsCommand}
74
76
  */
77
+ describeLimits(): Promise<DescribeLimitsCommandOutput>;
75
78
  describeLimits(args: DescribeLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLimitsCommandOutput>;
76
79
  describeLimits(args: DescribeLimitsCommandInput, cb: (err: any, data?: DescribeLimitsCommandOutput) => void): void;
77
80
  describeLimits(args: DescribeLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLimitsCommandOutput) => void): void;
78
81
  /**
79
82
  * @see {@link DescribeStreamCommand}
80
83
  */
84
+ describeStream(): Promise<DescribeStreamCommandOutput>;
81
85
  describeStream(args: DescribeStreamCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStreamCommandOutput>;
82
86
  describeStream(args: DescribeStreamCommandInput, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;
83
87
  describeStream(args: DescribeStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;
84
88
  /**
85
89
  * @see {@link DescribeStreamConsumerCommand}
86
90
  */
91
+ describeStreamConsumer(): Promise<DescribeStreamConsumerCommandOutput>;
87
92
  describeStreamConsumer(args: DescribeStreamConsumerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStreamConsumerCommandOutput>;
88
93
  describeStreamConsumer(args: DescribeStreamConsumerCommandInput, cb: (err: any, data?: DescribeStreamConsumerCommandOutput) => void): void;
89
94
  describeStreamConsumer(args: DescribeStreamConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStreamConsumerCommandOutput) => void): void;
90
95
  /**
91
96
  * @see {@link DescribeStreamSummaryCommand}
92
97
  */
98
+ describeStreamSummary(): Promise<DescribeStreamSummaryCommandOutput>;
93
99
  describeStreamSummary(args: DescribeStreamSummaryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStreamSummaryCommandOutput>;
94
100
  describeStreamSummary(args: DescribeStreamSummaryCommandInput, cb: (err: any, data?: DescribeStreamSummaryCommandOutput) => void): void;
95
101
  describeStreamSummary(args: DescribeStreamSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStreamSummaryCommandOutput) => void): void;
@@ -132,6 +138,7 @@ export interface Kinesis {
132
138
  /**
133
139
  * @see {@link ListShardsCommand}
134
140
  */
141
+ listShards(): Promise<ListShardsCommandOutput>;
135
142
  listShards(args: ListShardsCommandInput, options?: __HttpHandlerOptions): Promise<ListShardsCommandOutput>;
136
143
  listShards(args: ListShardsCommandInput, cb: (err: any, data?: ListShardsCommandOutput) => void): void;
137
144
  listShards(args: ListShardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListShardsCommandOutput) => void): void;
@@ -144,12 +151,14 @@ export interface Kinesis {
144
151
  /**
145
152
  * @see {@link ListStreamsCommand}
146
153
  */
154
+ listStreams(): Promise<ListStreamsCommandOutput>;
147
155
  listStreams(args: ListStreamsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamsCommandOutput>;
148
156
  listStreams(args: ListStreamsCommandInput, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
149
157
  listStreams(args: ListStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
150
158
  /**
151
159
  * @see {@link ListTagsForStreamCommand}
152
160
  */
161
+ listTagsForStream(): Promise<ListTagsForStreamCommandOutput>;
153
162
  listTagsForStream(args: ListTagsForStreamCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForStreamCommandOutput>;
154
163
  listTagsForStream(args: ListTagsForStreamCommandInput, cb: (err: any, data?: ListTagsForStreamCommandOutput) => void): void;
155
164
  listTagsForStream(args: ListTagsForStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForStreamCommandOutput) => void): void;
@@ -227,10 +236,10 @@ export interface Kinesis {
227
236
  updateStreamMode(args: UpdateStreamModeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStreamModeCommandOutput) => void): void;
228
237
  }
229
238
  /**
230
- * @public
231
239
  * <fullname>Amazon Kinesis Data Streams Service API Reference</fullname>
232
240
  * <p>Amazon Kinesis Data Streams is a managed service that scales elastically for real-time
233
241
  * processing of streaming big data.</p>
242
+ * @public
234
243
  */
235
244
  export declare class Kinesis extends KinesisClient implements Kinesis {
236
245
  }
@@ -188,10 +188,10 @@ export type KinesisClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
188
188
  export interface KinesisClientResolvedConfig extends KinesisClientResolvedConfigType {
189
189
  }
190
190
  /**
191
- * @public
192
191
  * <fullname>Amazon Kinesis Data Streams Service API Reference</fullname>
193
192
  * <p>Amazon Kinesis Data Streams is a managed service that scales elastically for real-time
194
193
  * processing of streaming big data.</p>
194
+ * @public
195
195
  */
196
196
  export declare class KinesisClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KinesisClientResolvedConfig> {
197
197
  /**
@@ -22,10 +22,10 @@ export interface AddTagsToStreamCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AddTagsToStreamCommand_base: {
24
24
  new (input: AddTagsToStreamCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddTagsToStreamCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToStreamCommandInput, AddTagsToStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates tags for the specified Kinesis data stream. You can assign up to 50
30
30
  * tags to a data stream.</p>
31
31
  * <note>
@@ -86,6 +86,7 @@ declare const AddTagsToStreamCommand_base: {
86
86
  * @throws {@link KinesisServiceException}
87
87
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class AddTagsToStreamCommand extends AddTagsToStreamCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface CreateStreamCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const CreateStreamCommand_base: {
24
24
  new (input: CreateStreamCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateStreamCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamCommandInput, CreateStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a Kinesis data stream. A stream captures and transports data records that are
30
30
  * continuously emitted from different data sources or <i>producers</i>.
31
31
  * Scale-out within a stream is explicitly supported by means of shards, which are uniquely
@@ -110,6 +110,7 @@ declare const CreateStreamCommand_base: {
110
110
  * @throws {@link KinesisServiceException}
111
111
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class CreateStreamCommand extends CreateStreamCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface DecreaseStreamRetentionPeriodCommandOutput extends __MetadataBe
22
22
  }
23
23
  declare const DecreaseStreamRetentionPeriodCommand_base: {
24
24
  new (input: DecreaseStreamRetentionPeriodCommandInput): import("@smithy/smithy-client").CommandImpl<DecreaseStreamRetentionPeriodCommandInput, DecreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DecreaseStreamRetentionPeriodCommandInput): import("@smithy/smithy-client").CommandImpl<DecreaseStreamRetentionPeriodCommandInput, DecreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Decreases the Kinesis data stream's retention period, which is the length of time data
30
30
  * records are accessible after they are added to the stream. The minimum value of a
31
31
  * stream's retention period is 24 hours.</p>
@@ -83,6 +83,7 @@ declare const DecreaseStreamRetentionPeriodCommand_base: {
83
83
  * @throws {@link KinesisServiceException}
84
84
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class DecreaseStreamRetentionPeriodCommand extends DecreaseStreamRetentionPeriodCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteResourcePolicyCommand_base: {
24
24
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a policy for the specified data stream or consumer. Request patterns can be one of the following:</p>
30
30
  * <ul>
31
31
  * <li>
@@ -81,6 +81,7 @@ declare const DeleteResourcePolicyCommand_base: {
81
81
  * @throws {@link KinesisServiceException}
82
82
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DeleteStreamCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteStreamCommand_base: {
24
24
  new (input: DeleteStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteStreamCommandInput, DeleteStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Kinesis data stream and all its shards and data. You must shut down any
30
30
  * applications that are operating on the stream before you delete the stream. If an
31
31
  * application attempts to operate on a deleted stream, it receives the exception
@@ -96,6 +96,7 @@ declare const DeleteStreamCommand_base: {
96
96
  * @throws {@link KinesisServiceException}
97
97
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface DeregisterStreamConsumerCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeregisterStreamConsumerCommand_base: {
24
24
  new (input: DeregisterStreamConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterStreamConsumerCommandInput, DeregisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeregisterStreamConsumerCommandInput]): import("@smithy/smithy-client").CommandImpl<DeregisterStreamConsumerCommandInput, DeregisterStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>To deregister a consumer, provide its ARN. Alternatively, you can provide the ARN of
30
30
  * the data stream and the name you gave the consumer when you registered it. You may also
31
31
  * provide all three parameters, as long as they don't conflict with each other. If you
@@ -72,6 +72,7 @@ declare const DeregisterStreamConsumerCommand_base: {
72
72
  * @throws {@link KinesisServiceException}
73
73
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeregisterStreamConsumerCommand extends DeregisterStreamConsumerCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DescribeLimitsCommandOutput extends DescribeLimitsOutput, __Met
22
22
  }
23
23
  declare const DescribeLimitsCommand_base: {
24
24
  new (input: DescribeLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLimitsCommandInput, DescribeLimitsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeLimitsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLimitsCommandInput, DescribeLimitsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the shard limits and usage for the account.</p>
30
30
  * <p>If you update your account limits, the old limits might be returned for a few
31
31
  * minutes.</p>
@@ -61,6 +61,7 @@ declare const DescribeLimitsCommand_base: {
61
61
  * @throws {@link KinesisServiceException}
62
62
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __Met
22
22
  }
23
23
  declare const DescribeStreamCommand_base: {
24
24
  new (input: DescribeStreamCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeStreamCommandInput, DescribeStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the specified Kinesis data stream.</p>
30
30
  * <note>
31
31
  * <p>This API has been revised. It's highly recommended that you use the <a>DescribeStreamSummary</a> API to get a summarized description of the
@@ -130,6 +130,7 @@ declare const DescribeStreamCommand_base: {
130
130
  * @throws {@link KinesisServiceException}
131
131
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
132
132
  *
133
+ * @public
133
134
  */
134
135
  export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
135
136
  }
@@ -22,10 +22,10 @@ export interface DescribeStreamConsumerCommandOutput extends DescribeStreamConsu
22
22
  }
23
23
  declare const DescribeStreamConsumerCommand_base: {
24
24
  new (input: DescribeStreamConsumerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamConsumerCommandInput, DescribeStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeStreamConsumerCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeStreamConsumerCommandInput, DescribeStreamConsumerCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>To get the description of a registered consumer, provide the ARN of the consumer.
30
30
  * Alternatively, you can provide the ARN of the data stream and the name you gave the
31
31
  * consumer when you registered it. You may also provide all three parameters, as long as
@@ -83,6 +83,7 @@ declare const DescribeStreamConsumerCommand_base: {
83
83
  * @throws {@link KinesisServiceException}
84
84
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class DescribeStreamConsumerCommand extends DescribeStreamConsumerCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface DescribeStreamSummaryCommandOutput extends DescribeStreamSummar
22
22
  }
23
23
  declare const DescribeStreamSummaryCommand_base: {
24
24
  new (input: DescribeStreamSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStreamSummaryCommandInput, DescribeStreamSummaryCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeStreamSummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeStreamSummaryCommandInput, DescribeStreamSummaryCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides a summarized description of the specified Kinesis data stream without the
30
30
  * shard list.</p>
31
31
  * <note>
@@ -102,6 +102,7 @@ declare const DescribeStreamSummaryCommand_base: {
102
102
  * @throws {@link KinesisServiceException}
103
103
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class DescribeStreamSummaryCommand extends DescribeStreamSummaryCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface DisableEnhancedMonitoringCommandOutput extends EnhancedMonitori
22
22
  }
23
23
  declare const DisableEnhancedMonitoringCommand_base: {
24
24
  new (input: DisableEnhancedMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<DisableEnhancedMonitoringCommandInput, DisableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisableEnhancedMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<DisableEnhancedMonitoringCommandInput, DisableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables enhanced monitoring.</p>
30
30
  * <note>
31
31
  * <p>When invoking this API, you must use either the <code>StreamARN</code> or the
@@ -89,6 +89,7 @@ declare const DisableEnhancedMonitoringCommand_base: {
89
89
  * @throws {@link KinesisServiceException}
90
90
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class DisableEnhancedMonitoringCommand extends DisableEnhancedMonitoringCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface EnableEnhancedMonitoringCommandOutput extends EnhancedMonitorin
22
22
  }
23
23
  declare const EnableEnhancedMonitoringCommand_base: {
24
24
  new (input: EnableEnhancedMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<EnableEnhancedMonitoringCommandInput, EnableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableEnhancedMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<EnableEnhancedMonitoringCommandInput, EnableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables enhanced Kinesis data stream monitoring for shard-level metrics.</p>
30
30
  * <note>
31
31
  * <p>When invoking this API, you must use either the <code>StreamARN</code> or the
@@ -89,6 +89,7 @@ declare const EnableEnhancedMonitoringCommand_base: {
89
89
  * @throws {@link KinesisServiceException}
90
90
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class EnableEnhancedMonitoringCommand extends EnableEnhancedMonitoringCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface GetRecordsCommandOutput extends GetRecordsOutput, __MetadataBea
22
22
  }
23
23
  declare const GetRecordsCommand_base: {
24
24
  new (input: GetRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordsCommandInput, GetRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordsCommandInput, GetRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets data records from a Kinesis data stream's shard.</p>
30
30
  * <note>
31
31
  * <p>When invoking this API, you must use either the <code>StreamARN</code> or the
@@ -178,6 +178,7 @@ declare const GetRecordsCommand_base: {
178
178
  * @throws {@link KinesisServiceException}
179
179
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
180
180
  *
181
+ * @public
181
182
  */
182
183
  export declare class GetRecordsCommand extends GetRecordsCommand_base {
183
184
  }
@@ -22,10 +22,10 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyOutput,
22
22
  }
23
23
  declare const GetResourcePolicyCommand_base: {
24
24
  new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a policy attached to the specified data stream or consumer. Request patterns can be one of the following:</p>
30
30
  * <ul>
31
31
  * <li>
@@ -79,6 +79,7 @@ declare const GetResourcePolicyCommand_base: {
79
79
  * @throws {@link KinesisServiceException}
80
80
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetShardIteratorCommandOutput extends GetShardIteratorOutput, _
22
22
  }
23
23
  declare const GetShardIteratorCommand_base: {
24
24
  new (input: GetShardIteratorCommandInput): import("@smithy/smithy-client").CommandImpl<GetShardIteratorCommandInput, GetShardIteratorCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetShardIteratorCommandInput): import("@smithy/smithy-client").CommandImpl<GetShardIteratorCommandInput, GetShardIteratorCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets an Amazon Kinesis shard iterator. A shard iterator expires 5 minutes after it is
30
30
  * returned to the requester.</p>
31
31
  * <note>
@@ -115,6 +115,7 @@ declare const GetShardIteratorCommand_base: {
115
115
  * @throws {@link KinesisServiceException}
116
116
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class GetShardIteratorCommand extends GetShardIteratorCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface IncreaseStreamRetentionPeriodCommandOutput extends __MetadataBe
22
22
  }
23
23
  declare const IncreaseStreamRetentionPeriodCommand_base: {
24
24
  new (input: IncreaseStreamRetentionPeriodCommandInput): import("@smithy/smithy-client").CommandImpl<IncreaseStreamRetentionPeriodCommandInput, IncreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: IncreaseStreamRetentionPeriodCommandInput): import("@smithy/smithy-client").CommandImpl<IncreaseStreamRetentionPeriodCommandInput, IncreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Increases the Kinesis data stream's retention period, which is the length of time data
30
30
  * records are accessible after they are added to the stream. The maximum value of a
31
31
  * stream's retention period is 8760 hours (365 days).</p>
@@ -86,6 +86,7 @@ declare const IncreaseStreamRetentionPeriodCommand_base: {
86
86
  * @throws {@link KinesisServiceException}
87
87
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class IncreaseStreamRetentionPeriodCommand extends IncreaseStreamRetentionPeriodCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListShardsCommandOutput extends ListShardsOutput, __MetadataBea
22
22
  }
23
23
  declare const ListShardsCommand_base: {
24
24
  new (input: ListShardsCommandInput): import("@smithy/smithy-client").CommandImpl<ListShardsCommandInput, ListShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListShardsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListShardsCommandInput, ListShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the shards in a stream and provides information about each shard. This operation
30
30
  * has a limit of 1000 transactions per second per data stream.</p>
31
31
  * <note>
@@ -116,6 +116,7 @@ declare const ListShardsCommand_base: {
116
116
  * @throws {@link KinesisServiceException}
117
117
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
118
118
  *
119
+ * @public
119
120
  */
120
121
  export declare class ListShardsCommand extends ListShardsCommand_base {
121
122
  }
@@ -22,10 +22,10 @@ export interface ListStreamConsumersCommandOutput extends ListStreamConsumersOut
22
22
  }
23
23
  declare const ListStreamConsumersCommand_base: {
24
24
  new (input: ListStreamConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamConsumersCommandInput, ListStreamConsumersCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListStreamConsumersCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamConsumersCommandInput, ListStreamConsumersCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the consumers registered to receive data from a stream using enhanced fan-out,
30
30
  * and provides information about each consumer.</p>
31
31
  * <p>This operation has a limit of 5 transactions per second per stream.</p>
@@ -85,6 +85,7 @@ declare const ListStreamConsumersCommand_base: {
85
85
  * @throws {@link KinesisServiceException}
86
86
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class ListStreamConsumersCommand extends ListStreamConsumersCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataB
22
22
  }
23
23
  declare const ListStreamsCommand_base: {
24
24
  new (input: ListStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListStreamsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists your Kinesis data streams.</p>
30
30
  * <p>The number of streams may be too large to return from a single call to
31
31
  * <code>ListStreams</code>. You can limit the number of returned streams using the
@@ -96,6 +96,7 @@ declare const ListStreamsCommand_base: {
96
96
  * @throws {@link KinesisServiceException}
97
97
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class ListStreamsCommand extends ListStreamsCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface ListTagsForStreamCommandOutput extends ListTagsForStreamOutput,
22
22
  }
23
23
  declare const ListTagsForStreamCommand_base: {
24
24
  new (input: ListTagsForStreamCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListTagsForStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTagsForStreamCommandInput, ListTagsForStreamCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags for the specified Kinesis data stream. This operation has a limit of
30
30
  * five transactions per second per account.</p>
31
31
  * <note>
@@ -84,6 +84,7 @@ declare const ListTagsForStreamCommand_base: {
84
84
  * @throws {@link KinesisServiceException}
85
85
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface MergeShardsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const MergeShardsCommand_base: {
24
24
  new (input: MergeShardsCommandInput): import("@smithy/smithy-client").CommandImpl<MergeShardsCommandInput, MergeShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: MergeShardsCommandInput): import("@smithy/smithy-client").CommandImpl<MergeShardsCommandInput, MergeShardsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Merges two adjacent shards in a Kinesis data stream and combines them into a single
30
30
  * shard to reduce the stream's capacity to ingest and transport data. This API is only
31
31
  * supported for the data streams with the provisioned capacity mode. Two shards are
@@ -120,6 +120,7 @@ declare const MergeShardsCommand_base: {
120
120
  * @throws {@link KinesisServiceException}
121
121
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class MergeShardsCommand extends MergeShardsCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface PutRecordCommandOutput extends PutRecordOutput, __MetadataBeare
22
22
  }
23
23
  declare const PutRecordCommand_base: {
24
24
  new (input: PutRecordCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRecordCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordCommandInput, PutRecordCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Writes a single data record into an Amazon Kinesis data stream. Call
30
30
  * <code>PutRecord</code> to send data into the stream for real-time ingestion and
31
31
  * subsequent processing, one record at a time. Each shard can support writes up to 1,000
@@ -146,6 +146,7 @@ declare const PutRecordCommand_base: {
146
146
  * @throws {@link KinesisServiceException}
147
147
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
148
148
  *
149
+ * @public
149
150
  */
150
151
  export declare class PutRecordCommand extends PutRecordCommand_base {
151
152
  }
@@ -22,10 +22,10 @@ export interface PutRecordsCommandOutput extends PutRecordsOutput, __MetadataBea
22
22
  }
23
23
  declare const PutRecordsCommand_base: {
24
24
  new (input: PutRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordsCommandInput, PutRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRecordsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecordsCommandInput, PutRecordsCommandOutput, KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Writes multiple data records into a Kinesis data stream in a single call (also
30
30
  * referred to as a <code>PutRecords</code> request). Use this operation to send data into
31
31
  * the stream for data ingestion and processing. </p>
@@ -176,6 +176,7 @@ declare const PutRecordsCommand_base: {
176
176
  * @throws {@link KinesisServiceException}
177
177
  * <p>Base exception class for all service exceptions from Kinesis service.</p>
178
178
  *
179
+ * @public
179
180
  */
180
181
  export declare class PutRecordsCommand extends PutRecordsCommand_base {
181
182
  }