@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,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListApiDestinationsRequest,
|
|
10
4
|
ListApiDestinationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListApiDestinationsCommandInput
|
|
15
8
|
extends ListApiDestinationsRequest {}
|
|
16
9
|
export interface ListApiDestinationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListApiDestinationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListApiDestinationsCommandInput,
|
|
24
17
|
ListApiDestinationsCommandOutput,
|
|
25
|
-
CloudWatchEventsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListApiDestinationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListApiDestinationsCommandInput,
|
|
33
26
|
ListApiDestinationsCommandOutput,
|
|
34
|
-
CloudWatchEventsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListApiDestinationsCommand extends ListApiDestinationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListArchivesCommandInput extends ListArchivesRequest {}
|
|
12
5
|
export interface ListArchivesCommandOutput
|
|
13
6
|
extends ListArchivesResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListArchivesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListArchivesCommandInput,
|
|
20
13
|
ListArchivesCommandOutput,
|
|
21
|
-
CloudWatchEventsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListArchivesCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListArchivesCommandInput,
|
|
29
22
|
ListArchivesCommandOutput,
|
|
30
|
-
CloudWatchEventsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListArchivesCommand extends ListArchivesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListConnectionsRequest,
|
|
10
4
|
ListConnectionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListConnectionsCommandInput extends ListConnectionsRequest {}
|
|
15
8
|
export interface ListConnectionsCommandOutput
|
|
16
9
|
extends ListConnectionsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListConnectionsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListConnectionsCommandInput,
|
|
23
16
|
ListConnectionsCommandOutput,
|
|
24
|
-
CloudWatchEventsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListConnectionsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListConnectionsCommandInput,
|
|
32
25
|
ListConnectionsCommandOutput,
|
|
33
|
-
CloudWatchEventsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListEventBusesRequest,
|
|
10
4
|
ListEventBusesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListEventBusesCommandInput extends ListEventBusesRequest {}
|
|
15
8
|
export interface ListEventBusesCommandOutput
|
|
16
9
|
extends ListEventBusesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListEventBusesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListEventBusesCommandInput,
|
|
23
16
|
ListEventBusesCommandOutput,
|
|
24
|
-
CloudWatchEventsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListEventBusesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListEventBusesCommandInput,
|
|
32
25
|
ListEventBusesCommandOutput,
|
|
33
|
-
CloudWatchEventsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListEventBusesCommand extends ListEventBusesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListEventSourcesRequest,
|
|
10
4
|
ListEventSourcesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListEventSourcesCommandInput extends ListEventSourcesRequest {}
|
|
15
8
|
export interface ListEventSourcesCommandOutput
|
|
16
9
|
extends ListEventSourcesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListEventSourcesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListEventSourcesCommandInput,
|
|
23
16
|
ListEventSourcesCommandOutput,
|
|
24
|
-
CloudWatchEventsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListEventSourcesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListEventSourcesCommandInput,
|
|
32
25
|
ListEventSourcesCommandOutput,
|
|
33
|
-
CloudWatchEventsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListEventSourcesCommand extends ListEventSourcesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListPartnerEventSourceAccountsRequest,
|
|
10
4
|
ListPartnerEventSourceAccountsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPartnerEventSourceAccountsCommandInput
|
|
15
8
|
extends ListPartnerEventSourceAccountsRequest {}
|
|
16
9
|
export interface ListPartnerEventSourceAccountsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPartnerEventSourceAccountsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPartnerEventSourceAccountsCommandInput,
|
|
24
17
|
ListPartnerEventSourceAccountsCommandOutput,
|
|
25
|
-
CloudWatchEventsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListPartnerEventSourceAccountsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPartnerEventSourceAccountsCommandInput,
|
|
33
26
|
ListPartnerEventSourceAccountsCommandOutput,
|
|
34
|
-
CloudWatchEventsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListPartnerEventSourceAccountsCommand extends ListPartnerEventSourceAccountsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListPartnerEventSourcesRequest,
|
|
10
4
|
ListPartnerEventSourcesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPartnerEventSourcesCommandInput
|
|
15
8
|
extends ListPartnerEventSourcesRequest {}
|
|
16
9
|
export interface ListPartnerEventSourcesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPartnerEventSourcesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPartnerEventSourcesCommandInput,
|
|
24
17
|
ListPartnerEventSourcesCommandOutput,
|
|
25
|
-
CloudWatchEventsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListPartnerEventSourcesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPartnerEventSourcesCommandInput,
|
|
33
26
|
ListPartnerEventSourcesCommandOutput,
|
|
34
|
-
CloudWatchEventsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListPartnerEventSourcesCommand extends ListPartnerEventSourcesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import { ListReplaysRequest, ListReplaysResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListReplaysCommandInput extends ListReplaysRequest {}
|
|
12
5
|
export interface ListReplaysCommandOutput
|
|
13
6
|
extends ListReplaysResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListReplaysCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListReplaysCommandInput,
|
|
20
13
|
ListReplaysCommandOutput,
|
|
21
|
-
CloudWatchEventsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListReplaysCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListReplaysCommandInput,
|
|
29
22
|
ListReplaysCommandOutput,
|
|
30
|
-
CloudWatchEventsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListReplaysCommand extends ListReplaysCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListRuleNamesByTargetRequest,
|
|
10
4
|
ListRuleNamesByTargetResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListRuleNamesByTargetCommandInput
|
|
15
8
|
extends ListRuleNamesByTargetRequest {}
|
|
16
9
|
export interface ListRuleNamesByTargetCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListRuleNamesByTargetCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListRuleNamesByTargetCommandInput,
|
|
24
17
|
ListRuleNamesByTargetCommandOutput,
|
|
25
|
-
CloudWatchEventsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListRuleNamesByTargetCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListRuleNamesByTargetCommandInput,
|
|
33
26
|
ListRuleNamesByTargetCommandOutput,
|
|
34
|
-
CloudWatchEventsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListRuleNamesByTargetCommand extends ListRuleNamesByTargetCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import { ListRulesRequest, ListRulesResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListRulesCommandInput extends ListRulesRequest {}
|
|
12
5
|
export interface ListRulesCommandOutput
|
|
13
6
|
extends ListRulesResponse,
|
|
@@ -16,22 +9,20 @@ declare const ListRulesCommand_base: {
|
|
|
16
9
|
new (input: ListRulesCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListRulesCommandInput,
|
|
18
11
|
ListRulesCommandOutput,
|
|
19
|
-
CloudWatchEventsClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
...[input]: [] | [ListRulesCommandInput]
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
ListRulesCommandInput,
|
|
27
20
|
ListRulesCommandOutput,
|
|
28
|
-
CloudWatchEventsClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class ListRulesCommand extends ListRulesCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
CloudWatchEventsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
CloudWatchEventsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTargetsByRuleRequest,
|
|
10
4
|
ListTargetsByRuleResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTargetsByRuleCommandInput
|
|
15
8
|
extends ListTargetsByRuleRequest {}
|
|
16
9
|
export interface ListTargetsByRuleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTargetsByRuleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTargetsByRuleCommandInput,
|
|
24
17
|
ListTargetsByRuleCommandOutput,
|
|
25
|
-
CloudWatchEventsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTargetsByRuleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTargetsByRuleCommandInput,
|
|
33
26
|
ListTargetsByRuleCommandOutput,
|
|
34
|
-
CloudWatchEventsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTargetsByRuleCommand extends ListTargetsByRuleCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import { PutEventsRequest, PutEventsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutEventsCommandInput extends PutEventsRequest {}
|
|
12
5
|
export interface PutEventsCommandOutput
|
|
13
6
|
extends PutEventsResponse,
|
|
@@ -16,20 +9,18 @@ declare const PutEventsCommand_base: {
|
|
|
16
9
|
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
PutEventsCommandInput,
|
|
18
11
|
PutEventsCommandOutput,
|
|
19
|
-
CloudWatchEventsClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: PutEventsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
PutEventsCommandInput,
|
|
25
18
|
PutEventsCommandOutput,
|
|
26
|
-
CloudWatchEventsClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class PutEventsCommand extends PutEventsCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudWatchEventsClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudWatchEventsClient";
|
|
8
2
|
import {
|
|
9
3
|
PutPartnerEventsRequest,
|
|
10
4
|
PutPartnerEventsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutPartnerEventsCommandInput extends PutPartnerEventsRequest {}
|
|
15
8
|
export interface PutPartnerEventsCommandOutput
|
|
16
9
|
extends PutPartnerEventsResponse,
|
|
@@ -21,22 +14,20 @@ declare const PutPartnerEventsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
PutPartnerEventsCommandInput,
|
|
23
16
|
PutPartnerEventsCommandOutput,
|
|
24
|
-
CloudWatchEventsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: PutPartnerEventsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
PutPartnerEventsCommandInput,
|
|
32
25
|
PutPartnerEventsCommandOutput,
|
|
33
|
-
CloudWatchEventsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CloudWatchEventsClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class PutPartnerEventsCommand extends PutPartnerEventsCommand_base {
|
|
42
33
|
protected static __types: {
|