@aws-sdk/client-eventbridge 3.169.0 → 3.171.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/EventBridge.d.ts +956 -285
- package/dist-types/ts3.4/EventBridgeClient.d.ts +440 -129
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +56 -56
- 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/EventBridgeServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1543 -2033
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +677 -170
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +17 -13
- package/package.json +36 -36
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribePartnerEventSourceRequest,
|
|
15
|
+
DescribePartnerEventSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePartnerEventSourceCommandInput
|
|
18
|
+
extends DescribePartnerEventSourceRequest {}
|
|
19
|
+
export interface DescribePartnerEventSourceCommandOutput
|
|
20
|
+
extends DescribePartnerEventSourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribePartnerEventSourceCommand extends $Command<
|
|
23
|
+
DescribePartnerEventSourceCommandInput,
|
|
24
|
+
DescribePartnerEventSourceCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribePartnerEventSourceCommandInput;
|
|
28
|
+
constructor(input: DescribePartnerEventSourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribePartnerEventSourceCommandInput,
|
|
35
|
+
DescribePartnerEventSourceCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeReplayRequest,
|
|
15
|
+
DescribeReplayResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeReplayCommandInput extends DescribeReplayRequest {}
|
|
18
|
+
export interface DescribeReplayCommandOutput
|
|
19
|
+
extends DescribeReplayResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeReplayCommand extends $Command<
|
|
22
|
+
DescribeReplayCommandInput,
|
|
23
|
+
DescribeReplayCommandOutput,
|
|
24
|
+
EventBridgeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeReplayCommandInput;
|
|
27
|
+
constructor(input: DescribeReplayCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeReplayCommandInput, DescribeReplayCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0";
|
|
14
|
+
export interface DescribeRuleCommandInput extends DescribeRuleRequest {}
|
|
15
|
+
export interface DescribeRuleCommandOutput
|
|
16
|
+
extends DescribeRuleResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DescribeRuleCommand extends $Command<
|
|
19
|
+
DescribeRuleCommandInput,
|
|
20
|
+
DescribeRuleCommandOutput,
|
|
21
|
+
EventBridgeClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DescribeRuleCommandInput;
|
|
24
|
+
constructor(input: DescribeRuleCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DescribeRuleCommandInput, DescribeRuleCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import { DisableRuleRequest } from "../models/models_0";
|
|
14
|
+
export interface DisableRuleCommandInput extends DisableRuleRequest {}
|
|
15
|
+
export interface DisableRuleCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class DisableRuleCommand extends $Command<
|
|
17
|
+
DisableRuleCommandInput,
|
|
18
|
+
DisableRuleCommandOutput,
|
|
19
|
+
EventBridgeClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DisableRuleCommandInput;
|
|
22
|
+
constructor(input: DisableRuleCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<DisableRuleCommandInput, DisableRuleCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import { EnableRuleRequest } from "../models/models_0";
|
|
14
|
+
export interface EnableRuleCommandInput extends EnableRuleRequest {}
|
|
15
|
+
export interface EnableRuleCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class EnableRuleCommand extends $Command<
|
|
17
|
+
EnableRuleCommandInput,
|
|
18
|
+
EnableRuleCommandOutput,
|
|
19
|
+
EventBridgeClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: EnableRuleCommandInput;
|
|
22
|
+
constructor(input: EnableRuleCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<EnableRuleCommandInput, EnableRuleCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
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
|
+
export declare class ListApiDestinationsCommand extends $Command<
|
|
23
|
+
ListApiDestinationsCommandInput,
|
|
24
|
+
ListApiDestinationsCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListApiDestinationsCommandInput;
|
|
28
|
+
constructor(input: ListApiDestinationsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListApiDestinationsCommandInput, ListApiDestinationsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0";
|
|
14
|
+
export interface ListArchivesCommandInput extends ListArchivesRequest {}
|
|
15
|
+
export interface ListArchivesCommandOutput
|
|
16
|
+
extends ListArchivesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListArchivesCommand extends $Command<
|
|
19
|
+
ListArchivesCommandInput,
|
|
20
|
+
ListArchivesCommandOutput,
|
|
21
|
+
EventBridgeClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListArchivesCommandInput;
|
|
24
|
+
constructor(input: ListArchivesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListArchivesCommandInput, ListArchivesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
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
|
+
export declare class ListConnectionsCommand extends $Command<
|
|
22
|
+
ListConnectionsCommandInput,
|
|
23
|
+
ListConnectionsCommandOutput,
|
|
24
|
+
EventBridgeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListConnectionsCommandInput;
|
|
27
|
+
constructor(input: ListConnectionsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListConnectionsCommandInput, ListConnectionsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
ListEndpointsRequest,
|
|
15
|
+
ListEndpointsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEndpointsCommandInput extends ListEndpointsRequest {}
|
|
18
|
+
export interface ListEndpointsCommandOutput
|
|
19
|
+
extends ListEndpointsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListEndpointsCommand extends $Command<
|
|
22
|
+
ListEndpointsCommandInput,
|
|
23
|
+
ListEndpointsCommandOutput,
|
|
24
|
+
EventBridgeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListEndpointsCommandInput;
|
|
27
|
+
constructor(input: ListEndpointsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListEndpointsCommandInput, ListEndpointsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
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
|
+
export declare class ListEventBusesCommand extends $Command<
|
|
22
|
+
ListEventBusesCommandInput,
|
|
23
|
+
ListEventBusesCommandOutput,
|
|
24
|
+
EventBridgeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListEventBusesCommandInput;
|
|
27
|
+
constructor(input: ListEventBusesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListEventBusesCommandInput, ListEventBusesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
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
|
+
export declare class ListEventSourcesCommand extends $Command<
|
|
22
|
+
ListEventSourcesCommandInput,
|
|
23
|
+
ListEventSourcesCommandOutput,
|
|
24
|
+
EventBridgeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListEventSourcesCommandInput;
|
|
27
|
+
constructor(input: ListEventSourcesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListEventSourcesCommandInput, ListEventSourcesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
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
|
+
export declare class ListPartnerEventSourceAccountsCommand extends $Command<
|
|
23
|
+
ListPartnerEventSourceAccountsCommandInput,
|
|
24
|
+
ListPartnerEventSourceAccountsCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListPartnerEventSourceAccountsCommandInput;
|
|
28
|
+
constructor(input: ListPartnerEventSourceAccountsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListPartnerEventSourceAccountsCommandInput,
|
|
35
|
+
ListPartnerEventSourceAccountsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|