@aws-sdk/client-cloudwatch-events 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CloudWatchEvents.d.ts +0 -51
- package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CloudWatchEventsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -576
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -3,11 +3,9 @@ import { CloudWatchEventsServiceException as __BaseException } from "./CloudWatc
|
|
|
3
3
|
export interface ActivateEventSourceRequest {
|
|
4
4
|
Name: string | undefined;
|
|
5
5
|
}
|
|
6
|
-
|
|
7
6
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
8
7
|
readonly name: "ConcurrentModificationException";
|
|
9
8
|
readonly $fault: "client";
|
|
10
|
-
|
|
11
9
|
constructor(
|
|
12
10
|
opts: __ExceptionOptionType<
|
|
13
11
|
ConcurrentModificationException,
|
|
@@ -15,36 +13,28 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
15
13
|
>
|
|
16
14
|
);
|
|
17
15
|
}
|
|
18
|
-
|
|
19
16
|
export declare class InternalException extends __BaseException {
|
|
20
17
|
readonly name: "InternalException";
|
|
21
18
|
readonly $fault: "server";
|
|
22
|
-
|
|
23
19
|
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
24
20
|
}
|
|
25
|
-
|
|
26
21
|
export declare class InvalidStateException extends __BaseException {
|
|
27
22
|
readonly name: "InvalidStateException";
|
|
28
23
|
readonly $fault: "client";
|
|
29
|
-
|
|
30
24
|
constructor(
|
|
31
25
|
opts: __ExceptionOptionType<InvalidStateException, __BaseException>
|
|
32
26
|
);
|
|
33
27
|
}
|
|
34
|
-
|
|
35
28
|
export declare class OperationDisabledException extends __BaseException {
|
|
36
29
|
readonly name: "OperationDisabledException";
|
|
37
30
|
readonly $fault: "client";
|
|
38
|
-
|
|
39
31
|
constructor(
|
|
40
32
|
opts: __ExceptionOptionType<OperationDisabledException, __BaseException>
|
|
41
33
|
);
|
|
42
34
|
}
|
|
43
|
-
|
|
44
35
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
45
36
|
readonly name: "ResourceNotFoundException";
|
|
46
37
|
readonly $fault: "client";
|
|
47
|
-
|
|
48
38
|
constructor(
|
|
49
39
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
50
40
|
);
|
|
@@ -62,24 +52,15 @@ export declare enum ApiDestinationHttpMethod {
|
|
|
62
52
|
POST = "POST",
|
|
63
53
|
PUT = "PUT",
|
|
64
54
|
}
|
|
65
|
-
|
|
66
55
|
export interface ApiDestination {
|
|
67
56
|
ApiDestinationArn?: string;
|
|
68
|
-
|
|
69
57
|
Name?: string;
|
|
70
|
-
|
|
71
58
|
ApiDestinationState?: ApiDestinationState | string;
|
|
72
|
-
|
|
73
59
|
ConnectionArn?: string;
|
|
74
|
-
|
|
75
60
|
InvocationEndpoint?: string;
|
|
76
|
-
|
|
77
61
|
HttpMethod?: ApiDestinationHttpMethod | string;
|
|
78
|
-
|
|
79
62
|
InvocationRateLimitPerSecond?: number;
|
|
80
|
-
|
|
81
63
|
CreationTime?: Date;
|
|
82
|
-
|
|
83
64
|
LastModifiedTime?: Date;
|
|
84
65
|
}
|
|
85
66
|
export declare enum ArchiveState {
|
|
@@ -90,22 +71,14 @@ export declare enum ArchiveState {
|
|
|
90
71
|
UPDATE_FAILED = "UPDATE_FAILED",
|
|
91
72
|
UPDATING = "UPDATING",
|
|
92
73
|
}
|
|
93
|
-
|
|
94
74
|
export interface Archive {
|
|
95
75
|
ArchiveName?: string;
|
|
96
|
-
|
|
97
76
|
EventSourceArn?: string;
|
|
98
|
-
|
|
99
77
|
State?: ArchiveState | string;
|
|
100
|
-
|
|
101
78
|
StateReason?: string;
|
|
102
|
-
|
|
103
79
|
RetentionDays?: number;
|
|
104
|
-
|
|
105
80
|
SizeBytes?: number;
|
|
106
|
-
|
|
107
81
|
EventCount?: number;
|
|
108
|
-
|
|
109
82
|
CreationTime?: Date;
|
|
110
83
|
}
|
|
111
84
|
export declare enum AssignPublicIp {
|
|
@@ -125,85 +98,60 @@ export declare enum ReplayState {
|
|
|
125
98
|
}
|
|
126
99
|
export interface CancelReplayResponse {
|
|
127
100
|
ReplayArn?: string;
|
|
128
|
-
|
|
129
101
|
State?: ReplayState | string;
|
|
130
|
-
|
|
131
102
|
StateReason?: string;
|
|
132
103
|
}
|
|
133
|
-
|
|
134
104
|
export declare class IllegalStatusException extends __BaseException {
|
|
135
105
|
readonly name: "IllegalStatusException";
|
|
136
106
|
readonly $fault: "client";
|
|
137
|
-
|
|
138
107
|
constructor(
|
|
139
108
|
opts: __ExceptionOptionType<IllegalStatusException, __BaseException>
|
|
140
109
|
);
|
|
141
110
|
}
|
|
142
111
|
export interface CreateApiDestinationRequest {
|
|
143
112
|
Name: string | undefined;
|
|
144
|
-
|
|
145
113
|
Description?: string;
|
|
146
|
-
|
|
147
114
|
ConnectionArn: string | undefined;
|
|
148
|
-
|
|
149
115
|
InvocationEndpoint: string | undefined;
|
|
150
|
-
|
|
151
116
|
HttpMethod: ApiDestinationHttpMethod | string | undefined;
|
|
152
|
-
|
|
153
117
|
InvocationRateLimitPerSecond?: number;
|
|
154
118
|
}
|
|
155
119
|
export interface CreateApiDestinationResponse {
|
|
156
120
|
ApiDestinationArn?: string;
|
|
157
|
-
|
|
158
121
|
ApiDestinationState?: ApiDestinationState | string;
|
|
159
|
-
|
|
160
122
|
CreationTime?: Date;
|
|
161
|
-
|
|
162
123
|
LastModifiedTime?: Date;
|
|
163
124
|
}
|
|
164
|
-
|
|
165
125
|
export declare class LimitExceededException extends __BaseException {
|
|
166
126
|
readonly name: "LimitExceededException";
|
|
167
127
|
readonly $fault: "client";
|
|
168
|
-
|
|
169
128
|
constructor(
|
|
170
129
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
171
130
|
);
|
|
172
131
|
}
|
|
173
|
-
|
|
174
132
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
175
133
|
readonly name: "ResourceAlreadyExistsException";
|
|
176
134
|
readonly $fault: "client";
|
|
177
|
-
|
|
178
135
|
constructor(
|
|
179
136
|
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
180
137
|
);
|
|
181
138
|
}
|
|
182
139
|
export interface CreateArchiveRequest {
|
|
183
140
|
ArchiveName: string | undefined;
|
|
184
|
-
|
|
185
141
|
EventSourceArn: string | undefined;
|
|
186
|
-
|
|
187
142
|
Description?: string;
|
|
188
|
-
|
|
189
143
|
EventPattern?: string;
|
|
190
|
-
|
|
191
144
|
RetentionDays?: number;
|
|
192
145
|
}
|
|
193
146
|
export interface CreateArchiveResponse {
|
|
194
147
|
ArchiveArn?: string;
|
|
195
|
-
|
|
196
148
|
State?: ArchiveState | string;
|
|
197
|
-
|
|
198
149
|
StateReason?: string;
|
|
199
|
-
|
|
200
150
|
CreationTime?: Date;
|
|
201
151
|
}
|
|
202
|
-
|
|
203
152
|
export declare class InvalidEventPatternException extends __BaseException {
|
|
204
153
|
readonly name: "InvalidEventPatternException";
|
|
205
154
|
readonly $fault: "client";
|
|
206
|
-
|
|
207
155
|
constructor(
|
|
208
156
|
opts: __ExceptionOptionType<InvalidEventPatternException, __BaseException>
|
|
209
157
|
);
|
|
@@ -213,54 +161,36 @@ export declare enum ConnectionAuthorizationType {
|
|
|
213
161
|
BASIC = "BASIC",
|
|
214
162
|
OAUTH_CLIENT_CREDENTIALS = "OAUTH_CLIENT_CREDENTIALS",
|
|
215
163
|
}
|
|
216
|
-
|
|
217
164
|
export interface CreateConnectionApiKeyAuthRequestParameters {
|
|
218
165
|
ApiKeyName: string | undefined;
|
|
219
|
-
|
|
220
166
|
ApiKeyValue: string | undefined;
|
|
221
167
|
}
|
|
222
|
-
|
|
223
168
|
export interface CreateConnectionBasicAuthRequestParameters {
|
|
224
169
|
Username: string | undefined;
|
|
225
|
-
|
|
226
170
|
Password: string | undefined;
|
|
227
171
|
}
|
|
228
|
-
|
|
229
172
|
export interface ConnectionBodyParameter {
|
|
230
173
|
Key?: string;
|
|
231
|
-
|
|
232
174
|
Value?: string;
|
|
233
|
-
|
|
234
175
|
IsValueSecret?: boolean;
|
|
235
176
|
}
|
|
236
|
-
|
|
237
177
|
export interface ConnectionHeaderParameter {
|
|
238
178
|
Key?: string;
|
|
239
|
-
|
|
240
179
|
Value?: string;
|
|
241
|
-
|
|
242
180
|
IsValueSecret?: boolean;
|
|
243
181
|
}
|
|
244
|
-
|
|
245
182
|
export interface ConnectionQueryStringParameter {
|
|
246
183
|
Key?: string;
|
|
247
|
-
|
|
248
184
|
Value?: string;
|
|
249
|
-
|
|
250
185
|
IsValueSecret?: boolean;
|
|
251
186
|
}
|
|
252
|
-
|
|
253
187
|
export interface ConnectionHttpParameters {
|
|
254
188
|
HeaderParameters?: ConnectionHeaderParameter[];
|
|
255
|
-
|
|
256
189
|
QueryStringParameters?: ConnectionQueryStringParameter[];
|
|
257
|
-
|
|
258
190
|
BodyParameters?: ConnectionBodyParameter[];
|
|
259
191
|
}
|
|
260
|
-
|
|
261
192
|
export interface CreateConnectionOAuthClientRequestParameters {
|
|
262
193
|
ClientID: string | undefined;
|
|
263
|
-
|
|
264
194
|
ClientSecret: string | undefined;
|
|
265
195
|
}
|
|
266
196
|
export declare enum ConnectionOAuthHttpMethod {
|
|
@@ -268,33 +198,22 @@ export declare enum ConnectionOAuthHttpMethod {
|
|
|
268
198
|
POST = "POST",
|
|
269
199
|
PUT = "PUT",
|
|
270
200
|
}
|
|
271
|
-
|
|
272
201
|
export interface CreateConnectionOAuthRequestParameters {
|
|
273
202
|
ClientParameters: CreateConnectionOAuthClientRequestParameters | undefined;
|
|
274
|
-
|
|
275
203
|
AuthorizationEndpoint: string | undefined;
|
|
276
|
-
|
|
277
204
|
HttpMethod: ConnectionOAuthHttpMethod | string | undefined;
|
|
278
|
-
|
|
279
205
|
OAuthHttpParameters?: ConnectionHttpParameters;
|
|
280
206
|
}
|
|
281
|
-
|
|
282
207
|
export interface CreateConnectionAuthRequestParameters {
|
|
283
208
|
BasicAuthParameters?: CreateConnectionBasicAuthRequestParameters;
|
|
284
|
-
|
|
285
209
|
OAuthParameters?: CreateConnectionOAuthRequestParameters;
|
|
286
|
-
|
|
287
210
|
ApiKeyAuthParameters?: CreateConnectionApiKeyAuthRequestParameters;
|
|
288
|
-
|
|
289
211
|
InvocationHttpParameters?: ConnectionHttpParameters;
|
|
290
212
|
}
|
|
291
213
|
export interface CreateConnectionRequest {
|
|
292
214
|
Name: string | undefined;
|
|
293
|
-
|
|
294
215
|
Description?: string;
|
|
295
|
-
|
|
296
216
|
AuthorizationType: ConnectionAuthorizationType | string | undefined;
|
|
297
|
-
|
|
298
217
|
AuthParameters: CreateConnectionAuthRequestParameters | undefined;
|
|
299
218
|
}
|
|
300
219
|
export declare enum ConnectionState {
|
|
@@ -308,24 +227,17 @@ export declare enum ConnectionState {
|
|
|
308
227
|
}
|
|
309
228
|
export interface CreateConnectionResponse {
|
|
310
229
|
ConnectionArn?: string;
|
|
311
|
-
|
|
312
230
|
ConnectionState?: ConnectionState | string;
|
|
313
|
-
|
|
314
231
|
CreationTime?: Date;
|
|
315
|
-
|
|
316
232
|
LastModifiedTime?: Date;
|
|
317
233
|
}
|
|
318
|
-
|
|
319
234
|
export interface Tag {
|
|
320
235
|
Key: string | undefined;
|
|
321
|
-
|
|
322
236
|
Value: string | undefined;
|
|
323
237
|
}
|
|
324
238
|
export interface CreateEventBusRequest {
|
|
325
239
|
Name: string | undefined;
|
|
326
|
-
|
|
327
240
|
EventSourceName?: string;
|
|
328
|
-
|
|
329
241
|
Tags?: Tag[];
|
|
330
242
|
}
|
|
331
243
|
export interface CreateEventBusResponse {
|
|
@@ -333,7 +245,6 @@ export interface CreateEventBusResponse {
|
|
|
333
245
|
}
|
|
334
246
|
export interface CreatePartnerEventSourceRequest {
|
|
335
247
|
Name: string | undefined;
|
|
336
|
-
|
|
337
248
|
Account: string | undefined;
|
|
338
249
|
}
|
|
339
250
|
export interface CreatePartnerEventSourceResponse {
|
|
@@ -347,13 +258,9 @@ export interface DeauthorizeConnectionRequest {
|
|
|
347
258
|
}
|
|
348
259
|
export interface DeauthorizeConnectionResponse {
|
|
349
260
|
ConnectionArn?: string;
|
|
350
|
-
|
|
351
261
|
ConnectionState?: ConnectionState | string;
|
|
352
|
-
|
|
353
262
|
CreationTime?: Date;
|
|
354
|
-
|
|
355
263
|
LastModifiedTime?: Date;
|
|
356
|
-
|
|
357
264
|
LastAuthorizedTime?: Date;
|
|
358
265
|
}
|
|
359
266
|
export interface DeleteApiDestinationRequest {
|
|
@@ -369,13 +276,9 @@ export interface DeleteConnectionRequest {
|
|
|
369
276
|
}
|
|
370
277
|
export interface DeleteConnectionResponse {
|
|
371
278
|
ConnectionArn?: string;
|
|
372
|
-
|
|
373
279
|
ConnectionState?: ConnectionState | string;
|
|
374
|
-
|
|
375
280
|
CreationTime?: Date;
|
|
376
|
-
|
|
377
281
|
LastModifiedTime?: Date;
|
|
378
|
-
|
|
379
282
|
LastAuthorizedTime?: Date;
|
|
380
283
|
}
|
|
381
284
|
export interface DeleteEventBusRequest {
|
|
@@ -383,21 +286,16 @@ export interface DeleteEventBusRequest {
|
|
|
383
286
|
}
|
|
384
287
|
export interface DeletePartnerEventSourceRequest {
|
|
385
288
|
Name: string | undefined;
|
|
386
|
-
|
|
387
289
|
Account: string | undefined;
|
|
388
290
|
}
|
|
389
291
|
export interface DeleteRuleRequest {
|
|
390
292
|
Name: string | undefined;
|
|
391
|
-
|
|
392
293
|
EventBusName?: string;
|
|
393
|
-
|
|
394
294
|
Force?: boolean;
|
|
395
295
|
}
|
|
396
|
-
|
|
397
296
|
export declare class ManagedRuleException extends __BaseException {
|
|
398
297
|
readonly name: "ManagedRuleException";
|
|
399
298
|
readonly $fault: "client";
|
|
400
|
-
|
|
401
299
|
constructor(
|
|
402
300
|
opts: __ExceptionOptionType<ManagedRuleException, __BaseException>
|
|
403
301
|
);
|
|
@@ -407,23 +305,14 @@ export interface DescribeApiDestinationRequest {
|
|
|
407
305
|
}
|
|
408
306
|
export interface DescribeApiDestinationResponse {
|
|
409
307
|
ApiDestinationArn?: string;
|
|
410
|
-
|
|
411
308
|
Name?: string;
|
|
412
|
-
|
|
413
309
|
Description?: string;
|
|
414
|
-
|
|
415
310
|
ApiDestinationState?: ApiDestinationState | string;
|
|
416
|
-
|
|
417
311
|
ConnectionArn?: string;
|
|
418
|
-
|
|
419
312
|
InvocationEndpoint?: string;
|
|
420
|
-
|
|
421
313
|
HttpMethod?: ApiDestinationHttpMethod | string;
|
|
422
|
-
|
|
423
314
|
InvocationRateLimitPerSecond?: number;
|
|
424
|
-
|
|
425
315
|
CreationTime?: Date;
|
|
426
|
-
|
|
427
316
|
LastModifiedTime?: Date;
|
|
428
317
|
}
|
|
429
318
|
export interface DescribeArchiveRequest {
|
|
@@ -431,83 +320,52 @@ export interface DescribeArchiveRequest {
|
|
|
431
320
|
}
|
|
432
321
|
export interface DescribeArchiveResponse {
|
|
433
322
|
ArchiveArn?: string;
|
|
434
|
-
|
|
435
323
|
ArchiveName?: string;
|
|
436
|
-
|
|
437
324
|
EventSourceArn?: string;
|
|
438
|
-
|
|
439
325
|
Description?: string;
|
|
440
|
-
|
|
441
326
|
EventPattern?: string;
|
|
442
|
-
|
|
443
327
|
State?: ArchiveState | string;
|
|
444
|
-
|
|
445
328
|
StateReason?: string;
|
|
446
|
-
|
|
447
329
|
RetentionDays?: number;
|
|
448
|
-
|
|
449
330
|
SizeBytes?: number;
|
|
450
|
-
|
|
451
331
|
EventCount?: number;
|
|
452
|
-
|
|
453
332
|
CreationTime?: Date;
|
|
454
333
|
}
|
|
455
334
|
export interface DescribeConnectionRequest {
|
|
456
335
|
Name: string | undefined;
|
|
457
336
|
}
|
|
458
|
-
|
|
459
337
|
export interface ConnectionApiKeyAuthResponseParameters {
|
|
460
338
|
ApiKeyName?: string;
|
|
461
339
|
}
|
|
462
|
-
|
|
463
340
|
export interface ConnectionBasicAuthResponseParameters {
|
|
464
341
|
Username?: string;
|
|
465
342
|
}
|
|
466
|
-
|
|
467
343
|
export interface ConnectionOAuthClientResponseParameters {
|
|
468
344
|
ClientID?: string;
|
|
469
345
|
}
|
|
470
|
-
|
|
471
346
|
export interface ConnectionOAuthResponseParameters {
|
|
472
347
|
ClientParameters?: ConnectionOAuthClientResponseParameters;
|
|
473
|
-
|
|
474
348
|
AuthorizationEndpoint?: string;
|
|
475
|
-
|
|
476
349
|
HttpMethod?: ConnectionOAuthHttpMethod | string;
|
|
477
|
-
|
|
478
350
|
OAuthHttpParameters?: ConnectionHttpParameters;
|
|
479
351
|
}
|
|
480
|
-
|
|
481
352
|
export interface ConnectionAuthResponseParameters {
|
|
482
353
|
BasicAuthParameters?: ConnectionBasicAuthResponseParameters;
|
|
483
|
-
|
|
484
354
|
OAuthParameters?: ConnectionOAuthResponseParameters;
|
|
485
|
-
|
|
486
355
|
ApiKeyAuthParameters?: ConnectionApiKeyAuthResponseParameters;
|
|
487
|
-
|
|
488
356
|
InvocationHttpParameters?: ConnectionHttpParameters;
|
|
489
357
|
}
|
|
490
358
|
export interface DescribeConnectionResponse {
|
|
491
359
|
ConnectionArn?: string;
|
|
492
|
-
|
|
493
360
|
Name?: string;
|
|
494
|
-
|
|
495
361
|
Description?: string;
|
|
496
|
-
|
|
497
362
|
ConnectionState?: ConnectionState | string;
|
|
498
|
-
|
|
499
363
|
StateReason?: string;
|
|
500
|
-
|
|
501
364
|
AuthorizationType?: ConnectionAuthorizationType | string;
|
|
502
|
-
|
|
503
365
|
SecretArn?: string;
|
|
504
|
-
|
|
505
366
|
AuthParameters?: ConnectionAuthResponseParameters;
|
|
506
|
-
|
|
507
367
|
CreationTime?: Date;
|
|
508
|
-
|
|
509
368
|
LastModifiedTime?: Date;
|
|
510
|
-
|
|
511
369
|
LastAuthorizedTime?: Date;
|
|
512
370
|
}
|
|
513
371
|
export interface DescribeEventBusRequest {
|
|
@@ -515,9 +373,7 @@ export interface DescribeEventBusRequest {
|
|
|
515
373
|
}
|
|
516
374
|
export interface DescribeEventBusResponse {
|
|
517
375
|
Name?: string;
|
|
518
|
-
|
|
519
376
|
Arn?: string;
|
|
520
|
-
|
|
521
377
|
Policy?: string;
|
|
522
378
|
}
|
|
523
379
|
export interface DescribeEventSourceRequest {
|
|
@@ -530,15 +386,10 @@ export declare enum EventSourceState {
|
|
|
530
386
|
}
|
|
531
387
|
export interface DescribeEventSourceResponse {
|
|
532
388
|
Arn?: string;
|
|
533
|
-
|
|
534
389
|
CreatedBy?: string;
|
|
535
|
-
|
|
536
390
|
CreationTime?: Date;
|
|
537
|
-
|
|
538
391
|
ExpirationTime?: Date;
|
|
539
|
-
|
|
540
392
|
Name?: string;
|
|
541
|
-
|
|
542
393
|
State?: EventSourceState | string;
|
|
543
394
|
}
|
|
544
395
|
export interface DescribePartnerEventSourceRequest {
|
|
@@ -546,46 +397,31 @@ export interface DescribePartnerEventSourceRequest {
|
|
|
546
397
|
}
|
|
547
398
|
export interface DescribePartnerEventSourceResponse {
|
|
548
399
|
Arn?: string;
|
|
549
|
-
|
|
550
400
|
Name?: string;
|
|
551
401
|
}
|
|
552
402
|
export interface DescribeReplayRequest {
|
|
553
403
|
ReplayName: string | undefined;
|
|
554
404
|
}
|
|
555
|
-
|
|
556
405
|
export interface ReplayDestination {
|
|
557
406
|
Arn: string | undefined;
|
|
558
|
-
|
|
559
407
|
FilterArns?: string[];
|
|
560
408
|
}
|
|
561
409
|
export interface DescribeReplayResponse {
|
|
562
410
|
ReplayName?: string;
|
|
563
|
-
|
|
564
411
|
ReplayArn?: string;
|
|
565
|
-
|
|
566
412
|
Description?: string;
|
|
567
|
-
|
|
568
413
|
State?: ReplayState | string;
|
|
569
|
-
|
|
570
414
|
StateReason?: string;
|
|
571
|
-
|
|
572
415
|
EventSourceArn?: string;
|
|
573
|
-
|
|
574
416
|
Destination?: ReplayDestination;
|
|
575
|
-
|
|
576
417
|
EventStartTime?: Date;
|
|
577
|
-
|
|
578
418
|
EventEndTime?: Date;
|
|
579
|
-
|
|
580
419
|
EventLastReplayedTime?: Date;
|
|
581
|
-
|
|
582
420
|
ReplayStartTime?: Date;
|
|
583
|
-
|
|
584
421
|
ReplayEndTime?: Date;
|
|
585
422
|
}
|
|
586
423
|
export interface DescribeRuleRequest {
|
|
587
424
|
Name: string | undefined;
|
|
588
|
-
|
|
589
425
|
EventBusName?: string;
|
|
590
426
|
}
|
|
591
427
|
export declare enum RuleState {
|
|
@@ -594,265 +430,175 @@ export declare enum RuleState {
|
|
|
594
430
|
}
|
|
595
431
|
export interface DescribeRuleResponse {
|
|
596
432
|
Name?: string;
|
|
597
|
-
|
|
598
433
|
Arn?: string;
|
|
599
|
-
|
|
600
434
|
EventPattern?: string;
|
|
601
|
-
|
|
602
435
|
ScheduleExpression?: string;
|
|
603
|
-
|
|
604
436
|
State?: RuleState | string;
|
|
605
|
-
|
|
606
437
|
Description?: string;
|
|
607
|
-
|
|
608
438
|
RoleArn?: string;
|
|
609
|
-
|
|
610
439
|
ManagedBy?: string;
|
|
611
|
-
|
|
612
440
|
EventBusName?: string;
|
|
613
|
-
|
|
614
441
|
CreatedBy?: string;
|
|
615
442
|
}
|
|
616
443
|
export interface DisableRuleRequest {
|
|
617
444
|
Name: string | undefined;
|
|
618
|
-
|
|
619
445
|
EventBusName?: string;
|
|
620
446
|
}
|
|
621
447
|
export interface EnableRuleRequest {
|
|
622
448
|
Name: string | undefined;
|
|
623
|
-
|
|
624
449
|
EventBusName?: string;
|
|
625
450
|
}
|
|
626
451
|
export interface ListApiDestinationsRequest {
|
|
627
452
|
NamePrefix?: string;
|
|
628
|
-
|
|
629
453
|
ConnectionArn?: string;
|
|
630
|
-
|
|
631
454
|
NextToken?: string;
|
|
632
|
-
|
|
633
455
|
Limit?: number;
|
|
634
456
|
}
|
|
635
457
|
export interface ListApiDestinationsResponse {
|
|
636
458
|
ApiDestinations?: ApiDestination[];
|
|
637
|
-
|
|
638
459
|
NextToken?: string;
|
|
639
460
|
}
|
|
640
461
|
export interface ListArchivesRequest {
|
|
641
462
|
NamePrefix?: string;
|
|
642
|
-
|
|
643
463
|
EventSourceArn?: string;
|
|
644
|
-
|
|
645
464
|
State?: ArchiveState | string;
|
|
646
|
-
|
|
647
465
|
NextToken?: string;
|
|
648
|
-
|
|
649
466
|
Limit?: number;
|
|
650
467
|
}
|
|
651
468
|
export interface ListArchivesResponse {
|
|
652
469
|
Archives?: Archive[];
|
|
653
|
-
|
|
654
470
|
NextToken?: string;
|
|
655
471
|
}
|
|
656
472
|
export interface ListConnectionsRequest {
|
|
657
473
|
NamePrefix?: string;
|
|
658
|
-
|
|
659
474
|
ConnectionState?: ConnectionState | string;
|
|
660
|
-
|
|
661
475
|
NextToken?: string;
|
|
662
|
-
|
|
663
476
|
Limit?: number;
|
|
664
477
|
}
|
|
665
|
-
|
|
666
478
|
export interface Connection {
|
|
667
479
|
ConnectionArn?: string;
|
|
668
|
-
|
|
669
480
|
Name?: string;
|
|
670
|
-
|
|
671
481
|
ConnectionState?: ConnectionState | string;
|
|
672
|
-
|
|
673
482
|
StateReason?: string;
|
|
674
|
-
|
|
675
483
|
AuthorizationType?: ConnectionAuthorizationType | string;
|
|
676
|
-
|
|
677
484
|
CreationTime?: Date;
|
|
678
|
-
|
|
679
485
|
LastModifiedTime?: Date;
|
|
680
|
-
|
|
681
486
|
LastAuthorizedTime?: Date;
|
|
682
487
|
}
|
|
683
488
|
export interface ListConnectionsResponse {
|
|
684
489
|
Connections?: Connection[];
|
|
685
|
-
|
|
686
490
|
NextToken?: string;
|
|
687
491
|
}
|
|
688
492
|
export interface ListEventBusesRequest {
|
|
689
493
|
NamePrefix?: string;
|
|
690
|
-
|
|
691
494
|
NextToken?: string;
|
|
692
|
-
|
|
693
495
|
Limit?: number;
|
|
694
496
|
}
|
|
695
|
-
|
|
696
497
|
export interface EventBus {
|
|
697
498
|
Name?: string;
|
|
698
|
-
|
|
699
499
|
Arn?: string;
|
|
700
|
-
|
|
701
500
|
Policy?: string;
|
|
702
501
|
}
|
|
703
502
|
export interface ListEventBusesResponse {
|
|
704
503
|
EventBuses?: EventBus[];
|
|
705
|
-
|
|
706
504
|
NextToken?: string;
|
|
707
505
|
}
|
|
708
506
|
export interface ListEventSourcesRequest {
|
|
709
507
|
NamePrefix?: string;
|
|
710
|
-
|
|
711
508
|
NextToken?: string;
|
|
712
|
-
|
|
713
509
|
Limit?: number;
|
|
714
510
|
}
|
|
715
|
-
|
|
716
511
|
export interface EventSource {
|
|
717
512
|
Arn?: string;
|
|
718
|
-
|
|
719
513
|
CreatedBy?: string;
|
|
720
|
-
|
|
721
514
|
CreationTime?: Date;
|
|
722
|
-
|
|
723
515
|
ExpirationTime?: Date;
|
|
724
|
-
|
|
725
516
|
Name?: string;
|
|
726
|
-
|
|
727
517
|
State?: EventSourceState | string;
|
|
728
518
|
}
|
|
729
519
|
export interface ListEventSourcesResponse {
|
|
730
520
|
EventSources?: EventSource[];
|
|
731
|
-
|
|
732
521
|
NextToken?: string;
|
|
733
522
|
}
|
|
734
523
|
export interface ListPartnerEventSourceAccountsRequest {
|
|
735
524
|
EventSourceName: string | undefined;
|
|
736
|
-
|
|
737
525
|
NextToken?: string;
|
|
738
|
-
|
|
739
526
|
Limit?: number;
|
|
740
527
|
}
|
|
741
|
-
|
|
742
528
|
export interface PartnerEventSourceAccount {
|
|
743
529
|
Account?: string;
|
|
744
|
-
|
|
745
530
|
CreationTime?: Date;
|
|
746
|
-
|
|
747
531
|
ExpirationTime?: Date;
|
|
748
|
-
|
|
749
532
|
State?: EventSourceState | string;
|
|
750
533
|
}
|
|
751
534
|
export interface ListPartnerEventSourceAccountsResponse {
|
|
752
535
|
PartnerEventSourceAccounts?: PartnerEventSourceAccount[];
|
|
753
|
-
|
|
754
536
|
NextToken?: string;
|
|
755
537
|
}
|
|
756
538
|
export interface ListPartnerEventSourcesRequest {
|
|
757
539
|
NamePrefix: string | undefined;
|
|
758
|
-
|
|
759
540
|
NextToken?: string;
|
|
760
|
-
|
|
761
541
|
Limit?: number;
|
|
762
542
|
}
|
|
763
|
-
|
|
764
543
|
export interface PartnerEventSource {
|
|
765
544
|
Arn?: string;
|
|
766
|
-
|
|
767
545
|
Name?: string;
|
|
768
546
|
}
|
|
769
547
|
export interface ListPartnerEventSourcesResponse {
|
|
770
548
|
PartnerEventSources?: PartnerEventSource[];
|
|
771
|
-
|
|
772
549
|
NextToken?: string;
|
|
773
550
|
}
|
|
774
551
|
export interface ListReplaysRequest {
|
|
775
552
|
NamePrefix?: string;
|
|
776
|
-
|
|
777
553
|
State?: ReplayState | string;
|
|
778
|
-
|
|
779
554
|
EventSourceArn?: string;
|
|
780
|
-
|
|
781
555
|
NextToken?: string;
|
|
782
|
-
|
|
783
556
|
Limit?: number;
|
|
784
557
|
}
|
|
785
|
-
|
|
786
558
|
export interface Replay {
|
|
787
559
|
ReplayName?: string;
|
|
788
|
-
|
|
789
560
|
EventSourceArn?: string;
|
|
790
|
-
|
|
791
561
|
State?: ReplayState | string;
|
|
792
|
-
|
|
793
562
|
StateReason?: string;
|
|
794
|
-
|
|
795
563
|
EventStartTime?: Date;
|
|
796
|
-
|
|
797
564
|
EventEndTime?: Date;
|
|
798
|
-
|
|
799
565
|
EventLastReplayedTime?: Date;
|
|
800
|
-
|
|
801
566
|
ReplayStartTime?: Date;
|
|
802
|
-
|
|
803
567
|
ReplayEndTime?: Date;
|
|
804
568
|
}
|
|
805
569
|
export interface ListReplaysResponse {
|
|
806
570
|
Replays?: Replay[];
|
|
807
|
-
|
|
808
571
|
NextToken?: string;
|
|
809
572
|
}
|
|
810
573
|
export interface ListRuleNamesByTargetRequest {
|
|
811
574
|
TargetArn: string | undefined;
|
|
812
|
-
|
|
813
575
|
EventBusName?: string;
|
|
814
|
-
|
|
815
576
|
NextToken?: string;
|
|
816
|
-
|
|
817
577
|
Limit?: number;
|
|
818
578
|
}
|
|
819
579
|
export interface ListRuleNamesByTargetResponse {
|
|
820
580
|
RuleNames?: string[];
|
|
821
|
-
|
|
822
581
|
NextToken?: string;
|
|
823
582
|
}
|
|
824
583
|
export interface ListRulesRequest {
|
|
825
584
|
NamePrefix?: string;
|
|
826
|
-
|
|
827
585
|
EventBusName?: string;
|
|
828
|
-
|
|
829
586
|
NextToken?: string;
|
|
830
|
-
|
|
831
587
|
Limit?: number;
|
|
832
588
|
}
|
|
833
|
-
|
|
834
589
|
export interface Rule {
|
|
835
590
|
Name?: string;
|
|
836
|
-
|
|
837
591
|
Arn?: string;
|
|
838
|
-
|
|
839
592
|
EventPattern?: string;
|
|
840
|
-
|
|
841
593
|
State?: RuleState | string;
|
|
842
|
-
|
|
843
594
|
Description?: string;
|
|
844
|
-
|
|
845
595
|
ScheduleExpression?: string;
|
|
846
|
-
|
|
847
596
|
RoleArn?: string;
|
|
848
|
-
|
|
849
597
|
ManagedBy?: string;
|
|
850
|
-
|
|
851
598
|
EventBusName?: string;
|
|
852
599
|
}
|
|
853
600
|
export interface ListRulesResponse {
|
|
854
601
|
Rules?: Rule[];
|
|
855
|
-
|
|
856
602
|
NextToken?: string;
|
|
857
603
|
}
|
|
858
604
|
export interface ListTagsForResourceRequest {
|
|
@@ -863,41 +609,28 @@ export interface ListTagsForResourceResponse {
|
|
|
863
609
|
}
|
|
864
610
|
export interface ListTargetsByRuleRequest {
|
|
865
611
|
Rule: string | undefined;
|
|
866
|
-
|
|
867
612
|
EventBusName?: string;
|
|
868
|
-
|
|
869
613
|
NextToken?: string;
|
|
870
|
-
|
|
871
614
|
Limit?: number;
|
|
872
615
|
}
|
|
873
|
-
|
|
874
616
|
export interface BatchArrayProperties {
|
|
875
617
|
Size?: number;
|
|
876
618
|
}
|
|
877
|
-
|
|
878
619
|
export interface BatchRetryStrategy {
|
|
879
620
|
Attempts?: number;
|
|
880
621
|
}
|
|
881
|
-
|
|
882
622
|
export interface BatchParameters {
|
|
883
623
|
JobDefinition: string | undefined;
|
|
884
|
-
|
|
885
624
|
JobName: string | undefined;
|
|
886
|
-
|
|
887
625
|
ArrayProperties?: BatchArrayProperties;
|
|
888
|
-
|
|
889
626
|
RetryStrategy?: BatchRetryStrategy;
|
|
890
627
|
}
|
|
891
|
-
|
|
892
628
|
export interface DeadLetterConfig {
|
|
893
629
|
Arn?: string;
|
|
894
630
|
}
|
|
895
|
-
|
|
896
631
|
export interface CapacityProviderStrategyItem {
|
|
897
632
|
capacityProvider: string | undefined;
|
|
898
|
-
|
|
899
633
|
weight?: number;
|
|
900
|
-
|
|
901
634
|
base?: number;
|
|
902
635
|
}
|
|
903
636
|
export declare enum LaunchType {
|
|
@@ -905,15 +638,11 @@ export declare enum LaunchType {
|
|
|
905
638
|
EXTERNAL = "EXTERNAL",
|
|
906
639
|
FARGATE = "FARGATE",
|
|
907
640
|
}
|
|
908
|
-
|
|
909
641
|
export interface AwsVpcConfiguration {
|
|
910
642
|
Subnets: string[] | undefined;
|
|
911
|
-
|
|
912
643
|
SecurityGroups?: string[];
|
|
913
|
-
|
|
914
644
|
AssignPublicIp?: AssignPublicIp | string;
|
|
915
645
|
}
|
|
916
|
-
|
|
917
646
|
export interface NetworkConfiguration {
|
|
918
647
|
awsvpcConfiguration?: AwsVpcConfiguration;
|
|
919
648
|
}
|
|
@@ -921,10 +650,8 @@ export declare enum PlacementConstraintType {
|
|
|
921
650
|
DISTINCT_INSTANCE = "distinctInstance",
|
|
922
651
|
MEMBER_OF = "memberOf",
|
|
923
652
|
}
|
|
924
|
-
|
|
925
653
|
export interface PlacementConstraint {
|
|
926
654
|
type?: PlacementConstraintType | string;
|
|
927
|
-
|
|
928
655
|
expression?: string;
|
|
929
656
|
}
|
|
930
657
|
export declare enum PlacementStrategyType {
|
|
@@ -932,251 +659,160 @@ export declare enum PlacementStrategyType {
|
|
|
932
659
|
RANDOM = "random",
|
|
933
660
|
SPREAD = "spread",
|
|
934
661
|
}
|
|
935
|
-
|
|
936
662
|
export interface PlacementStrategy {
|
|
937
663
|
type?: PlacementStrategyType | string;
|
|
938
|
-
|
|
939
664
|
field?: string;
|
|
940
665
|
}
|
|
941
666
|
export declare enum PropagateTags {
|
|
942
667
|
TASK_DEFINITION = "TASK_DEFINITION",
|
|
943
668
|
}
|
|
944
|
-
|
|
945
669
|
export interface EcsParameters {
|
|
946
670
|
TaskDefinitionArn: string | undefined;
|
|
947
|
-
|
|
948
671
|
TaskCount?: number;
|
|
949
|
-
|
|
950
672
|
LaunchType?: LaunchType | string;
|
|
951
|
-
|
|
952
673
|
NetworkConfiguration?: NetworkConfiguration;
|
|
953
|
-
|
|
954
674
|
PlatformVersion?: string;
|
|
955
|
-
|
|
956
675
|
Group?: string;
|
|
957
|
-
|
|
958
676
|
CapacityProviderStrategy?: CapacityProviderStrategyItem[];
|
|
959
|
-
|
|
960
677
|
EnableECSManagedTags?: boolean;
|
|
961
|
-
|
|
962
678
|
EnableExecuteCommand?: boolean;
|
|
963
|
-
|
|
964
679
|
PlacementConstraints?: PlacementConstraint[];
|
|
965
|
-
|
|
966
680
|
PlacementStrategy?: PlacementStrategy[];
|
|
967
|
-
|
|
968
681
|
PropagateTags?: PropagateTags | string;
|
|
969
|
-
|
|
970
682
|
ReferenceId?: string;
|
|
971
|
-
|
|
972
683
|
Tags?: Tag[];
|
|
973
684
|
}
|
|
974
|
-
|
|
975
685
|
export interface HttpParameters {
|
|
976
686
|
PathParameterValues?: string[];
|
|
977
|
-
|
|
978
687
|
HeaderParameters?: Record<string, string>;
|
|
979
|
-
|
|
980
688
|
QueryStringParameters?: Record<string, string>;
|
|
981
689
|
}
|
|
982
|
-
|
|
983
690
|
export interface InputTransformer {
|
|
984
691
|
InputPathsMap?: Record<string, string>;
|
|
985
|
-
|
|
986
692
|
InputTemplate: string | undefined;
|
|
987
693
|
}
|
|
988
|
-
|
|
989
694
|
export interface KinesisParameters {
|
|
990
695
|
PartitionKeyPath: string | undefined;
|
|
991
696
|
}
|
|
992
|
-
|
|
993
697
|
export interface RedshiftDataParameters {
|
|
994
698
|
SecretManagerArn?: string;
|
|
995
|
-
|
|
996
699
|
Database: string | undefined;
|
|
997
|
-
|
|
998
700
|
DbUser?: string;
|
|
999
|
-
|
|
1000
701
|
Sql: string | undefined;
|
|
1001
|
-
|
|
1002
702
|
StatementName?: string;
|
|
1003
|
-
|
|
1004
703
|
WithEvent?: boolean;
|
|
1005
704
|
}
|
|
1006
|
-
|
|
1007
705
|
export interface RetryPolicy {
|
|
1008
706
|
MaximumRetryAttempts?: number;
|
|
1009
|
-
|
|
1010
707
|
MaximumEventAgeInSeconds?: number;
|
|
1011
708
|
}
|
|
1012
|
-
|
|
1013
709
|
export interface RunCommandTarget {
|
|
1014
710
|
Key: string | undefined;
|
|
1015
|
-
|
|
1016
711
|
Values: string[] | undefined;
|
|
1017
712
|
}
|
|
1018
|
-
|
|
1019
713
|
export interface RunCommandParameters {
|
|
1020
714
|
RunCommandTargets: RunCommandTarget[] | undefined;
|
|
1021
715
|
}
|
|
1022
|
-
|
|
1023
716
|
export interface SageMakerPipelineParameter {
|
|
1024
717
|
Name: string | undefined;
|
|
1025
|
-
|
|
1026
718
|
Value: string | undefined;
|
|
1027
719
|
}
|
|
1028
|
-
|
|
1029
720
|
export interface SageMakerPipelineParameters {
|
|
1030
721
|
PipelineParameterList?: SageMakerPipelineParameter[];
|
|
1031
722
|
}
|
|
1032
|
-
|
|
1033
723
|
export interface SqsParameters {
|
|
1034
724
|
MessageGroupId?: string;
|
|
1035
725
|
}
|
|
1036
|
-
|
|
1037
726
|
export interface Target {
|
|
1038
727
|
Id: string | undefined;
|
|
1039
|
-
|
|
1040
728
|
Arn: string | undefined;
|
|
1041
|
-
|
|
1042
729
|
RoleArn?: string;
|
|
1043
|
-
|
|
1044
730
|
Input?: string;
|
|
1045
|
-
|
|
1046
731
|
InputPath?: string;
|
|
1047
|
-
|
|
1048
732
|
InputTransformer?: InputTransformer;
|
|
1049
|
-
|
|
1050
733
|
KinesisParameters?: KinesisParameters;
|
|
1051
|
-
|
|
1052
734
|
RunCommandParameters?: RunCommandParameters;
|
|
1053
|
-
|
|
1054
735
|
EcsParameters?: EcsParameters;
|
|
1055
|
-
|
|
1056
736
|
BatchParameters?: BatchParameters;
|
|
1057
|
-
|
|
1058
737
|
SqsParameters?: SqsParameters;
|
|
1059
|
-
|
|
1060
738
|
HttpParameters?: HttpParameters;
|
|
1061
|
-
|
|
1062
739
|
RedshiftDataParameters?: RedshiftDataParameters;
|
|
1063
|
-
|
|
1064
740
|
SageMakerPipelineParameters?: SageMakerPipelineParameters;
|
|
1065
|
-
|
|
1066
741
|
DeadLetterConfig?: DeadLetterConfig;
|
|
1067
|
-
|
|
1068
742
|
RetryPolicy?: RetryPolicy;
|
|
1069
743
|
}
|
|
1070
744
|
export interface ListTargetsByRuleResponse {
|
|
1071
745
|
Targets?: Target[];
|
|
1072
|
-
|
|
1073
746
|
NextToken?: string;
|
|
1074
747
|
}
|
|
1075
|
-
|
|
1076
748
|
export interface PutEventsRequestEntry {
|
|
1077
749
|
Time?: Date;
|
|
1078
|
-
|
|
1079
750
|
Source?: string;
|
|
1080
|
-
|
|
1081
751
|
Resources?: string[];
|
|
1082
|
-
|
|
1083
752
|
DetailType?: string;
|
|
1084
|
-
|
|
1085
753
|
Detail?: string;
|
|
1086
|
-
|
|
1087
754
|
EventBusName?: string;
|
|
1088
|
-
|
|
1089
755
|
TraceHeader?: string;
|
|
1090
756
|
}
|
|
1091
757
|
export interface PutEventsRequest {
|
|
1092
758
|
Entries: PutEventsRequestEntry[] | undefined;
|
|
1093
759
|
}
|
|
1094
|
-
|
|
1095
760
|
export interface PutEventsResultEntry {
|
|
1096
761
|
EventId?: string;
|
|
1097
|
-
|
|
1098
762
|
ErrorCode?: string;
|
|
1099
|
-
|
|
1100
763
|
ErrorMessage?: string;
|
|
1101
764
|
}
|
|
1102
765
|
export interface PutEventsResponse {
|
|
1103
766
|
FailedEntryCount?: number;
|
|
1104
|
-
|
|
1105
767
|
Entries?: PutEventsResultEntry[];
|
|
1106
768
|
}
|
|
1107
|
-
|
|
1108
769
|
export interface PutPartnerEventsRequestEntry {
|
|
1109
770
|
Time?: Date;
|
|
1110
|
-
|
|
1111
771
|
Source?: string;
|
|
1112
|
-
|
|
1113
772
|
Resources?: string[];
|
|
1114
|
-
|
|
1115
773
|
DetailType?: string;
|
|
1116
|
-
|
|
1117
774
|
Detail?: string;
|
|
1118
775
|
}
|
|
1119
776
|
export interface PutPartnerEventsRequest {
|
|
1120
777
|
Entries: PutPartnerEventsRequestEntry[] | undefined;
|
|
1121
778
|
}
|
|
1122
|
-
|
|
1123
779
|
export interface PutPartnerEventsResultEntry {
|
|
1124
780
|
EventId?: string;
|
|
1125
|
-
|
|
1126
781
|
ErrorCode?: string;
|
|
1127
|
-
|
|
1128
782
|
ErrorMessage?: string;
|
|
1129
783
|
}
|
|
1130
784
|
export interface PutPartnerEventsResponse {
|
|
1131
785
|
FailedEntryCount?: number;
|
|
1132
|
-
|
|
1133
786
|
Entries?: PutPartnerEventsResultEntry[];
|
|
1134
787
|
}
|
|
1135
|
-
|
|
1136
788
|
export declare class PolicyLengthExceededException extends __BaseException {
|
|
1137
789
|
readonly name: "PolicyLengthExceededException";
|
|
1138
790
|
readonly $fault: "client";
|
|
1139
|
-
|
|
1140
791
|
constructor(
|
|
1141
792
|
opts: __ExceptionOptionType<PolicyLengthExceededException, __BaseException>
|
|
1142
793
|
);
|
|
1143
794
|
}
|
|
1144
|
-
|
|
1145
795
|
export interface Condition {
|
|
1146
796
|
Type: string | undefined;
|
|
1147
|
-
|
|
1148
797
|
Key: string | undefined;
|
|
1149
|
-
|
|
1150
798
|
Value: string | undefined;
|
|
1151
799
|
}
|
|
1152
800
|
export interface PutPermissionRequest {
|
|
1153
801
|
EventBusName?: string;
|
|
1154
|
-
|
|
1155
802
|
Action?: string;
|
|
1156
|
-
|
|
1157
803
|
Principal?: string;
|
|
1158
|
-
|
|
1159
804
|
StatementId?: string;
|
|
1160
|
-
|
|
1161
805
|
Condition?: Condition;
|
|
1162
|
-
|
|
1163
806
|
Policy?: string;
|
|
1164
807
|
}
|
|
1165
808
|
export interface PutRuleRequest {
|
|
1166
809
|
Name: string | undefined;
|
|
1167
|
-
|
|
1168
810
|
ScheduleExpression?: string;
|
|
1169
|
-
|
|
1170
811
|
EventPattern?: string;
|
|
1171
|
-
|
|
1172
812
|
State?: RuleState | string;
|
|
1173
|
-
|
|
1174
813
|
Description?: string;
|
|
1175
|
-
|
|
1176
814
|
RoleArn?: string;
|
|
1177
|
-
|
|
1178
815
|
Tags?: Tag[];
|
|
1179
|
-
|
|
1180
816
|
EventBusName?: string;
|
|
1181
817
|
}
|
|
1182
818
|
export interface PutRuleResponse {
|
|
@@ -1184,84 +820,59 @@ export interface PutRuleResponse {
|
|
|
1184
820
|
}
|
|
1185
821
|
export interface PutTargetsRequest {
|
|
1186
822
|
Rule: string | undefined;
|
|
1187
|
-
|
|
1188
823
|
EventBusName?: string;
|
|
1189
|
-
|
|
1190
824
|
Targets: Target[] | undefined;
|
|
1191
825
|
}
|
|
1192
|
-
|
|
1193
826
|
export interface PutTargetsResultEntry {
|
|
1194
827
|
TargetId?: string;
|
|
1195
|
-
|
|
1196
828
|
ErrorCode?: string;
|
|
1197
|
-
|
|
1198
829
|
ErrorMessage?: string;
|
|
1199
830
|
}
|
|
1200
831
|
export interface PutTargetsResponse {
|
|
1201
832
|
FailedEntryCount?: number;
|
|
1202
|
-
|
|
1203
833
|
FailedEntries?: PutTargetsResultEntry[];
|
|
1204
834
|
}
|
|
1205
835
|
export interface RemovePermissionRequest {
|
|
1206
836
|
StatementId?: string;
|
|
1207
|
-
|
|
1208
837
|
RemoveAllPermissions?: boolean;
|
|
1209
|
-
|
|
1210
838
|
EventBusName?: string;
|
|
1211
839
|
}
|
|
1212
840
|
export interface RemoveTargetsRequest {
|
|
1213
841
|
Rule: string | undefined;
|
|
1214
|
-
|
|
1215
842
|
EventBusName?: string;
|
|
1216
|
-
|
|
1217
843
|
Ids: string[] | undefined;
|
|
1218
|
-
|
|
1219
844
|
Force?: boolean;
|
|
1220
845
|
}
|
|
1221
|
-
|
|
1222
846
|
export interface RemoveTargetsResultEntry {
|
|
1223
847
|
TargetId?: string;
|
|
1224
|
-
|
|
1225
848
|
ErrorCode?: string;
|
|
1226
|
-
|
|
1227
849
|
ErrorMessage?: string;
|
|
1228
850
|
}
|
|
1229
851
|
export interface RemoveTargetsResponse {
|
|
1230
852
|
FailedEntryCount?: number;
|
|
1231
|
-
|
|
1232
853
|
FailedEntries?: RemoveTargetsResultEntry[];
|
|
1233
854
|
}
|
|
1234
855
|
export interface StartReplayRequest {
|
|
1235
856
|
ReplayName: string | undefined;
|
|
1236
|
-
|
|
1237
857
|
Description?: string;
|
|
1238
|
-
|
|
1239
858
|
EventSourceArn: string | undefined;
|
|
1240
|
-
|
|
1241
859
|
EventStartTime: Date | undefined;
|
|
1242
|
-
|
|
1243
860
|
EventEndTime: Date | undefined;
|
|
1244
|
-
|
|
1245
861
|
Destination: ReplayDestination | undefined;
|
|
1246
862
|
}
|
|
1247
863
|
export interface StartReplayResponse {
|
|
1248
864
|
ReplayArn?: string;
|
|
1249
|
-
|
|
1250
865
|
State?: ReplayState | string;
|
|
1251
|
-
|
|
1252
866
|
StateReason?: string;
|
|
1253
|
-
|
|
1254
867
|
ReplayStartTime?: Date;
|
|
1255
868
|
}
|
|
1256
869
|
export interface TagResourceRequest {
|
|
1257
870
|
ResourceARN: string | undefined;
|
|
1258
|
-
|
|
1259
871
|
Tags: Tag[] | undefined;
|
|
1260
872
|
}
|
|
1261
873
|
export interface TagResourceResponse {}
|
|
1262
874
|
export interface TestEventPatternRequest {
|
|
1263
875
|
EventPattern: string | undefined;
|
|
1264
|
-
|
|
1265
876
|
Event: string | undefined;
|
|
1266
877
|
}
|
|
1267
878
|
export interface TestEventPatternResponse {
|
|
@@ -1269,689 +880,502 @@ export interface TestEventPatternResponse {
|
|
|
1269
880
|
}
|
|
1270
881
|
export interface UntagResourceRequest {
|
|
1271
882
|
ResourceARN: string | undefined;
|
|
1272
|
-
|
|
1273
883
|
TagKeys: string[] | undefined;
|
|
1274
884
|
}
|
|
1275
885
|
export interface UntagResourceResponse {}
|
|
1276
886
|
export interface UpdateApiDestinationRequest {
|
|
1277
887
|
Name: string | undefined;
|
|
1278
|
-
|
|
1279
888
|
Description?: string;
|
|
1280
|
-
|
|
1281
889
|
ConnectionArn?: string;
|
|
1282
|
-
|
|
1283
890
|
InvocationEndpoint?: string;
|
|
1284
|
-
|
|
1285
891
|
HttpMethod?: ApiDestinationHttpMethod | string;
|
|
1286
|
-
|
|
1287
892
|
InvocationRateLimitPerSecond?: number;
|
|
1288
893
|
}
|
|
1289
894
|
export interface UpdateApiDestinationResponse {
|
|
1290
895
|
ApiDestinationArn?: string;
|
|
1291
|
-
|
|
1292
896
|
ApiDestinationState?: ApiDestinationState | string;
|
|
1293
|
-
|
|
1294
897
|
CreationTime?: Date;
|
|
1295
|
-
|
|
1296
898
|
LastModifiedTime?: Date;
|
|
1297
899
|
}
|
|
1298
900
|
export interface UpdateArchiveRequest {
|
|
1299
901
|
ArchiveName: string | undefined;
|
|
1300
|
-
|
|
1301
902
|
Description?: string;
|
|
1302
|
-
|
|
1303
903
|
EventPattern?: string;
|
|
1304
|
-
|
|
1305
904
|
RetentionDays?: number;
|
|
1306
905
|
}
|
|
1307
906
|
export interface UpdateArchiveResponse {
|
|
1308
907
|
ArchiveArn?: string;
|
|
1309
|
-
|
|
1310
908
|
State?: ArchiveState | string;
|
|
1311
|
-
|
|
1312
909
|
StateReason?: string;
|
|
1313
|
-
|
|
1314
910
|
CreationTime?: Date;
|
|
1315
911
|
}
|
|
1316
|
-
|
|
1317
912
|
export interface UpdateConnectionApiKeyAuthRequestParameters {
|
|
1318
913
|
ApiKeyName?: string;
|
|
1319
|
-
|
|
1320
914
|
ApiKeyValue?: string;
|
|
1321
915
|
}
|
|
1322
|
-
|
|
1323
916
|
export interface UpdateConnectionBasicAuthRequestParameters {
|
|
1324
917
|
Username?: string;
|
|
1325
|
-
|
|
1326
918
|
Password?: string;
|
|
1327
919
|
}
|
|
1328
|
-
|
|
1329
920
|
export interface UpdateConnectionOAuthClientRequestParameters {
|
|
1330
921
|
ClientID?: string;
|
|
1331
|
-
|
|
1332
922
|
ClientSecret?: string;
|
|
1333
923
|
}
|
|
1334
|
-
|
|
1335
924
|
export interface UpdateConnectionOAuthRequestParameters {
|
|
1336
925
|
ClientParameters?: UpdateConnectionOAuthClientRequestParameters;
|
|
1337
|
-
|
|
1338
926
|
AuthorizationEndpoint?: string;
|
|
1339
|
-
|
|
1340
927
|
HttpMethod?: ConnectionOAuthHttpMethod | string;
|
|
1341
|
-
|
|
1342
928
|
OAuthHttpParameters?: ConnectionHttpParameters;
|
|
1343
929
|
}
|
|
1344
|
-
|
|
1345
930
|
export interface UpdateConnectionAuthRequestParameters {
|
|
1346
931
|
BasicAuthParameters?: UpdateConnectionBasicAuthRequestParameters;
|
|
1347
|
-
|
|
1348
932
|
OAuthParameters?: UpdateConnectionOAuthRequestParameters;
|
|
1349
|
-
|
|
1350
933
|
ApiKeyAuthParameters?: UpdateConnectionApiKeyAuthRequestParameters;
|
|
1351
|
-
|
|
1352
934
|
InvocationHttpParameters?: ConnectionHttpParameters;
|
|
1353
935
|
}
|
|
1354
936
|
export interface UpdateConnectionRequest {
|
|
1355
937
|
Name: string | undefined;
|
|
1356
|
-
|
|
1357
938
|
Description?: string;
|
|
1358
|
-
|
|
1359
939
|
AuthorizationType?: ConnectionAuthorizationType | string;
|
|
1360
|
-
|
|
1361
940
|
AuthParameters?: UpdateConnectionAuthRequestParameters;
|
|
1362
941
|
}
|
|
1363
942
|
export interface UpdateConnectionResponse {
|
|
1364
943
|
ConnectionArn?: string;
|
|
1365
|
-
|
|
1366
944
|
ConnectionState?: ConnectionState | string;
|
|
1367
|
-
|
|
1368
945
|
CreationTime?: Date;
|
|
1369
|
-
|
|
1370
946
|
LastModifiedTime?: Date;
|
|
1371
|
-
|
|
1372
947
|
LastAuthorizedTime?: Date;
|
|
1373
948
|
}
|
|
1374
|
-
|
|
1375
949
|
export declare const ActivateEventSourceRequestFilterSensitiveLog: (
|
|
1376
950
|
obj: ActivateEventSourceRequest
|
|
1377
951
|
) => any;
|
|
1378
|
-
|
|
1379
952
|
export declare const ApiDestinationFilterSensitiveLog: (
|
|
1380
953
|
obj: ApiDestination
|
|
1381
954
|
) => any;
|
|
1382
|
-
|
|
1383
955
|
export declare const ArchiveFilterSensitiveLog: (obj: Archive) => any;
|
|
1384
|
-
|
|
1385
956
|
export declare const CancelReplayRequestFilterSensitiveLog: (
|
|
1386
957
|
obj: CancelReplayRequest
|
|
1387
958
|
) => any;
|
|
1388
|
-
|
|
1389
959
|
export declare const CancelReplayResponseFilterSensitiveLog: (
|
|
1390
960
|
obj: CancelReplayResponse
|
|
1391
961
|
) => any;
|
|
1392
|
-
|
|
1393
962
|
export declare const CreateApiDestinationRequestFilterSensitiveLog: (
|
|
1394
963
|
obj: CreateApiDestinationRequest
|
|
1395
964
|
) => any;
|
|
1396
|
-
|
|
1397
965
|
export declare const CreateApiDestinationResponseFilterSensitiveLog: (
|
|
1398
966
|
obj: CreateApiDestinationResponse
|
|
1399
967
|
) => any;
|
|
1400
|
-
|
|
1401
968
|
export declare const CreateArchiveRequestFilterSensitiveLog: (
|
|
1402
969
|
obj: CreateArchiveRequest
|
|
1403
970
|
) => any;
|
|
1404
|
-
|
|
1405
971
|
export declare const CreateArchiveResponseFilterSensitiveLog: (
|
|
1406
972
|
obj: CreateArchiveResponse
|
|
1407
973
|
) => any;
|
|
1408
|
-
|
|
1409
974
|
export declare const CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (
|
|
1410
975
|
obj: CreateConnectionApiKeyAuthRequestParameters
|
|
1411
976
|
) => any;
|
|
1412
|
-
|
|
1413
977
|
export declare const CreateConnectionBasicAuthRequestParametersFilterSensitiveLog: (
|
|
1414
978
|
obj: CreateConnectionBasicAuthRequestParameters
|
|
1415
979
|
) => any;
|
|
1416
|
-
|
|
1417
980
|
export declare const ConnectionBodyParameterFilterSensitiveLog: (
|
|
1418
981
|
obj: ConnectionBodyParameter
|
|
1419
982
|
) => any;
|
|
1420
|
-
|
|
1421
983
|
export declare const ConnectionHeaderParameterFilterSensitiveLog: (
|
|
1422
984
|
obj: ConnectionHeaderParameter
|
|
1423
985
|
) => any;
|
|
1424
|
-
|
|
1425
986
|
export declare const ConnectionQueryStringParameterFilterSensitiveLog: (
|
|
1426
987
|
obj: ConnectionQueryStringParameter
|
|
1427
988
|
) => any;
|
|
1428
|
-
|
|
1429
989
|
export declare const ConnectionHttpParametersFilterSensitiveLog: (
|
|
1430
990
|
obj: ConnectionHttpParameters
|
|
1431
991
|
) => any;
|
|
1432
|
-
|
|
1433
992
|
export declare const CreateConnectionOAuthClientRequestParametersFilterSensitiveLog: (
|
|
1434
993
|
obj: CreateConnectionOAuthClientRequestParameters
|
|
1435
994
|
) => any;
|
|
1436
|
-
|
|
1437
995
|
export declare const CreateConnectionOAuthRequestParametersFilterSensitiveLog: (
|
|
1438
996
|
obj: CreateConnectionOAuthRequestParameters
|
|
1439
997
|
) => any;
|
|
1440
|
-
|
|
1441
998
|
export declare const CreateConnectionAuthRequestParametersFilterSensitiveLog: (
|
|
1442
999
|
obj: CreateConnectionAuthRequestParameters
|
|
1443
1000
|
) => any;
|
|
1444
|
-
|
|
1445
1001
|
export declare const CreateConnectionRequestFilterSensitiveLog: (
|
|
1446
1002
|
obj: CreateConnectionRequest
|
|
1447
1003
|
) => any;
|
|
1448
|
-
|
|
1449
1004
|
export declare const CreateConnectionResponseFilterSensitiveLog: (
|
|
1450
1005
|
obj: CreateConnectionResponse
|
|
1451
1006
|
) => any;
|
|
1452
|
-
|
|
1453
1007
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1454
|
-
|
|
1455
1008
|
export declare const CreateEventBusRequestFilterSensitiveLog: (
|
|
1456
1009
|
obj: CreateEventBusRequest
|
|
1457
1010
|
) => any;
|
|
1458
|
-
|
|
1459
1011
|
export declare const CreateEventBusResponseFilterSensitiveLog: (
|
|
1460
1012
|
obj: CreateEventBusResponse
|
|
1461
1013
|
) => any;
|
|
1462
|
-
|
|
1463
1014
|
export declare const CreatePartnerEventSourceRequestFilterSensitiveLog: (
|
|
1464
1015
|
obj: CreatePartnerEventSourceRequest
|
|
1465
1016
|
) => any;
|
|
1466
|
-
|
|
1467
1017
|
export declare const CreatePartnerEventSourceResponseFilterSensitiveLog: (
|
|
1468
1018
|
obj: CreatePartnerEventSourceResponse
|
|
1469
1019
|
) => any;
|
|
1470
|
-
|
|
1471
1020
|
export declare const DeactivateEventSourceRequestFilterSensitiveLog: (
|
|
1472
1021
|
obj: DeactivateEventSourceRequest
|
|
1473
1022
|
) => any;
|
|
1474
|
-
|
|
1475
1023
|
export declare const DeauthorizeConnectionRequestFilterSensitiveLog: (
|
|
1476
1024
|
obj: DeauthorizeConnectionRequest
|
|
1477
1025
|
) => any;
|
|
1478
|
-
|
|
1479
1026
|
export declare const DeauthorizeConnectionResponseFilterSensitiveLog: (
|
|
1480
1027
|
obj: DeauthorizeConnectionResponse
|
|
1481
1028
|
) => any;
|
|
1482
|
-
|
|
1483
1029
|
export declare const DeleteApiDestinationRequestFilterSensitiveLog: (
|
|
1484
1030
|
obj: DeleteApiDestinationRequest
|
|
1485
1031
|
) => any;
|
|
1486
|
-
|
|
1487
1032
|
export declare const DeleteApiDestinationResponseFilterSensitiveLog: (
|
|
1488
1033
|
obj: DeleteApiDestinationResponse
|
|
1489
1034
|
) => any;
|
|
1490
|
-
|
|
1491
1035
|
export declare const DeleteArchiveRequestFilterSensitiveLog: (
|
|
1492
1036
|
obj: DeleteArchiveRequest
|
|
1493
1037
|
) => any;
|
|
1494
|
-
|
|
1495
1038
|
export declare const DeleteArchiveResponseFilterSensitiveLog: (
|
|
1496
1039
|
obj: DeleteArchiveResponse
|
|
1497
1040
|
) => any;
|
|
1498
|
-
|
|
1499
1041
|
export declare const DeleteConnectionRequestFilterSensitiveLog: (
|
|
1500
1042
|
obj: DeleteConnectionRequest
|
|
1501
1043
|
) => any;
|
|
1502
|
-
|
|
1503
1044
|
export declare const DeleteConnectionResponseFilterSensitiveLog: (
|
|
1504
1045
|
obj: DeleteConnectionResponse
|
|
1505
1046
|
) => any;
|
|
1506
|
-
|
|
1507
1047
|
export declare const DeleteEventBusRequestFilterSensitiveLog: (
|
|
1508
1048
|
obj: DeleteEventBusRequest
|
|
1509
1049
|
) => any;
|
|
1510
|
-
|
|
1511
1050
|
export declare const DeletePartnerEventSourceRequestFilterSensitiveLog: (
|
|
1512
1051
|
obj: DeletePartnerEventSourceRequest
|
|
1513
1052
|
) => any;
|
|
1514
|
-
|
|
1515
1053
|
export declare const DeleteRuleRequestFilterSensitiveLog: (
|
|
1516
1054
|
obj: DeleteRuleRequest
|
|
1517
1055
|
) => any;
|
|
1518
|
-
|
|
1519
1056
|
export declare const DescribeApiDestinationRequestFilterSensitiveLog: (
|
|
1520
1057
|
obj: DescribeApiDestinationRequest
|
|
1521
1058
|
) => any;
|
|
1522
|
-
|
|
1523
1059
|
export declare const DescribeApiDestinationResponseFilterSensitiveLog: (
|
|
1524
1060
|
obj: DescribeApiDestinationResponse
|
|
1525
1061
|
) => any;
|
|
1526
|
-
|
|
1527
1062
|
export declare const DescribeArchiveRequestFilterSensitiveLog: (
|
|
1528
1063
|
obj: DescribeArchiveRequest
|
|
1529
1064
|
) => any;
|
|
1530
|
-
|
|
1531
1065
|
export declare const DescribeArchiveResponseFilterSensitiveLog: (
|
|
1532
1066
|
obj: DescribeArchiveResponse
|
|
1533
1067
|
) => any;
|
|
1534
|
-
|
|
1535
1068
|
export declare const DescribeConnectionRequestFilterSensitiveLog: (
|
|
1536
1069
|
obj: DescribeConnectionRequest
|
|
1537
1070
|
) => any;
|
|
1538
|
-
|
|
1539
1071
|
export declare const ConnectionApiKeyAuthResponseParametersFilterSensitiveLog: (
|
|
1540
1072
|
obj: ConnectionApiKeyAuthResponseParameters
|
|
1541
1073
|
) => any;
|
|
1542
|
-
|
|
1543
1074
|
export declare const ConnectionBasicAuthResponseParametersFilterSensitiveLog: (
|
|
1544
1075
|
obj: ConnectionBasicAuthResponseParameters
|
|
1545
1076
|
) => any;
|
|
1546
|
-
|
|
1547
1077
|
export declare const ConnectionOAuthClientResponseParametersFilterSensitiveLog: (
|
|
1548
1078
|
obj: ConnectionOAuthClientResponseParameters
|
|
1549
1079
|
) => any;
|
|
1550
|
-
|
|
1551
1080
|
export declare const ConnectionOAuthResponseParametersFilterSensitiveLog: (
|
|
1552
1081
|
obj: ConnectionOAuthResponseParameters
|
|
1553
1082
|
) => any;
|
|
1554
|
-
|
|
1555
1083
|
export declare const ConnectionAuthResponseParametersFilterSensitiveLog: (
|
|
1556
1084
|
obj: ConnectionAuthResponseParameters
|
|
1557
1085
|
) => any;
|
|
1558
|
-
|
|
1559
1086
|
export declare const DescribeConnectionResponseFilterSensitiveLog: (
|
|
1560
1087
|
obj: DescribeConnectionResponse
|
|
1561
1088
|
) => any;
|
|
1562
|
-
|
|
1563
1089
|
export declare const DescribeEventBusRequestFilterSensitiveLog: (
|
|
1564
1090
|
obj: DescribeEventBusRequest
|
|
1565
1091
|
) => any;
|
|
1566
|
-
|
|
1567
1092
|
export declare const DescribeEventBusResponseFilterSensitiveLog: (
|
|
1568
1093
|
obj: DescribeEventBusResponse
|
|
1569
1094
|
) => any;
|
|
1570
|
-
|
|
1571
1095
|
export declare const DescribeEventSourceRequestFilterSensitiveLog: (
|
|
1572
1096
|
obj: DescribeEventSourceRequest
|
|
1573
1097
|
) => any;
|
|
1574
|
-
|
|
1575
1098
|
export declare const DescribeEventSourceResponseFilterSensitiveLog: (
|
|
1576
1099
|
obj: DescribeEventSourceResponse
|
|
1577
1100
|
) => any;
|
|
1578
|
-
|
|
1579
1101
|
export declare const DescribePartnerEventSourceRequestFilterSensitiveLog: (
|
|
1580
1102
|
obj: DescribePartnerEventSourceRequest
|
|
1581
1103
|
) => any;
|
|
1582
|
-
|
|
1583
1104
|
export declare const DescribePartnerEventSourceResponseFilterSensitiveLog: (
|
|
1584
1105
|
obj: DescribePartnerEventSourceResponse
|
|
1585
1106
|
) => any;
|
|
1586
|
-
|
|
1587
1107
|
export declare const DescribeReplayRequestFilterSensitiveLog: (
|
|
1588
1108
|
obj: DescribeReplayRequest
|
|
1589
1109
|
) => any;
|
|
1590
|
-
|
|
1591
1110
|
export declare const ReplayDestinationFilterSensitiveLog: (
|
|
1592
1111
|
obj: ReplayDestination
|
|
1593
1112
|
) => any;
|
|
1594
|
-
|
|
1595
1113
|
export declare const DescribeReplayResponseFilterSensitiveLog: (
|
|
1596
1114
|
obj: DescribeReplayResponse
|
|
1597
1115
|
) => any;
|
|
1598
|
-
|
|
1599
1116
|
export declare const DescribeRuleRequestFilterSensitiveLog: (
|
|
1600
1117
|
obj: DescribeRuleRequest
|
|
1601
1118
|
) => any;
|
|
1602
|
-
|
|
1603
1119
|
export declare const DescribeRuleResponseFilterSensitiveLog: (
|
|
1604
1120
|
obj: DescribeRuleResponse
|
|
1605
1121
|
) => any;
|
|
1606
|
-
|
|
1607
1122
|
export declare const DisableRuleRequestFilterSensitiveLog: (
|
|
1608
1123
|
obj: DisableRuleRequest
|
|
1609
1124
|
) => any;
|
|
1610
|
-
|
|
1611
1125
|
export declare const EnableRuleRequestFilterSensitiveLog: (
|
|
1612
1126
|
obj: EnableRuleRequest
|
|
1613
1127
|
) => any;
|
|
1614
|
-
|
|
1615
1128
|
export declare const ListApiDestinationsRequestFilterSensitiveLog: (
|
|
1616
1129
|
obj: ListApiDestinationsRequest
|
|
1617
1130
|
) => any;
|
|
1618
|
-
|
|
1619
1131
|
export declare const ListApiDestinationsResponseFilterSensitiveLog: (
|
|
1620
1132
|
obj: ListApiDestinationsResponse
|
|
1621
1133
|
) => any;
|
|
1622
|
-
|
|
1623
1134
|
export declare const ListArchivesRequestFilterSensitiveLog: (
|
|
1624
1135
|
obj: ListArchivesRequest
|
|
1625
1136
|
) => any;
|
|
1626
|
-
|
|
1627
1137
|
export declare const ListArchivesResponseFilterSensitiveLog: (
|
|
1628
1138
|
obj: ListArchivesResponse
|
|
1629
1139
|
) => any;
|
|
1630
|
-
|
|
1631
1140
|
export declare const ListConnectionsRequestFilterSensitiveLog: (
|
|
1632
1141
|
obj: ListConnectionsRequest
|
|
1633
1142
|
) => any;
|
|
1634
|
-
|
|
1635
1143
|
export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
|
|
1636
|
-
|
|
1637
1144
|
export declare const ListConnectionsResponseFilterSensitiveLog: (
|
|
1638
1145
|
obj: ListConnectionsResponse
|
|
1639
1146
|
) => any;
|
|
1640
|
-
|
|
1641
1147
|
export declare const ListEventBusesRequestFilterSensitiveLog: (
|
|
1642
1148
|
obj: ListEventBusesRequest
|
|
1643
1149
|
) => any;
|
|
1644
|
-
|
|
1645
1150
|
export declare const EventBusFilterSensitiveLog: (obj: EventBus) => any;
|
|
1646
|
-
|
|
1647
1151
|
export declare const ListEventBusesResponseFilterSensitiveLog: (
|
|
1648
1152
|
obj: ListEventBusesResponse
|
|
1649
1153
|
) => any;
|
|
1650
|
-
|
|
1651
1154
|
export declare const ListEventSourcesRequestFilterSensitiveLog: (
|
|
1652
1155
|
obj: ListEventSourcesRequest
|
|
1653
1156
|
) => any;
|
|
1654
|
-
|
|
1655
1157
|
export declare const EventSourceFilterSensitiveLog: (obj: EventSource) => any;
|
|
1656
|
-
|
|
1657
1158
|
export declare const ListEventSourcesResponseFilterSensitiveLog: (
|
|
1658
1159
|
obj: ListEventSourcesResponse
|
|
1659
1160
|
) => any;
|
|
1660
|
-
|
|
1661
1161
|
export declare const ListPartnerEventSourceAccountsRequestFilterSensitiveLog: (
|
|
1662
1162
|
obj: ListPartnerEventSourceAccountsRequest
|
|
1663
1163
|
) => any;
|
|
1664
|
-
|
|
1665
1164
|
export declare const PartnerEventSourceAccountFilterSensitiveLog: (
|
|
1666
1165
|
obj: PartnerEventSourceAccount
|
|
1667
1166
|
) => any;
|
|
1668
|
-
|
|
1669
1167
|
export declare const ListPartnerEventSourceAccountsResponseFilterSensitiveLog: (
|
|
1670
1168
|
obj: ListPartnerEventSourceAccountsResponse
|
|
1671
1169
|
) => any;
|
|
1672
|
-
|
|
1673
1170
|
export declare const ListPartnerEventSourcesRequestFilterSensitiveLog: (
|
|
1674
1171
|
obj: ListPartnerEventSourcesRequest
|
|
1675
1172
|
) => any;
|
|
1676
|
-
|
|
1677
1173
|
export declare const PartnerEventSourceFilterSensitiveLog: (
|
|
1678
1174
|
obj: PartnerEventSource
|
|
1679
1175
|
) => any;
|
|
1680
|
-
|
|
1681
1176
|
export declare const ListPartnerEventSourcesResponseFilterSensitiveLog: (
|
|
1682
1177
|
obj: ListPartnerEventSourcesResponse
|
|
1683
1178
|
) => any;
|
|
1684
|
-
|
|
1685
1179
|
export declare const ListReplaysRequestFilterSensitiveLog: (
|
|
1686
1180
|
obj: ListReplaysRequest
|
|
1687
1181
|
) => any;
|
|
1688
|
-
|
|
1689
1182
|
export declare const ReplayFilterSensitiveLog: (obj: Replay) => any;
|
|
1690
|
-
|
|
1691
1183
|
export declare const ListReplaysResponseFilterSensitiveLog: (
|
|
1692
1184
|
obj: ListReplaysResponse
|
|
1693
1185
|
) => any;
|
|
1694
|
-
|
|
1695
1186
|
export declare const ListRuleNamesByTargetRequestFilterSensitiveLog: (
|
|
1696
1187
|
obj: ListRuleNamesByTargetRequest
|
|
1697
1188
|
) => any;
|
|
1698
|
-
|
|
1699
1189
|
export declare const ListRuleNamesByTargetResponseFilterSensitiveLog: (
|
|
1700
1190
|
obj: ListRuleNamesByTargetResponse
|
|
1701
1191
|
) => any;
|
|
1702
|
-
|
|
1703
1192
|
export declare const ListRulesRequestFilterSensitiveLog: (
|
|
1704
1193
|
obj: ListRulesRequest
|
|
1705
1194
|
) => any;
|
|
1706
|
-
|
|
1707
1195
|
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
1708
|
-
|
|
1709
1196
|
export declare const ListRulesResponseFilterSensitiveLog: (
|
|
1710
1197
|
obj: ListRulesResponse
|
|
1711
1198
|
) => any;
|
|
1712
|
-
|
|
1713
1199
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1714
1200
|
obj: ListTagsForResourceRequest
|
|
1715
1201
|
) => any;
|
|
1716
|
-
|
|
1717
1202
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1718
1203
|
obj: ListTagsForResourceResponse
|
|
1719
1204
|
) => any;
|
|
1720
|
-
|
|
1721
1205
|
export declare const ListTargetsByRuleRequestFilterSensitiveLog: (
|
|
1722
1206
|
obj: ListTargetsByRuleRequest
|
|
1723
1207
|
) => any;
|
|
1724
|
-
|
|
1725
1208
|
export declare const BatchArrayPropertiesFilterSensitiveLog: (
|
|
1726
1209
|
obj: BatchArrayProperties
|
|
1727
1210
|
) => any;
|
|
1728
|
-
|
|
1729
1211
|
export declare const BatchRetryStrategyFilterSensitiveLog: (
|
|
1730
1212
|
obj: BatchRetryStrategy
|
|
1731
1213
|
) => any;
|
|
1732
|
-
|
|
1733
1214
|
export declare const BatchParametersFilterSensitiveLog: (
|
|
1734
1215
|
obj: BatchParameters
|
|
1735
1216
|
) => any;
|
|
1736
|
-
|
|
1737
1217
|
export declare const DeadLetterConfigFilterSensitiveLog: (
|
|
1738
1218
|
obj: DeadLetterConfig
|
|
1739
1219
|
) => any;
|
|
1740
|
-
|
|
1741
1220
|
export declare const CapacityProviderStrategyItemFilterSensitiveLog: (
|
|
1742
1221
|
obj: CapacityProviderStrategyItem
|
|
1743
1222
|
) => any;
|
|
1744
|
-
|
|
1745
1223
|
export declare const AwsVpcConfigurationFilterSensitiveLog: (
|
|
1746
1224
|
obj: AwsVpcConfiguration
|
|
1747
1225
|
) => any;
|
|
1748
|
-
|
|
1749
1226
|
export declare const NetworkConfigurationFilterSensitiveLog: (
|
|
1750
1227
|
obj: NetworkConfiguration
|
|
1751
1228
|
) => any;
|
|
1752
|
-
|
|
1753
1229
|
export declare const PlacementConstraintFilterSensitiveLog: (
|
|
1754
1230
|
obj: PlacementConstraint
|
|
1755
1231
|
) => any;
|
|
1756
|
-
|
|
1757
1232
|
export declare const PlacementStrategyFilterSensitiveLog: (
|
|
1758
1233
|
obj: PlacementStrategy
|
|
1759
1234
|
) => any;
|
|
1760
|
-
|
|
1761
1235
|
export declare const EcsParametersFilterSensitiveLog: (
|
|
1762
1236
|
obj: EcsParameters
|
|
1763
1237
|
) => any;
|
|
1764
|
-
|
|
1765
1238
|
export declare const HttpParametersFilterSensitiveLog: (
|
|
1766
1239
|
obj: HttpParameters
|
|
1767
1240
|
) => any;
|
|
1768
|
-
|
|
1769
1241
|
export declare const InputTransformerFilterSensitiveLog: (
|
|
1770
1242
|
obj: InputTransformer
|
|
1771
1243
|
) => any;
|
|
1772
|
-
|
|
1773
1244
|
export declare const KinesisParametersFilterSensitiveLog: (
|
|
1774
1245
|
obj: KinesisParameters
|
|
1775
1246
|
) => any;
|
|
1776
|
-
|
|
1777
1247
|
export declare const RedshiftDataParametersFilterSensitiveLog: (
|
|
1778
1248
|
obj: RedshiftDataParameters
|
|
1779
1249
|
) => any;
|
|
1780
|
-
|
|
1781
1250
|
export declare const RetryPolicyFilterSensitiveLog: (obj: RetryPolicy) => any;
|
|
1782
|
-
|
|
1783
1251
|
export declare const RunCommandTargetFilterSensitiveLog: (
|
|
1784
1252
|
obj: RunCommandTarget
|
|
1785
1253
|
) => any;
|
|
1786
|
-
|
|
1787
1254
|
export declare const RunCommandParametersFilterSensitiveLog: (
|
|
1788
1255
|
obj: RunCommandParameters
|
|
1789
1256
|
) => any;
|
|
1790
|
-
|
|
1791
1257
|
export declare const SageMakerPipelineParameterFilterSensitiveLog: (
|
|
1792
1258
|
obj: SageMakerPipelineParameter
|
|
1793
1259
|
) => any;
|
|
1794
|
-
|
|
1795
1260
|
export declare const SageMakerPipelineParametersFilterSensitiveLog: (
|
|
1796
1261
|
obj: SageMakerPipelineParameters
|
|
1797
1262
|
) => any;
|
|
1798
|
-
|
|
1799
1263
|
export declare const SqsParametersFilterSensitiveLog: (
|
|
1800
1264
|
obj: SqsParameters
|
|
1801
1265
|
) => any;
|
|
1802
|
-
|
|
1803
1266
|
export declare const TargetFilterSensitiveLog: (obj: Target) => any;
|
|
1804
|
-
|
|
1805
1267
|
export declare const ListTargetsByRuleResponseFilterSensitiveLog: (
|
|
1806
1268
|
obj: ListTargetsByRuleResponse
|
|
1807
1269
|
) => any;
|
|
1808
|
-
|
|
1809
1270
|
export declare const PutEventsRequestEntryFilterSensitiveLog: (
|
|
1810
1271
|
obj: PutEventsRequestEntry
|
|
1811
1272
|
) => any;
|
|
1812
|
-
|
|
1813
1273
|
export declare const PutEventsRequestFilterSensitiveLog: (
|
|
1814
1274
|
obj: PutEventsRequest
|
|
1815
1275
|
) => any;
|
|
1816
|
-
|
|
1817
1276
|
export declare const PutEventsResultEntryFilterSensitiveLog: (
|
|
1818
1277
|
obj: PutEventsResultEntry
|
|
1819
1278
|
) => any;
|
|
1820
|
-
|
|
1821
1279
|
export declare const PutEventsResponseFilterSensitiveLog: (
|
|
1822
1280
|
obj: PutEventsResponse
|
|
1823
1281
|
) => any;
|
|
1824
|
-
|
|
1825
1282
|
export declare const PutPartnerEventsRequestEntryFilterSensitiveLog: (
|
|
1826
1283
|
obj: PutPartnerEventsRequestEntry
|
|
1827
1284
|
) => any;
|
|
1828
|
-
|
|
1829
1285
|
export declare const PutPartnerEventsRequestFilterSensitiveLog: (
|
|
1830
1286
|
obj: PutPartnerEventsRequest
|
|
1831
1287
|
) => any;
|
|
1832
|
-
|
|
1833
1288
|
export declare const PutPartnerEventsResultEntryFilterSensitiveLog: (
|
|
1834
1289
|
obj: PutPartnerEventsResultEntry
|
|
1835
1290
|
) => any;
|
|
1836
|
-
|
|
1837
1291
|
export declare const PutPartnerEventsResponseFilterSensitiveLog: (
|
|
1838
1292
|
obj: PutPartnerEventsResponse
|
|
1839
1293
|
) => any;
|
|
1840
|
-
|
|
1841
1294
|
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
1842
|
-
|
|
1843
1295
|
export declare const PutPermissionRequestFilterSensitiveLog: (
|
|
1844
1296
|
obj: PutPermissionRequest
|
|
1845
1297
|
) => any;
|
|
1846
|
-
|
|
1847
1298
|
export declare const PutRuleRequestFilterSensitiveLog: (
|
|
1848
1299
|
obj: PutRuleRequest
|
|
1849
1300
|
) => any;
|
|
1850
|
-
|
|
1851
1301
|
export declare const PutRuleResponseFilterSensitiveLog: (
|
|
1852
1302
|
obj: PutRuleResponse
|
|
1853
1303
|
) => any;
|
|
1854
|
-
|
|
1855
1304
|
export declare const PutTargetsRequestFilterSensitiveLog: (
|
|
1856
1305
|
obj: PutTargetsRequest
|
|
1857
1306
|
) => any;
|
|
1858
|
-
|
|
1859
1307
|
export declare const PutTargetsResultEntryFilterSensitiveLog: (
|
|
1860
1308
|
obj: PutTargetsResultEntry
|
|
1861
1309
|
) => any;
|
|
1862
|
-
|
|
1863
1310
|
export declare const PutTargetsResponseFilterSensitiveLog: (
|
|
1864
1311
|
obj: PutTargetsResponse
|
|
1865
1312
|
) => any;
|
|
1866
|
-
|
|
1867
1313
|
export declare const RemovePermissionRequestFilterSensitiveLog: (
|
|
1868
1314
|
obj: RemovePermissionRequest
|
|
1869
1315
|
) => any;
|
|
1870
|
-
|
|
1871
1316
|
export declare const RemoveTargetsRequestFilterSensitiveLog: (
|
|
1872
1317
|
obj: RemoveTargetsRequest
|
|
1873
1318
|
) => any;
|
|
1874
|
-
|
|
1875
1319
|
export declare const RemoveTargetsResultEntryFilterSensitiveLog: (
|
|
1876
1320
|
obj: RemoveTargetsResultEntry
|
|
1877
1321
|
) => any;
|
|
1878
|
-
|
|
1879
1322
|
export declare const RemoveTargetsResponseFilterSensitiveLog: (
|
|
1880
1323
|
obj: RemoveTargetsResponse
|
|
1881
1324
|
) => any;
|
|
1882
|
-
|
|
1883
1325
|
export declare const StartReplayRequestFilterSensitiveLog: (
|
|
1884
1326
|
obj: StartReplayRequest
|
|
1885
1327
|
) => any;
|
|
1886
|
-
|
|
1887
1328
|
export declare const StartReplayResponseFilterSensitiveLog: (
|
|
1888
1329
|
obj: StartReplayResponse
|
|
1889
1330
|
) => any;
|
|
1890
|
-
|
|
1891
1331
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1892
1332
|
obj: TagResourceRequest
|
|
1893
1333
|
) => any;
|
|
1894
|
-
|
|
1895
1334
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1896
1335
|
obj: TagResourceResponse
|
|
1897
1336
|
) => any;
|
|
1898
|
-
|
|
1899
1337
|
export declare const TestEventPatternRequestFilterSensitiveLog: (
|
|
1900
1338
|
obj: TestEventPatternRequest
|
|
1901
1339
|
) => any;
|
|
1902
|
-
|
|
1903
1340
|
export declare const TestEventPatternResponseFilterSensitiveLog: (
|
|
1904
1341
|
obj: TestEventPatternResponse
|
|
1905
1342
|
) => any;
|
|
1906
|
-
|
|
1907
1343
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1908
1344
|
obj: UntagResourceRequest
|
|
1909
1345
|
) => any;
|
|
1910
|
-
|
|
1911
1346
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1912
1347
|
obj: UntagResourceResponse
|
|
1913
1348
|
) => any;
|
|
1914
|
-
|
|
1915
1349
|
export declare const UpdateApiDestinationRequestFilterSensitiveLog: (
|
|
1916
1350
|
obj: UpdateApiDestinationRequest
|
|
1917
1351
|
) => any;
|
|
1918
|
-
|
|
1919
1352
|
export declare const UpdateApiDestinationResponseFilterSensitiveLog: (
|
|
1920
1353
|
obj: UpdateApiDestinationResponse
|
|
1921
1354
|
) => any;
|
|
1922
|
-
|
|
1923
1355
|
export declare const UpdateArchiveRequestFilterSensitiveLog: (
|
|
1924
1356
|
obj: UpdateArchiveRequest
|
|
1925
1357
|
) => any;
|
|
1926
|
-
|
|
1927
1358
|
export declare const UpdateArchiveResponseFilterSensitiveLog: (
|
|
1928
1359
|
obj: UpdateArchiveResponse
|
|
1929
1360
|
) => any;
|
|
1930
|
-
|
|
1931
1361
|
export declare const UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (
|
|
1932
1362
|
obj: UpdateConnectionApiKeyAuthRequestParameters
|
|
1933
1363
|
) => any;
|
|
1934
|
-
|
|
1935
1364
|
export declare const UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog: (
|
|
1936
1365
|
obj: UpdateConnectionBasicAuthRequestParameters
|
|
1937
1366
|
) => any;
|
|
1938
|
-
|
|
1939
1367
|
export declare const UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog: (
|
|
1940
1368
|
obj: UpdateConnectionOAuthClientRequestParameters
|
|
1941
1369
|
) => any;
|
|
1942
|
-
|
|
1943
1370
|
export declare const UpdateConnectionOAuthRequestParametersFilterSensitiveLog: (
|
|
1944
1371
|
obj: UpdateConnectionOAuthRequestParameters
|
|
1945
1372
|
) => any;
|
|
1946
|
-
|
|
1947
1373
|
export declare const UpdateConnectionAuthRequestParametersFilterSensitiveLog: (
|
|
1948
1374
|
obj: UpdateConnectionAuthRequestParameters
|
|
1949
1375
|
) => any;
|
|
1950
|
-
|
|
1951
1376
|
export declare const UpdateConnectionRequestFilterSensitiveLog: (
|
|
1952
1377
|
obj: UpdateConnectionRequest
|
|
1953
1378
|
) => any;
|
|
1954
|
-
|
|
1955
1379
|
export declare const UpdateConnectionResponseFilterSensitiveLog: (
|
|
1956
1380
|
obj: UpdateConnectionResponse
|
|
1957
1381
|
) => any;
|