@aws-sdk/client-eventbridge 3.414.0 → 3.421.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/README.md +7 -7
- package/dist-cjs/commands/ActivateEventSourceCommand.js +5 -0
- package/dist-cjs/commands/CancelReplayCommand.js +5 -0
- package/dist-cjs/commands/CreateApiDestinationCommand.js +5 -0
- package/dist-cjs/commands/CreateArchiveCommand.js +5 -0
- package/dist-cjs/commands/CreateConnectionCommand.js +5 -0
- package/dist-cjs/commands/CreateEndpointCommand.js +5 -0
- package/dist-cjs/commands/CreateEventBusCommand.js +5 -0
- package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +5 -0
- package/dist-cjs/commands/DeactivateEventSourceCommand.js +5 -0
- package/dist-cjs/commands/DeauthorizeConnectionCommand.js +5 -0
- package/dist-cjs/commands/DeleteApiDestinationCommand.js +5 -0
- package/dist-cjs/commands/DeleteArchiveCommand.js +5 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js +5 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js +5 -0
- package/dist-cjs/commands/DeleteEventBusCommand.js +5 -0
- package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +5 -0
- package/dist-cjs/commands/DeleteRuleCommand.js +5 -0
- package/dist-cjs/commands/DescribeApiDestinationCommand.js +5 -0
- package/dist-cjs/commands/DescribeArchiveCommand.js +5 -0
- package/dist-cjs/commands/DescribeConnectionCommand.js +5 -0
- package/dist-cjs/commands/DescribeEndpointCommand.js +5 -0
- package/dist-cjs/commands/DescribeEventBusCommand.js +5 -0
- package/dist-cjs/commands/DescribeEventSourceCommand.js +5 -0
- package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +5 -0
- package/dist-cjs/commands/DescribeReplayCommand.js +5 -0
- package/dist-cjs/commands/DescribeRuleCommand.js +5 -0
- package/dist-cjs/commands/DisableRuleCommand.js +5 -0
- package/dist-cjs/commands/EnableRuleCommand.js +5 -0
- package/dist-cjs/commands/ListApiDestinationsCommand.js +5 -0
- package/dist-cjs/commands/ListArchivesCommand.js +5 -0
- package/dist-cjs/commands/ListConnectionsCommand.js +5 -0
- package/dist-cjs/commands/ListEndpointsCommand.js +5 -0
- package/dist-cjs/commands/ListEventBusesCommand.js +5 -0
- package/dist-cjs/commands/ListEventSourcesCommand.js +5 -0
- package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +5 -0
- package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +5 -0
- package/dist-cjs/commands/ListReplaysCommand.js +5 -0
- package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +5 -0
- package/dist-cjs/commands/ListRulesCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/ListTargetsByRuleCommand.js +5 -0
- package/dist-cjs/commands/PutEventsCommand.js +5 -0
- package/dist-cjs/commands/PutPartnerEventsCommand.js +5 -0
- package/dist-cjs/commands/PutPermissionCommand.js +5 -0
- package/dist-cjs/commands/PutRuleCommand.js +5 -0
- package/dist-cjs/commands/PutTargetsCommand.js +5 -0
- package/dist-cjs/commands/RemovePermissionCommand.js +5 -0
- package/dist-cjs/commands/RemoveTargetsCommand.js +5 -0
- package/dist-cjs/commands/StartReplayCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/TestEventPatternCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateApiDestinationCommand.js +5 -0
- package/dist-cjs/commands/UpdateArchiveCommand.js +5 -0
- package/dist-cjs/commands/UpdateConnectionCommand.js +5 -0
- package/dist-cjs/commands/UpdateEndpointCommand.js +5 -0
- package/dist-es/commands/ActivateEventSourceCommand.js +5 -0
- package/dist-es/commands/CancelReplayCommand.js +5 -0
- package/dist-es/commands/CreateApiDestinationCommand.js +5 -0
- package/dist-es/commands/CreateArchiveCommand.js +5 -0
- package/dist-es/commands/CreateConnectionCommand.js +5 -0
- package/dist-es/commands/CreateEndpointCommand.js +5 -0
- package/dist-es/commands/CreateEventBusCommand.js +5 -0
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +5 -0
- package/dist-es/commands/DeactivateEventSourceCommand.js +5 -0
- package/dist-es/commands/DeauthorizeConnectionCommand.js +5 -0
- package/dist-es/commands/DeleteApiDestinationCommand.js +5 -0
- package/dist-es/commands/DeleteArchiveCommand.js +5 -0
- package/dist-es/commands/DeleteConnectionCommand.js +5 -0
- package/dist-es/commands/DeleteEndpointCommand.js +5 -0
- package/dist-es/commands/DeleteEventBusCommand.js +5 -0
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +5 -0
- package/dist-es/commands/DeleteRuleCommand.js +5 -0
- package/dist-es/commands/DescribeApiDestinationCommand.js +5 -0
- package/dist-es/commands/DescribeArchiveCommand.js +5 -0
- package/dist-es/commands/DescribeConnectionCommand.js +5 -0
- package/dist-es/commands/DescribeEndpointCommand.js +5 -0
- package/dist-es/commands/DescribeEventBusCommand.js +5 -0
- package/dist-es/commands/DescribeEventSourceCommand.js +5 -0
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +5 -0
- package/dist-es/commands/DescribeReplayCommand.js +5 -0
- package/dist-es/commands/DescribeRuleCommand.js +5 -0
- package/dist-es/commands/DisableRuleCommand.js +5 -0
- package/dist-es/commands/EnableRuleCommand.js +5 -0
- package/dist-es/commands/ListApiDestinationsCommand.js +5 -0
- package/dist-es/commands/ListArchivesCommand.js +5 -0
- package/dist-es/commands/ListConnectionsCommand.js +5 -0
- package/dist-es/commands/ListEndpointsCommand.js +5 -0
- package/dist-es/commands/ListEventBusesCommand.js +5 -0
- package/dist-es/commands/ListEventSourcesCommand.js +5 -0
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +5 -0
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +5 -0
- package/dist-es/commands/ListReplaysCommand.js +5 -0
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +5 -0
- package/dist-es/commands/ListRulesCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/ListTargetsByRuleCommand.js +5 -0
- package/dist-es/commands/PutEventsCommand.js +5 -0
- package/dist-es/commands/PutPartnerEventsCommand.js +5 -0
- package/dist-es/commands/PutPermissionCommand.js +5 -0
- package/dist-es/commands/PutRuleCommand.js +5 -0
- package/dist-es/commands/PutTargetsCommand.js +5 -0
- package/dist-es/commands/RemovePermissionCommand.js +5 -0
- package/dist-es/commands/RemoveTargetsCommand.js +5 -0
- package/dist-es/commands/StartReplayCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/TestEventPatternCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateApiDestinationCommand.js +5 -0
- package/dist-es/commands/UpdateArchiveCommand.js +5 -0
- package/dist-es/commands/UpdateConnectionCommand.js +5 -0
- package/dist-es/commands/UpdateEndpointCommand.js +5 -0
- package/package.json +32 -32
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListRuleNamesByTargetCommand, se_ListRuleNamesByTargetCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListRuleNamesByTargetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListRuleNamesByTargetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "ListRuleNamesByTarget",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListRulesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListRulesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "ListRules",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListTagsForResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "ListTagsForResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { ListTargetsByRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_ListTargetsByRuleCommand, se_ListTargetsByRuleCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class ListTargetsByRuleCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: ListTargetsByRuleResponseFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSEvents",
|
|
36
|
+
operation: "ListTargetsByRule",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutEventsCommand, se_PutEventsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutEventsCommand extends $Command {
|
|
@@ -30,6 +31,10 @@ export class PutEventsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: (_) => _,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSEvents",
|
|
36
|
+
operation: "PutEvents",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutPartnerEventsCommand, se_PutPartnerEventsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutPartnerEventsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutPartnerEventsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "PutPartnerEvents",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutPermissionCommand, se_PutPermissionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutPermissionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutPermissionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "PutPermission",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutRuleCommand, se_PutRuleCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutRuleCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutRuleCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "PutRule",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { PutTargetsRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_PutTargetsCommand, se_PutTargetsCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class PutTargetsCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: PutTargetsRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSEvents",
|
|
36
|
+
operation: "PutTargets",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class RemovePermissionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class RemovePermissionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "RemovePermission",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_RemoveTargetsCommand, se_RemoveTargetsCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class RemoveTargetsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class RemoveTargetsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "RemoveTargets",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_StartReplayCommand, se_StartReplayCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class StartReplayCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class StartReplayCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "StartReplay",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class TagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "TagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_TestEventPatternCommand, se_TestEventPatternCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class TestEventPatternCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class TestEventPatternCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "TestEventPattern",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UntagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "UntagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateApiDestinationCommand, se_UpdateApiDestinationCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateApiDestinationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateApiDestinationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "UpdateApiDestination",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateArchiveCommand, se_UpdateArchiveCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateArchiveCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateArchiveCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "UpdateArchive",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateConnectionRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateConnectionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateConnectionRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSEvents",
|
|
36
|
+
operation: "UpdateConnection",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateEndpointCommand, se_UpdateEndpointCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateEndpointCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateEndpointCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSEvents",
|
|
35
|
+
operation: "UpdateEndpoint",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-eventbridge",
|
|
3
3
|
"description": "AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.421.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -23,40 +23,40 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-signing": "3.
|
|
32
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
33
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
34
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
35
|
-
"@aws-sdk/types": "3.
|
|
36
|
-
"@aws-sdk/util-endpoints": "3.
|
|
37
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
38
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
39
|
-
"@smithy/config-resolver": "^2.0.
|
|
40
|
-
"@smithy/fetch-http-handler": "^2.1.
|
|
41
|
-
"@smithy/hash-node": "^2.0.
|
|
42
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
43
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
44
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
45
|
-
"@smithy/middleware-retry": "^2.0.
|
|
46
|
-
"@smithy/middleware-serde": "^2.0.
|
|
47
|
-
"@smithy/middleware-stack": "^2.0.
|
|
48
|
-
"@smithy/node-config-provider": "^2.0.
|
|
49
|
-
"@smithy/node-http-handler": "^2.1.
|
|
50
|
-
"@smithy/protocol-http": "^3.0.
|
|
51
|
-
"@smithy/smithy-client": "^2.1.
|
|
52
|
-
"@smithy/types": "^2.3.
|
|
53
|
-
"@smithy/url-parser": "^2.0.
|
|
26
|
+
"@aws-sdk/client-sts": "3.421.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.421.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
|
31
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
|
33
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
|
34
|
+
"@aws-sdk/signature-v4-multi-region": "3.418.0",
|
|
35
|
+
"@aws-sdk/types": "3.418.0",
|
|
36
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
|
37
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
|
38
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
|
39
|
+
"@smithy/config-resolver": "^2.0.10",
|
|
40
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
|
41
|
+
"@smithy/hash-node": "^2.0.9",
|
|
42
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
|
43
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
|
45
|
+
"@smithy/middleware-retry": "^2.0.12",
|
|
46
|
+
"@smithy/middleware-serde": "^2.0.9",
|
|
47
|
+
"@smithy/middleware-stack": "^2.0.2",
|
|
48
|
+
"@smithy/node-config-provider": "^2.0.12",
|
|
49
|
+
"@smithy/node-http-handler": "^2.1.5",
|
|
50
|
+
"@smithy/protocol-http": "^3.0.5",
|
|
51
|
+
"@smithy/smithy-client": "^2.1.6",
|
|
52
|
+
"@smithy/types": "^2.3.3",
|
|
53
|
+
"@smithy/url-parser": "^2.0.9",
|
|
54
54
|
"@smithy/util-base64": "^2.0.0",
|
|
55
55
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
56
56
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
59
|
-
"@smithy/util-retry": "^2.0.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
|
59
|
+
"@smithy/util-retry": "^2.0.2",
|
|
60
60
|
"@smithy/util-utf8": "^2.0.0",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|