@aws-sdk/client-eventbridge 3.534.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/EventBridge.d.ts +12 -1
- package/dist-types/EventBridgeClient.d.ts +1 -1
- package/dist-types/commands/ActivateEventSourceCommand.d.ts +2 -1
- package/dist-types/commands/CancelReplayCommand.d.ts +2 -1
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +2 -1
- package/dist-types/commands/CreateArchiveCommand.d.ts +2 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventBusCommand.d.ts +2 -1
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteArchiveCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventBusCommand.d.ts +2 -1
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeArchiveCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventBusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReplayCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRuleCommand.d.ts +2 -1
- package/dist-types/commands/DisableRuleCommand.d.ts +2 -1
- package/dist-types/commands/EnableRuleCommand.d.ts +2 -1
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +2 -1
- package/dist-types/commands/ListArchivesCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventBusesCommand.d.ts +2 -1
- package/dist-types/commands/ListEventSourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +2 -1
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListReplaysCommand.d.ts +2 -1
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +2 -1
- package/dist-types/commands/ListRulesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +2 -1
- package/dist-types/commands/PutEventsCommand.d.ts +2 -1
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +2 -1
- package/dist-types/commands/PutPermissionCommand.d.ts +2 -1
- package/dist-types/commands/PutRuleCommand.d.ts +2 -1
- package/dist-types/commands/PutTargetsCommand.d.ts +2 -1
- package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTargetsCommand.d.ts +2 -1
- package/dist-types/commands/StartReplayCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TestEventPatternCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateArchiveCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +643 -643
- package/dist-types/ts3.4/EventBridge.d.ts +11 -0
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -22,10 +22,10 @@ export interface DescribeEventSourceCommandOutput extends DescribeEventSourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEventSourceCommand_base: {
|
|
24
24
|
new (input: DescribeEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation lists details about a partner event source that is shared with your
|
|
30
30
|
* account.</p>
|
|
31
31
|
* @example
|
|
@@ -68,6 +68,7 @@ declare const DescribeEventSourceCommand_base: {
|
|
|
68
68
|
* @throws {@link EventBridgeServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DescribeEventSourceCommand extends DescribeEventSourceCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribePartnerEventSourceCommandOutput extends DescribePartner
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribePartnerEventSourceCommand_base: {
|
|
24
24
|
new (input: DescribePartnerEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribePartnerEventSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePartnerEventSourceCommandInput, DescribePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>An SaaS partner can use this operation to list details about a partner event source that
|
|
30
30
|
* they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DescribeEventSource.html">DescribeEventSource</a>
|
|
31
31
|
* to see details about a partner event source that is
|
|
@@ -66,6 +66,7 @@ declare const DescribePartnerEventSourceCommand_base: {
|
|
|
66
66
|
* @throws {@link EventBridgeServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DescribePartnerEventSourceCommand extends DescribePartnerEventSourceCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReplayCommandOutput extends DescribeReplayResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReplayCommand_base: {
|
|
24
24
|
new (input: DescribeReplayCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplayCommandInput, DescribeReplayCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeReplayCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplayCommandInput, DescribeReplayCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves details about a replay. Use <code>DescribeReplay</code> to determine the
|
|
30
30
|
* progress of a running replay. A replay processes events to replay based on the time in the
|
|
31
31
|
* event, and replays them using 1 minute intervals. If you use <code>StartReplay</code> and
|
|
@@ -83,6 +83,7 @@ declare const DescribeReplayCommand_base: {
|
|
|
83
83
|
* @throws {@link EventBridgeServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DescribeReplayCommand extends DescribeReplayCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRuleCommand_base: {
|
|
24
24
|
new (input: DescribeRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleCommandInput, DescribeRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleCommandInput, DescribeRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified rule.</p>
|
|
30
30
|
* <p>DescribeRule does not list the targets of a rule. To see the targets associated with a
|
|
31
31
|
* rule, use <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_ListTargetsByRule.html">ListTargetsByRule</a>.</p>
|
|
@@ -71,6 +71,7 @@ declare const DescribeRuleCommand_base: {
|
|
|
71
71
|
* @throws {@link EventBridgeServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DescribeRuleCommand extends DescribeRuleCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisableRuleCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisableRuleCommand_base: {
|
|
24
24
|
new (input: DisableRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DisableRuleCommandInput, DisableRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisableRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DisableRuleCommandInput, DisableRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disables the specified rule. A disabled rule won't match any events, and won't
|
|
30
30
|
* self-trigger if it has a schedule expression.</p>
|
|
31
31
|
* <p>When you disable a rule, incoming events might continue to match to the disabled rule.
|
|
@@ -72,6 +72,7 @@ declare const DisableRuleCommand_base: {
|
|
|
72
72
|
* @throws {@link EventBridgeServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DisableRuleCommand extends DisableRuleCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableRuleCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableRuleCommand_base: {
|
|
24
24
|
new (input: EnableRuleCommandInput): import("@smithy/smithy-client").CommandImpl<EnableRuleCommandInput, EnableRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableRuleCommandInput): import("@smithy/smithy-client").CommandImpl<EnableRuleCommandInput, EnableRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Enables the specified rule. If the rule does not exist, the operation fails.</p>
|
|
30
30
|
* <p>When you enable a rule, incoming events might not immediately start matching to a newly
|
|
31
31
|
* enabled rule. Allow a short period of time for changes to take effect.</p>
|
|
@@ -71,6 +71,7 @@ declare const EnableRuleCommand_base: {
|
|
|
71
71
|
* @throws {@link EventBridgeServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class EnableRuleCommand extends EnableRuleCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListApiDestinationsCommandOutput extends ListApiDestinationsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListApiDestinationsCommand_base: {
|
|
24
24
|
new (input: ListApiDestinationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListApiDestinationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of API destination in the account in the current Region.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const ListApiDestinationsCommand_base: {
|
|
|
72
72
|
* @throws {@link EventBridgeServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListApiDestinationsCommand extends ListApiDestinationsCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListArchivesCommandOutput extends ListArchivesResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListArchivesCommand_base: {
|
|
24
24
|
new (input: ListArchivesCommandInput): import("@smithy/smithy-client").CommandImpl<ListArchivesCommandInput, ListArchivesCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListArchivesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListArchivesCommandInput, ListArchivesCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists your archives. You can either list all the archives or you can provide a prefix to
|
|
30
30
|
* match to the archive names. Filter parameters are exclusive.</p>
|
|
31
31
|
* @example
|
|
@@ -76,6 +76,7 @@ declare const ListArchivesCommand_base: {
|
|
|
76
76
|
* @throws {@link EventBridgeServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListArchivesCommand extends ListArchivesCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListConnectionsCommand_base: {
|
|
24
24
|
new (input: ListConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a list of connections from the account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const ListConnectionsCommand_base: {
|
|
|
71
71
|
* @throws {@link EventBridgeServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEndpointsCommandOutput extends ListEndpointsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEndpointsCommand_base: {
|
|
24
24
|
new (input: ListEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEndpointsCommandInput, ListEndpointsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEndpointsCommandInput, ListEndpointsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the global endpoints associated with this account. For more information about global endpoints, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html">Making applications Regional-fault tolerant with global endpoints and event replication</a> in the <i>Amazon EventBridge User Guide</i>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -91,6 +91,7 @@ declare const ListEndpointsCommand_base: {
|
|
|
91
91
|
* @throws {@link EventBridgeServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListEndpointsCommand extends ListEndpointsCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEventBusesCommand_base: {
|
|
24
24
|
new (input: ListEventBusesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventBusesCommandInput, ListEventBusesCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEventBusesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventBusesCommandInput, ListEventBusesCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the event buses in your account, including the default event bus, custom event
|
|
30
30
|
* buses, and partner event buses.</p>
|
|
31
31
|
* @example
|
|
@@ -66,6 +66,7 @@ declare const ListEventBusesCommand_base: {
|
|
|
66
66
|
* @throws {@link EventBridgeServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListEventBusesCommand extends ListEventBusesCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEventSourcesCommand_base: {
|
|
24
24
|
new (input: ListEventSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListEventSourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>You can use this to see all the partner event sources that have been shared with your Amazon Web Services
|
|
30
30
|
* account. For more information about partner event sources, see <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_CreateEventBus.html">CreateEventBus</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -72,6 +72,7 @@ declare const ListEventSourcesCommand_base: {
|
|
|
72
72
|
* @throws {@link EventBridgeServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListEventSourcesCommand extends ListEventSourcesCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartner
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPartnerEventSourceAccountsCommand_base: {
|
|
24
24
|
new (input: ListPartnerEventSourceAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPartnerEventSourceAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular
|
|
30
30
|
* partner event source name is associated with. This operation is not used by Amazon Web Services
|
|
31
31
|
* customers.</p>
|
|
@@ -74,6 +74,7 @@ declare const ListPartnerEventSourceAccountsCommand_base: {
|
|
|
74
74
|
* @throws {@link EventBridgeServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListPartnerEventSourceAccountsCommand extends ListPartnerEventSourceAccountsCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPartnerEventSourcesCommand_base: {
|
|
24
24
|
new (input: ListPartnerEventSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListPartnerEventSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>An SaaS partner can use this operation to list all the partner event source names that
|
|
30
30
|
* they have created. This operation is not used by Amazon Web Services customers.</p>
|
|
31
31
|
* @example
|
|
@@ -68,6 +68,7 @@ declare const ListPartnerEventSourcesCommand_base: {
|
|
|
68
68
|
* @throws {@link EventBridgeServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListPartnerEventSourcesCommand extends ListPartnerEventSourcesCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListReplaysCommandOutput extends ListReplaysResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListReplaysCommand_base: {
|
|
24
24
|
new (input: ListReplaysCommandInput): import("@smithy/smithy-client").CommandImpl<ListReplaysCommandInput, ListReplaysCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListReplaysCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReplaysCommandInput, ListReplaysCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists your replays. You can either list all the replays or you can provide a prefix to
|
|
30
30
|
* match to the replay names. Filter parameters are exclusive.</p>
|
|
31
31
|
* @example
|
|
@@ -74,6 +74,7 @@ declare const ListReplaysCommand_base: {
|
|
|
74
74
|
* @throws {@link EventBridgeServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
76
76
|
*
|
|
77
|
+
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListReplaysCommand extends ListReplaysCommand_base {
|
|
79
80
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTarge
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRuleNamesByTargetCommand_base: {
|
|
24
24
|
new (input: ListRuleNamesByTargetCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListRuleNamesByTargetCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the rules for the specified target. You can see which of the rules in Amazon
|
|
30
30
|
* EventBridge can invoke a specific target in your account.</p>
|
|
31
31
|
* <p>The maximum number of results per page for requests is 100.</p>
|
|
@@ -67,6 +67,7 @@ declare const ListRuleNamesByTargetCommand_base: {
|
|
|
67
67
|
* @throws {@link EventBridgeServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListRuleNamesByTargetCommand extends ListRuleNamesByTargetCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRulesCommand_base: {
|
|
24
24
|
new (input: ListRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists your Amazon EventBridge rules. You can either list all the rules or you can provide
|
|
30
30
|
* a prefix to match to the rule names.</p>
|
|
31
31
|
* <p>The maximum number of results per page for requests is 100.</p>
|
|
@@ -79,6 +79,7 @@ declare const ListRulesCommand_base: {
|
|
|
79
79
|
* @throws {@link EventBridgeServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListRulesCommand extends ListRulesCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Displays the tags associated with an EventBridge resource. In EventBridge, rules and event
|
|
30
30
|
* buses can be tagged.</p>
|
|
31
31
|
* @example
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link EventBridgeServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTargetsByRuleCommand_base: {
|
|
24
24
|
new (input: ListTargetsByRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTargetsByRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the targets assigned to the specified rule.</p>
|
|
30
30
|
* <p>The maximum number of results per page for requests is 100.</p>
|
|
31
31
|
* @example
|
|
@@ -191,6 +191,7 @@ declare const ListTargetsByRuleCommand_base: {
|
|
|
191
191
|
* @throws {@link EventBridgeServiceException}
|
|
192
192
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
193
193
|
*
|
|
194
|
+
* @public
|
|
194
195
|
*/
|
|
195
196
|
export declare class ListTargetsByRuleCommand extends ListTargetsByRuleCommand_base {
|
|
196
197
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutEventsCommand_base: {
|
|
24
24
|
new (input: PutEventsCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventsCommandInput, PutEventsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutEventsCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventsCommandInput, PutEventsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sends custom events to Amazon EventBridge so that they can be matched to rules.</p>
|
|
30
30
|
* <p>The maximum size for a PutEvents event entry is 256 KB. Entry size is calculated including the event and any necessary characters and keys of the JSON representation of the event.
|
|
31
31
|
* To learn more, see
|
|
@@ -86,6 +86,7 @@ declare const PutEventsCommand_base: {
|
|
|
86
86
|
* @throws {@link EventBridgeServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class PutEventsCommand extends PutEventsCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutPartnerEventsCommand_base: {
|
|
24
24
|
new (input: PutPartnerEventsCommandInput): import("@smithy/smithy-client").CommandImpl<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutPartnerEventsCommandInput): import("@smithy/smithy-client").CommandImpl<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This is used by SaaS partners to write events to a customer's partner event bus. Amazon Web Services
|
|
30
30
|
* customers do not use this operation.</p>
|
|
31
31
|
* <p>For information on calculating event batch size, see
|
|
@@ -80,6 +80,7 @@ declare const PutPartnerEventsCommand_base: {
|
|
|
80
80
|
* @throws {@link EventBridgeServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class PutPartnerEventsCommand extends PutPartnerEventsCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutPermissionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutPermissionCommand_base: {
|
|
24
24
|
new (input: PutPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [PutPermissionCommandInput]): import("@smithy/smithy-client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Running <code>PutPermission</code> permits the specified Amazon Web Services account or Amazon Web Services organization
|
|
30
30
|
* to put events to the specified <i>event bus</i>. Amazon EventBridge (CloudWatch
|
|
31
31
|
* Events) rules in your account are triggered by these events arriving to an event bus in your
|
|
@@ -91,6 +91,7 @@ declare const PutPermissionCommand_base: {
|
|
|
91
91
|
* @throws {@link EventBridgeServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class PutPermissionCommand extends PutPermissionCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutRuleCommand_base: {
|
|
24
24
|
new (input: PutRuleCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuleCommandInput, PutRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutRuleCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuleCommandInput, PutRuleCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates the specified rule. Rules are enabled by default, or based on value of
|
|
30
30
|
* the state. You can disable a rule using <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DisableRule.html">DisableRule</a>.</p>
|
|
31
31
|
* <p>A single rule watches for events from a single event bus. Events generated by Amazon Web Services services
|
|
@@ -128,6 +128,7 @@ declare const PutRuleCommand_base: {
|
|
|
128
128
|
* @throws {@link EventBridgeServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
130
130
|
*
|
|
131
|
+
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class PutRuleCommand extends PutRuleCommand_base {
|
|
133
134
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutTargetsCommand_base: {
|
|
24
24
|
new (input: PutTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<PutTargetsCommandInput, PutTargetsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<PutTargetsCommandInput, PutTargetsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds the specified targets to the specified rule, or updates the targets if they are
|
|
30
30
|
* already associated with the rule.</p>
|
|
31
31
|
* <p>Targets are the resources that are invoked when a rule is triggered.</p>
|
|
@@ -322,6 +322,7 @@ declare const PutTargetsCommand_base: {
|
|
|
322
322
|
* @throws {@link EventBridgeServiceException}
|
|
323
323
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
324
324
|
*
|
|
325
|
+
* @public
|
|
325
326
|
*/
|
|
326
327
|
export declare class PutTargetsCommand extends PutTargetsCommand_base {
|
|
327
328
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemovePermissionCommand_base: {
|
|
24
24
|
new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [RemovePermissionCommandInput]): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Revokes the permission of another Amazon Web Services account to be able to put events to the specified
|
|
30
30
|
* event bus. Specify the account to revoke by the <code>StatementId</code> value that you
|
|
31
31
|
* associated with the account when you granted it permission with <code>PutPermission</code>.
|
|
@@ -68,6 +68,7 @@ declare const RemovePermissionCommand_base: {
|
|
|
68
68
|
* @throws {@link EventBridgeServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveTargetsCommand_base: {
|
|
24
24
|
new (input: RemoveTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTargetsCommandInput, RemoveTargetsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTargetsCommandInput, RemoveTargetsCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified targets from the specified rule. When the rule is triggered, those
|
|
30
30
|
* targets are no longer be invoked.</p>
|
|
31
31
|
* <note>
|
|
@@ -92,6 +92,7 @@ declare const RemoveTargetsCommand_base: {
|
|
|
92
92
|
* @throws {@link EventBridgeServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class RemoveTargetsCommand extends RemoveTargetsCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartReplayCommandOutput extends StartReplayResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartReplayCommand_base: {
|
|
24
24
|
new (input: StartReplayCommandInput): import("@smithy/smithy-client").CommandImpl<StartReplayCommandInput, StartReplayCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartReplayCommandInput): import("@smithy/smithy-client").CommandImpl<StartReplayCommandInput, StartReplayCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts the specified replay. Events are not necessarily replayed in the exact same order
|
|
30
30
|
* that they were added to the archive. A replay processes events to replay based on the time in
|
|
31
31
|
* the event, and replays them using 1 minute intervals. If you specify an
|
|
@@ -90,6 +90,7 @@ declare const StartReplayCommand_base: {
|
|
|
90
90
|
* @throws {@link EventBridgeServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class StartReplayCommand extends StartReplayCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Assigns one or more tags (key-value pairs) to the specified EventBridge resource. Tags can
|
|
30
30
|
* help you organize and categorize your resources. You can also use them to scope user
|
|
31
31
|
* permissions by granting a user permission to access or change only resources with certain tag
|
|
@@ -84,6 +84,7 @@ declare const TagResourceCommand_base: {
|
|
|
84
84
|
* @throws {@link EventBridgeServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface TestEventPatternCommandOutput extends TestEventPatternResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const TestEventPatternCommand_base: {
|
|
24
24
|
new (input: TestEventPatternCommandInput): import("@smithy/smithy-client").CommandImpl<TestEventPatternCommandInput, TestEventPatternCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TestEventPatternCommandInput): import("@smithy/smithy-client").CommandImpl<TestEventPatternCommandInput, TestEventPatternCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Tests whether the specified event pattern matches the provided event.</p>
|
|
30
30
|
* <p>Most services in Amazon Web Services treat : or / as the same character in Amazon Resource Names (ARNs).
|
|
31
31
|
* However, EventBridge uses an exact match in event patterns and rules. Be sure to use the
|
|
@@ -64,6 +64,7 @@ declare const TestEventPatternCommand_base: {
|
|
|
64
64
|
* @throws {@link EventBridgeServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class TestEventPatternCommand extends TestEventPatternCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes one or more tags from the specified EventBridge resource. In Amazon EventBridge
|
|
30
30
|
* (CloudWatch Events), rules and event buses can be tagged.</p>
|
|
31
31
|
* @example
|
|
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link EventBridgeServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from EventBridge service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
77
78
|
}
|