@aws-sdk/client-cloudwatch-events 3.303.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/ActivateEventSourceCommand.js +2 -2
- package/dist-cjs/commands/CancelReplayCommand.js +2 -2
- package/dist-cjs/commands/CreateApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/CreateArchiveCommand.js +2 -2
- package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
- package/dist-cjs/commands/CreateEventBusCommand.js +2 -2
- package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DeactivateEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DeauthorizeConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/DeleteArchiveCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventBusCommand.js +2 -2
- package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
- package/dist-cjs/commands/DescribeApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/DescribeArchiveCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectionCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventBusCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplayCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleCommand.js +2 -2
- package/dist-cjs/commands/DisableRuleCommand.js +2 -2
- package/dist-cjs/commands/EnableRuleCommand.js +2 -2
- package/dist-cjs/commands/ListApiDestinationsCommand.js +2 -2
- package/dist-cjs/commands/ListArchivesCommand.js +2 -2
- package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
- package/dist-cjs/commands/ListEventBusesCommand.js +2 -2
- package/dist-cjs/commands/ListEventSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListReplaysCommand.js +2 -2
- package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +2 -2
- package/dist-cjs/commands/ListRulesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTargetsByRuleCommand.js +2 -2
- package/dist-cjs/commands/PutEventsCommand.js +2 -2
- package/dist-cjs/commands/PutPartnerEventsCommand.js +2 -2
- package/dist-cjs/commands/PutPermissionCommand.js +2 -2
- package/dist-cjs/commands/PutRuleCommand.js +2 -2
- package/dist-cjs/commands/PutTargetsCommand.js +2 -2
- package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
- package/dist-cjs/commands/RemoveTargetsCommand.js +2 -2
- package/dist-cjs/commands/StartReplayCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TestEventPatternCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/UpdateArchiveCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectionCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +978 -1054
- package/dist-es/commands/ActivateEventSourceCommand.js +3 -3
- package/dist-es/commands/CancelReplayCommand.js +3 -3
- package/dist-es/commands/CreateApiDestinationCommand.js +3 -3
- package/dist-es/commands/CreateArchiveCommand.js +3 -3
- package/dist-es/commands/CreateConnectionCommand.js +3 -3
- package/dist-es/commands/CreateEventBusCommand.js +3 -3
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -3
- package/dist-es/commands/DeactivateEventSourceCommand.js +3 -3
- package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteApiDestinationCommand.js +3 -3
- package/dist-es/commands/DeleteArchiveCommand.js +3 -3
- package/dist-es/commands/DeleteConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteEventBusCommand.js +3 -3
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +3 -3
- package/dist-es/commands/DeleteRuleCommand.js +3 -3
- package/dist-es/commands/DescribeApiDestinationCommand.js +3 -3
- package/dist-es/commands/DescribeArchiveCommand.js +3 -3
- package/dist-es/commands/DescribeConnectionCommand.js +3 -3
- package/dist-es/commands/DescribeEventBusCommand.js +3 -3
- package/dist-es/commands/DescribeEventSourceCommand.js +3 -3
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -3
- package/dist-es/commands/DescribeReplayCommand.js +3 -3
- package/dist-es/commands/DescribeRuleCommand.js +3 -3
- package/dist-es/commands/DisableRuleCommand.js +3 -3
- package/dist-es/commands/EnableRuleCommand.js +3 -3
- package/dist-es/commands/ListApiDestinationsCommand.js +3 -3
- package/dist-es/commands/ListArchivesCommand.js +3 -3
- package/dist-es/commands/ListConnectionsCommand.js +3 -3
- package/dist-es/commands/ListEventBusesCommand.js +3 -3
- package/dist-es/commands/ListEventSourcesCommand.js +3 -3
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -3
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -3
- package/dist-es/commands/ListReplaysCommand.js +3 -3
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -3
- package/dist-es/commands/ListRulesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTargetsByRuleCommand.js +3 -3
- package/dist-es/commands/PutEventsCommand.js +3 -3
- package/dist-es/commands/PutPartnerEventsCommand.js +3 -3
- package/dist-es/commands/PutPermissionCommand.js +3 -3
- package/dist-es/commands/PutRuleCommand.js +3 -3
- package/dist-es/commands/PutTargetsCommand.js +3 -3
- package/dist-es/commands/RemovePermissionCommand.js +3 -3
- package/dist-es/commands/RemoveTargetsCommand.js +3 -3
- package/dist-es/commands/StartReplayCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TestEventPatternCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApiDestinationCommand.js +3 -3
- package/dist-es/commands/UpdateArchiveCommand.js +3 -3
- package/dist-es/commands/UpdateConnectionCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +873 -949
- package/dist-types/protocols/Aws_json1_1.d.ts +408 -102
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +102 -102
- package/package.json +29 -29
|
@@ -36,10 +36,10 @@ class RemoveTargetsCommand 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_RemoveTargetsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_RemoveTargetsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.RemoveTargetsCommand = RemoveTargetsCommand;
|
|
@@ -36,10 +36,10 @@ class StartReplayCommand 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_StartReplayCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_StartReplayCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.StartReplayCommand = StartReplayCommand;
|
|
@@ -36,10 +36,10 @@ class TagResourceCommand 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_TagResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_TagResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -36,10 +36,10 @@ class TestEventPatternCommand 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_TestEventPatternCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_TestEventPatternCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.TestEventPatternCommand = TestEventPatternCommand;
|
|
@@ -36,10 +36,10 @@ class UntagResourceCommand 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_UntagResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UntagResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateApiDestinationCommand 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_UpdateApiDestinationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateApiDestinationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateApiDestinationCommand = UpdateApiDestinationCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateArchiveCommand 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_UpdateArchiveCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateArchiveCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateArchiveCommand = UpdateArchiveCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateConnectionCommand 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_UpdateConnectionCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_1_1.
|
|
42
|
+
return (0, Aws_json1_1_1.de_UpdateConnectionCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateConnectionCommand = UpdateConnectionCommand;
|