@aws-sdk/client-cloudwatch-events 3.478.0 → 3.481.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 +18 -41
- package/dist-cjs/commands/CancelReplayCommand.js +18 -41
- package/dist-cjs/commands/CreateApiDestinationCommand.js +18 -41
- package/dist-cjs/commands/CreateArchiveCommand.js +18 -41
- package/dist-cjs/commands/CreateConnectionCommand.js +18 -41
- package/dist-cjs/commands/CreateEventBusCommand.js +18 -41
- package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +18 -41
- package/dist-cjs/commands/DeactivateEventSourceCommand.js +18 -41
- package/dist-cjs/commands/DeauthorizeConnectionCommand.js +18 -41
- package/dist-cjs/commands/DeleteApiDestinationCommand.js +18 -41
- package/dist-cjs/commands/DeleteArchiveCommand.js +18 -41
- package/dist-cjs/commands/DeleteConnectionCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventBusCommand.js +18 -41
- package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteRuleCommand.js +18 -41
- package/dist-cjs/commands/DescribeApiDestinationCommand.js +18 -41
- package/dist-cjs/commands/DescribeArchiveCommand.js +18 -41
- package/dist-cjs/commands/DescribeConnectionCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventBusCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventSourceCommand.js +18 -41
- package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +18 -41
- package/dist-cjs/commands/DescribeReplayCommand.js +18 -41
- package/dist-cjs/commands/DescribeRuleCommand.js +18 -41
- package/dist-cjs/commands/DisableRuleCommand.js +18 -41
- package/dist-cjs/commands/EnableRuleCommand.js +18 -41
- package/dist-cjs/commands/ListApiDestinationsCommand.js +18 -41
- package/dist-cjs/commands/ListArchivesCommand.js +18 -41
- package/dist-cjs/commands/ListConnectionsCommand.js +18 -41
- package/dist-cjs/commands/ListEventBusesCommand.js +18 -41
- package/dist-cjs/commands/ListEventSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +18 -41
- package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListReplaysCommand.js +18 -41
- package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +18 -41
- package/dist-cjs/commands/ListRulesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTargetsByRuleCommand.js +18 -41
- package/dist-cjs/commands/PutEventsCommand.js +18 -41
- package/dist-cjs/commands/PutPartnerEventsCommand.js +18 -41
- package/dist-cjs/commands/PutPermissionCommand.js +18 -41
- package/dist-cjs/commands/PutRuleCommand.js +18 -41
- package/dist-cjs/commands/PutTargetsCommand.js +18 -41
- package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
- package/dist-cjs/commands/RemoveTargetsCommand.js +18 -41
- package/dist-cjs/commands/StartReplayCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/TestEventPatternCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateApiDestinationCommand.js +18 -41
- package/dist-cjs/commands/UpdateArchiveCommand.js +18 -41
- package/dist-cjs/commands/UpdateConnectionCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/ActivateEventSourceCommand.js +18 -41
- package/dist-es/commands/CancelReplayCommand.js +18 -41
- package/dist-es/commands/CreateApiDestinationCommand.js +18 -41
- package/dist-es/commands/CreateArchiveCommand.js +18 -41
- package/dist-es/commands/CreateConnectionCommand.js +18 -41
- package/dist-es/commands/CreateEventBusCommand.js +18 -41
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +18 -41
- package/dist-es/commands/DeactivateEventSourceCommand.js +18 -41
- package/dist-es/commands/DeauthorizeConnectionCommand.js +18 -41
- package/dist-es/commands/DeleteApiDestinationCommand.js +18 -41
- package/dist-es/commands/DeleteArchiveCommand.js +18 -41
- package/dist-es/commands/DeleteConnectionCommand.js +18 -41
- package/dist-es/commands/DeleteEventBusCommand.js +18 -41
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +18 -41
- package/dist-es/commands/DeleteRuleCommand.js +18 -41
- package/dist-es/commands/DescribeApiDestinationCommand.js +18 -41
- package/dist-es/commands/DescribeArchiveCommand.js +18 -41
- package/dist-es/commands/DescribeConnectionCommand.js +18 -41
- package/dist-es/commands/DescribeEventBusCommand.js +18 -41
- package/dist-es/commands/DescribeEventSourceCommand.js +18 -41
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +18 -41
- package/dist-es/commands/DescribeReplayCommand.js +18 -41
- package/dist-es/commands/DescribeRuleCommand.js +18 -41
- package/dist-es/commands/DisableRuleCommand.js +18 -41
- package/dist-es/commands/EnableRuleCommand.js +18 -41
- package/dist-es/commands/ListApiDestinationsCommand.js +18 -41
- package/dist-es/commands/ListArchivesCommand.js +18 -41
- package/dist-es/commands/ListConnectionsCommand.js +18 -41
- package/dist-es/commands/ListEventBusesCommand.js +18 -41
- package/dist-es/commands/ListEventSourcesCommand.js +18 -41
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +18 -41
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +18 -41
- package/dist-es/commands/ListReplaysCommand.js +18 -41
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +18 -41
- package/dist-es/commands/ListRulesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTargetsByRuleCommand.js +18 -41
- package/dist-es/commands/PutEventsCommand.js +18 -41
- package/dist-es/commands/PutPartnerEventsCommand.js +18 -41
- package/dist-es/commands/PutPermissionCommand.js +18 -41
- package/dist-es/commands/PutRuleCommand.js +18 -41
- package/dist-es/commands/PutTargetsCommand.js +18 -41
- package/dist-es/commands/RemovePermissionCommand.js +18 -41
- package/dist-es/commands/RemoveTargetsCommand.js +18 -41
- package/dist-es/commands/StartReplayCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/TestEventPatternCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateApiDestinationCommand.js +18 -41
- package/dist-es/commands/UpdateArchiveCommand.js +18 -41
- package/dist-es/commands/UpdateConnectionCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/ActivateEventSourceCommand.d.ts +6 -21
- package/dist-types/commands/CancelReplayCommand.d.ts +6 -21
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +6 -21
- package/dist-types/commands/CreateArchiveCommand.d.ts +6 -21
- package/dist-types/commands/CreateConnectionCommand.d.ts +6 -21
- package/dist-types/commands/CreateEventBusCommand.d.ts +6 -21
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventBusCommand.d.ts +6 -21
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -21
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeArchiveCommand.d.ts +6 -21
- package/dist-types/commands/DescribeConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventBusCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +6 -21
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeReplayCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRuleCommand.d.ts +6 -21
- package/dist-types/commands/DisableRuleCommand.d.ts +6 -21
- package/dist-types/commands/EnableRuleCommand.d.ts +6 -21
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +6 -21
- package/dist-types/commands/ListArchivesCommand.d.ts +6 -21
- package/dist-types/commands/ListConnectionsCommand.d.ts +6 -21
- package/dist-types/commands/ListEventBusesCommand.d.ts +6 -21
- package/dist-types/commands/ListEventSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +6 -21
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListReplaysCommand.d.ts +6 -21
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +6 -21
- package/dist-types/commands/ListRulesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +6 -21
- package/dist-types/commands/PutEventsCommand.d.ts +6 -21
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +6 -21
- package/dist-types/commands/PutPermissionCommand.d.ts +6 -21
- package/dist-types/commands/PutRuleCommand.d.ts +6 -21
- package/dist-types/commands/PutTargetsCommand.d.ts +6 -21
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTargetsCommand.d.ts +6 -21
- package/dist-types/commands/StartReplayCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/TestEventPatternCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateArchiveCommand.d.ts +6 -21
- package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +8 -8
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { DisableRuleRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisableRuleCommandInput extends DisableRuleRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisableRuleCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisableRuleCommand_base: {
|
|
24
|
+
new (input: DisableRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DisableRuleCommandInput, DisableRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disables the specified rule. A disabled rule won't match any events, and won't
|
|
@@ -70,23 +73,5 @@ export interface DisableRuleCommandOutput extends __MetadataBearer {
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class DisableRuleCommand extends
|
|
74
|
-
readonly input: DisableRuleCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: DisableRuleCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableRuleCommandInput, DisableRuleCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class DisableRuleCommand extends DisableRuleCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { EnableRuleRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EnableRuleCommandInput extends EnableRuleRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EnableRuleCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EnableRuleCommand_base: {
|
|
24
|
+
new (input: EnableRuleCommandInput): import("@smithy/smithy-client").CommandImpl<EnableRuleCommandInput, EnableRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Enables the specified rule. If the rule does not exist, the operation fails.</p>
|
|
@@ -69,23 +72,5 @@ export interface EnableRuleCommandOutput extends __MetadataBearer {
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class EnableRuleCommand extends
|
|
73
|
-
readonly input: EnableRuleCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: EnableRuleCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableRuleCommandInput, EnableRuleCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class EnableRuleCommand extends EnableRuleCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListApiDestinationsCommandInput extends ListApiDestinationsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListApiDestinationsCommandOutput extends ListApiDestinationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListApiDestinationsCommand_base: {
|
|
24
|
+
new (input: ListApiDestinationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of API destination in the account in the current Region.</p>
|
|
@@ -70,23 +73,5 @@ export interface ListApiDestinationsCommandOutput extends ListApiDestinationsRes
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class ListApiDestinationsCommand extends
|
|
74
|
-
readonly input: ListApiDestinationsCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: ListApiDestinationsCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class ListApiDestinationsCommand extends ListApiDestinationsCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListArchivesCommandInput extends ListArchivesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListArchivesCommandOutput extends ListArchivesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListArchivesCommand_base: {
|
|
24
|
+
new (input: ListArchivesCommandInput): import("@smithy/smithy-client").CommandImpl<ListArchivesCommandInput, ListArchivesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists your archives. You can either list all the archives or you can provide a prefix to
|
|
@@ -74,23 +77,5 @@ export interface ListArchivesCommandOutput extends ListArchivesResponse, __Metad
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class ListArchivesCommand extends
|
|
78
|
-
readonly input: ListArchivesCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: ListArchivesCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListArchivesCommandInput, ListArchivesCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class ListArchivesCommand extends ListArchivesCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListConnectionsCommand_base: {
|
|
24
|
+
new (input: ListConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of connections from the account.</p>
|
|
@@ -69,23 +72,5 @@ export interface ListConnectionsCommandOutput extends ListConnectionsResponse, _
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class ListConnectionsCommand extends
|
|
73
|
-
readonly input: ListConnectionsCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: ListConnectionsCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectionsCommandInput, ListConnectionsCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListEventBusesCommandInput extends ListEventBusesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListEventBusesCommand_base: {
|
|
24
|
+
new (input: ListEventBusesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventBusesCommandInput, ListEventBusesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the event buses in your account, including the default event bus, custom event
|
|
@@ -64,23 +67,5 @@ export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __M
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class ListEventBusesCommand extends
|
|
68
|
-
readonly input: ListEventBusesCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: ListEventBusesCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventBusesCommandInput, ListEventBusesCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class ListEventBusesCommand extends ListEventBusesCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListEventSourcesCommandInput extends ListEventSourcesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListEventSourcesCommand_base: {
|
|
24
|
+
new (input: ListEventSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>You can use this to see all the partner event sources that have been shared with your Amazon Web Services
|
|
@@ -70,23 +73,5 @@ export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse,
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class ListEventSourcesCommand extends
|
|
74
|
-
readonly input: ListEventSourcesCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: ListEventSourcesCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventSourcesCommandInput, ListEventSourcesCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class ListEventSourcesCommand extends ListEventSourcesCommand_base {
|
|
92
77
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListPartnerEventSourceAccountsRequest, ListPartnerEventSourceAccountsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPartnerEventSourceAccountsCommandInput extends ListPartnerE
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartnerEventSourceAccountsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPartnerEventSourceAccountsCommand_base: {
|
|
24
|
+
new (input: ListPartnerEventSourceAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular
|
|
@@ -72,23 +75,5 @@ export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartner
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class ListPartnerEventSourceAccountsCommand extends
|
|
76
|
-
readonly input: ListPartnerEventSourceAccountsCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: ListPartnerEventSourceAccountsCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class ListPartnerEventSourceAccountsCommand extends ListPartnerEventSourceAccountsCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListPartnerEventSourcesRequest, ListPartnerEventSourcesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPartnerEventSourcesCommandInput extends ListPartnerEventSou
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPartnerEventSourcesCommand_base: {
|
|
24
|
+
new (input: ListPartnerEventSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>An SaaS partner can use this operation to list all the partner event source names that
|
|
@@ -66,23 +69,5 @@ export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSo
|
|
|
66
69
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
67
70
|
*
|
|
68
71
|
*/
|
|
69
|
-
export declare class ListPartnerEventSourcesCommand extends
|
|
70
|
-
readonly input: ListPartnerEventSourcesCommandInput;
|
|
71
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
constructor(input: ListPartnerEventSourcesCommandInput);
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput>;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private serialize;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private deserialize;
|
|
72
|
+
export declare class ListPartnerEventSourcesCommand extends ListPartnerEventSourcesCommand_base {
|
|
88
73
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListReplaysRequest, ListReplaysResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListReplaysCommandInput extends ListReplaysRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListReplaysCommandOutput extends ListReplaysResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListReplaysCommand_base: {
|
|
24
|
+
new (input: ListReplaysCommandInput): import("@smithy/smithy-client").CommandImpl<ListReplaysCommandInput, ListReplaysCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists your replays. You can either list all the replays or you can provide a prefix to
|
|
@@ -72,23 +75,5 @@ export interface ListReplaysCommandOutput extends ListReplaysResponse, __Metadat
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class ListReplaysCommand extends
|
|
76
|
-
readonly input: ListReplaysCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: ListReplaysCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReplaysCommandInput, ListReplaysCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class ListReplaysCommand extends ListReplaysCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListRuleNamesByTargetRequest, ListRuleNamesByTargetResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListRuleNamesByTargetCommandInput extends ListRuleNamesByTarget
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTargetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListRuleNamesByTargetCommand_base: {
|
|
24
|
+
new (input: ListRuleNamesByTargetCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the rules for the specified target. You can see which of the rules in Amazon
|
|
@@ -64,23 +67,5 @@ export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTarge
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class ListRuleNamesByTargetCommand extends
|
|
68
|
-
readonly input: ListRuleNamesByTargetCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: ListRuleNamesByTargetCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class ListRuleNamesByTargetCommand extends ListRuleNamesByTargetCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListRulesRequest, ListRulesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListRulesCommandInput extends ListRulesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListRulesCommand_base: {
|
|
24
|
+
new (input: ListRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists your Amazon EventBridge rules. You can either list all the rules or you can provide
|
|
@@ -76,23 +79,5 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class ListRulesCommand extends
|
|
80
|
-
readonly input: ListRulesCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: ListRulesCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRulesCommandInput, ListRulesCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class ListRulesCommand extends ListRulesCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Displays the tags associated with an EventBridge resource. In EventBridge, rules and event
|
|
@@ -63,23 +66,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class ListTagsForResourceCommand extends
|
|
67
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
85
70
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
4
|
import { ListTargetsByRuleRequest, ListTargetsByRuleResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTargetsByRuleCommandInput extends ListTargetsByRuleRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTargetsByRuleCommand_base: {
|
|
24
|
+
new (input: ListTargetsByRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the targets assigned to the specified rule.</p>
|
|
@@ -182,23 +185,5 @@ export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleRespons
|
|
|
182
185
|
* <p>Base exception class for all service exceptions from CloudWatchEvents service.</p>
|
|
183
186
|
*
|
|
184
187
|
*/
|
|
185
|
-
export declare class ListTargetsByRuleCommand extends
|
|
186
|
-
readonly input: ListTargetsByRuleCommandInput;
|
|
187
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
188
|
-
/**
|
|
189
|
-
* @public
|
|
190
|
-
*/
|
|
191
|
-
constructor(input: ListTargetsByRuleCommandInput);
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudWatchEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput>;
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
|
-
private serialize;
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
|
-
private deserialize;
|
|
188
|
+
export declare class ListTargetsByRuleCommand extends ListTargetsByRuleCommand_base {
|
|
204
189
|
}
|