@aws-sdk/client-cloudwatch-events 3.278.0 → 3.281.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +411 -0
- package/dist-types/commands/ActivateEventSourceCommand.d.ts +6 -0
- package/dist-types/commands/CancelReplayCommand.d.ts +6 -0
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +6 -0
- package/dist-types/commands/CreateArchiveCommand.d.ts +6 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +6 -0
- package/dist-types/commands/CreateEventBusCommand.d.ts +6 -0
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +6 -0
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +6 -0
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEventBusCommand.d.ts +6 -0
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +6 -0
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +6 -0
- package/dist-types/commands/DescribeArchiveCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEventBusCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +6 -0
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeReplayCommand.d.ts +6 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +6 -0
- package/dist-types/commands/DisableRuleCommand.d.ts +6 -0
- package/dist-types/commands/EnableRuleCommand.d.ts +6 -0
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +6 -0
- package/dist-types/commands/ListArchivesCommand.d.ts +6 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +6 -0
- package/dist-types/commands/ListEventBusesCommand.d.ts +6 -0
- package/dist-types/commands/ListEventSourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +6 -0
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListReplaysCommand.d.ts +6 -0
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +6 -0
- package/dist-types/commands/ListRulesCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +6 -0
- package/dist-types/commands/PutEventsCommand.d.ts +6 -0
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +6 -0
- package/dist-types/commands/PutPermissionCommand.d.ts +6 -0
- package/dist-types/commands/PutRuleCommand.d.ts +6 -0
- package/dist-types/commands/PutTargetsCommand.d.ts +6 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -0
- package/dist-types/commands/RemoveTargetsCommand.d.ts +6 -0
- package/dist-types/commands/StartReplayCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/TestEventPatternCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateArchiveCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DeletePartnerEventSourceRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeletePartnerEventSourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeletePartnerEventSourceCommandInput extends DeletePartnerEventSourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeletePartnerEventSourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeletePartnerEventSourceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DeleteRuleRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteRuleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteRuleCommandInput extends DeleteRuleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteRuleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteRuleCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DescribeApiDestinationRequest, DescribeApiDestinationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeApiDestinationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeApiDestinationCommandInput extends DescribeApiDestinationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeApiDestinationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeApiDestinationCommandOutput extends DescribeApiDestinationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DescribeArchiveRequest, DescribeArchiveResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeArchiveCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeArchiveCommandInput extends DescribeArchiveRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeArchiveCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeArchiveCommandOutput extends DescribeArchiveResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DescribeConnectionRequest, DescribeConnectionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeConnectionCommandInput extends DescribeConnectionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeConnectionCommandOutput extends DescribeConnectionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DescribeEventBusRequest, DescribeEventBusResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeEventBusCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeEventBusCommandInput extends DescribeEventBusRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeEventBusCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeEventBusCommandOutput extends DescribeEventBusResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DescribeEventSourceRequest, DescribeEventSourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeEventSourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeEventSourceCommandInput extends DescribeEventSourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeEventSourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeEventSourceCommandOutput extends DescribeEventSourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DescribePartnerEventSourceRequest, DescribePartnerEventSourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribePartnerEventSourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribePartnerEventSourceCommandInput extends DescribePartnerEventSourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribePartnerEventSourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribePartnerEventSourceCommandOutput extends DescribePartnerEventSourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DescribeReplayRequest, DescribeReplayResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeReplayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeReplayCommandInput extends DescribeReplayRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeReplayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeReplayCommandOutput extends DescribeReplayResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeRuleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeRuleCommandInput extends DescribeRuleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeRuleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeRuleCommandOutput extends DescribeRuleResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { DisableRuleRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisableRuleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisableRuleCommandInput extends DisableRuleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisableRuleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisableRuleCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { EnableRuleRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link EnableRuleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface EnableRuleCommandInput extends EnableRuleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link EnableRuleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface EnableRuleCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListApiDestinationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListApiDestinationsCommandInput extends ListApiDestinationsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListApiDestinationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListApiDestinationsCommandOutput extends ListApiDestinationsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListArchivesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListArchivesCommandInput extends ListArchivesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListArchivesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListArchivesCommandOutput extends ListArchivesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListConnectionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListConnectionsCommandInput extends ListConnectionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListConnectionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListConnectionsCommandOutput extends ListConnectionsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListEventBusesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListEventBusesCommandInput extends ListEventBusesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListEventBusesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListEventBusesCommandOutput extends ListEventBusesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListEventSourcesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListEventSourcesCommandInput extends ListEventSourcesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListEventSourcesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListEventSourcesCommandOutput extends ListEventSourcesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListPartnerEventSourceAccountsRequest, ListPartnerEventSourceAccountsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListPartnerEventSourceAccountsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListPartnerEventSourceAccountsCommandInput extends ListPartnerEventSourceAccountsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListPartnerEventSourceAccountsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListPartnerEventSourceAccountsCommandOutput extends ListPartnerEventSourceAccountsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListPartnerEventSourcesRequest, ListPartnerEventSourcesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListPartnerEventSourcesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListPartnerEventSourcesCommandInput extends ListPartnerEventSourcesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListPartnerEventSourcesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListPartnerEventSourcesCommandOutput extends ListPartnerEventSourcesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListReplaysRequest, ListReplaysResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListReplaysCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListReplaysCommandInput extends ListReplaysRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListReplaysCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListReplaysCommandOutput extends ListReplaysResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListRuleNamesByTargetRequest, ListRuleNamesByTargetResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListRuleNamesByTargetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListRuleNamesByTargetCommandInput extends ListRuleNamesByTargetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListRuleNamesByTargetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListRuleNamesByTargetCommandOutput extends ListRuleNamesByTargetResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListRulesRequest, ListRulesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListRulesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListRulesCommandInput extends ListRulesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListRulesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { ListTargetsByRuleRequest, ListTargetsByRuleResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTargetsByRuleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTargetsByRuleCommandInput extends ListTargetsByRuleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTargetsByRuleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTargetsByRuleCommandOutput extends ListTargetsByRuleResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { PutEventsRequest, PutEventsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutEventsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutEventsCommandInput extends PutEventsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutEventsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { PutPartnerEventsRequest, PutPartnerEventsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutPartnerEventsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutPartnerEventsCommandInput extends PutPartnerEventsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutPartnerEventsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { PutPermissionRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutPermissionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutPermissionCommandInput extends PutPermissionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutPermissionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutPermissionCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { PutRuleRequest, PutRuleResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutRuleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutRuleCommandInput extends PutRuleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutRuleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { PutTargetsRequest, PutTargetsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutTargetsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutTargetsCommandInput extends PutTargetsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutTargetsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { RemovePermissionRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RemovePermissionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RemovePermissionCommandInput extends RemovePermissionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RemovePermissionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { RemoveTargetsRequest, RemoveTargetsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RemoveTargetsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RemoveTargetsCommandInput extends RemoveTargetsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RemoveTargetsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { StartReplayRequest, StartReplayResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartReplayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartReplayCommandInput extends StartReplayRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartReplayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartReplayCommandOutput extends StartReplayResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { TestEventPatternRequest, TestEventPatternResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TestEventPatternCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TestEventPatternCommandInput extends TestEventPatternRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TestEventPatternCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TestEventPatternCommandOutput extends TestEventPatternResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { UpdateApiDestinationRequest, UpdateApiDestinationResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateApiDestinationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateApiDestinationCommandInput extends UpdateApiDestinationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateApiDestinationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { UpdateArchiveRequest, UpdateArchiveResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateArchiveCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateArchiveCommandInput extends UpdateArchiveRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateArchiveCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudWatchEventsClient";
|
|
5
5
|
import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateConnectionCommandOutput extends UpdateConnectionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|