@aws-sdk/client-cloudwatch-events 3.1077.0 → 3.1078.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/index.js +159 -613
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ActivateEventSourceCommand.js +2 -14
- package/dist-es/commands/CancelReplayCommand.js +2 -14
- package/dist-es/commands/CreateApiDestinationCommand.js +2 -14
- package/dist-es/commands/CreateArchiveCommand.js +2 -14
- package/dist-es/commands/CreateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateEventBusCommand.js +2 -14
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +2 -14
- package/dist-es/commands/DeactivateEventSourceCommand.js +2 -14
- package/dist-es/commands/DeauthorizeConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteApiDestinationCommand.js +2 -14
- package/dist-es/commands/DeleteArchiveCommand.js +2 -14
- package/dist-es/commands/DeleteConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteEventBusCommand.js +2 -14
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -14
- package/dist-es/commands/DeleteRuleCommand.js +2 -14
- package/dist-es/commands/DescribeApiDestinationCommand.js +2 -14
- package/dist-es/commands/DescribeArchiveCommand.js +2 -14
- package/dist-es/commands/DescribeConnectionCommand.js +2 -14
- package/dist-es/commands/DescribeEventBusCommand.js +2 -14
- package/dist-es/commands/DescribeEventSourceCommand.js +2 -14
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +2 -14
- package/dist-es/commands/DescribeReplayCommand.js +2 -14
- package/dist-es/commands/DescribeRuleCommand.js +2 -14
- package/dist-es/commands/DisableRuleCommand.js +2 -14
- package/dist-es/commands/EnableRuleCommand.js +2 -14
- package/dist-es/commands/ListApiDestinationsCommand.js +2 -14
- package/dist-es/commands/ListArchivesCommand.js +2 -14
- package/dist-es/commands/ListConnectionsCommand.js +2 -14
- package/dist-es/commands/ListEventBusesCommand.js +2 -14
- package/dist-es/commands/ListEventSourcesCommand.js +2 -14
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +2 -14
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +2 -14
- package/dist-es/commands/ListReplaysCommand.js +2 -14
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +2 -14
- package/dist-es/commands/ListRulesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTargetsByRuleCommand.js +2 -14
- package/dist-es/commands/PutEventsCommand.js +2 -14
- package/dist-es/commands/PutPartnerEventsCommand.js +2 -14
- package/dist-es/commands/PutPermissionCommand.js +2 -14
- package/dist-es/commands/PutRuleCommand.js +2 -14
- package/dist-es/commands/PutTargetsCommand.js +2 -14
- package/dist-es/commands/RemovePermissionCommand.js +2 -14
- package/dist-es/commands/RemoveTargetsCommand.js +2 -14
- package/dist-es/commands/StartReplayCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TestEventPatternCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApiDestinationCommand.js +2 -14
- package/dist-es/commands/UpdateArchiveCommand.js +2 -14
- package/dist-es/commands/UpdateConnectionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ActivateEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/CancelReplayCommand.d.ts +3 -8
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +3 -8
- package/dist-types/commands/CreateArchiveCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventBusCommand.d.ts +3 -8
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventBusCommand.d.ts +3 -8
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeArchiveCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventBusCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReplayCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRuleCommand.d.ts +3 -8
- package/dist-types/commands/DisableRuleCommand.d.ts +3 -8
- package/dist-types/commands/EnableRuleCommand.d.ts +3 -8
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +3 -8
- package/dist-types/commands/ListArchivesCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventBusesCommand.d.ts +3 -8
- package/dist-types/commands/ListEventSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListReplaysCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +3 -8
- package/dist-types/commands/ListRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +3 -8
- package/dist-types/commands/PutEventsCommand.d.ts +3 -8
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +3 -8
- package/dist-types/commands/PutPermissionCommand.d.ts +3 -8
- package/dist-types/commands/PutRuleCommand.d.ts +3 -8
- package/dist-types/commands/PutTargetsCommand.d.ts +3 -8
- package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTargetsCommand.d.ts +3 -8
- package/dist-types/commands/StartReplayCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TestEventPatternCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateArchiveCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListConnectionsCommandInput extends ListConnectionsRequest {
|
|
|
22
19
|
export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListConnectionsCommand_base: {
|
|
25
|
-
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a list of connections from the account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListEventBusesCommandInput extends ListEventBusesRequest {
|
|
|
22
19
|
export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEventBusesCommand_base: {
|
|
25
|
-
new (input: ListEventBusesCommandInput): import("@smithy/core/client").CommandImpl<ListEventBusesCommandInput, ListEventBusesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListEventBusesCommandInput]): import("@smithy/core/client").CommandImpl<ListEventBusesCommandInput, ListEventBusesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEventBusesCommandInput): import("@smithy/core/client").CommandImpl<ListEventBusesCommandInput, ListEventBusesCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListEventBusesCommandInput]): import("@smithy/core/client").CommandImpl<ListEventBusesCommandInput, ListEventBusesCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all the event buses in your account, including the default event bus, custom event
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListEventSourcesCommandInput extends ListEventSourcesRequest {
|
|
|
22
19
|
export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEventSourcesCommand_base: {
|
|
25
|
-
new (input: ListEventSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListEventSourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEventSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListEventSourcesCommandInput]): import("@smithy/core/client").CommandImpl<ListEventSourcesCommandInput, ListEventSourcesCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>You can use this to see all the partner event sources that have been shared with your Amazon Web Services
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { ListPartnerEventSourceAccountsRequest, ListPartnerEventSourceAccountsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPartnerEventSourceAccountsCommandInput extends ListPartnerE
|
|
|
22
19
|
export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartnerEventSourceAccountsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPartnerEventSourceAccountsCommand_base: {
|
|
25
|
-
new (input: ListPartnerEventSourceAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPartnerEventSourceAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPartnerEventSourceAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPartnerEventSourceAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourceAccountsCommandInput, ListPartnerEventSourceAccountsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>An SaaS partner can use this operation to display the Amazon Web Services account ID that a particular
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { ListPartnerEventSourcesRequest, ListPartnerEventSourcesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPartnerEventSourcesCommandInput extends ListPartnerEventSou
|
|
|
22
19
|
export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSourcesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPartnerEventSourcesCommand_base: {
|
|
25
|
-
new (input: ListPartnerEventSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPartnerEventSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPartnerEventSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPartnerEventSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListPartnerEventSourcesCommandInput, ListPartnerEventSourcesCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>An SaaS partner can use this operation to list all the partner event source names that
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { ListReplaysRequest, ListReplaysResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListReplaysCommandInput extends ListReplaysRequest {
|
|
|
22
19
|
export interface ListReplaysCommandOutput extends ListReplaysResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListReplaysCommand_base: {
|
|
25
|
-
new (input: ListReplaysCommandInput): import("@smithy/core/client").CommandImpl<ListReplaysCommandInput, ListReplaysCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListReplaysCommandInput]): import("@smithy/core/client").CommandImpl<ListReplaysCommandInput, ListReplaysCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListReplaysCommandInput): import("@smithy/core/client").CommandImpl<ListReplaysCommandInput, ListReplaysCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListReplaysCommandInput]): import("@smithy/core/client").CommandImpl<ListReplaysCommandInput, ListReplaysCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists your replays. You can either list all the replays or you can provide a prefix to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { ListRuleNamesByTargetRequest, ListRuleNamesByTargetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRuleNamesByTargetCommandInput extends ListRuleNamesByTarget
|
|
|
22
19
|
export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTargetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRuleNamesByTargetCommand_base: {
|
|
25
|
-
new (input: ListRuleNamesByTargetCommandInput): import("@smithy/core/client").CommandImpl<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListRuleNamesByTargetCommandInput): import("@smithy/core/client").CommandImpl<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRuleNamesByTargetCommandInput): import("@smithy/core/client").CommandImpl<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRuleNamesByTargetCommandInput): import("@smithy/core/client").CommandImpl<ListRuleNamesByTargetCommandInput, ListRuleNamesByTargetCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the rules for the specified target. You can see which of the rules in Amazon
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { ListRulesRequest, ListRulesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRulesCommandInput extends ListRulesRequest {
|
|
|
22
19
|
export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRulesCommand_base: {
|
|
25
|
-
new (input: ListRulesCommandInput): import("@smithy/core/client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRulesCommandInput): import("@smithy/core/client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRulesCommandInput]): import("@smithy/core/client").CommandImpl<ListRulesCommandInput, ListRulesCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists your Amazon EventBridge rules. You can either list all the rules or you can provide
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Displays the tags associated with an EventBridge resource. In EventBridge, rules and event
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { ListTargetsByRuleRequest, ListTargetsByRuleResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTargetsByRuleCommandInput extends ListTargetsByRuleRequest
|
|
|
22
19
|
export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTargetsByRuleCommand_base: {
|
|
25
|
-
new (input: ListTargetsByRuleCommandInput): import("@smithy/core/client").CommandImpl<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTargetsByRuleCommandInput): import("@smithy/core/client").CommandImpl<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTargetsByRuleCommandInput): import("@smithy/core/client").CommandImpl<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTargetsByRuleCommandInput): import("@smithy/core/client").CommandImpl<ListTargetsByRuleCommandInput, ListTargetsByRuleCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the targets assigned to the specified rule.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { PutEventsRequest, PutEventsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutEventsCommandInput extends PutEventsRequest {
|
|
|
22
19
|
export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutEventsCommand_base: {
|
|
25
|
-
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<PutEventsCommandInput, PutEventsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<PutEventsCommandInput, PutEventsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<PutEventsCommandInput, PutEventsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<PutEventsCommandInput, PutEventsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sends custom events to Amazon EventBridge so that they can be matched to rules.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { PutPartnerEventsRequest, PutPartnerEventsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutPartnerEventsCommandInput extends PutPartnerEventsRequest {
|
|
|
22
19
|
export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutPartnerEventsCommand_base: {
|
|
25
|
-
new (input: PutPartnerEventsCommandInput): import("@smithy/core/client").CommandImpl<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutPartnerEventsCommandInput): import("@smithy/core/client").CommandImpl<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutPartnerEventsCommandInput): import("@smithy/core/client").CommandImpl<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutPartnerEventsCommandInput): import("@smithy/core/client").CommandImpl<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This is used by SaaS partners to write events to a customer's partner event bus. Amazon Web Services
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { PutPermissionRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutPermissionCommandInput extends PutPermissionRequest {
|
|
|
22
19
|
export interface PutPermissionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutPermissionCommand_base: {
|
|
25
|
-
new (input: PutPermissionCommandInput): import("@smithy/core/client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [PutPermissionCommandInput]): import("@smithy/core/client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutPermissionCommandInput): import("@smithy/core/client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [PutPermissionCommandInput]): import("@smithy/core/client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Running <code>PutPermission</code> permits the specified Amazon Web Services account or Amazon Web Services organization
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { PutRuleRequest, PutRuleResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutRuleCommandInput extends PutRuleRequest {
|
|
|
22
19
|
export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutRuleCommand_base: {
|
|
25
|
-
new (input: PutRuleCommandInput): import("@smithy/core/client").CommandImpl<PutRuleCommandInput, PutRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutRuleCommandInput): import("@smithy/core/client").CommandImpl<PutRuleCommandInput, PutRuleCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutRuleCommandInput): import("@smithy/core/client").CommandImpl<PutRuleCommandInput, PutRuleCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutRuleCommandInput): import("@smithy/core/client").CommandImpl<PutRuleCommandInput, PutRuleCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates or updates the specified rule. Rules are enabled by default, or based on value of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { PutTargetsRequest, PutTargetsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutTargetsCommandInput extends PutTargetsRequest {
|
|
|
22
19
|
export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutTargetsCommand_base: {
|
|
25
|
-
new (input: PutTargetsCommandInput): import("@smithy/core/client").CommandImpl<PutTargetsCommandInput, PutTargetsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutTargetsCommandInput): import("@smithy/core/client").CommandImpl<PutTargetsCommandInput, PutTargetsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutTargetsCommandInput): import("@smithy/core/client").CommandImpl<PutTargetsCommandInput, PutTargetsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutTargetsCommandInput): import("@smithy/core/client").CommandImpl<PutTargetsCommandInput, PutTargetsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds the specified targets to the specified rule, or updates the targets if they are
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { RemovePermissionRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {
|
|
|
22
19
|
export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemovePermissionCommand_base: {
|
|
25
|
-
new (input: RemovePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [RemovePermissionCommandInput]): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemovePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [RemovePermissionCommandInput]): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Revokes the permission of another Amazon Web Services account to be able to put events to the specified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { RemoveTargetsRequest, RemoveTargetsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RemoveTargetsCommandInput extends RemoveTargetsRequest {
|
|
|
22
19
|
export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemoveTargetsCommand_base: {
|
|
25
|
-
new (input: RemoveTargetsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTargetsCommandInput, RemoveTargetsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RemoveTargetsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTargetsCommandInput, RemoveTargetsCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemoveTargetsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTargetsCommandInput, RemoveTargetsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RemoveTargetsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTargetsCommandInput, RemoveTargetsCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified targets from the specified rule. When the rule is triggered, those
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { StartReplayRequest, StartReplayResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartReplayCommandInput extends StartReplayRequest {
|
|
|
22
19
|
export interface StartReplayCommandOutput extends StartReplayResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartReplayCommand_base: {
|
|
25
|
-
new (input: StartReplayCommandInput): import("@smithy/core/client").CommandImpl<StartReplayCommandInput, StartReplayCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartReplayCommandInput): import("@smithy/core/client").CommandImpl<StartReplayCommandInput, StartReplayCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartReplayCommandInput): import("@smithy/core/client").CommandImpl<StartReplayCommandInput, StartReplayCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartReplayCommandInput): import("@smithy/core/client").CommandImpl<StartReplayCommandInput, StartReplayCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts the specified replay. Events are not necessarily replayed in the exact same order
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Assigns one or more tags (key-value pairs) to the specified EventBridge resource. Tags can
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { TestEventPatternRequest, TestEventPatternResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TestEventPatternCommandInput extends TestEventPatternRequest {
|
|
|
22
19
|
export interface TestEventPatternCommandOutput extends TestEventPatternResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TestEventPatternCommand_base: {
|
|
25
|
-
new (input: TestEventPatternCommandInput): import("@smithy/core/client").CommandImpl<TestEventPatternCommandInput, TestEventPatternCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TestEventPatternCommandInput): import("@smithy/core/client").CommandImpl<TestEventPatternCommandInput, TestEventPatternCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TestEventPatternCommandInput): import("@smithy/core/client").CommandImpl<TestEventPatternCommandInput, TestEventPatternCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TestEventPatternCommandInput): import("@smithy/core/client").CommandImpl<TestEventPatternCommandInput, TestEventPatternCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Tests whether the specified event pattern matches the provided event.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes one or more tags from the specified EventBridge resource. In Amazon EventBridge
|