@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,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 { PutTargetsRequest, PutTargetsResponse } from "../models/models_0";
|
|
14
|
+
export interface PutTargetsCommandInput extends PutTargetsRequest {}
|
|
15
|
+
export interface PutTargetsCommandOutput
|
|
16
|
+
extends PutTargetsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutTargetsCommand extends $Command<
|
|
20
|
+
PutTargetsCommandInput,
|
|
21
|
+
PutTargetsCommandOutput,
|
|
22
|
+
EventBridgeClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutTargetsCommandInput;
|
|
25
|
+
constructor(input: PutTargetsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<PutTargetsCommandInput, PutTargetsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import { RemovePermissionRequest } from "../models/models_0";
|
|
14
|
+
export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
|
|
15
|
+
export interface RemovePermissionCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class RemovePermissionCommand extends $Command<
|
|
18
|
+
RemovePermissionCommandInput,
|
|
19
|
+
RemovePermissionCommandOutput,
|
|
20
|
+
EventBridgeClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: RemovePermissionCommandInput;
|
|
23
|
+
constructor(input: RemovePermissionCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
|
|
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 {
|
|
14
|
+
RemoveTargetsRequest,
|
|
15
|
+
RemoveTargetsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveTargetsCommandInput extends RemoveTargetsRequest {}
|
|
18
|
+
export interface RemoveTargetsCommandOutput
|
|
19
|
+
extends RemoveTargetsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class RemoveTargetsCommand extends $Command<
|
|
23
|
+
RemoveTargetsCommandInput,
|
|
24
|
+
RemoveTargetsCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RemoveTargetsCommandInput;
|
|
28
|
+
constructor(input: RemoveTargetsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<RemoveTargetsCommandInput, RemoveTargetsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { StartReplayRequest, StartReplayResponse } from "../models/models_0";
|
|
14
|
+
export interface StartReplayCommandInput extends StartReplayRequest {}
|
|
15
|
+
export interface StartReplayCommandOutput
|
|
16
|
+
extends StartReplayResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class StartReplayCommand extends $Command<
|
|
20
|
+
StartReplayCommandInput,
|
|
21
|
+
StartReplayCommandOutput,
|
|
22
|
+
EventBridgeClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: StartReplayCommandInput;
|
|
25
|
+
constructor(input: StartReplayCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<StartReplayCommandInput, StartReplayCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
EventBridgeClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
TestEventPatternRequest,
|
|
15
|
+
TestEventPatternResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface TestEventPatternCommandInput extends TestEventPatternRequest {}
|
|
18
|
+
export interface TestEventPatternCommandOutput
|
|
19
|
+
extends TestEventPatternResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class TestEventPatternCommand extends $Command<
|
|
23
|
+
TestEventPatternCommandInput,
|
|
24
|
+
TestEventPatternCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: TestEventPatternCommandInput;
|
|
28
|
+
constructor(input: TestEventPatternCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<TestEventPatternCommandInput, TestEventPatternCommandOutput>;
|
|
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
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EventBridgeClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EventBridgeClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateApiDestinationRequest,
|
|
15
|
+
UpdateApiDestinationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateApiDestinationCommandInput
|
|
18
|
+
extends UpdateApiDestinationRequest {}
|
|
19
|
+
export interface UpdateApiDestinationCommandOutput
|
|
20
|
+
extends UpdateApiDestinationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateApiDestinationCommand extends $Command<
|
|
24
|
+
UpdateApiDestinationCommandInput,
|
|
25
|
+
UpdateApiDestinationCommandOutput,
|
|
26
|
+
EventBridgeClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateApiDestinationCommandInput;
|
|
29
|
+
constructor(input: UpdateApiDestinationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateApiDestinationCommandInput,
|
|
37
|
+
UpdateApiDestinationCommandOutput
|
|
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
|
+
UpdateArchiveRequest,
|
|
15
|
+
UpdateArchiveResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateArchiveCommandInput extends UpdateArchiveRequest {}
|
|
18
|
+
export interface UpdateArchiveCommandOutput
|
|
19
|
+
extends UpdateArchiveResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateArchiveCommand extends $Command<
|
|
23
|
+
UpdateArchiveCommandInput,
|
|
24
|
+
UpdateArchiveCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateArchiveCommandInput;
|
|
28
|
+
constructor(input: UpdateArchiveCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateArchiveCommandInput, UpdateArchiveCommandOutput>;
|
|
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
|
+
UpdateConnectionRequest,
|
|
15
|
+
UpdateConnectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {}
|
|
18
|
+
export interface UpdateConnectionCommandOutput
|
|
19
|
+
extends UpdateConnectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateConnectionCommand extends $Command<
|
|
23
|
+
UpdateConnectionCommandInput,
|
|
24
|
+
UpdateConnectionCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateConnectionCommandInput;
|
|
28
|
+
constructor(input: UpdateConnectionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateConnectionCommandInput, UpdateConnectionCommandOutput>;
|
|
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
|
+
UpdateEndpointRequest,
|
|
15
|
+
UpdateEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateEndpointCommandInput extends UpdateEndpointRequest {}
|
|
18
|
+
export interface UpdateEndpointCommandOutput
|
|
19
|
+
extends UpdateEndpointResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateEndpointCommand extends $Command<
|
|
23
|
+
UpdateEndpointCommandInput,
|
|
24
|
+
UpdateEndpointCommandOutput,
|
|
25
|
+
EventBridgeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateEndpointCommandInput;
|
|
28
|
+
constructor(input: UpdateEndpointCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EventBridgeClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateEndpointCommandInput, UpdateEndpointCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|