@aws-sdk/client-cloudwatch-events 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CloudWatchEvents.d.ts +922 -260
- package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +436 -124
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +51 -51
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CloudWatchEventsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1957 -1803
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +617 -155
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import { DisableRuleRequest } from "../models/models_0";
|
|
14
|
+
export interface DisableRuleCommandInput extends DisableRuleRequest {}
|
|
15
|
+
export interface DisableRuleCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DisableRuleCommand extends $Command<
|
|
18
|
+
DisableRuleCommandInput,
|
|
19
|
+
DisableRuleCommandOutput,
|
|
20
|
+
CloudWatchEventsClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DisableRuleCommandInput;
|
|
23
|
+
constructor(input: DisableRuleCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DisableRuleCommandInput, DisableRuleCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import { EnableRuleRequest } from "../models/models_0";
|
|
14
|
+
export interface EnableRuleCommandInput extends EnableRuleRequest {}
|
|
15
|
+
export interface EnableRuleCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class EnableRuleCommand extends $Command<
|
|
18
|
+
EnableRuleCommandInput,
|
|
19
|
+
EnableRuleCommandOutput,
|
|
20
|
+
CloudWatchEventsClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: EnableRuleCommandInput;
|
|
23
|
+
constructor(input: EnableRuleCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<EnableRuleCommandInput, EnableRuleCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
ListApiDestinationsRequest,
|
|
15
|
+
ListApiDestinationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListApiDestinationsCommandInput
|
|
18
|
+
extends ListApiDestinationsRequest {}
|
|
19
|
+
export interface ListApiDestinationsCommandOutput
|
|
20
|
+
extends ListApiDestinationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListApiDestinationsCommand extends $Command<
|
|
24
|
+
ListApiDestinationsCommandInput,
|
|
25
|
+
ListApiDestinationsCommandOutput,
|
|
26
|
+
CloudWatchEventsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListApiDestinationsCommandInput;
|
|
29
|
+
constructor(input: ListApiDestinationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
|
|
14
|
+
export interface ListArchivesCommandInput extends ListArchivesRequest {}
|
|
15
|
+
export interface ListArchivesCommandOutput
|
|
16
|
+
extends ListArchivesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListArchivesCommand extends $Command<
|
|
20
|
+
ListArchivesCommandInput,
|
|
21
|
+
ListArchivesCommandOutput,
|
|
22
|
+
CloudWatchEventsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListArchivesCommandInput;
|
|
25
|
+
constructor(input: ListArchivesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListArchivesCommandInput, ListArchivesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
ListConnectionsRequest,
|
|
15
|
+
ListConnectionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListConnectionsCommandInput extends ListConnectionsRequest {}
|
|
18
|
+
export interface ListConnectionsCommandOutput
|
|
19
|
+
extends ListConnectionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListConnectionsCommand extends $Command<
|
|
23
|
+
ListConnectionsCommandInput,
|
|
24
|
+
ListConnectionsCommandOutput,
|
|
25
|
+
CloudWatchEventsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListConnectionsCommandInput;
|
|
28
|
+
constructor(input: ListConnectionsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListConnectionsCommandInput, ListConnectionsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
ListEventBusesRequest,
|
|
15
|
+
ListEventBusesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEventBusesCommandInput extends ListEventBusesRequest {}
|
|
18
|
+
export interface ListEventBusesCommandOutput
|
|
19
|
+
extends ListEventBusesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListEventBusesCommand extends $Command<
|
|
23
|
+
ListEventBusesCommandInput,
|
|
24
|
+
ListEventBusesCommandOutput,
|
|
25
|
+
CloudWatchEventsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListEventBusesCommandInput;
|
|
28
|
+
constructor(input: ListEventBusesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListEventBusesCommandInput, ListEventBusesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
ListEventSourcesRequest,
|
|
15
|
+
ListEventSourcesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEventSourcesCommandInput extends ListEventSourcesRequest {}
|
|
18
|
+
export interface ListEventSourcesCommandOutput
|
|
19
|
+
extends ListEventSourcesResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListEventSourcesCommand extends $Command<
|
|
23
|
+
ListEventSourcesCommandInput,
|
|
24
|
+
ListEventSourcesCommandOutput,
|
|
25
|
+
CloudWatchEventsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListEventSourcesCommandInput;
|
|
28
|
+
constructor(input: ListEventSourcesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListEventSourcesCommandInput, ListEventSourcesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
ListPartnerEventSourceAccountsRequest,
|
|
15
|
+
ListPartnerEventSourceAccountsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPartnerEventSourceAccountsCommandInput
|
|
18
|
+
extends ListPartnerEventSourceAccountsRequest {}
|
|
19
|
+
export interface ListPartnerEventSourceAccountsCommandOutput
|
|
20
|
+
extends ListPartnerEventSourceAccountsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPartnerEventSourceAccountsCommand extends $Command<
|
|
24
|
+
ListPartnerEventSourceAccountsCommandInput,
|
|
25
|
+
ListPartnerEventSourceAccountsCommandOutput,
|
|
26
|
+
CloudWatchEventsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPartnerEventSourceAccountsCommandInput;
|
|
29
|
+
constructor(input: ListPartnerEventSourceAccountsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPartnerEventSourceAccountsCommandInput,
|
|
37
|
+
ListPartnerEventSourceAccountsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
ListPartnerEventSourcesRequest,
|
|
15
|
+
ListPartnerEventSourcesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPartnerEventSourcesCommandInput
|
|
18
|
+
extends ListPartnerEventSourcesRequest {}
|
|
19
|
+
export interface ListPartnerEventSourcesCommandOutput
|
|
20
|
+
extends ListPartnerEventSourcesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPartnerEventSourcesCommand extends $Command<
|
|
24
|
+
ListPartnerEventSourcesCommandInput,
|
|
25
|
+
ListPartnerEventSourcesCommandOutput,
|
|
26
|
+
CloudWatchEventsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPartnerEventSourcesCommandInput;
|
|
29
|
+
constructor(input: ListPartnerEventSourcesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPartnerEventSourcesCommandInput,
|
|
37
|
+
ListPartnerEventSourcesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import { ListReplaysRequest, ListReplaysResponse } from "../models/models_0";
|
|
14
|
+
export interface ListReplaysCommandInput extends ListReplaysRequest {}
|
|
15
|
+
export interface ListReplaysCommandOutput
|
|
16
|
+
extends ListReplaysResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListReplaysCommand extends $Command<
|
|
20
|
+
ListReplaysCommandInput,
|
|
21
|
+
ListReplaysCommandOutput,
|
|
22
|
+
CloudWatchEventsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListReplaysCommandInput;
|
|
25
|
+
constructor(input: ListReplaysCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListReplaysCommandInput, ListReplaysCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudWatchEventsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudWatchEventsClient";
|
|
13
|
+
import {
|
|
14
|
+
ListRuleNamesByTargetRequest,
|
|
15
|
+
ListRuleNamesByTargetResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListRuleNamesByTargetCommandInput
|
|
18
|
+
extends ListRuleNamesByTargetRequest {}
|
|
19
|
+
export interface ListRuleNamesByTargetCommandOutput
|
|
20
|
+
extends ListRuleNamesByTargetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListRuleNamesByTargetCommand extends $Command<
|
|
24
|
+
ListRuleNamesByTargetCommandInput,
|
|
25
|
+
ListRuleNamesByTargetCommandOutput,
|
|
26
|
+
CloudWatchEventsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRuleNamesByTargetCommandInput;
|
|
29
|
+
constructor(input: ListRuleNamesByTargetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudWatchEventsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListRuleNamesByTargetCommandInput,
|
|
37
|
+
ListRuleNamesByTargetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|