@aws-sdk/client-kinesis 3.306.0 → 3.309.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 -2
- package/dist-cjs/commands/CreateStreamCommand.js +2 -2
- package/dist-cjs/commands/DecreaseStreamRetentionPeriodCommand.js +2 -2
- package/dist-cjs/commands/DeleteStreamCommand.js +2 -2
- package/dist-cjs/commands/DeregisterStreamConsumerCommand.js +2 -2
- package/dist-cjs/commands/DescribeLimitsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStreamCommand.js +2 -2
- package/dist-cjs/commands/DescribeStreamConsumerCommand.js +2 -2
- package/dist-cjs/commands/DescribeStreamSummaryCommand.js +2 -2
- package/dist-cjs/commands/DisableEnhancedMonitoringCommand.js +2 -2
- package/dist-cjs/commands/EnableEnhancedMonitoringCommand.js +2 -2
- package/dist-cjs/commands/GetRecordsCommand.js +2 -2
- package/dist-cjs/commands/GetShardIteratorCommand.js +2 -2
- package/dist-cjs/commands/IncreaseStreamRetentionPeriodCommand.js +2 -2
- package/dist-cjs/commands/ListShardsCommand.js +2 -2
- package/dist-cjs/commands/ListStreamConsumersCommand.js +2 -2
- package/dist-cjs/commands/ListStreamsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForStreamCommand.js +2 -2
- package/dist-cjs/commands/MergeShardsCommand.js +2 -2
- package/dist-cjs/commands/PutRecordCommand.js +2 -2
- package/dist-cjs/commands/PutRecordsCommand.js +2 -2
- package/dist-cjs/commands/RegisterStreamConsumerCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsFromStreamCommand.js +2 -2
- package/dist-cjs/commands/SplitShardCommand.js +2 -2
- package/dist-cjs/commands/StartStreamEncryptionCommand.js +2 -2
- package/dist-cjs/commands/StopStreamEncryptionCommand.js +2 -2
- package/dist-cjs/commands/SubscribeToShardCommand.js +2 -2
- package/dist-cjs/commands/UpdateShardCountCommand.js +2 -2
- package/dist-cjs/commands/UpdateStreamModeCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +577 -603
- package/dist-es/commands/AddTagsToStreamCommand.js +3 -3
- package/dist-es/commands/CreateStreamCommand.js +3 -3
- package/dist-es/commands/DecreaseStreamRetentionPeriodCommand.js +3 -3
- package/dist-es/commands/DeleteStreamCommand.js +3 -3
- package/dist-es/commands/DeregisterStreamConsumerCommand.js +3 -3
- package/dist-es/commands/DescribeLimitsCommand.js +3 -3
- package/dist-es/commands/DescribeStreamCommand.js +3 -3
- package/dist-es/commands/DescribeStreamConsumerCommand.js +3 -3
- package/dist-es/commands/DescribeStreamSummaryCommand.js +3 -3
- package/dist-es/commands/DisableEnhancedMonitoringCommand.js +3 -3
- package/dist-es/commands/EnableEnhancedMonitoringCommand.js +3 -3
- package/dist-es/commands/GetRecordsCommand.js +3 -3
- package/dist-es/commands/GetShardIteratorCommand.js +3 -3
- package/dist-es/commands/IncreaseStreamRetentionPeriodCommand.js +3 -3
- package/dist-es/commands/ListShardsCommand.js +3 -3
- package/dist-es/commands/ListStreamConsumersCommand.js +3 -3
- package/dist-es/commands/ListStreamsCommand.js +3 -3
- package/dist-es/commands/ListTagsForStreamCommand.js +3 -3
- package/dist-es/commands/MergeShardsCommand.js +3 -3
- package/dist-es/commands/PutRecordCommand.js +3 -3
- package/dist-es/commands/PutRecordsCommand.js +3 -3
- package/dist-es/commands/RegisterStreamConsumerCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromStreamCommand.js +3 -3
- package/dist-es/commands/SplitShardCommand.js +3 -3
- package/dist-es/commands/StartStreamEncryptionCommand.js +3 -3
- package/dist-es/commands/StopStreamEncryptionCommand.js +3 -3
- package/dist-es/commands/SubscribeToShardCommand.js +3 -3
- package/dist-es/commands/UpdateShardCountCommand.js +3 -3
- package/dist-es/commands/UpdateStreamModeCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +517 -543
- package/dist-types/protocols/Aws_json1_1.d.ts +232 -58
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +58 -58
- package/package.json +6 -6
|
@@ -38,10 +38,10 @@ class AddTagsToStreamCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_AddTagsToStreamCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_AddTagsToStreamCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.AddTagsToStreamCommand = AddTagsToStreamCommand;
|
|
@@ -36,10 +36,10 @@ class CreateStreamCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_CreateStreamCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_CreateStreamCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.CreateStreamCommand = CreateStreamCommand;
|
|
@@ -38,10 +38,10 @@ class DecreaseStreamRetentionPeriodCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_DecreaseStreamRetentionPeriodCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_DecreaseStreamRetentionPeriodCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.DecreaseStreamRetentionPeriodCommand = DecreaseStreamRetentionPeriodCommand;
|
|
@@ -38,10 +38,10 @@ class DeleteStreamCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_DeleteStreamCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_DeleteStreamCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.DeleteStreamCommand = DeleteStreamCommand;
|
|
@@ -39,10 +39,10 @@ class DeregisterStreamConsumerCommand extends smithy_client_1.Command {
|
|
|
39
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
40
|
}
|
|
41
41
|
serialize(input, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.se_DeregisterStreamConsumerCommand)(input, context);
|
|
43
43
|
}
|
|
44
44
|
deserialize(output, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.
|
|
45
|
+
return (0, Aws_json1_1_1.de_DeregisterStreamConsumerCommand)(output, context);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
exports.DeregisterStreamConsumerCommand = DeregisterStreamConsumerCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeLimitsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_DescribeLimitsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DescribeLimitsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeLimitsCommand = DescribeLimitsCommand;
|
|
@@ -38,10 +38,10 @@ class DescribeStreamCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_DescribeStreamCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_DescribeStreamCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.DescribeStreamCommand = DescribeStreamCommand;
|
|
@@ -39,10 +39,10 @@ class DescribeStreamConsumerCommand extends smithy_client_1.Command {
|
|
|
39
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
40
|
}
|
|
41
41
|
serialize(input, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.se_DescribeStreamConsumerCommand)(input, context);
|
|
43
43
|
}
|
|
44
44
|
deserialize(output, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.
|
|
45
|
+
return (0, Aws_json1_1_1.de_DescribeStreamConsumerCommand)(output, context);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
exports.DescribeStreamConsumerCommand = DescribeStreamConsumerCommand;
|
|
@@ -38,10 +38,10 @@ class DescribeStreamSummaryCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_DescribeStreamSummaryCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_DescribeStreamSummaryCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.DescribeStreamSummaryCommand = DescribeStreamSummaryCommand;
|
|
@@ -38,10 +38,10 @@ class DisableEnhancedMonitoringCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_DisableEnhancedMonitoringCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_DisableEnhancedMonitoringCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.DisableEnhancedMonitoringCommand = DisableEnhancedMonitoringCommand;
|
|
@@ -38,10 +38,10 @@ class EnableEnhancedMonitoringCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_EnableEnhancedMonitoringCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_EnableEnhancedMonitoringCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.EnableEnhancedMonitoringCommand = EnableEnhancedMonitoringCommand;
|
|
@@ -38,10 +38,10 @@ class GetRecordsCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_GetRecordsCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_GetRecordsCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.GetRecordsCommand = GetRecordsCommand;
|
|
@@ -38,10 +38,10 @@ class GetShardIteratorCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_GetShardIteratorCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_GetShardIteratorCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.GetShardIteratorCommand = GetShardIteratorCommand;
|
|
@@ -38,10 +38,10 @@ class IncreaseStreamRetentionPeriodCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_IncreaseStreamRetentionPeriodCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_IncreaseStreamRetentionPeriodCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.IncreaseStreamRetentionPeriodCommand = IncreaseStreamRetentionPeriodCommand;
|
|
@@ -38,10 +38,10 @@ class ListShardsCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_ListShardsCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_ListShardsCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.ListShardsCommand = ListShardsCommand;
|
|
@@ -38,10 +38,10 @@ class ListStreamConsumersCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_ListStreamConsumersCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_ListStreamConsumersCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.ListStreamConsumersCommand = ListStreamConsumersCommand;
|
|
@@ -36,10 +36,10 @@ class ListStreamsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_1_1.
|
|
39
|
+
return (0, Aws_json1_1_1.se_ListStreamsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListStreamsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListStreamsCommand = ListStreamsCommand;
|
|
@@ -38,10 +38,10 @@ class ListTagsForStreamCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_ListTagsForStreamCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_ListTagsForStreamCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.ListTagsForStreamCommand = ListTagsForStreamCommand;
|
|
@@ -38,10 +38,10 @@ class MergeShardsCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_MergeShardsCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_MergeShardsCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.MergeShardsCommand = MergeShardsCommand;
|
|
@@ -38,10 +38,10 @@ class PutRecordCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_PutRecordCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_PutRecordCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.PutRecordCommand = PutRecordCommand;
|
|
@@ -38,10 +38,10 @@ class PutRecordsCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_PutRecordsCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_PutRecordsCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.PutRecordsCommand = PutRecordsCommand;
|
|
@@ -38,10 +38,10 @@ class RegisterStreamConsumerCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_RegisterStreamConsumerCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_RegisterStreamConsumerCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.RegisterStreamConsumerCommand = RegisterStreamConsumerCommand;
|
|
@@ -38,10 +38,10 @@ class RemoveTagsFromStreamCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_RemoveTagsFromStreamCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_RemoveTagsFromStreamCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.RemoveTagsFromStreamCommand = RemoveTagsFromStreamCommand;
|
|
@@ -38,10 +38,10 @@ class SplitShardCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_SplitShardCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_SplitShardCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.SplitShardCommand = SplitShardCommand;
|
|
@@ -38,10 +38,10 @@ class StartStreamEncryptionCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_StartStreamEncryptionCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_StartStreamEncryptionCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.StartStreamEncryptionCommand = StartStreamEncryptionCommand;
|
|
@@ -38,10 +38,10 @@ class StopStreamEncryptionCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_StopStreamEncryptionCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_StopStreamEncryptionCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.StopStreamEncryptionCommand = StopStreamEncryptionCommand;
|
|
@@ -39,10 +39,10 @@ class SubscribeToShardCommand extends smithy_client_1.Command {
|
|
|
39
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
40
|
}
|
|
41
41
|
serialize(input, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.se_SubscribeToShardCommand)(input, context);
|
|
43
43
|
}
|
|
44
44
|
deserialize(output, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.
|
|
45
|
+
return (0, Aws_json1_1_1.de_SubscribeToShardCommand)(output, context);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
exports.SubscribeToShardCommand = SubscribeToShardCommand;
|
|
@@ -38,10 +38,10 @@ class UpdateShardCountCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_UpdateShardCountCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_UpdateShardCountCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.UpdateShardCountCommand = UpdateShardCountCommand;
|
|
@@ -38,10 +38,10 @@ class UpdateStreamModeCommand extends smithy_client_1.Command {
|
|
|
38
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
39
|
}
|
|
40
40
|
serialize(input, context) {
|
|
41
|
-
return (0, Aws_json1_1_1.
|
|
41
|
+
return (0, Aws_json1_1_1.se_UpdateStreamModeCommand)(input, context);
|
|
42
42
|
}
|
|
43
43
|
deserialize(output, context) {
|
|
44
|
-
return (0, Aws_json1_1_1.
|
|
44
|
+
return (0, Aws_json1_1_1.de_UpdateStreamModeCommand)(output, context);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.UpdateStreamModeCommand = UpdateStreamModeCommand;
|