@aws-sdk/client-eventbridge 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/EventBridge.d.ts +57 -0
- package/dist-types/EventBridgeClient.d.ts +24 -4
- package/dist-types/commands/ActivateEventSourceCommand.d.ts +16 -0
- package/dist-types/commands/CancelReplayCommand.d.ts +16 -0
- package/dist-types/commands/CreateApiDestinationCommand.d.ts +16 -0
- package/dist-types/commands/CreateArchiveCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateEventBusCommand.d.ts +16 -0
- package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeactivateEventSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApiDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteArchiveCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventBusCommand.d.ts +16 -0
- package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
- package/dist-types/commands/DescribeApiDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeArchiveCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventBusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventSourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReplayCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +16 -0
- package/dist-types/commands/DisableRuleCommand.d.ts +16 -0
- package/dist-types/commands/EnableRuleCommand.d.ts +16 -0
- package/dist-types/commands/ListApiDestinationsCommand.d.ts +16 -0
- package/dist-types/commands/ListArchivesCommand.d.ts +16 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/ListEventBusesCommand.d.ts +16 -0
- package/dist-types/commands/ListEventSourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +16 -0
- package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListReplaysCommand.d.ts +16 -0
- package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +16 -0
- package/dist-types/commands/ListRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTargetsByRuleCommand.d.ts +16 -0
- package/dist-types/commands/PutEventsCommand.d.ts +16 -0
- package/dist-types/commands/PutPartnerEventsCommand.d.ts +16 -0
- package/dist-types/commands/PutPermissionCommand.d.ts +16 -0
- package/dist-types/commands/PutRuleCommand.d.ts +16 -0
- package/dist-types/commands/PutTargetsCommand.d.ts +16 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTargetsCommand.d.ts +16 -0
- package/dist-types/commands/StartReplayCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TestEventPatternCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApiDestinationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateArchiveCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
- package/dist-types/models/EventBridgeServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +449 -16
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { PutEventsRequest, PutEventsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutEventsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutEventsCommandInput extends PutEventsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutEventsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Sends custom events to Amazon EventBridge so that they can be matched to rules.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>PutEvents will only process nested JSON up to 1100 levels deep.</p>
|
|
@@ -28,6 +33,8 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param PutEventsCommandInput - {@link PutEventsCommandInput}
|
|
37
|
+
* @returns {@link PutEventsCommandOutput}
|
|
31
38
|
* @see {@link PutEventsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link PutEventsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface PutEventsCommandOutput extends PutEventsResponse, __MetadataBea
|
|
|
40
47
|
export declare class PutEventsCommand extends $Command<PutEventsCommandInput, PutEventsCommandOutput, EventBridgeClientResolvedConfig> {
|
|
41
48
|
readonly input: PutEventsCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: PutEventsCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEventsCommandInput, PutEventsCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { PutPartnerEventsRequest, PutPartnerEventsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutPartnerEventsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutPartnerEventsCommandInput extends PutPartnerEventsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutPartnerEventsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is used by SaaS partners to write events to a customer's partner event bus. Amazon Web Services
|
|
18
23
|
* customers do not use this operation.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse,
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param PutPartnerEventsCommandInput - {@link PutPartnerEventsCommandInput}
|
|
35
|
+
* @returns {@link PutPartnerEventsCommandOutput}
|
|
29
36
|
* @see {@link PutPartnerEventsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link PutPartnerEventsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface PutPartnerEventsCommandOutput extends PutPartnerEventsResponse,
|
|
|
41
48
|
export declare class PutPartnerEventsCommand extends $Command<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput, EventBridgeClientResolvedConfig> {
|
|
42
49
|
readonly input: PutPartnerEventsCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: PutPartnerEventsCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPartnerEventsCommandInput, PutPartnerEventsCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { PutPermissionRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutPermissionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutPermissionCommandInput extends PutPermissionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutPermissionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutPermissionCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Running <code>PutPermission</code> permits the specified Amazon Web Services account or Amazon Web Services organization
|
|
18
23
|
* to put events to the specified <i>event bus</i>. Amazon EventBridge (CloudWatch
|
|
19
24
|
* Events) rules in your account are triggered by these events arriving to an event bus in your
|
|
@@ -41,6 +46,8 @@ export interface PutPermissionCommandOutput extends __MetadataBearer {
|
|
|
41
46
|
* const response = await client.send(command);
|
|
42
47
|
* ```
|
|
43
48
|
*
|
|
49
|
+
* @param PutPermissionCommandInput - {@link PutPermissionCommandInput}
|
|
50
|
+
* @returns {@link PutPermissionCommandOutput}
|
|
44
51
|
* @see {@link PutPermissionCommandInput} for command's `input` shape.
|
|
45
52
|
* @see {@link PutPermissionCommandOutput} for command's `response` shape.
|
|
46
53
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -65,11 +72,20 @@ export interface PutPermissionCommandOutput extends __MetadataBearer {
|
|
|
65
72
|
export declare class PutPermissionCommand extends $Command<PutPermissionCommandInput, PutPermissionCommandOutput, EventBridgeClientResolvedConfig> {
|
|
66
73
|
readonly input: PutPermissionCommandInput;
|
|
67
74
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
68
78
|
constructor(input: PutPermissionCommandInput);
|
|
69
79
|
/**
|
|
70
80
|
* @internal
|
|
71
81
|
*/
|
|
72
82
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPermissionCommandInput, PutPermissionCommandOutput>;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
73
86
|
private serialize;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
74
90
|
private deserialize;
|
|
75
91
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { PutRuleRequest, PutRuleResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutRuleCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutRuleCommandInput extends PutRuleRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutRuleCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates or updates the specified rule. Rules are enabled by default, or based on value of
|
|
18
23
|
* the state. You can disable a rule using <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_DisableRule.html">DisableRule</a>.</p>
|
|
19
24
|
* <p>A single rule watches for events from a single event bus. Events generated by Amazon Web Services services
|
|
@@ -64,6 +69,8 @@ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer
|
|
|
64
69
|
* const response = await client.send(command);
|
|
65
70
|
* ```
|
|
66
71
|
*
|
|
72
|
+
* @param PutRuleCommandInput - {@link PutRuleCommandInput}
|
|
73
|
+
* @returns {@link PutRuleCommandOutput}
|
|
67
74
|
* @see {@link PutRuleCommandInput} for command's `input` shape.
|
|
68
75
|
* @see {@link PutRuleCommandOutput} for command's `response` shape.
|
|
69
76
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -97,11 +104,20 @@ export interface PutRuleCommandOutput extends PutRuleResponse, __MetadataBearer
|
|
|
97
104
|
export declare class PutRuleCommand extends $Command<PutRuleCommandInput, PutRuleCommandOutput, EventBridgeClientResolvedConfig> {
|
|
98
105
|
readonly input: PutRuleCommandInput;
|
|
99
106
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
100
110
|
constructor(input: PutRuleCommandInput);
|
|
101
111
|
/**
|
|
102
112
|
* @internal
|
|
103
113
|
*/
|
|
104
114
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRuleCommandInput, PutRuleCommandOutput>;
|
|
115
|
+
/**
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
105
118
|
private serialize;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
106
122
|
private deserialize;
|
|
107
123
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { PutTargetsRequest, PutTargetsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutTargetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutTargetsCommandInput extends PutTargetsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutTargetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds the specified targets to the specified rule, or updates the targets if they are
|
|
18
23
|
* already associated with the rule.</p>
|
|
19
24
|
* <p>Targets are the resources that are invoked when a rule is triggered.</p>
|
|
@@ -202,6 +207,8 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
|
|
|
202
207
|
* const response = await client.send(command);
|
|
203
208
|
* ```
|
|
204
209
|
*
|
|
210
|
+
* @param PutTargetsCommandInput - {@link PutTargetsCommandInput}
|
|
211
|
+
* @returns {@link PutTargetsCommandOutput}
|
|
205
212
|
* @see {@link PutTargetsCommandInput} for command's `input` shape.
|
|
206
213
|
* @see {@link PutTargetsCommandOutput} for command's `response` shape.
|
|
207
214
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -232,11 +239,20 @@ export interface PutTargetsCommandOutput extends PutTargetsResponse, __MetadataB
|
|
|
232
239
|
export declare class PutTargetsCommand extends $Command<PutTargetsCommandInput, PutTargetsCommandOutput, EventBridgeClientResolvedConfig> {
|
|
233
240
|
readonly input: PutTargetsCommandInput;
|
|
234
241
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
242
|
+
/**
|
|
243
|
+
* @public
|
|
244
|
+
*/
|
|
235
245
|
constructor(input: PutTargetsCommandInput);
|
|
236
246
|
/**
|
|
237
247
|
* @internal
|
|
238
248
|
*/
|
|
239
249
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutTargetsCommandInput, PutTargetsCommandOutput>;
|
|
250
|
+
/**
|
|
251
|
+
* @internal
|
|
252
|
+
*/
|
|
240
253
|
private serialize;
|
|
254
|
+
/**
|
|
255
|
+
* @internal
|
|
256
|
+
*/
|
|
241
257
|
private deserialize;
|
|
242
258
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { RemovePermissionRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RemovePermissionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RemovePermissionCommandInput extends RemovePermissionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RemovePermissionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Revokes the permission of another Amazon Web Services account to be able to put events to the specified
|
|
18
23
|
* event bus. Specify the account to revoke by the <code>StatementId</code> value that you
|
|
19
24
|
* associated with the account when you granted it permission with <code>PutPermission</code>.
|
|
@@ -28,6 +33,8 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param RemovePermissionCommandInput - {@link RemovePermissionCommandInput}
|
|
37
|
+
* @returns {@link RemovePermissionCommandOutput}
|
|
31
38
|
* @see {@link RemovePermissionCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link RemovePermissionCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
49
56
|
export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, EventBridgeClientResolvedConfig> {
|
|
50
57
|
readonly input: RemovePermissionCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: RemovePermissionCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { RemoveTargetsRequest, RemoveTargetsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RemoveTargetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RemoveTargetsCommandInput extends RemoveTargetsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RemoveTargetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes the specified targets from the specified rule. When the rule is triggered, those
|
|
18
23
|
* targets are no longer be invoked.</p>
|
|
19
24
|
* <note>
|
|
@@ -34,6 +39,8 @@ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __Met
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param RemoveTargetsCommandInput - {@link RemoveTargetsCommandInput}
|
|
43
|
+
* @returns {@link RemoveTargetsCommandOutput}
|
|
37
44
|
* @see {@link RemoveTargetsCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link RemoveTargetsCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface RemoveTargetsCommandOutput extends RemoveTargetsResponse, __Met
|
|
|
60
67
|
export declare class RemoveTargetsCommand extends $Command<RemoveTargetsCommandInput, RemoveTargetsCommandOutput, EventBridgeClientResolvedConfig> {
|
|
61
68
|
readonly input: RemoveTargetsCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: RemoveTargetsCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTargetsCommandInput, RemoveTargetsCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { StartReplayRequest, StartReplayResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartReplayCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartReplayCommandInput extends StartReplayRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartReplayCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartReplayCommandOutput extends StartReplayResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts the specified replay. Events are not necessarily replayed in the exact same order
|
|
18
23
|
* that they were added to the archive. A replay processes events to replay based on the time in
|
|
19
24
|
* the event, and replays them using 1 minute intervals. If you specify an
|
|
@@ -33,6 +38,8 @@ export interface StartReplayCommandOutput extends StartReplayResponse, __Metadat
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param StartReplayCommandInput - {@link StartReplayCommandInput}
|
|
42
|
+
* @returns {@link StartReplayCommandOutput}
|
|
36
43
|
* @see {@link StartReplayCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link StartReplayCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface StartReplayCommandOutput extends StartReplayResponse, __Metadat
|
|
|
58
65
|
export declare class StartReplayCommand extends $Command<StartReplayCommandInput, StartReplayCommandOutput, EventBridgeClientResolvedConfig> {
|
|
59
66
|
readonly input: StartReplayCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: StartReplayCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReplayCommandInput, StartReplayCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Assigns one or more tags (key-value pairs) to the specified EventBridge resource. Tags can
|
|
18
23
|
* help you organize and categorize your resources. You can also use them to scope user
|
|
19
24
|
* permissions by granting a user permission to access or change only resources with certain tag
|
|
@@ -35,6 +40,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
44
|
+
* @returns {@link TagResourceCommandOutput}
|
|
38
45
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
61
68
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EventBridgeClientResolvedConfig> {
|
|
62
69
|
readonly input: TagResourceCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: TagResourceCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { TestEventPatternRequest, TestEventPatternResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TestEventPatternCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TestEventPatternCommandInput extends TestEventPatternRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TestEventPatternCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TestEventPatternCommandOutput extends TestEventPatternResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Tests whether the specified event pattern matches the provided event.</p>
|
|
18
23
|
* <p>Most services in Amazon Web Services treat : or / as the same character in Amazon Resource Names (ARNs).
|
|
19
24
|
* However, EventBridge uses an exact match in event patterns and rules. Be sure to use the
|
|
@@ -29,6 +34,8 @@ export interface TestEventPatternCommandOutput extends TestEventPatternResponse,
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param TestEventPatternCommandInput - {@link TestEventPatternCommandInput}
|
|
38
|
+
* @returns {@link TestEventPatternCommandOutput}
|
|
32
39
|
* @see {@link TestEventPatternCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link TestEventPatternCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface TestEventPatternCommandOutput extends TestEventPatternResponse,
|
|
|
44
51
|
export declare class TestEventPatternCommand extends $Command<TestEventPatternCommandInput, TestEventPatternCommandOutput, EventBridgeClientResolvedConfig> {
|
|
45
52
|
readonly input: TestEventPatternCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: TestEventPatternCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestEventPatternCommandInput, TestEventPatternCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes one or more tags from the specified EventBridge resource. In Amazon EventBridge
|
|
18
23
|
* (CloudWatch Events), rules and event buses can be tagged.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
35
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
29
36
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
52
59
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EventBridgeClientResolvedConfig> {
|
|
53
60
|
readonly input: UntagResourceCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UntagResourceCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { UpdateApiDestinationRequest, UpdateApiDestinationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateApiDestinationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateApiDestinationCommandInput extends UpdateApiDestinationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateApiDestinationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates an API destination.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateApiDestinationCommandInput - {@link UpdateApiDestinationCommandInput}
|
|
34
|
+
* @returns {@link UpdateApiDestinationCommandOutput}
|
|
28
35
|
* @see {@link UpdateApiDestinationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateApiDestinationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface UpdateApiDestinationCommandOutput extends UpdateApiDestinationR
|
|
|
47
54
|
export declare class UpdateApiDestinationCommand extends $Command<UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput, EventBridgeClientResolvedConfig> {
|
|
48
55
|
readonly input: UpdateApiDestinationCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: UpdateApiDestinationCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiDestinationCommandInput, UpdateApiDestinationCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EventBridgeClient";
|
|
5
5
|
import { UpdateArchiveRequest, UpdateArchiveResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateArchiveCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateArchiveCommandInput extends UpdateArchiveRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateArchiveCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the specified archive.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateArchiveCommandInput - {@link UpdateArchiveCommandInput}
|
|
34
|
+
* @returns {@link UpdateArchiveCommandOutput}
|
|
28
35
|
* @see {@link UpdateArchiveCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateArchiveCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EventBridgeClientResolvedConfig | config} for EventBridgeClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface UpdateArchiveCommandOutput extends UpdateArchiveResponse, __Met
|
|
|
50
57
|
export declare class UpdateArchiveCommand extends $Command<UpdateArchiveCommandInput, UpdateArchiveCommandOutput, EventBridgeClientResolvedConfig> {
|
|
51
58
|
readonly input: UpdateArchiveCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: UpdateArchiveCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EventBridgeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateArchiveCommandInput, UpdateArchiveCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|