@aws-sdk/client-firehose 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/CreateDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/DeleteDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/DescribeDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/ListDeliveryStreamsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/PutRecordBatchCommand.js +2 -2
- package/dist-cjs/commands/PutRecordCommand.js +2 -2
- package/dist-cjs/commands/StartDeliveryStreamEncryptionCommand.js +2 -2
- package/dist-cjs/commands/StopDeliveryStreamEncryptionCommand.js +2 -2
- package/dist-cjs/commands/TagDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/UntagDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/UpdateDestinationCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +531 -609
- package/dist-es/commands/CreateDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/DeleteDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/DescribeDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/ListDeliveryStreamsCommand.js +3 -3
- package/dist-es/commands/ListTagsForDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/PutRecordBatchCommand.js +3 -3
- package/dist-es/commands/PutRecordCommand.js +3 -3
- package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +3 -3
- package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +3 -3
- package/dist-es/commands/TagDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/UntagDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/UpdateDestinationCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +506 -584
- package/dist-types/protocols/Aws_json1_1.d.ts +96 -24
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -24
- package/package.json +6 -6
|
@@ -37,10 +37,10 @@ class CreateDeliveryStreamCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_CreateDeliveryStreamCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_CreateDeliveryStreamCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.CreateDeliveryStreamCommand = CreateDeliveryStreamCommand;
|
|
@@ -36,10 +36,10 @@ class DeleteDeliveryStreamCommand 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_DeleteDeliveryStreamCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_DeleteDeliveryStreamCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteDeliveryStreamCommand = DeleteDeliveryStreamCommand;
|
|
@@ -37,10 +37,10 @@ class DescribeDeliveryStreamCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_DescribeDeliveryStreamCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_DescribeDeliveryStreamCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.DescribeDeliveryStreamCommand = DescribeDeliveryStreamCommand;
|
|
@@ -36,10 +36,10 @@ class ListDeliveryStreamsCommand 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_ListDeliveryStreamsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListDeliveryStreamsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListDeliveryStreamsCommand = ListDeliveryStreamsCommand;
|
|
@@ -36,10 +36,10 @@ class ListTagsForDeliveryStreamCommand 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_ListTagsForDeliveryStreamCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_ListTagsForDeliveryStreamCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListTagsForDeliveryStreamCommand = ListTagsForDeliveryStreamCommand;
|
|
@@ -36,10 +36,10 @@ class PutRecordBatchCommand 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_PutRecordBatchCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_PutRecordBatchCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutRecordBatchCommand = PutRecordBatchCommand;
|
|
@@ -36,10 +36,10 @@ class PutRecordCommand 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_PutRecordCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_PutRecordCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutRecordCommand = PutRecordCommand;
|
|
@@ -36,10 +36,10 @@ class StartDeliveryStreamEncryptionCommand 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_StartDeliveryStreamEncryptionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_StartDeliveryStreamEncryptionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StartDeliveryStreamEncryptionCommand = StartDeliveryStreamEncryptionCommand;
|
|
@@ -36,10 +36,10 @@ class StopDeliveryStreamEncryptionCommand 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_StopDeliveryStreamEncryptionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_StopDeliveryStreamEncryptionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StopDeliveryStreamEncryptionCommand = StopDeliveryStreamEncryptionCommand;
|
|
@@ -36,10 +36,10 @@ class TagDeliveryStreamCommand 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_TagDeliveryStreamCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_TagDeliveryStreamCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.TagDeliveryStreamCommand = TagDeliveryStreamCommand;
|
|
@@ -36,10 +36,10 @@ class UntagDeliveryStreamCommand 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_UntagDeliveryStreamCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UntagDeliveryStreamCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UntagDeliveryStreamCommand = UntagDeliveryStreamCommand;
|
|
@@ -37,10 +37,10 @@ class UpdateDestinationCommand extends smithy_client_1.Command {
|
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
38
|
}
|
|
39
39
|
serialize(input, context) {
|
|
40
|
-
return (0, Aws_json1_1_1.
|
|
40
|
+
return (0, Aws_json1_1_1.se_UpdateDestinationCommand)(input, context);
|
|
41
41
|
}
|
|
42
42
|
deserialize(output, context) {
|
|
43
|
-
return (0, Aws_json1_1_1.
|
|
43
|
+
return (0, Aws_json1_1_1.de_UpdateDestinationCommand)(output, context);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
exports.UpdateDestinationCommand = UpdateDestinationCommand;
|