@aws-sdk/client-kinesis 3.489.0 → 3.495.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/Kinesis.js +1 -75
- package/dist-cjs/KinesisClient.js +1 -45
- package/dist-cjs/commands/AddTagsToStreamCommand.js +1 -30
- package/dist-cjs/commands/CreateStreamCommand.js +1 -28
- package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +1 -30
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -30
- package/dist-cjs/commands/DeleteStreamCommand.js +1 -30
- package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +1 -31
- package/dist-cjs/commands/DescribeLimitsCommand.js +1 -28
- package/dist-cjs/commands/DescribeStreamCommand.js +1 -30
- package/dist-cjs/commands/DescribeStreamConsumerCommand.js +1 -31
- package/dist-cjs/commands/DescribeStreamSummaryCommand.js +1 -30
- package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +1 -30
- package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +1 -30
- package/dist-cjs/commands/GetRecordsCommand.js +1 -30
- package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -30
- package/dist-cjs/commands/GetShardIteratorCommand.js +1 -30
- package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +1 -30
- package/dist-cjs/commands/ListShardsCommand.js +1 -30
- package/dist-cjs/commands/ListStreamConsumersCommand.js +1 -30
- package/dist-cjs/commands/ListStreamsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForStreamCommand.js +1 -30
- package/dist-cjs/commands/MergeShardsCommand.js +1 -30
- package/dist-cjs/commands/PutRecordCommand.js +1 -30
- package/dist-cjs/commands/PutRecordsCommand.js +1 -30
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -30
- package/dist-cjs/commands/RegisterStreamConsumerCommand.js +1 -30
- package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +1 -30
- package/dist-cjs/commands/SplitShardCommand.js +1 -30
- package/dist-cjs/commands/StartStreamEncryptionCommand.js +1 -30
- package/dist-cjs/commands/StopStreamEncryptionCommand.js +1 -30
- package/dist-cjs/commands/SubscribeToShardCommand.js +1 -35
- package/dist-cjs/commands/UpdateShardCountCommand.js +1 -30
- package/dist-cjs/commands/UpdateStreamModeCommand.js +1 -30
- package/dist-cjs/commands/index.js +1 -35
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3504 -12
- package/dist-cjs/models/KinesisServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -315
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListStreamConsumersPaginator.js +1 -7
- package/dist-cjs/pagination/ListStreamsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -6
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2209
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -5
- package/dist-cjs/waiters/waitForStreamExists.js +1 -36
- package/dist-cjs/waiters/waitForStreamNotExists.js +1 -30
- package/package.json +44 -44
package/dist-cjs/Kinesis.js
CHANGED
|
@@ -1,75 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Kinesis = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AddTagsToStreamCommand_1 = require("./commands/AddTagsToStreamCommand");
|
|
6
|
-
const CreateStreamCommand_1 = require("./commands/CreateStreamCommand");
|
|
7
|
-
const DecreaseStreamRetentionPeriodCommand_1 = require("./commands/DecreaseStreamRetentionPeriodCommand");
|
|
8
|
-
const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
|
|
9
|
-
const DeleteStreamCommand_1 = require("./commands/DeleteStreamCommand");
|
|
10
|
-
const DeregisterStreamConsumerCommand_1 = require("./commands/DeregisterStreamConsumerCommand");
|
|
11
|
-
const DescribeLimitsCommand_1 = require("./commands/DescribeLimitsCommand");
|
|
12
|
-
const DescribeStreamCommand_1 = require("./commands/DescribeStreamCommand");
|
|
13
|
-
const DescribeStreamConsumerCommand_1 = require("./commands/DescribeStreamConsumerCommand");
|
|
14
|
-
const DescribeStreamSummaryCommand_1 = require("./commands/DescribeStreamSummaryCommand");
|
|
15
|
-
const DisableEnhancedMonitoringCommand_1 = require("./commands/DisableEnhancedMonitoringCommand");
|
|
16
|
-
const EnableEnhancedMonitoringCommand_1 = require("./commands/EnableEnhancedMonitoringCommand");
|
|
17
|
-
const GetRecordsCommand_1 = require("./commands/GetRecordsCommand");
|
|
18
|
-
const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
|
|
19
|
-
const GetShardIteratorCommand_1 = require("./commands/GetShardIteratorCommand");
|
|
20
|
-
const IncreaseStreamRetentionPeriodCommand_1 = require("./commands/IncreaseStreamRetentionPeriodCommand");
|
|
21
|
-
const ListShardsCommand_1 = require("./commands/ListShardsCommand");
|
|
22
|
-
const ListStreamConsumersCommand_1 = require("./commands/ListStreamConsumersCommand");
|
|
23
|
-
const ListStreamsCommand_1 = require("./commands/ListStreamsCommand");
|
|
24
|
-
const ListTagsForStreamCommand_1 = require("./commands/ListTagsForStreamCommand");
|
|
25
|
-
const MergeShardsCommand_1 = require("./commands/MergeShardsCommand");
|
|
26
|
-
const PutRecordCommand_1 = require("./commands/PutRecordCommand");
|
|
27
|
-
const PutRecordsCommand_1 = require("./commands/PutRecordsCommand");
|
|
28
|
-
const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
|
|
29
|
-
const RegisterStreamConsumerCommand_1 = require("./commands/RegisterStreamConsumerCommand");
|
|
30
|
-
const RemoveTagsFromStreamCommand_1 = require("./commands/RemoveTagsFromStreamCommand");
|
|
31
|
-
const SplitShardCommand_1 = require("./commands/SplitShardCommand");
|
|
32
|
-
const StartStreamEncryptionCommand_1 = require("./commands/StartStreamEncryptionCommand");
|
|
33
|
-
const StopStreamEncryptionCommand_1 = require("./commands/StopStreamEncryptionCommand");
|
|
34
|
-
const SubscribeToShardCommand_1 = require("./commands/SubscribeToShardCommand");
|
|
35
|
-
const UpdateShardCountCommand_1 = require("./commands/UpdateShardCountCommand");
|
|
36
|
-
const UpdateStreamModeCommand_1 = require("./commands/UpdateStreamModeCommand");
|
|
37
|
-
const KinesisClient_1 = require("./KinesisClient");
|
|
38
|
-
const commands = {
|
|
39
|
-
AddTagsToStreamCommand: AddTagsToStreamCommand_1.AddTagsToStreamCommand,
|
|
40
|
-
CreateStreamCommand: CreateStreamCommand_1.CreateStreamCommand,
|
|
41
|
-
DecreaseStreamRetentionPeriodCommand: DecreaseStreamRetentionPeriodCommand_1.DecreaseStreamRetentionPeriodCommand,
|
|
42
|
-
DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
|
|
43
|
-
DeleteStreamCommand: DeleteStreamCommand_1.DeleteStreamCommand,
|
|
44
|
-
DeregisterStreamConsumerCommand: DeregisterStreamConsumerCommand_1.DeregisterStreamConsumerCommand,
|
|
45
|
-
DescribeLimitsCommand: DescribeLimitsCommand_1.DescribeLimitsCommand,
|
|
46
|
-
DescribeStreamCommand: DescribeStreamCommand_1.DescribeStreamCommand,
|
|
47
|
-
DescribeStreamConsumerCommand: DescribeStreamConsumerCommand_1.DescribeStreamConsumerCommand,
|
|
48
|
-
DescribeStreamSummaryCommand: DescribeStreamSummaryCommand_1.DescribeStreamSummaryCommand,
|
|
49
|
-
DisableEnhancedMonitoringCommand: DisableEnhancedMonitoringCommand_1.DisableEnhancedMonitoringCommand,
|
|
50
|
-
EnableEnhancedMonitoringCommand: EnableEnhancedMonitoringCommand_1.EnableEnhancedMonitoringCommand,
|
|
51
|
-
GetRecordsCommand: GetRecordsCommand_1.GetRecordsCommand,
|
|
52
|
-
GetResourcePolicyCommand: GetResourcePolicyCommand_1.GetResourcePolicyCommand,
|
|
53
|
-
GetShardIteratorCommand: GetShardIteratorCommand_1.GetShardIteratorCommand,
|
|
54
|
-
IncreaseStreamRetentionPeriodCommand: IncreaseStreamRetentionPeriodCommand_1.IncreaseStreamRetentionPeriodCommand,
|
|
55
|
-
ListShardsCommand: ListShardsCommand_1.ListShardsCommand,
|
|
56
|
-
ListStreamConsumersCommand: ListStreamConsumersCommand_1.ListStreamConsumersCommand,
|
|
57
|
-
ListStreamsCommand: ListStreamsCommand_1.ListStreamsCommand,
|
|
58
|
-
ListTagsForStreamCommand: ListTagsForStreamCommand_1.ListTagsForStreamCommand,
|
|
59
|
-
MergeShardsCommand: MergeShardsCommand_1.MergeShardsCommand,
|
|
60
|
-
PutRecordCommand: PutRecordCommand_1.PutRecordCommand,
|
|
61
|
-
PutRecordsCommand: PutRecordsCommand_1.PutRecordsCommand,
|
|
62
|
-
PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
|
|
63
|
-
RegisterStreamConsumerCommand: RegisterStreamConsumerCommand_1.RegisterStreamConsumerCommand,
|
|
64
|
-
RemoveTagsFromStreamCommand: RemoveTagsFromStreamCommand_1.RemoveTagsFromStreamCommand,
|
|
65
|
-
SplitShardCommand: SplitShardCommand_1.SplitShardCommand,
|
|
66
|
-
StartStreamEncryptionCommand: StartStreamEncryptionCommand_1.StartStreamEncryptionCommand,
|
|
67
|
-
StopStreamEncryptionCommand: StopStreamEncryptionCommand_1.StopStreamEncryptionCommand,
|
|
68
|
-
SubscribeToShardCommand: SubscribeToShardCommand_1.SubscribeToShardCommand,
|
|
69
|
-
UpdateShardCountCommand: UpdateShardCountCommand_1.UpdateShardCountCommand,
|
|
70
|
-
UpdateStreamModeCommand: UpdateStreamModeCommand_1.UpdateStreamModeCommand,
|
|
71
|
-
};
|
|
72
|
-
class Kinesis extends KinesisClient_1.KinesisClient {
|
|
73
|
-
}
|
|
74
|
-
exports.Kinesis = Kinesis;
|
|
75
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Kinesis);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,45 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.KinesisClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const eventstream_serde_config_resolver_1 = require("@smithy/eventstream-serde-config-resolver");
|
|
11
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
12
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
13
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
16
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
17
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
18
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
19
|
-
class KinesisClient extends smithy_client_1.Client {
|
|
20
|
-
constructor(...[configuration]) {
|
|
21
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
22
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
23
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
24
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
25
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
26
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
27
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
28
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
29
|
-
const _config_8 = (0, eventstream_serde_config_resolver_1.resolveEventStreamSerdeConfig)(_config_7);
|
|
30
|
-
const _config_9 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_8, configuration?.extensions || []);
|
|
31
|
-
super(_config_9);
|
|
32
|
-
this.config = _config_9;
|
|
33
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
38
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
39
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
40
|
-
}
|
|
41
|
-
destroy() {
|
|
42
|
-
super.destroy();
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.KinesisClient = KinesisClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddTagsToStreamCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AddTagsToStreamCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "AddTagsToStream", {})
|
|
24
|
-
.n("KinesisClient", "AddTagsToStreamCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_AddTagsToStreamCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_AddTagsToStreamCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.AddTagsToStreamCommand = AddTagsToStreamCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateStreamCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateStreamCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Kinesis_20131202", "CreateStream", {})
|
|
22
|
-
.n("KinesisClient", "CreateStreamCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateStreamCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateStreamCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateStreamCommand = CreateStreamCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DecreaseStreamRetentionPeriodCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DecreaseStreamRetentionPeriodCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "DecreaseStreamRetentionPeriod", {})
|
|
24
|
-
.n("KinesisClient", "DecreaseStreamRetentionPeriodCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_DecreaseStreamRetentionPeriodCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_DecreaseStreamRetentionPeriodCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DecreaseStreamRetentionPeriodCommand = DecreaseStreamRetentionPeriodCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteResourcePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteResourcePolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
ResourceARN: { type: "contextParams", name: "ResourceARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "DeleteResourcePolicy", {})
|
|
24
|
-
.n("KinesisClient", "DeleteResourcePolicyCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_DeleteResourcePolicyCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_DeleteResourcePolicyCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteStreamCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteStreamCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "DeleteStream", {})
|
|
24
|
-
.n("KinesisClient", "DeleteStreamCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_DeleteStreamCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_DeleteStreamCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DeleteStreamCommand = DeleteStreamCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeregisterStreamConsumerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeregisterStreamConsumerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
ConsumerARN: { type: "contextParams", name: "ConsumerARN" },
|
|
16
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
17
|
-
})
|
|
18
|
-
.m(function (Command, cs, config, o) {
|
|
19
|
-
return [
|
|
20
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22
|
-
];
|
|
23
|
-
})
|
|
24
|
-
.s("Kinesis_20131202", "DeregisterStreamConsumer", {})
|
|
25
|
-
.n("KinesisClient", "DeregisterStreamConsumerCommand")
|
|
26
|
-
.f(void 0, void 0)
|
|
27
|
-
.ser(Aws_json1_1_1.se_DeregisterStreamConsumerCommand)
|
|
28
|
-
.de(Aws_json1_1_1.de_DeregisterStreamConsumerCommand)
|
|
29
|
-
.build() {
|
|
30
|
-
}
|
|
31
|
-
exports.DeregisterStreamConsumerCommand = DeregisterStreamConsumerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeLimitsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeLimitsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Kinesis_20131202", "DescribeLimits", {})
|
|
22
|
-
.n("KinesisClient", "DescribeLimitsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeLimitsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeLimitsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeLimitsCommand = DescribeLimitsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeStreamCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeStreamCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "DescribeStream", {})
|
|
24
|
-
.n("KinesisClient", "DescribeStreamCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_DescribeStreamCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_DescribeStreamCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DescribeStreamCommand = DescribeStreamCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,31 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeStreamConsumerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeStreamConsumerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
ConsumerARN: { type: "contextParams", name: "ConsumerARN" },
|
|
16
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
17
|
-
})
|
|
18
|
-
.m(function (Command, cs, config, o) {
|
|
19
|
-
return [
|
|
20
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
22
|
-
];
|
|
23
|
-
})
|
|
24
|
-
.s("Kinesis_20131202", "DescribeStreamConsumer", {})
|
|
25
|
-
.n("KinesisClient", "DescribeStreamConsumerCommand")
|
|
26
|
-
.f(void 0, void 0)
|
|
27
|
-
.ser(Aws_json1_1_1.se_DescribeStreamConsumerCommand)
|
|
28
|
-
.de(Aws_json1_1_1.de_DescribeStreamConsumerCommand)
|
|
29
|
-
.build() {
|
|
30
|
-
}
|
|
31
|
-
exports.DescribeStreamConsumerCommand = DescribeStreamConsumerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeStreamSummaryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeStreamSummaryCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "DescribeStreamSummary", {})
|
|
24
|
-
.n("KinesisClient", "DescribeStreamSummaryCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_DescribeStreamSummaryCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_DescribeStreamSummaryCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DescribeStreamSummaryCommand = DescribeStreamSummaryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisableEnhancedMonitoringCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DisableEnhancedMonitoringCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "DisableEnhancedMonitoring", {})
|
|
24
|
-
.n("KinesisClient", "DisableEnhancedMonitoringCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_DisableEnhancedMonitoringCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_DisableEnhancedMonitoringCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.DisableEnhancedMonitoringCommand = DisableEnhancedMonitoringCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableEnhancedMonitoringCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class EnableEnhancedMonitoringCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "EnableEnhancedMonitoring", {})
|
|
24
|
-
.n("KinesisClient", "EnableEnhancedMonitoringCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_EnableEnhancedMonitoringCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_EnableEnhancedMonitoringCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.EnableEnhancedMonitoringCommand = EnableEnhancedMonitoringCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetRecordsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetRecordsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `data` },
|
|
15
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "GetRecords", {})
|
|
24
|
-
.n("KinesisClient", "GetRecordsCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_GetRecordsCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_GetRecordsCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.GetRecordsCommand = GetRecordsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetResourcePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetResourcePolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
ResourceARN: { type: "contextParams", name: "ResourceARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "GetResourcePolicy", {})
|
|
24
|
-
.n("KinesisClient", "GetResourcePolicyCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_GetResourcePolicyCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_GetResourcePolicyCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetShardIteratorCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetShardIteratorCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `data` },
|
|
15
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "GetShardIterator", {})
|
|
24
|
-
.n("KinesisClient", "GetShardIteratorCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_GetShardIteratorCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_GetShardIteratorCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.GetShardIteratorCommand = GetShardIteratorCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IncreaseStreamRetentionPeriodCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class IncreaseStreamRetentionPeriodCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
OperationType: { type: "staticContextParams", value: `control` },
|
|
15
|
-
StreamARN: { type: "contextParams", name: "StreamARN" },
|
|
16
|
-
})
|
|
17
|
-
.m(function (Command, cs, config, o) {
|
|
18
|
-
return [
|
|
19
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
21
|
-
];
|
|
22
|
-
})
|
|
23
|
-
.s("Kinesis_20131202", "IncreaseStreamRetentionPeriod", {})
|
|
24
|
-
.n("KinesisClient", "IncreaseStreamRetentionPeriodCommand")
|
|
25
|
-
.f(void 0, void 0)
|
|
26
|
-
.ser(Aws_json1_1_1.se_IncreaseStreamRetentionPeriodCommand)
|
|
27
|
-
.de(Aws_json1_1_1.de_IncreaseStreamRetentionPeriodCommand)
|
|
28
|
-
.build() {
|
|
29
|
-
}
|
|
30
|
-
exports.IncreaseStreamRetentionPeriodCommand = IncreaseStreamRetentionPeriodCommand;
|
|
1
|
+
module.exports = require("../index.js");
|