@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,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 { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
|
|
14
|
+
export interface CancelReplayCommandInput extends CancelReplayRequest {}
|
|
15
|
+
export interface CancelReplayCommandOutput
|
|
16
|
+
extends CancelReplayResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CancelReplayCommand extends $Command<
|
|
19
|
+
CancelReplayCommandInput,
|
|
20
|
+
CancelReplayCommandOutput,
|
|
21
|
+
EventBridgeClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CancelReplayCommandInput;
|
|
24
|
+
constructor(input: CancelReplayCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CancelReplayCommandInput, CancelReplayCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
CreateApiDestinationRequest,
|
|
15
|
+
CreateApiDestinationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateApiDestinationCommandInput
|
|
18
|
+
extends CreateApiDestinationRequest {}
|
|
19
|
+
export interface CreateApiDestinationCommandOutput
|
|
20
|
+
extends CreateApiDestinationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateApiDestinationCommand extends $Command<
|
|
23
|
+
CreateApiDestinationCommandInput,
|
|
24
|
+
CreateApiDestinationCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateApiDestinationCommandInput;
|
|
28
|
+
constructor(input: CreateApiDestinationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateApiDestinationCommandInput,
|
|
35
|
+
CreateApiDestinationCommandOutput
|
|
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
|
+
CreateArchiveRequest,
|
|
15
|
+
CreateArchiveResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateArchiveCommandInput extends CreateArchiveRequest {}
|
|
18
|
+
export interface CreateArchiveCommandOutput
|
|
19
|
+
extends CreateArchiveResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateArchiveCommand extends $Command<
|
|
22
|
+
CreateArchiveCommandInput,
|
|
23
|
+
CreateArchiveCommandOutput,
|
|
24
|
+
EventBridgeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateArchiveCommandInput;
|
|
27
|
+
constructor(input: CreateArchiveCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateArchiveCommandInput, CreateArchiveCommandOutput>;
|
|
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
|
+
CreateConnectionRequest,
|
|
15
|
+
CreateConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
|
|
18
|
+
export interface CreateConnectionCommandOutput
|
|
19
|
+
extends CreateConnectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateConnectionCommand extends $Command<
|
|
22
|
+
CreateConnectionCommandInput,
|
|
23
|
+
CreateConnectionCommandOutput,
|
|
24
|
+
EventBridgeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateConnectionCommandInput;
|
|
27
|
+
constructor(input: CreateConnectionCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
|
|
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
|
+
CreateEndpointRequest,
|
|
15
|
+
CreateEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateEndpointCommandInput extends CreateEndpointRequest {}
|
|
18
|
+
export interface CreateEndpointCommandOutput
|
|
19
|
+
extends CreateEndpointResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateEndpointCommand extends $Command<
|
|
22
|
+
CreateEndpointCommandInput,
|
|
23
|
+
CreateEndpointCommandOutput,
|
|
24
|
+
EventBridgeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateEndpointCommandInput;
|
|
27
|
+
constructor(input: CreateEndpointCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateEndpointCommandInput, CreateEndpointCommandOutput>;
|
|
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
|
+
CreateEventBusRequest,
|
|
15
|
+
CreateEventBusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateEventBusCommandInput extends CreateEventBusRequest {}
|
|
18
|
+
export interface CreateEventBusCommandOutput
|
|
19
|
+
extends CreateEventBusResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateEventBusCommand extends $Command<
|
|
22
|
+
CreateEventBusCommandInput,
|
|
23
|
+
CreateEventBusCommandOutput,
|
|
24
|
+
EventBridgeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateEventBusCommandInput;
|
|
27
|
+
constructor(input: CreateEventBusCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateEventBusCommandInput, CreateEventBusCommandOutput>;
|
|
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
|
+
CreatePartnerEventSourceRequest,
|
|
15
|
+
CreatePartnerEventSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePartnerEventSourceCommandInput
|
|
18
|
+
extends CreatePartnerEventSourceRequest {}
|
|
19
|
+
export interface CreatePartnerEventSourceCommandOutput
|
|
20
|
+
extends CreatePartnerEventSourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreatePartnerEventSourceCommand extends $Command<
|
|
23
|
+
CreatePartnerEventSourceCommandInput,
|
|
24
|
+
CreatePartnerEventSourceCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreatePartnerEventSourceCommandInput;
|
|
28
|
+
constructor(input: CreatePartnerEventSourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreatePartnerEventSourceCommandInput,
|
|
35
|
+
CreatePartnerEventSourceCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import { DeactivateEventSourceRequest } from "../models/models_0";
|
|
14
|
+
export interface DeactivateEventSourceCommandInput
|
|
15
|
+
extends DeactivateEventSourceRequest {}
|
|
16
|
+
export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeactivateEventSourceCommand extends $Command<
|
|
18
|
+
DeactivateEventSourceCommandInput,
|
|
19
|
+
DeactivateEventSourceCommandOutput,
|
|
20
|
+
EventBridgeClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeactivateEventSourceCommandInput;
|
|
23
|
+
constructor(input: DeactivateEventSourceCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
DeactivateEventSourceCommandInput,
|
|
30
|
+
DeactivateEventSourceCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
DeauthorizeConnectionRequest,
|
|
15
|
+
DeauthorizeConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeauthorizeConnectionCommandInput
|
|
18
|
+
extends DeauthorizeConnectionRequest {}
|
|
19
|
+
export interface DeauthorizeConnectionCommandOutput
|
|
20
|
+
extends DeauthorizeConnectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeauthorizeConnectionCommand extends $Command<
|
|
23
|
+
DeauthorizeConnectionCommandInput,
|
|
24
|
+
DeauthorizeConnectionCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeauthorizeConnectionCommandInput;
|
|
28
|
+
constructor(input: DeauthorizeConnectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeauthorizeConnectionCommandInput,
|
|
35
|
+
DeauthorizeConnectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
DeleteApiDestinationRequest,
|
|
15
|
+
DeleteApiDestinationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteApiDestinationCommandInput
|
|
18
|
+
extends DeleteApiDestinationRequest {}
|
|
19
|
+
export interface DeleteApiDestinationCommandOutput
|
|
20
|
+
extends DeleteApiDestinationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteApiDestinationCommand extends $Command<
|
|
23
|
+
DeleteApiDestinationCommandInput,
|
|
24
|
+
DeleteApiDestinationCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteApiDestinationCommandInput;
|
|
28
|
+
constructor(input: DeleteApiDestinationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteApiDestinationCommandInput,
|
|
35
|
+
DeleteApiDestinationCommandOutput
|
|
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
|
+
DeleteArchiveRequest,
|
|
15
|
+
DeleteArchiveResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteArchiveCommandInput extends DeleteArchiveRequest {}
|
|
18
|
+
export interface DeleteArchiveCommandOutput
|
|
19
|
+
extends DeleteArchiveResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteArchiveCommand extends $Command<
|
|
22
|
+
DeleteArchiveCommandInput,
|
|
23
|
+
DeleteArchiveCommandOutput,
|
|
24
|
+
EventBridgeClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteArchiveCommandInput;
|
|
27
|
+
constructor(input: DeleteArchiveCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteArchiveCommandInput, DeleteArchiveCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|