@aws-sdk/client-eventbridge 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/EventBridge.d.ts +1012 -285
- package/dist-types/ts3.4/EventBridgeClient.d.ts +465 -129
- 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/CreateEndpointCommand.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/DeleteEndpointCommand.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/DescribeEndpointCommand.d.ts +37 -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/ListEndpointsCommand.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/UpdateEndpointCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2198 -2033
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +677 -170
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -13
- package/package.json +36 -36
|
@@ -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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteConnectionRequest,
|
|
15
|
+
DeleteConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
|
|
18
|
+
export interface DeleteConnectionCommandOutput
|
|
19
|
+
extends DeleteConnectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteConnectionCommand extends $Command<
|
|
23
|
+
DeleteConnectionCommandInput,
|
|
24
|
+
DeleteConnectionCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteConnectionCommandInput;
|
|
28
|
+
constructor(input: DeleteConnectionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteEndpointRequest,
|
|
15
|
+
DeleteEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {}
|
|
18
|
+
export interface DeleteEndpointCommandOutput
|
|
19
|
+
extends DeleteEndpointResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteEndpointCommand extends $Command<
|
|
23
|
+
DeleteEndpointCommandInput,
|
|
24
|
+
DeleteEndpointCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteEndpointCommandInput;
|
|
28
|
+
constructor(input: DeleteEndpointCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteEventBusRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteEventBusCommandInput extends DeleteEventBusRequest {}
|
|
15
|
+
export interface DeleteEventBusCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteEventBusCommand extends $Command<
|
|
18
|
+
DeleteEventBusCommandInput,
|
|
19
|
+
DeleteEventBusCommandOutput,
|
|
20
|
+
EventBridgeClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteEventBusCommandInput;
|
|
23
|
+
constructor(input: DeleteEventBusCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteEventBusCommandInput, DeleteEventBusCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import { DeletePartnerEventSourceRequest } from "../models/models_0";
|
|
14
|
+
export interface DeletePartnerEventSourceCommandInput
|
|
15
|
+
extends DeletePartnerEventSourceRequest {}
|
|
16
|
+
export interface DeletePartnerEventSourceCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeletePartnerEventSourceCommand extends $Command<
|
|
20
|
+
DeletePartnerEventSourceCommandInput,
|
|
21
|
+
DeletePartnerEventSourceCommandOutput,
|
|
22
|
+
EventBridgeClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeletePartnerEventSourceCommandInput;
|
|
25
|
+
constructor(input: DeletePartnerEventSourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeletePartnerEventSourceCommandInput,
|
|
33
|
+
DeletePartnerEventSourceCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteRuleRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
|
|
15
|
+
export interface DeleteRuleCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteRuleCommand extends $Command<
|
|
18
|
+
DeleteRuleCommandInput,
|
|
19
|
+
DeleteRuleCommandOutput,
|
|
20
|
+
EventBridgeClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteRuleCommandInput;
|
|
23
|
+
constructor(input: DeleteRuleCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeApiDestinationRequest,
|
|
15
|
+
DescribeApiDestinationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeApiDestinationCommandInput
|
|
18
|
+
extends DescribeApiDestinationRequest {}
|
|
19
|
+
export interface DescribeApiDestinationCommandOutput
|
|
20
|
+
extends DescribeApiDestinationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeApiDestinationCommand extends $Command<
|
|
24
|
+
DescribeApiDestinationCommandInput,
|
|
25
|
+
DescribeApiDestinationCommandOutput,
|
|
26
|
+
EventBridgeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeApiDestinationCommandInput;
|
|
29
|
+
constructor(input: DescribeApiDestinationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeApiDestinationCommandInput,
|
|
37
|
+
DescribeApiDestinationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeArchiveRequest,
|
|
15
|
+
DescribeArchiveResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeArchiveCommandInput extends DescribeArchiveRequest {}
|
|
18
|
+
export interface DescribeArchiveCommandOutput
|
|
19
|
+
extends DescribeArchiveResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeArchiveCommand extends $Command<
|
|
23
|
+
DescribeArchiveCommandInput,
|
|
24
|
+
DescribeArchiveCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeArchiveCommandInput;
|
|
28
|
+
constructor(input: DescribeArchiveCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeArchiveCommandInput, DescribeArchiveCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeConnectionRequest,
|
|
15
|
+
DescribeConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeConnectionCommandInput
|
|
18
|
+
extends DescribeConnectionRequest {}
|
|
19
|
+
export interface DescribeConnectionCommandOutput
|
|
20
|
+
extends DescribeConnectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeConnectionCommand extends $Command<
|
|
24
|
+
DescribeConnectionCommandInput,
|
|
25
|
+
DescribeConnectionCommandOutput,
|
|
26
|
+
EventBridgeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeConnectionCommandInput;
|
|
29
|
+
constructor(input: DescribeConnectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeConnectionCommandInput, DescribeConnectionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeEndpointRequest,
|
|
15
|
+
DescribeEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEndpointCommandInput extends DescribeEndpointRequest {}
|
|
18
|
+
export interface DescribeEndpointCommandOutput
|
|
19
|
+
extends DescribeEndpointResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeEndpointCommand extends $Command<
|
|
23
|
+
DescribeEndpointCommandInput,
|
|
24
|
+
DescribeEndpointCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeEndpointCommandInput;
|
|
28
|
+
constructor(input: DescribeEndpointCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeEndpointCommandInput, DescribeEndpointCommandOutput>;
|
|
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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeEventBusRequest,
|
|
15
|
+
DescribeEventBusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEventBusCommandInput extends DescribeEventBusRequest {}
|
|
18
|
+
export interface DescribeEventBusCommandOutput
|
|
19
|
+
extends DescribeEventBusResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeEventBusCommand extends $Command<
|
|
23
|
+
DescribeEventBusCommandInput,
|
|
24
|
+
DescribeEventBusCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeEventBusCommandInput;
|
|
28
|
+
constructor(input: DescribeEventBusCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeEventBusCommandInput, DescribeEventBusCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeEventSourceRequest,
|
|
15
|
+
DescribeEventSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEventSourceCommandInput
|
|
18
|
+
extends DescribeEventSourceRequest {}
|
|
19
|
+
export interface DescribeEventSourceCommandOutput
|
|
20
|
+
extends DescribeEventSourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEventSourceCommand extends $Command<
|
|
24
|
+
DescribeEventSourceCommandInput,
|
|
25
|
+
DescribeEventSourceCommandOutput,
|
|
26
|
+
EventBridgeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEventSourceCommandInput;
|
|
29
|
+
constructor(input: DescribeEventSourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeEventSourceCommandInput, DescribeEventSourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|