@aws-sdk/client-kinesis 3.296.0 → 3.298.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.
- package/dist-cjs/commands/AddTagsToStreamCommand.js +2 -3
- package/dist-cjs/commands/CreateStreamCommand.js +2 -3
- package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +2 -3
- package/dist-cjs/commands/DeleteStreamCommand.js +2 -3
- package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +2 -3
- package/dist-cjs/commands/DescribeLimitsCommand.js +2 -3
- package/dist-cjs/commands/DescribeStreamCommand.js +2 -3
- package/dist-cjs/commands/DescribeStreamConsumerCommand.js +2 -3
- package/dist-cjs/commands/DescribeStreamSummaryCommand.js +2 -3
- package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +2 -3
- package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +2 -3
- package/dist-cjs/commands/GetRecordsCommand.js +2 -3
- package/dist-cjs/commands/GetShardIteratorCommand.js +2 -3
- package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +2 -3
- package/dist-cjs/commands/ListShardsCommand.js +2 -3
- package/dist-cjs/commands/ListStreamConsumersCommand.js +2 -3
- package/dist-cjs/commands/ListStreamsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForStreamCommand.js +2 -3
- package/dist-cjs/commands/MergeShardsCommand.js +2 -3
- package/dist-cjs/commands/PutRecordCommand.js +2 -3
- package/dist-cjs/commands/PutRecordsCommand.js +2 -3
- package/dist-cjs/commands/RegisterStreamConsumerCommand.js +2 -3
- package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +2 -3
- package/dist-cjs/commands/SplitShardCommand.js +2 -3
- package/dist-cjs/commands/StartStreamEncryptionCommand.js +2 -3
- package/dist-cjs/commands/StopStreamEncryptionCommand.js +2 -3
- package/dist-cjs/commands/SubscribeToShardCommand.js +1 -1
- package/dist-cjs/commands/UpdateShardCountCommand.js +2 -3
- package/dist-cjs/commands/UpdateStreamModeCommand.js +2 -3
- package/dist-cjs/models/models_0.js +2 -251
- package/dist-es/commands/AddTagsToStreamCommand.js +2 -3
- package/dist-es/commands/CreateStreamCommand.js +2 -3
- package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +2 -3
- package/dist-es/commands/DeleteStreamCommand.js +2 -3
- package/dist-es/commands/DeregisterStreamConsumerCommand.js +2 -3
- package/dist-es/commands/DescribeLimitsCommand.js +2 -3
- package/dist-es/commands/DescribeStreamCommand.js +2 -3
- package/dist-es/commands/DescribeStreamConsumerCommand.js +2 -3
- package/dist-es/commands/DescribeStreamSummaryCommand.js +2 -3
- package/dist-es/commands/DisableEnhancedMonitoringCommand.js +2 -3
- package/dist-es/commands/EnableEnhancedMonitoringCommand.js +2 -3
- package/dist-es/commands/GetRecordsCommand.js +2 -3
- package/dist-es/commands/GetShardIteratorCommand.js +2 -3
- package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +2 -3
- package/dist-es/commands/ListShardsCommand.js +2 -3
- package/dist-es/commands/ListStreamConsumersCommand.js +2 -3
- package/dist-es/commands/ListStreamsCommand.js +2 -3
- package/dist-es/commands/ListTagsForStreamCommand.js +2 -3
- package/dist-es/commands/MergeShardsCommand.js +2 -3
- package/dist-es/commands/PutRecordCommand.js +2 -3
- package/dist-es/commands/PutRecordsCommand.js +2 -3
- package/dist-es/commands/RegisterStreamConsumerCommand.js +2 -3
- package/dist-es/commands/RemoveTagsFromStreamCommand.js +2 -3
- package/dist-es/commands/SplitShardCommand.js +2 -3
- package/dist-es/commands/StartStreamEncryptionCommand.js +2 -3
- package/dist-es/commands/StopStreamEncryptionCommand.js +2 -3
- package/dist-es/commands/SubscribeToShardCommand.js +2 -2
- package/dist-es/commands/UpdateShardCountCommand.js +2 -3
- package/dist-es/commands/UpdateStreamModeCommand.js +2 -3
- package/dist-es/models/models_0.js +1 -187
- package/dist-types/Kinesis.d.ts +30 -0
- package/dist-types/KinesisClient.d.ts +24 -4
- package/dist-types/commands/AddTagsToStreamCommand.d.ts +16 -0
- package/dist-types/commands/CreateStreamCommand.d.ts +16 -0
- package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStreamCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLimitsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStreamCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +16 -0
- package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +16 -0
- package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +16 -0
- package/dist-types/commands/GetRecordsCommand.d.ts +16 -0
- package/dist-types/commands/GetShardIteratorCommand.d.ts +16 -0
- package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +16 -0
- package/dist-types/commands/ListShardsCommand.d.ts +16 -0
- package/dist-types/commands/ListStreamConsumersCommand.d.ts +16 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +16 -0
- package/dist-types/commands/MergeShardsCommand.d.ts +16 -0
- package/dist-types/commands/PutRecordCommand.d.ts +16 -0
- package/dist-types/commands/PutRecordsCommand.d.ts +16 -0
- package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +16 -0
- package/dist-types/commands/SplitShardCommand.d.ts +16 -0
- package/dist-types/commands/StartStreamEncryptionCommand.d.ts +16 -0
- package/dist-types/commands/StopStreamEncryptionCommand.d.ts +16 -0
- package/dist-types/commands/SubscribeToShardCommand.d.ts +16 -0
- package/dist-types/commands/UpdateShardCountCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStreamModeCommand.d.ts +16 -0
- package/dist-types/models/KinesisServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +147 -248
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListStreamConsumersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStreamsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -172
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { MergeShardsInputFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1MergeShardsCommand, serializeAws_json1_1MergeShardsCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class MergeShardsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ export class MergeShardsCommand extends $Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { PutRecordInputFilterSensitiveLog, PutRecordOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1PutRecordCommand, serializeAws_json1_1PutRecordCommand } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class PutRecordCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ export class PutRecordCommand extends $Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { PutRecordsInputFilterSensitiveLog, PutRecordsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1PutRecordsCommand, serializeAws_json1_1PutRecordsCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class PutRecordsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ export class PutRecordsCommand extends $Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { RegisterStreamConsumerInputFilterSensitiveLog, RegisterStreamConsumerOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1RegisterStreamConsumerCommand, serializeAws_json1_1RegisterStreamConsumerCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class RegisterStreamConsumerCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ export class RegisterStreamConsumerCommand extends $Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { RemoveTagsFromStreamInputFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1RemoveTagsFromStreamCommand, serializeAws_json1_1RemoveTagsFromStreamCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class RemoveTagsFromStreamCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ export class RemoveTagsFromStreamCommand extends $Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { SplitShardInputFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1SplitShardCommand, serializeAws_json1_1SplitShardCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class SplitShardCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ export class SplitShardCommand extends $Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { StartStreamEncryptionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1StartStreamEncryptionCommand, serializeAws_json1_1StartStreamEncryptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class StartStreamEncryptionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ export class StartStreamEncryptionCommand extends $Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { StopStreamEncryptionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1StopStreamEncryptionCommand, serializeAws_json1_1StopStreamEncryptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class StopStreamEncryptionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ export class StopStreamEncryptionCommand extends $Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
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
|
-
import {
|
|
4
|
+
import { SubscribeToShardOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1SubscribeToShardCommand, serializeAws_json1_1SubscribeToShardCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class SubscribeToShardCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -29,7 +29,7 @@ export class SubscribeToShardCommand extends $Command {
|
|
|
29
29
|
logger,
|
|
30
30
|
clientName,
|
|
31
31
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
33
|
outputFilterSensitiveLog: SubscribeToShardOutputFilterSensitiveLog,
|
|
34
34
|
};
|
|
35
35
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { UpdateShardCountInputFilterSensitiveLog, UpdateShardCountOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1UpdateShardCountCommand, serializeAws_json1_1UpdateShardCountCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class UpdateShardCountCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ export class UpdateShardCountCommand extends $Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
import { UpdateStreamModeInputFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1UpdateStreamModeCommand, serializeAws_json1_1UpdateStreamModeCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class UpdateStreamModeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ export class UpdateStreamModeCommand extends $Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -272,186 +272,9 @@ export var ScalingType;
|
|
|
272
272
|
(function (ScalingType) {
|
|
273
273
|
ScalingType["UNIFORM_SCALING"] = "UNIFORM_SCALING";
|
|
274
274
|
})(ScalingType || (ScalingType = {}));
|
|
275
|
-
export const AddTagsToStreamInputFilterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
export const HashKeyRangeFilterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
});
|
|
281
|
-
export const ChildShardFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
export const ConsumerFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
export const ConsumerDescriptionFilterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
export const StreamModeDetailsFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
});
|
|
293
|
-
export const CreateStreamInputFilterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
export const DecreaseStreamRetentionPeriodInputFilterSensitiveLog = (obj) => ({
|
|
297
|
-
...obj,
|
|
298
|
-
});
|
|
299
|
-
export const DeleteStreamInputFilterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
export const DeregisterStreamConsumerInputFilterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
});
|
|
305
|
-
export const DescribeLimitsInputFilterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
});
|
|
308
|
-
export const DescribeLimitsOutputFilterSensitiveLog = (obj) => ({
|
|
309
|
-
...obj,
|
|
310
|
-
});
|
|
311
|
-
export const DescribeStreamInputFilterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
export const EnhancedMetricsFilterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
});
|
|
317
|
-
export const SequenceNumberRangeFilterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
export const ShardFilterSensitiveLog = (obj) => ({
|
|
321
|
-
...obj,
|
|
322
|
-
});
|
|
323
|
-
export const StreamDescriptionFilterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
});
|
|
326
|
-
export const DescribeStreamOutputFilterSensitiveLog = (obj) => ({
|
|
327
|
-
...obj,
|
|
328
|
-
});
|
|
329
|
-
export const DescribeStreamConsumerInputFilterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
});
|
|
332
|
-
export const DescribeStreamConsumerOutputFilterSensitiveLog = (obj) => ({
|
|
333
|
-
...obj,
|
|
334
|
-
});
|
|
335
|
-
export const DescribeStreamSummaryInputFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
export const StreamDescriptionSummaryFilterSensitiveLog = (obj) => ({
|
|
339
|
-
...obj,
|
|
340
|
-
});
|
|
341
|
-
export const DescribeStreamSummaryOutputFilterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
export const DisableEnhancedMonitoringInputFilterSensitiveLog = (obj) => ({
|
|
345
|
-
...obj,
|
|
346
|
-
});
|
|
347
|
-
export const EnhancedMonitoringOutputFilterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
export const EnableEnhancedMonitoringInputFilterSensitiveLog = (obj) => ({
|
|
351
|
-
...obj,
|
|
352
|
-
});
|
|
353
|
-
export const GetRecordsInputFilterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
export const _RecordFilterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
export const GetRecordsOutputFilterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
export const GetShardIteratorInputFilterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
});
|
|
365
|
-
export const GetShardIteratorOutputFilterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
export const IncreaseStreamRetentionPeriodInputFilterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
export const ShardFilterFilterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
});
|
|
374
|
-
export const ListShardsInputFilterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
});
|
|
377
|
-
export const ListShardsOutputFilterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
export const ListStreamConsumersInputFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
export const ListStreamConsumersOutputFilterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
export const ListStreamsInputFilterSensitiveLog = (obj) => ({
|
|
387
|
-
...obj,
|
|
388
|
-
});
|
|
389
|
-
export const StreamSummaryFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
export const ListStreamsOutputFilterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
export const ListTagsForStreamInputFilterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
export const ListTagsForStreamOutputFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
export const MergeShardsInputFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
export const PutRecordInputFilterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
export const PutRecordOutputFilterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
});
|
|
413
|
-
export const PutRecordsRequestEntryFilterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
export const PutRecordsInputFilterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
export const PutRecordsResultEntryFilterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
export const PutRecordsOutputFilterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
export const RegisterStreamConsumerInputFilterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
export const RegisterStreamConsumerOutputFilterSensitiveLog = (obj) => ({
|
|
429
|
-
...obj,
|
|
430
|
-
});
|
|
431
|
-
export const RemoveTagsFromStreamInputFilterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
});
|
|
434
|
-
export const SplitShardInputFilterSensitiveLog = (obj) => ({
|
|
435
|
-
...obj,
|
|
436
|
-
});
|
|
437
|
-
export const StartStreamEncryptionInputFilterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
export const StopStreamEncryptionInputFilterSensitiveLog = (obj) => ({
|
|
441
|
-
...obj,
|
|
442
|
-
});
|
|
443
|
-
export const StartingPositionFilterSensitiveLog = (obj) => ({
|
|
444
|
-
...obj,
|
|
445
|
-
});
|
|
446
|
-
export const SubscribeToShardInputFilterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
export const SubscribeToShardEventFilterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
275
|
export const SubscribeToShardEventStreamFilterSensitiveLog = (obj) => {
|
|
453
276
|
if (obj.SubscribeToShardEvent !== undefined)
|
|
454
|
-
return { SubscribeToShardEvent:
|
|
277
|
+
return { SubscribeToShardEvent: obj.SubscribeToShardEvent };
|
|
455
278
|
if (obj.ResourceNotFoundException !== undefined)
|
|
456
279
|
return { ResourceNotFoundException: obj.ResourceNotFoundException };
|
|
457
280
|
if (obj.ResourceInUseException !== undefined)
|
|
@@ -477,12 +300,3 @@ export const SubscribeToShardOutputFilterSensitiveLog = (obj) => ({
|
|
|
477
300
|
...obj,
|
|
478
301
|
...(obj.EventStream && { EventStream: "STREAMING_CONTENT" }),
|
|
479
302
|
});
|
|
480
|
-
export const UpdateShardCountInputFilterSensitiveLog = (obj) => ({
|
|
481
|
-
...obj,
|
|
482
|
-
});
|
|
483
|
-
export const UpdateShardCountOutputFilterSensitiveLog = (obj) => ({
|
|
484
|
-
...obj,
|
|
485
|
-
});
|
|
486
|
-
export const UpdateStreamModeInputFilterSensitiveLog = (obj) => ({
|
|
487
|
-
...obj,
|
|
488
|
-
});
|
package/dist-types/Kinesis.d.ts
CHANGED
|
@@ -30,12 +30,14 @@ import { UpdateShardCountCommandInput, UpdateShardCountCommandOutput } from "./c
|
|
|
30
30
|
import { UpdateStreamModeCommandInput, UpdateStreamModeCommandOutput } from "./commands/UpdateStreamModeCommand";
|
|
31
31
|
import { KinesisClient } from "./KinesisClient";
|
|
32
32
|
/**
|
|
33
|
+
* @public
|
|
33
34
|
* <fullname>Amazon Kinesis Data Streams Service API Reference</fullname>
|
|
34
35
|
* <p>Amazon Kinesis Data Streams is a managed service that scales elastically for real-time
|
|
35
36
|
* processing of streaming big data.</p>
|
|
36
37
|
*/
|
|
37
38
|
export declare class Kinesis extends KinesisClient {
|
|
38
39
|
/**
|
|
40
|
+
* @public
|
|
39
41
|
* <p>Adds or updates tags for the specified Kinesis data stream. You can assign up to 50
|
|
40
42
|
* tags to a data stream.</p>
|
|
41
43
|
* <note>
|
|
@@ -52,6 +54,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
52
54
|
addTagsToStream(args: AddTagsToStreamCommandInput, cb: (err: any, data?: AddTagsToStreamCommandOutput) => void): void;
|
|
53
55
|
addTagsToStream(args: AddTagsToStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToStreamCommandOutput) => void): void;
|
|
54
56
|
/**
|
|
57
|
+
* @public
|
|
55
58
|
* <p>Creates a Kinesis data stream. A stream captures and transports data records that are
|
|
56
59
|
* continuously emitted from different data sources or <i>producers</i>.
|
|
57
60
|
* Scale-out within a stream is explicitly supported by means of shards, which are uniquely
|
|
@@ -101,6 +104,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
101
104
|
createStream(args: CreateStreamCommandInput, cb: (err: any, data?: CreateStreamCommandOutput) => void): void;
|
|
102
105
|
createStream(args: CreateStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamCommandOutput) => void): void;
|
|
103
106
|
/**
|
|
107
|
+
* @public
|
|
104
108
|
* <p>Decreases the Kinesis data stream's retention period, which is the length of time data
|
|
105
109
|
* records are accessible after they are added to the stream. The minimum value of a
|
|
106
110
|
* stream's retention period is 24 hours.</p>
|
|
@@ -116,6 +120,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
116
120
|
decreaseStreamRetentionPeriod(args: DecreaseStreamRetentionPeriodCommandInput, cb: (err: any, data?: DecreaseStreamRetentionPeriodCommandOutput) => void): void;
|
|
117
121
|
decreaseStreamRetentionPeriod(args: DecreaseStreamRetentionPeriodCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DecreaseStreamRetentionPeriodCommandOutput) => void): void;
|
|
118
122
|
/**
|
|
123
|
+
* @public
|
|
119
124
|
* <p>Deletes a Kinesis data stream and all its shards and data. You must shut down any
|
|
120
125
|
* applications that are operating on the stream before you delete the stream. If an
|
|
121
126
|
* application attempts to operate on a deleted stream, it receives the exception
|
|
@@ -144,6 +149,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
144
149
|
deleteStream(args: DeleteStreamCommandInput, cb: (err: any, data?: DeleteStreamCommandOutput) => void): void;
|
|
145
150
|
deleteStream(args: DeleteStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamCommandOutput) => void): void;
|
|
146
151
|
/**
|
|
152
|
+
* @public
|
|
147
153
|
* <p>To deregister a consumer, provide its ARN. Alternatively, you can provide the ARN of
|
|
148
154
|
* the data stream and the name you gave the consumer when you registered it. You may also
|
|
149
155
|
* provide all three parameters, as long as they don't conflict with each other. If you
|
|
@@ -157,6 +163,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
157
163
|
deregisterStreamConsumer(args: DeregisterStreamConsumerCommandInput, cb: (err: any, data?: DeregisterStreamConsumerCommandOutput) => void): void;
|
|
158
164
|
deregisterStreamConsumer(args: DeregisterStreamConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterStreamConsumerCommandOutput) => void): void;
|
|
159
165
|
/**
|
|
166
|
+
* @public
|
|
160
167
|
* <p>Describes the shard limits and usage for the account.</p>
|
|
161
168
|
* <p>If you update your account limits, the old limits might be returned for a few
|
|
162
169
|
* minutes.</p>
|
|
@@ -166,6 +173,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
166
173
|
describeLimits(args: DescribeLimitsCommandInput, cb: (err: any, data?: DescribeLimitsCommandOutput) => void): void;
|
|
167
174
|
describeLimits(args: DescribeLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLimitsCommandOutput) => void): void;
|
|
168
175
|
/**
|
|
176
|
+
* @public
|
|
169
177
|
* <p>Describes the specified Kinesis data stream.</p>
|
|
170
178
|
* <note>
|
|
171
179
|
* <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
|
|
@@ -195,6 +203,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
195
203
|
describeStream(args: DescribeStreamCommandInput, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;
|
|
196
204
|
describeStream(args: DescribeStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStreamCommandOutput) => void): void;
|
|
197
205
|
/**
|
|
206
|
+
* @public
|
|
198
207
|
* <p>To get the description of a registered consumer, provide the ARN of the consumer.
|
|
199
208
|
* Alternatively, you can provide the ARN of the data stream and the name you gave the
|
|
200
209
|
* consumer when you registered it. You may also provide all three parameters, as long as
|
|
@@ -208,6 +217,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
208
217
|
describeStreamConsumer(args: DescribeStreamConsumerCommandInput, cb: (err: any, data?: DescribeStreamConsumerCommandOutput) => void): void;
|
|
209
218
|
describeStreamConsumer(args: DescribeStreamConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStreamConsumerCommandOutput) => void): void;
|
|
210
219
|
/**
|
|
220
|
+
* @public
|
|
211
221
|
* <p>Provides a summarized description of the specified Kinesis data stream without the
|
|
212
222
|
* shard list.</p>
|
|
213
223
|
* <note>
|
|
@@ -225,6 +235,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
225
235
|
describeStreamSummary(args: DescribeStreamSummaryCommandInput, cb: (err: any, data?: DescribeStreamSummaryCommandOutput) => void): void;
|
|
226
236
|
describeStreamSummary(args: DescribeStreamSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStreamSummaryCommandOutput) => void): void;
|
|
227
237
|
/**
|
|
238
|
+
* @public
|
|
228
239
|
* <p>Disables enhanced monitoring.</p>
|
|
229
240
|
* <note>
|
|
230
241
|
* <p>When invoking this API, it is recommended you use the <code>StreamARN</code> input
|
|
@@ -235,6 +246,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
235
246
|
disableEnhancedMonitoring(args: DisableEnhancedMonitoringCommandInput, cb: (err: any, data?: DisableEnhancedMonitoringCommandOutput) => void): void;
|
|
236
247
|
disableEnhancedMonitoring(args: DisableEnhancedMonitoringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableEnhancedMonitoringCommandOutput) => void): void;
|
|
237
248
|
/**
|
|
249
|
+
* @public
|
|
238
250
|
* <p>Enables enhanced Kinesis data stream monitoring for shard-level metrics.</p>
|
|
239
251
|
* <note>
|
|
240
252
|
* <p>When invoking this API, it is recommended you use the <code>StreamARN</code> input
|
|
@@ -245,6 +257,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
245
257
|
enableEnhancedMonitoring(args: EnableEnhancedMonitoringCommandInput, cb: (err: any, data?: EnableEnhancedMonitoringCommandOutput) => void): void;
|
|
246
258
|
enableEnhancedMonitoring(args: EnableEnhancedMonitoringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableEnhancedMonitoringCommandOutput) => void): void;
|
|
247
259
|
/**
|
|
260
|
+
* @public
|
|
248
261
|
* <p>Gets data records from a Kinesis data stream's shard.</p>
|
|
249
262
|
* <note>
|
|
250
263
|
* <p>When invoking this API, it is recommended you use the <code>StreamARN</code> input
|
|
@@ -302,6 +315,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
302
315
|
getRecords(args: GetRecordsCommandInput, cb: (err: any, data?: GetRecordsCommandOutput) => void): void;
|
|
303
316
|
getRecords(args: GetRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecordsCommandOutput) => void): void;
|
|
304
317
|
/**
|
|
318
|
+
* @public
|
|
305
319
|
* <p>Gets an Amazon Kinesis shard iterator. A shard iterator expires 5 minutes after it is
|
|
306
320
|
* returned to the requester.</p>
|
|
307
321
|
* <note>
|
|
@@ -345,6 +359,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
345
359
|
getShardIterator(args: GetShardIteratorCommandInput, cb: (err: any, data?: GetShardIteratorCommandOutput) => void): void;
|
|
346
360
|
getShardIterator(args: GetShardIteratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetShardIteratorCommandOutput) => void): void;
|
|
347
361
|
/**
|
|
362
|
+
* @public
|
|
348
363
|
* <p>Increases the Kinesis data stream's retention period, which is the length of time data
|
|
349
364
|
* records are accessible after they are added to the stream. The maximum value of a
|
|
350
365
|
* stream's retention period is 8760 hours (365 days).</p>
|
|
@@ -363,6 +378,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
363
378
|
increaseStreamRetentionPeriod(args: IncreaseStreamRetentionPeriodCommandInput, cb: (err: any, data?: IncreaseStreamRetentionPeriodCommandOutput) => void): void;
|
|
364
379
|
increaseStreamRetentionPeriod(args: IncreaseStreamRetentionPeriodCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IncreaseStreamRetentionPeriodCommandOutput) => void): void;
|
|
365
380
|
/**
|
|
381
|
+
* @public
|
|
366
382
|
* <p>Lists the shards in a stream and provides information about each shard. This operation
|
|
367
383
|
* has a limit of 1000 transactions per second per data stream.</p>
|
|
368
384
|
* <note>
|
|
@@ -383,6 +399,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
383
399
|
listShards(args: ListShardsCommandInput, cb: (err: any, data?: ListShardsCommandOutput) => void): void;
|
|
384
400
|
listShards(args: ListShardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListShardsCommandOutput) => void): void;
|
|
385
401
|
/**
|
|
402
|
+
* @public
|
|
386
403
|
* <p>Lists the consumers registered to receive data from a stream using enhanced fan-out,
|
|
387
404
|
* and provides information about each consumer.</p>
|
|
388
405
|
* <p>This operation has a limit of 5 transactions per second per stream.</p>
|
|
@@ -391,6 +408,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
391
408
|
listStreamConsumers(args: ListStreamConsumersCommandInput, cb: (err: any, data?: ListStreamConsumersCommandOutput) => void): void;
|
|
392
409
|
listStreamConsumers(args: ListStreamConsumersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamConsumersCommandOutput) => void): void;
|
|
393
410
|
/**
|
|
411
|
+
* @public
|
|
394
412
|
* <p>Lists your Kinesis data streams.</p>
|
|
395
413
|
* <p>The number of streams may be too large to return from a single call to
|
|
396
414
|
* <code>ListStreams</code>. You can limit the number of returned streams using the
|
|
@@ -412,6 +430,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
412
430
|
listStreams(args: ListStreamsCommandInput, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
|
|
413
431
|
listStreams(args: ListStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
|
|
414
432
|
/**
|
|
433
|
+
* @public
|
|
415
434
|
* <p>Lists the tags for the specified Kinesis data stream. This operation has a limit of
|
|
416
435
|
* five transactions per second per account.</p>
|
|
417
436
|
* <note>
|
|
@@ -423,6 +442,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
423
442
|
listTagsForStream(args: ListTagsForStreamCommandInput, cb: (err: any, data?: ListTagsForStreamCommandOutput) => void): void;
|
|
424
443
|
listTagsForStream(args: ListTagsForStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForStreamCommandOutput) => void): void;
|
|
425
444
|
/**
|
|
445
|
+
* @public
|
|
426
446
|
* <p>Merges two adjacent shards in a Kinesis data stream and combines them into a single
|
|
427
447
|
* shard to reduce the stream's capacity to ingest and transport data. This API is only
|
|
428
448
|
* supported for the data streams with the provisioned capacity mode. Two shards are
|
|
@@ -469,6 +489,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
469
489
|
mergeShards(args: MergeShardsCommandInput, cb: (err: any, data?: MergeShardsCommandOutput) => void): void;
|
|
470
490
|
mergeShards(args: MergeShardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MergeShardsCommandOutput) => void): void;
|
|
471
491
|
/**
|
|
492
|
+
* @public
|
|
472
493
|
* <p>Writes a single data record into an Amazon Kinesis data stream. Call
|
|
473
494
|
* <code>PutRecord</code> to send data into the stream for real-time ingestion and
|
|
474
495
|
* subsequent processing, one record at a time. Each shard can support writes up to 1,000
|
|
@@ -514,6 +535,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
514
535
|
putRecord(args: PutRecordCommandInput, cb: (err: any, data?: PutRecordCommandOutput) => void): void;
|
|
515
536
|
putRecord(args: PutRecordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRecordCommandOutput) => void): void;
|
|
516
537
|
/**
|
|
538
|
+
* @public
|
|
517
539
|
* <p>Writes multiple data records into a Kinesis data stream in a single call (also
|
|
518
540
|
* referred to as a <code>PutRecords</code> request). Use this operation to send data into
|
|
519
541
|
* the stream for data ingestion and processing. </p>
|
|
@@ -579,6 +601,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
579
601
|
putRecords(args: PutRecordsCommandInput, cb: (err: any, data?: PutRecordsCommandOutput) => void): void;
|
|
580
602
|
putRecords(args: PutRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRecordsCommandOutput) => void): void;
|
|
581
603
|
/**
|
|
604
|
+
* @public
|
|
582
605
|
* <p>Registers a consumer with a Kinesis data stream. When you use this operation, the
|
|
583
606
|
* consumer you register can then call <a>SubscribeToShard</a> to receive data
|
|
584
607
|
* from the stream using enhanced fan-out, at a rate of up to 2 MiB per second for every
|
|
@@ -598,6 +621,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
598
621
|
registerStreamConsumer(args: RegisterStreamConsumerCommandInput, cb: (err: any, data?: RegisterStreamConsumerCommandOutput) => void): void;
|
|
599
622
|
registerStreamConsumer(args: RegisterStreamConsumerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterStreamConsumerCommandOutput) => void): void;
|
|
600
623
|
/**
|
|
624
|
+
* @public
|
|
601
625
|
* <p>Removes tags from the specified Kinesis data stream. Removed tags are deleted and
|
|
602
626
|
* cannot be recovered after this operation successfully completes.</p>
|
|
603
627
|
* <note>
|
|
@@ -613,6 +637,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
613
637
|
removeTagsFromStream(args: RemoveTagsFromStreamCommandInput, cb: (err: any, data?: RemoveTagsFromStreamCommandOutput) => void): void;
|
|
614
638
|
removeTagsFromStream(args: RemoveTagsFromStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromStreamCommandOutput) => void): void;
|
|
615
639
|
/**
|
|
640
|
+
* @public
|
|
616
641
|
* <p>Splits a shard into two new shards in the Kinesis data stream, to increase the
|
|
617
642
|
* stream's capacity to ingest and transport data. <code>SplitShard</code> is called when
|
|
618
643
|
* there is a need to increase the overall capacity of a stream because of an expected
|
|
@@ -663,6 +688,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
663
688
|
splitShard(args: SplitShardCommandInput, cb: (err: any, data?: SplitShardCommandOutput) => void): void;
|
|
664
689
|
splitShard(args: SplitShardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SplitShardCommandOutput) => void): void;
|
|
665
690
|
/**
|
|
691
|
+
* @public
|
|
666
692
|
* <p>Enables or updates server-side encryption using an Amazon Web Services KMS key for a
|
|
667
693
|
* specified stream. </p>
|
|
668
694
|
* <p>Starting encryption is an asynchronous operation. Upon receiving the request, Kinesis
|
|
@@ -688,6 +714,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
688
714
|
startStreamEncryption(args: StartStreamEncryptionCommandInput, cb: (err: any, data?: StartStreamEncryptionCommandOutput) => void): void;
|
|
689
715
|
startStreamEncryption(args: StartStreamEncryptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartStreamEncryptionCommandOutput) => void): void;
|
|
690
716
|
/**
|
|
717
|
+
* @public
|
|
691
718
|
* <p>Disables server-side encryption for a specified stream. </p>
|
|
692
719
|
* <note>
|
|
693
720
|
* <p>When invoking this API, it is recommended you use the <code>StreamARN</code> input
|
|
@@ -712,6 +739,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
712
739
|
stopStreamEncryption(args: StopStreamEncryptionCommandInput, cb: (err: any, data?: StopStreamEncryptionCommandOutput) => void): void;
|
|
713
740
|
stopStreamEncryption(args: StopStreamEncryptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopStreamEncryptionCommandOutput) => void): void;
|
|
714
741
|
/**
|
|
742
|
+
* @public
|
|
715
743
|
* <p>This operation establishes an HTTP/2 connection between the consumer you specify in
|
|
716
744
|
* the <code>ConsumerARN</code> parameter and the shard you specify in the
|
|
717
745
|
* <code>ShardId</code> parameter. After the connection is successfully established,
|
|
@@ -740,6 +768,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
740
768
|
subscribeToShard(args: SubscribeToShardCommandInput, cb: (err: any, data?: SubscribeToShardCommandOutput) => void): void;
|
|
741
769
|
subscribeToShard(args: SubscribeToShardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SubscribeToShardCommandOutput) => void): void;
|
|
742
770
|
/**
|
|
771
|
+
* @public
|
|
743
772
|
* <p>Updates the shard count of the specified stream to the specified number of shards.
|
|
744
773
|
* This API is only supported for the data streams with the provisioned capacity
|
|
745
774
|
* mode.</p>
|
|
@@ -793,6 +822,7 @@ export declare class Kinesis extends KinesisClient {
|
|
|
793
822
|
updateShardCount(args: UpdateShardCountCommandInput, cb: (err: any, data?: UpdateShardCountCommandOutput) => void): void;
|
|
794
823
|
updateShardCount(args: UpdateShardCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateShardCountCommandOutput) => void): void;
|
|
795
824
|
/**
|
|
825
|
+
* @public
|
|
796
826
|
* <p> Updates the capacity mode of the data stream. Currently, in Kinesis Data Streams, you
|
|
797
827
|
* can choose between an <b>on-demand</b> capacity mode and a
|
|
798
828
|
* <b>provisioned</b> capacity mode for your data stream.
|