@aws-sdk/client-cloudwatch-events 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/ActivateEventSourceCommand.js +1 -1
- package/dist-cjs/commands/CancelReplayCommand.js +2 -2
- package/dist-cjs/commands/CreateApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/CreateArchiveCommand.js +2 -2
- package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
- package/dist-cjs/commands/CreateEventBusCommand.js +2 -2
- package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DeactivateEventSourceCommand.js +1 -1
- package/dist-cjs/commands/DeauthorizeConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/DeleteArchiveCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventBusCommand.js +1 -1
- package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +1 -1
- package/dist-cjs/commands/DeleteRuleCommand.js +1 -1
- package/dist-cjs/commands/DescribeApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/DescribeArchiveCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectionCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventBusCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplayCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleCommand.js +2 -2
- package/dist-cjs/commands/DisableRuleCommand.js +1 -1
- package/dist-cjs/commands/EnableRuleCommand.js +1 -1
- package/dist-cjs/commands/ListApiDestinationsCommand.js +2 -2
- package/dist-cjs/commands/ListArchivesCommand.js +2 -2
- package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
- package/dist-cjs/commands/ListEventBusesCommand.js +2 -2
- package/dist-cjs/commands/ListEventSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListReplaysCommand.js +2 -2
- package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +2 -2
- package/dist-cjs/commands/ListRulesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTargetsByRuleCommand.js +2 -2
- package/dist-cjs/commands/PutEventsCommand.js +2 -2
- package/dist-cjs/commands/PutPartnerEventsCommand.js +2 -2
- package/dist-cjs/commands/PutPermissionCommand.js +1 -1
- package/dist-cjs/commands/PutRuleCommand.js +2 -2
- package/dist-cjs/commands/PutTargetsCommand.js +2 -2
- package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
- package/dist-cjs/commands/RemoveTargetsCommand.js +2 -2
- package/dist-cjs/commands/StartReplayCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TestEventPatternCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApiDestinationCommand.js +2 -2
- package/dist-cjs/commands/UpdateArchiveCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +608 -910
- package/dist-cjs/protocols/Aws_json1_1.js +255 -465
- package/dist-es/commands/ActivateEventSourceCommand.js +2 -2
- package/dist-es/commands/CancelReplayCommand.js +3 -3
- package/dist-es/commands/CreateApiDestinationCommand.js +3 -3
- package/dist-es/commands/CreateArchiveCommand.js +3 -3
- package/dist-es/commands/CreateConnectionCommand.js +3 -3
- package/dist-es/commands/CreateEventBusCommand.js +3 -3
- package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -3
- package/dist-es/commands/DeactivateEventSourceCommand.js +2 -2
- package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteApiDestinationCommand.js +3 -3
- package/dist-es/commands/DeleteArchiveCommand.js +3 -3
- package/dist-es/commands/DeleteConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteEventBusCommand.js +2 -2
- package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DescribeApiDestinationCommand.js +3 -3
- package/dist-es/commands/DescribeArchiveCommand.js +3 -3
- package/dist-es/commands/DescribeConnectionCommand.js +3 -3
- package/dist-es/commands/DescribeEventBusCommand.js +3 -3
- package/dist-es/commands/DescribeEventSourceCommand.js +3 -3
- package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -3
- package/dist-es/commands/DescribeReplayCommand.js +3 -3
- package/dist-es/commands/DescribeRuleCommand.js +3 -3
- package/dist-es/commands/DisableRuleCommand.js +2 -2
- package/dist-es/commands/EnableRuleCommand.js +2 -2
- package/dist-es/commands/ListApiDestinationsCommand.js +3 -3
- package/dist-es/commands/ListArchivesCommand.js +3 -3
- package/dist-es/commands/ListConnectionsCommand.js +3 -3
- package/dist-es/commands/ListEventBusesCommand.js +3 -3
- package/dist-es/commands/ListEventSourcesCommand.js +3 -3
- package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -3
- package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -3
- package/dist-es/commands/ListReplaysCommand.js +3 -3
- package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -3
- package/dist-es/commands/ListRulesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTargetsByRuleCommand.js +3 -3
- package/dist-es/commands/PutEventsCommand.js +3 -3
- package/dist-es/commands/PutPartnerEventsCommand.js +3 -3
- package/dist-es/commands/PutPermissionCommand.js +2 -2
- package/dist-es/commands/PutRuleCommand.js +3 -3
- package/dist-es/commands/PutTargetsCommand.js +3 -3
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/RemoveTargetsCommand.js +3 -3
- package/dist-es/commands/StartReplayCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TestEventPatternCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApiDestinationCommand.js +3 -3
- package/dist-es/commands/UpdateArchiveCommand.js +3 -3
- package/dist-es/commands/UpdateConnectionCommand.js +3 -3
- package/dist-es/models/models_0.js +151 -604
- package/dist-es/protocols/Aws_json1_1.js +409 -466
- package/dist-types/models/models_0.d.ts +604 -906
- package/dist-types/ts3.4/models/models_0.d.ts +302 -604
- package/package.json +6 -6
|
@@ -6,12 +6,6 @@ export interface ActivateEventSourceRequest {
|
|
|
6
6
|
*/
|
|
7
7
|
Name: string | undefined;
|
|
8
8
|
}
|
|
9
|
-
export declare namespace ActivateEventSourceRequest {
|
|
10
|
-
/**
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
|
-
const filterSensitiveLog: (obj: ActivateEventSourceRequest) => any;
|
|
14
|
-
}
|
|
15
9
|
/**
|
|
16
10
|
* <p>There is concurrent modification on a rule, target, archive, or replay.</p>
|
|
17
11
|
*/
|
|
@@ -121,12 +115,6 @@ export interface ApiDestination {
|
|
|
121
115
|
*/
|
|
122
116
|
LastModifiedTime?: Date;
|
|
123
117
|
}
|
|
124
|
-
export declare namespace ApiDestination {
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
const filterSensitiveLog: (obj: ApiDestination) => any;
|
|
129
|
-
}
|
|
130
118
|
export declare enum ArchiveState {
|
|
131
119
|
CREATE_FAILED = "CREATE_FAILED",
|
|
132
120
|
CREATING = "CREATING",
|
|
@@ -173,12 +161,6 @@ export interface Archive {
|
|
|
173
161
|
*/
|
|
174
162
|
CreationTime?: Date;
|
|
175
163
|
}
|
|
176
|
-
export declare namespace Archive {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
const filterSensitiveLog: (obj: Archive) => any;
|
|
181
|
-
}
|
|
182
164
|
export declare enum AssignPublicIp {
|
|
183
165
|
DISABLED = "DISABLED",
|
|
184
166
|
ENABLED = "ENABLED"
|
|
@@ -189,12 +171,6 @@ export interface CancelReplayRequest {
|
|
|
189
171
|
*/
|
|
190
172
|
ReplayName: string | undefined;
|
|
191
173
|
}
|
|
192
|
-
export declare namespace CancelReplayRequest {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
const filterSensitiveLog: (obj: CancelReplayRequest) => any;
|
|
197
|
-
}
|
|
198
174
|
export declare enum ReplayState {
|
|
199
175
|
CANCELLED = "CANCELLED",
|
|
200
176
|
CANCELLING = "CANCELLING",
|
|
@@ -217,12 +193,6 @@ export interface CancelReplayResponse {
|
|
|
217
193
|
*/
|
|
218
194
|
StateReason?: string;
|
|
219
195
|
}
|
|
220
|
-
export declare namespace CancelReplayResponse {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
|
-
const filterSensitiveLog: (obj: CancelReplayResponse) => any;
|
|
225
|
-
}
|
|
226
196
|
/**
|
|
227
197
|
* <p>An error occurred because a replay can be canceled only when the state is Running or
|
|
228
198
|
* Starting.</p>
|
|
@@ -262,12 +232,6 @@ export interface CreateApiDestinationRequest {
|
|
|
262
232
|
*/
|
|
263
233
|
InvocationRateLimitPerSecond?: number;
|
|
264
234
|
}
|
|
265
|
-
export declare namespace CreateApiDestinationRequest {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
const filterSensitiveLog: (obj: CreateApiDestinationRequest) => any;
|
|
270
|
-
}
|
|
271
235
|
export interface CreateApiDestinationResponse {
|
|
272
236
|
/**
|
|
273
237
|
* <p>The ARN of the API destination that was created by the request.</p>
|
|
@@ -286,12 +250,6 @@ export interface CreateApiDestinationResponse {
|
|
|
286
250
|
*/
|
|
287
251
|
LastModifiedTime?: Date;
|
|
288
252
|
}
|
|
289
|
-
export declare namespace CreateApiDestinationResponse {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
|
-
const filterSensitiveLog: (obj: CreateApiDestinationResponse) => any;
|
|
294
|
-
}
|
|
295
253
|
/**
|
|
296
254
|
* <p>The request failed because it attempted to create resource beyond the allowed service
|
|
297
255
|
* quota.</p>
|
|
@@ -338,12 +296,6 @@ export interface CreateArchiveRequest {
|
|
|
338
296
|
*/
|
|
339
297
|
RetentionDays?: number;
|
|
340
298
|
}
|
|
341
|
-
export declare namespace CreateArchiveRequest {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
|
-
const filterSensitiveLog: (obj: CreateArchiveRequest) => any;
|
|
346
|
-
}
|
|
347
299
|
export interface CreateArchiveResponse {
|
|
348
300
|
/**
|
|
349
301
|
* <p>The ARN of the archive that was created.</p>
|
|
@@ -362,12 +314,6 @@ export interface CreateArchiveResponse {
|
|
|
362
314
|
*/
|
|
363
315
|
CreationTime?: Date;
|
|
364
316
|
}
|
|
365
|
-
export declare namespace CreateArchiveResponse {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
|
-
const filterSensitiveLog: (obj: CreateArchiveResponse) => any;
|
|
370
|
-
}
|
|
371
317
|
/**
|
|
372
318
|
* <p>The event pattern is not valid.</p>
|
|
373
319
|
*/
|
|
@@ -397,12 +343,6 @@ export interface CreateConnectionApiKeyAuthRequestParameters {
|
|
|
397
343
|
*/
|
|
398
344
|
ApiKeyValue: string | undefined;
|
|
399
345
|
}
|
|
400
|
-
export declare namespace CreateConnectionApiKeyAuthRequestParameters {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
|
-
const filterSensitiveLog: (obj: CreateConnectionApiKeyAuthRequestParameters) => any;
|
|
405
|
-
}
|
|
406
346
|
/**
|
|
407
347
|
* <p>Contains the Basic authorization parameters to use for the connection.</p>
|
|
408
348
|
*/
|
|
@@ -416,12 +356,6 @@ export interface CreateConnectionBasicAuthRequestParameters {
|
|
|
416
356
|
*/
|
|
417
357
|
Password: string | undefined;
|
|
418
358
|
}
|
|
419
|
-
export declare namespace CreateConnectionBasicAuthRequestParameters {
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
423
|
-
const filterSensitiveLog: (obj: CreateConnectionBasicAuthRequestParameters) => any;
|
|
424
|
-
}
|
|
425
359
|
/**
|
|
426
360
|
* <p>Additional parameter included in the body. You can include up to 100 additional body
|
|
427
361
|
* parameters per request. An event payload cannot exceed 64 KB.</p>
|
|
@@ -440,12 +374,6 @@ export interface ConnectionBodyParameter {
|
|
|
440
374
|
*/
|
|
441
375
|
IsValueSecret?: boolean;
|
|
442
376
|
}
|
|
443
|
-
export declare namespace ConnectionBodyParameter {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
|
-
const filterSensitiveLog: (obj: ConnectionBodyParameter) => any;
|
|
448
|
-
}
|
|
449
377
|
/**
|
|
450
378
|
* <p>Additional parameter included in the header. You can include up to 100 additional header
|
|
451
379
|
* parameters per request. An event payload cannot exceed 64 KB.</p>
|
|
@@ -464,12 +392,6 @@ export interface ConnectionHeaderParameter {
|
|
|
464
392
|
*/
|
|
465
393
|
IsValueSecret?: boolean;
|
|
466
394
|
}
|
|
467
|
-
export declare namespace ConnectionHeaderParameter {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
|
-
const filterSensitiveLog: (obj: ConnectionHeaderParameter) => any;
|
|
472
|
-
}
|
|
473
395
|
/**
|
|
474
396
|
* <p>Additional query string parameter for the connection. You can include up to 100 additional
|
|
475
397
|
* query string parameters per request. Each additional parameter counts towards the event
|
|
@@ -489,12 +411,6 @@ export interface ConnectionQueryStringParameter {
|
|
|
489
411
|
*/
|
|
490
412
|
IsValueSecret?: boolean;
|
|
491
413
|
}
|
|
492
|
-
export declare namespace ConnectionQueryStringParameter {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
|
-
const filterSensitiveLog: (obj: ConnectionQueryStringParameter) => any;
|
|
497
|
-
}
|
|
498
414
|
/**
|
|
499
415
|
* <p>Contains additional parameters for the connection.</p>
|
|
500
416
|
*/
|
|
@@ -512,12 +428,6 @@ export interface ConnectionHttpParameters {
|
|
|
512
428
|
*/
|
|
513
429
|
BodyParameters?: ConnectionBodyParameter[];
|
|
514
430
|
}
|
|
515
|
-
export declare namespace ConnectionHttpParameters {
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
|
-
const filterSensitiveLog: (obj: ConnectionHttpParameters) => any;
|
|
520
|
-
}
|
|
521
431
|
/**
|
|
522
432
|
* <p>Contains the Basic authorization parameters to use for the connection.</p>
|
|
523
433
|
*/
|
|
@@ -532,12 +442,6 @@ export interface CreateConnectionOAuthClientRequestParameters {
|
|
|
532
442
|
*/
|
|
533
443
|
ClientSecret: string | undefined;
|
|
534
444
|
}
|
|
535
|
-
export declare namespace CreateConnectionOAuthClientRequestParameters {
|
|
536
|
-
/**
|
|
537
|
-
* @internal
|
|
538
|
-
*/
|
|
539
|
-
const filterSensitiveLog: (obj: CreateConnectionOAuthClientRequestParameters) => any;
|
|
540
|
-
}
|
|
541
445
|
export declare enum ConnectionOAuthHttpMethod {
|
|
542
446
|
GET = "GET",
|
|
543
447
|
POST = "POST",
|
|
@@ -567,12 +471,6 @@ export interface CreateConnectionOAuthRequestParameters {
|
|
|
567
471
|
*/
|
|
568
472
|
OAuthHttpParameters?: ConnectionHttpParameters;
|
|
569
473
|
}
|
|
570
|
-
export declare namespace CreateConnectionOAuthRequestParameters {
|
|
571
|
-
/**
|
|
572
|
-
* @internal
|
|
573
|
-
*/
|
|
574
|
-
const filterSensitiveLog: (obj: CreateConnectionOAuthRequestParameters) => any;
|
|
575
|
-
}
|
|
576
474
|
/**
|
|
577
475
|
* <p>Contains the authorization parameters for the connection.</p>
|
|
578
476
|
*/
|
|
@@ -600,12 +498,6 @@ export interface CreateConnectionAuthRequestParameters {
|
|
|
600
498
|
*/
|
|
601
499
|
InvocationHttpParameters?: ConnectionHttpParameters;
|
|
602
500
|
}
|
|
603
|
-
export declare namespace CreateConnectionAuthRequestParameters {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
|
-
const filterSensitiveLog: (obj: CreateConnectionAuthRequestParameters) => any;
|
|
608
|
-
}
|
|
609
501
|
export interface CreateConnectionRequest {
|
|
610
502
|
/**
|
|
611
503
|
* <p>The name for the connection to create.</p>
|
|
@@ -625,12 +517,6 @@ export interface CreateConnectionRequest {
|
|
|
625
517
|
*/
|
|
626
518
|
AuthParameters: CreateConnectionAuthRequestParameters | undefined;
|
|
627
519
|
}
|
|
628
|
-
export declare namespace CreateConnectionRequest {
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
632
|
-
const filterSensitiveLog: (obj: CreateConnectionRequest) => any;
|
|
633
|
-
}
|
|
634
520
|
export declare enum ConnectionState {
|
|
635
521
|
AUTHORIZED = "AUTHORIZED",
|
|
636
522
|
AUTHORIZING = "AUTHORIZING",
|
|
@@ -658,12 +544,6 @@ export interface CreateConnectionResponse {
|
|
|
658
544
|
*/
|
|
659
545
|
LastModifiedTime?: Date;
|
|
660
546
|
}
|
|
661
|
-
export declare namespace CreateConnectionResponse {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
|
-
const filterSensitiveLog: (obj: CreateConnectionResponse) => any;
|
|
666
|
-
}
|
|
667
547
|
/**
|
|
668
548
|
* <p>A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses
|
|
669
549
|
* support tagging.</p>
|
|
@@ -679,12 +559,6 @@ export interface Tag {
|
|
|
679
559
|
*/
|
|
680
560
|
Value: string | undefined;
|
|
681
561
|
}
|
|
682
|
-
export declare namespace Tag {
|
|
683
|
-
/**
|
|
684
|
-
* @internal
|
|
685
|
-
*/
|
|
686
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
687
|
-
}
|
|
688
562
|
export interface CreateEventBusRequest {
|
|
689
563
|
/**
|
|
690
564
|
* <p>The name of the new event bus. </p>
|
|
@@ -705,24 +579,12 @@ export interface CreateEventBusRequest {
|
|
|
705
579
|
*/
|
|
706
580
|
Tags?: Tag[];
|
|
707
581
|
}
|
|
708
|
-
export declare namespace CreateEventBusRequest {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
|
-
const filterSensitiveLog: (obj: CreateEventBusRequest) => any;
|
|
713
|
-
}
|
|
714
582
|
export interface CreateEventBusResponse {
|
|
715
583
|
/**
|
|
716
584
|
* <p>The ARN of the new event bus.</p>
|
|
717
585
|
*/
|
|
718
586
|
EventBusArn?: string;
|
|
719
587
|
}
|
|
720
|
-
export declare namespace CreateEventBusResponse {
|
|
721
|
-
/**
|
|
722
|
-
* @internal
|
|
723
|
-
*/
|
|
724
|
-
const filterSensitiveLog: (obj: CreateEventBusResponse) => any;
|
|
725
|
-
}
|
|
726
588
|
export interface CreatePartnerEventSourceRequest {
|
|
727
589
|
/**
|
|
728
590
|
* <p>The name of the partner event source. This name must be unique and must be in the format
|
|
@@ -739,48 +601,24 @@ export interface CreatePartnerEventSourceRequest {
|
|
|
739
601
|
*/
|
|
740
602
|
Account: string | undefined;
|
|
741
603
|
}
|
|
742
|
-
export declare namespace CreatePartnerEventSourceRequest {
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
*/
|
|
746
|
-
const filterSensitiveLog: (obj: CreatePartnerEventSourceRequest) => any;
|
|
747
|
-
}
|
|
748
604
|
export interface CreatePartnerEventSourceResponse {
|
|
749
605
|
/**
|
|
750
606
|
* <p>The ARN of the partner event source.</p>
|
|
751
607
|
*/
|
|
752
608
|
EventSourceArn?: string;
|
|
753
609
|
}
|
|
754
|
-
export declare namespace CreatePartnerEventSourceResponse {
|
|
755
|
-
/**
|
|
756
|
-
* @internal
|
|
757
|
-
*/
|
|
758
|
-
const filterSensitiveLog: (obj: CreatePartnerEventSourceResponse) => any;
|
|
759
|
-
}
|
|
760
610
|
export interface DeactivateEventSourceRequest {
|
|
761
611
|
/**
|
|
762
612
|
* <p>The name of the partner event source to deactivate.</p>
|
|
763
613
|
*/
|
|
764
614
|
Name: string | undefined;
|
|
765
615
|
}
|
|
766
|
-
export declare namespace DeactivateEventSourceRequest {
|
|
767
|
-
/**
|
|
768
|
-
* @internal
|
|
769
|
-
*/
|
|
770
|
-
const filterSensitiveLog: (obj: DeactivateEventSourceRequest) => any;
|
|
771
|
-
}
|
|
772
616
|
export interface DeauthorizeConnectionRequest {
|
|
773
617
|
/**
|
|
774
618
|
* <p>The name of the connection to remove authorization from.</p>
|
|
775
619
|
*/
|
|
776
620
|
Name: string | undefined;
|
|
777
621
|
}
|
|
778
|
-
export declare namespace DeauthorizeConnectionRequest {
|
|
779
|
-
/**
|
|
780
|
-
* @internal
|
|
781
|
-
*/
|
|
782
|
-
const filterSensitiveLog: (obj: DeauthorizeConnectionRequest) => any;
|
|
783
|
-
}
|
|
784
622
|
export interface DeauthorizeConnectionResponse {
|
|
785
623
|
/**
|
|
786
624
|
* <p>The ARN of the connection that authorization was removed from.</p>
|
|
@@ -803,64 +641,28 @@ export interface DeauthorizeConnectionResponse {
|
|
|
803
641
|
*/
|
|
804
642
|
LastAuthorizedTime?: Date;
|
|
805
643
|
}
|
|
806
|
-
export declare namespace DeauthorizeConnectionResponse {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
|
-
const filterSensitiveLog: (obj: DeauthorizeConnectionResponse) => any;
|
|
811
|
-
}
|
|
812
644
|
export interface DeleteApiDestinationRequest {
|
|
813
645
|
/**
|
|
814
646
|
* <p>The name of the destination to delete.</p>
|
|
815
647
|
*/
|
|
816
648
|
Name: string | undefined;
|
|
817
649
|
}
|
|
818
|
-
export declare namespace DeleteApiDestinationRequest {
|
|
819
|
-
/**
|
|
820
|
-
* @internal
|
|
821
|
-
*/
|
|
822
|
-
const filterSensitiveLog: (obj: DeleteApiDestinationRequest) => any;
|
|
823
|
-
}
|
|
824
650
|
export interface DeleteApiDestinationResponse {
|
|
825
651
|
}
|
|
826
|
-
export declare namespace DeleteApiDestinationResponse {
|
|
827
|
-
/**
|
|
828
|
-
* @internal
|
|
829
|
-
*/
|
|
830
|
-
const filterSensitiveLog: (obj: DeleteApiDestinationResponse) => any;
|
|
831
|
-
}
|
|
832
652
|
export interface DeleteArchiveRequest {
|
|
833
653
|
/**
|
|
834
654
|
* <p>The name of the archive to delete.</p>
|
|
835
655
|
*/
|
|
836
656
|
ArchiveName: string | undefined;
|
|
837
657
|
}
|
|
838
|
-
export declare namespace DeleteArchiveRequest {
|
|
839
|
-
/**
|
|
840
|
-
* @internal
|
|
841
|
-
*/
|
|
842
|
-
const filterSensitiveLog: (obj: DeleteArchiveRequest) => any;
|
|
843
|
-
}
|
|
844
658
|
export interface DeleteArchiveResponse {
|
|
845
659
|
}
|
|
846
|
-
export declare namespace DeleteArchiveResponse {
|
|
847
|
-
/**
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
850
|
-
const filterSensitiveLog: (obj: DeleteArchiveResponse) => any;
|
|
851
|
-
}
|
|
852
660
|
export interface DeleteConnectionRequest {
|
|
853
661
|
/**
|
|
854
662
|
* <p>The name of the connection to delete.</p>
|
|
855
663
|
*/
|
|
856
664
|
Name: string | undefined;
|
|
857
665
|
}
|
|
858
|
-
export declare namespace DeleteConnectionRequest {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
|
-
const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
|
|
863
|
-
}
|
|
864
666
|
export interface DeleteConnectionResponse {
|
|
865
667
|
/**
|
|
866
668
|
* <p>The ARN of the connection that was deleted.</p>
|
|
@@ -885,24 +687,12 @@ export interface DeleteConnectionResponse {
|
|
|
885
687
|
*/
|
|
886
688
|
LastAuthorizedTime?: Date;
|
|
887
689
|
}
|
|
888
|
-
export declare namespace DeleteConnectionResponse {
|
|
889
|
-
/**
|
|
890
|
-
* @internal
|
|
891
|
-
*/
|
|
892
|
-
const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
|
|
893
|
-
}
|
|
894
690
|
export interface DeleteEventBusRequest {
|
|
895
691
|
/**
|
|
896
692
|
* <p>The name of the event bus to delete.</p>
|
|
897
693
|
*/
|
|
898
694
|
Name: string | undefined;
|
|
899
695
|
}
|
|
900
|
-
export declare namespace DeleteEventBusRequest {
|
|
901
|
-
/**
|
|
902
|
-
* @internal
|
|
903
|
-
*/
|
|
904
|
-
const filterSensitiveLog: (obj: DeleteEventBusRequest) => any;
|
|
905
|
-
}
|
|
906
696
|
export interface DeletePartnerEventSourceRequest {
|
|
907
697
|
/**
|
|
908
698
|
* <p>The name of the event source to delete.</p>
|
|
@@ -913,12 +703,6 @@ export interface DeletePartnerEventSourceRequest {
|
|
|
913
703
|
*/
|
|
914
704
|
Account: string | undefined;
|
|
915
705
|
}
|
|
916
|
-
export declare namespace DeletePartnerEventSourceRequest {
|
|
917
|
-
/**
|
|
918
|
-
* @internal
|
|
919
|
-
*/
|
|
920
|
-
const filterSensitiveLog: (obj: DeletePartnerEventSourceRequest) => any;
|
|
921
|
-
}
|
|
922
706
|
export interface DeleteRuleRequest {
|
|
923
707
|
/**
|
|
924
708
|
* <p>The name of the rule.</p>
|
|
@@ -938,12 +722,6 @@ export interface DeleteRuleRequest {
|
|
|
938
722
|
*/
|
|
939
723
|
Force?: boolean;
|
|
940
724
|
}
|
|
941
|
-
export declare namespace DeleteRuleRequest {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
|
-
const filterSensitiveLog: (obj: DeleteRuleRequest) => any;
|
|
946
|
-
}
|
|
947
725
|
/**
|
|
948
726
|
* <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
|
|
949
727
|
* service. If you see this error in response to <code>DeleteRule</code> or
|
|
@@ -966,12 +744,6 @@ export interface DescribeApiDestinationRequest {
|
|
|
966
744
|
*/
|
|
967
745
|
Name: string | undefined;
|
|
968
746
|
}
|
|
969
|
-
export declare namespace DescribeApiDestinationRequest {
|
|
970
|
-
/**
|
|
971
|
-
* @internal
|
|
972
|
-
*/
|
|
973
|
-
const filterSensitiveLog: (obj: DescribeApiDestinationRequest) => any;
|
|
974
|
-
}
|
|
975
747
|
export interface DescribeApiDestinationResponse {
|
|
976
748
|
/**
|
|
977
749
|
* <p>The ARN of the API destination retrieved.</p>
|
|
@@ -1019,24 +791,12 @@ export interface DescribeApiDestinationResponse {
|
|
|
1019
791
|
*/
|
|
1020
792
|
LastModifiedTime?: Date;
|
|
1021
793
|
}
|
|
1022
|
-
export declare namespace DescribeApiDestinationResponse {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
|
-
const filterSensitiveLog: (obj: DescribeApiDestinationResponse) => any;
|
|
1027
|
-
}
|
|
1028
794
|
export interface DescribeArchiveRequest {
|
|
1029
795
|
/**
|
|
1030
796
|
* <p>The name of the archive to retrieve.</p>
|
|
1031
797
|
*/
|
|
1032
798
|
ArchiveName: string | undefined;
|
|
1033
799
|
}
|
|
1034
|
-
export declare namespace DescribeArchiveRequest {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
|
-
const filterSensitiveLog: (obj: DescribeArchiveRequest) => any;
|
|
1039
|
-
}
|
|
1040
800
|
export interface DescribeArchiveResponse {
|
|
1041
801
|
/**
|
|
1042
802
|
* <p>The ARN of the archive.</p>
|
|
@@ -1083,24 +843,12 @@ export interface DescribeArchiveResponse {
|
|
|
1083
843
|
*/
|
|
1084
844
|
CreationTime?: Date;
|
|
1085
845
|
}
|
|
1086
|
-
export declare namespace DescribeArchiveResponse {
|
|
1087
|
-
/**
|
|
1088
|
-
* @internal
|
|
1089
|
-
*/
|
|
1090
|
-
const filterSensitiveLog: (obj: DescribeArchiveResponse) => any;
|
|
1091
|
-
}
|
|
1092
846
|
export interface DescribeConnectionRequest {
|
|
1093
847
|
/**
|
|
1094
848
|
* <p>The name of the connection to retrieve.</p>
|
|
1095
849
|
*/
|
|
1096
850
|
Name: string | undefined;
|
|
1097
851
|
}
|
|
1098
|
-
export declare namespace DescribeConnectionRequest {
|
|
1099
|
-
/**
|
|
1100
|
-
* @internal
|
|
1101
|
-
*/
|
|
1102
|
-
const filterSensitiveLog: (obj: DescribeConnectionRequest) => any;
|
|
1103
|
-
}
|
|
1104
852
|
/**
|
|
1105
853
|
* <p>Contains the authorization parameters for the connection if API Key is specified as the
|
|
1106
854
|
* authorization type.</p>
|
|
@@ -1112,12 +860,6 @@ export interface ConnectionApiKeyAuthResponseParameters {
|
|
|
1112
860
|
*/
|
|
1113
861
|
ApiKeyName?: string;
|
|
1114
862
|
}
|
|
1115
|
-
export declare namespace ConnectionApiKeyAuthResponseParameters {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
|
-
const filterSensitiveLog: (obj: ConnectionApiKeyAuthResponseParameters) => any;
|
|
1120
|
-
}
|
|
1121
863
|
/**
|
|
1122
864
|
* <p>Contains the authorization parameters for the connection if Basic is specified as the
|
|
1123
865
|
* authorization type.</p>
|
|
@@ -1128,12 +870,6 @@ export interface ConnectionBasicAuthResponseParameters {
|
|
|
1128
870
|
*/
|
|
1129
871
|
Username?: string;
|
|
1130
872
|
}
|
|
1131
|
-
export declare namespace ConnectionBasicAuthResponseParameters {
|
|
1132
|
-
/**
|
|
1133
|
-
* @internal
|
|
1134
|
-
*/
|
|
1135
|
-
const filterSensitiveLog: (obj: ConnectionBasicAuthResponseParameters) => any;
|
|
1136
|
-
}
|
|
1137
873
|
/**
|
|
1138
874
|
* <p>Contains the client response parameters for the connection when OAuth is specified as the
|
|
1139
875
|
* authorization type.</p>
|
|
@@ -1144,12 +880,6 @@ export interface ConnectionOAuthClientResponseParameters {
|
|
|
1144
880
|
*/
|
|
1145
881
|
ClientID?: string;
|
|
1146
882
|
}
|
|
1147
|
-
export declare namespace ConnectionOAuthClientResponseParameters {
|
|
1148
|
-
/**
|
|
1149
|
-
* @internal
|
|
1150
|
-
*/
|
|
1151
|
-
const filterSensitiveLog: (obj: ConnectionOAuthClientResponseParameters) => any;
|
|
1152
|
-
}
|
|
1153
883
|
/**
|
|
1154
884
|
* <p>Contains the response parameters when OAuth is specified as the authorization type.</p>
|
|
1155
885
|
*/
|
|
@@ -1172,12 +902,6 @@ export interface ConnectionOAuthResponseParameters {
|
|
|
1172
902
|
*/
|
|
1173
903
|
OAuthHttpParameters?: ConnectionHttpParameters;
|
|
1174
904
|
}
|
|
1175
|
-
export declare namespace ConnectionOAuthResponseParameters {
|
|
1176
|
-
/**
|
|
1177
|
-
* @internal
|
|
1178
|
-
*/
|
|
1179
|
-
const filterSensitiveLog: (obj: ConnectionOAuthResponseParameters) => any;
|
|
1180
|
-
}
|
|
1181
905
|
/**
|
|
1182
906
|
* <p>Contains the authorization parameters to use for the connection.</p>
|
|
1183
907
|
*/
|
|
@@ -1200,12 +924,6 @@ export interface ConnectionAuthResponseParameters {
|
|
|
1200
924
|
*/
|
|
1201
925
|
InvocationHttpParameters?: ConnectionHttpParameters;
|
|
1202
926
|
}
|
|
1203
|
-
export declare namespace ConnectionAuthResponseParameters {
|
|
1204
|
-
/**
|
|
1205
|
-
* @internal
|
|
1206
|
-
*/
|
|
1207
|
-
const filterSensitiveLog: (obj: ConnectionAuthResponseParameters) => any;
|
|
1208
|
-
}
|
|
1209
927
|
export interface DescribeConnectionResponse {
|
|
1210
928
|
/**
|
|
1211
929
|
* <p>The ARN of the connection retrieved.</p>
|
|
@@ -1253,12 +971,6 @@ export interface DescribeConnectionResponse {
|
|
|
1253
971
|
*/
|
|
1254
972
|
LastAuthorizedTime?: Date;
|
|
1255
973
|
}
|
|
1256
|
-
export declare namespace DescribeConnectionResponse {
|
|
1257
|
-
/**
|
|
1258
|
-
* @internal
|
|
1259
|
-
*/
|
|
1260
|
-
const filterSensitiveLog: (obj: DescribeConnectionResponse) => any;
|
|
1261
|
-
}
|
|
1262
974
|
export interface DescribeEventBusRequest {
|
|
1263
975
|
/**
|
|
1264
976
|
* <p>The name or ARN of the event bus to show details for. If you omit this, the default event
|
|
@@ -1266,12 +978,6 @@ export interface DescribeEventBusRequest {
|
|
|
1266
978
|
*/
|
|
1267
979
|
Name?: string;
|
|
1268
980
|
}
|
|
1269
|
-
export declare namespace DescribeEventBusRequest {
|
|
1270
|
-
/**
|
|
1271
|
-
* @internal
|
|
1272
|
-
*/
|
|
1273
|
-
const filterSensitiveLog: (obj: DescribeEventBusRequest) => any;
|
|
1274
|
-
}
|
|
1275
981
|
export interface DescribeEventBusResponse {
|
|
1276
982
|
/**
|
|
1277
983
|
* <p>The name of the event bus. Currently, this is always <code>default</code>.</p>
|
|
@@ -1287,24 +993,12 @@ export interface DescribeEventBusResponse {
|
|
|
1287
993
|
*/
|
|
1288
994
|
Policy?: string;
|
|
1289
995
|
}
|
|
1290
|
-
export declare namespace DescribeEventBusResponse {
|
|
1291
|
-
/**
|
|
1292
|
-
* @internal
|
|
1293
|
-
*/
|
|
1294
|
-
const filterSensitiveLog: (obj: DescribeEventBusResponse) => any;
|
|
1295
|
-
}
|
|
1296
996
|
export interface DescribeEventSourceRequest {
|
|
1297
997
|
/**
|
|
1298
998
|
* <p>The name of the partner event source to display the details of.</p>
|
|
1299
999
|
*/
|
|
1300
1000
|
Name: string | undefined;
|
|
1301
1001
|
}
|
|
1302
|
-
export declare namespace DescribeEventSourceRequest {
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
|
-
const filterSensitiveLog: (obj: DescribeEventSourceRequest) => any;
|
|
1307
|
-
}
|
|
1308
1002
|
export declare enum EventSourceState {
|
|
1309
1003
|
ACTIVE = "ACTIVE",
|
|
1310
1004
|
DELETED = "DELETED",
|
|
@@ -1340,24 +1034,12 @@ export interface DescribeEventSourceResponse {
|
|
|
1340
1034
|
*/
|
|
1341
1035
|
State?: EventSourceState | string;
|
|
1342
1036
|
}
|
|
1343
|
-
export declare namespace DescribeEventSourceResponse {
|
|
1344
|
-
/**
|
|
1345
|
-
* @internal
|
|
1346
|
-
*/
|
|
1347
|
-
const filterSensitiveLog: (obj: DescribeEventSourceResponse) => any;
|
|
1348
|
-
}
|
|
1349
1037
|
export interface DescribePartnerEventSourceRequest {
|
|
1350
1038
|
/**
|
|
1351
1039
|
* <p>The name of the event source to display.</p>
|
|
1352
1040
|
*/
|
|
1353
1041
|
Name: string | undefined;
|
|
1354
1042
|
}
|
|
1355
|
-
export declare namespace DescribePartnerEventSourceRequest {
|
|
1356
|
-
/**
|
|
1357
|
-
* @internal
|
|
1358
|
-
*/
|
|
1359
|
-
const filterSensitiveLog: (obj: DescribePartnerEventSourceRequest) => any;
|
|
1360
|
-
}
|
|
1361
1043
|
export interface DescribePartnerEventSourceResponse {
|
|
1362
1044
|
/**
|
|
1363
1045
|
* <p>The ARN of the event source.</p>
|
|
@@ -1368,24 +1050,12 @@ export interface DescribePartnerEventSourceResponse {
|
|
|
1368
1050
|
*/
|
|
1369
1051
|
Name?: string;
|
|
1370
1052
|
}
|
|
1371
|
-
export declare namespace DescribePartnerEventSourceResponse {
|
|
1372
|
-
/**
|
|
1373
|
-
* @internal
|
|
1374
|
-
*/
|
|
1375
|
-
const filterSensitiveLog: (obj: DescribePartnerEventSourceResponse) => any;
|
|
1376
|
-
}
|
|
1377
1053
|
export interface DescribeReplayRequest {
|
|
1378
1054
|
/**
|
|
1379
1055
|
* <p>The name of the replay to retrieve.</p>
|
|
1380
1056
|
*/
|
|
1381
1057
|
ReplayName: string | undefined;
|
|
1382
1058
|
}
|
|
1383
|
-
export declare namespace DescribeReplayRequest {
|
|
1384
|
-
/**
|
|
1385
|
-
* @internal
|
|
1386
|
-
*/
|
|
1387
|
-
const filterSensitiveLog: (obj: DescribeReplayRequest) => any;
|
|
1388
|
-
}
|
|
1389
1059
|
/**
|
|
1390
1060
|
* <p>A <code>ReplayDestination</code> object that contains details about a replay.</p>
|
|
1391
1061
|
*/
|
|
@@ -1400,12 +1070,6 @@ export interface ReplayDestination {
|
|
|
1400
1070
|
*/
|
|
1401
1071
|
FilterArns?: string[];
|
|
1402
1072
|
}
|
|
1403
|
-
export declare namespace ReplayDestination {
|
|
1404
|
-
/**
|
|
1405
|
-
* @internal
|
|
1406
|
-
*/
|
|
1407
|
-
const filterSensitiveLog: (obj: ReplayDestination) => any;
|
|
1408
|
-
}
|
|
1409
1073
|
export interface DescribeReplayResponse {
|
|
1410
1074
|
/**
|
|
1411
1075
|
* <p>The name of the replay.</p>
|
|
@@ -1456,12 +1120,6 @@ export interface DescribeReplayResponse {
|
|
|
1456
1120
|
*/
|
|
1457
1121
|
ReplayEndTime?: Date;
|
|
1458
1122
|
}
|
|
1459
|
-
export declare namespace DescribeReplayResponse {
|
|
1460
|
-
/**
|
|
1461
|
-
* @internal
|
|
1462
|
-
*/
|
|
1463
|
-
const filterSensitiveLog: (obj: DescribeReplayResponse) => any;
|
|
1464
|
-
}
|
|
1465
1123
|
export interface DescribeRuleRequest {
|
|
1466
1124
|
/**
|
|
1467
1125
|
* <p>The name of the rule.</p>
|
|
@@ -1473,12 +1131,6 @@ export interface DescribeRuleRequest {
|
|
|
1473
1131
|
*/
|
|
1474
1132
|
EventBusName?: string;
|
|
1475
1133
|
}
|
|
1476
|
-
export declare namespace DescribeRuleRequest {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
|
-
const filterSensitiveLog: (obj: DescribeRuleRequest) => any;
|
|
1481
|
-
}
|
|
1482
1134
|
export declare enum RuleState {
|
|
1483
1135
|
DISABLED = "DISABLED",
|
|
1484
1136
|
ENABLED = "ENABLED"
|
|
@@ -1531,12 +1183,6 @@ export interface DescribeRuleResponse {
|
|
|
1531
1183
|
*/
|
|
1532
1184
|
CreatedBy?: string;
|
|
1533
1185
|
}
|
|
1534
|
-
export declare namespace DescribeRuleResponse {
|
|
1535
|
-
/**
|
|
1536
|
-
* @internal
|
|
1537
|
-
*/
|
|
1538
|
-
const filterSensitiveLog: (obj: DescribeRuleResponse) => any;
|
|
1539
|
-
}
|
|
1540
1186
|
export interface DisableRuleRequest {
|
|
1541
1187
|
/**
|
|
1542
1188
|
* <p>The name of the rule.</p>
|
|
@@ -1548,12 +1194,6 @@ export interface DisableRuleRequest {
|
|
|
1548
1194
|
*/
|
|
1549
1195
|
EventBusName?: string;
|
|
1550
1196
|
}
|
|
1551
|
-
export declare namespace DisableRuleRequest {
|
|
1552
|
-
/**
|
|
1553
|
-
* @internal
|
|
1554
|
-
*/
|
|
1555
|
-
const filterSensitiveLog: (obj: DisableRuleRequest) => any;
|
|
1556
|
-
}
|
|
1557
1197
|
export interface EnableRuleRequest {
|
|
1558
1198
|
/**
|
|
1559
1199
|
* <p>The name of the rule.</p>
|
|
@@ -1565,12 +1205,6 @@ export interface EnableRuleRequest {
|
|
|
1565
1205
|
*/
|
|
1566
1206
|
EventBusName?: string;
|
|
1567
1207
|
}
|
|
1568
|
-
export declare namespace EnableRuleRequest {
|
|
1569
|
-
/**
|
|
1570
|
-
* @internal
|
|
1571
|
-
*/
|
|
1572
|
-
const filterSensitiveLog: (obj: EnableRuleRequest) => any;
|
|
1573
|
-
}
|
|
1574
1208
|
export interface ListApiDestinationsRequest {
|
|
1575
1209
|
/**
|
|
1576
1210
|
* <p>A name prefix to filter results returned. Only API destinations with a name that starts
|
|
@@ -1590,12 +1224,6 @@ export interface ListApiDestinationsRequest {
|
|
|
1590
1224
|
*/
|
|
1591
1225
|
Limit?: number;
|
|
1592
1226
|
}
|
|
1593
|
-
export declare namespace ListApiDestinationsRequest {
|
|
1594
|
-
/**
|
|
1595
|
-
* @internal
|
|
1596
|
-
*/
|
|
1597
|
-
const filterSensitiveLog: (obj: ListApiDestinationsRequest) => any;
|
|
1598
|
-
}
|
|
1599
1227
|
export interface ListApiDestinationsResponse {
|
|
1600
1228
|
/**
|
|
1601
1229
|
* <p>An array of <code>ApiDestination</code> objects that include information about an API
|
|
@@ -1607,12 +1235,6 @@ export interface ListApiDestinationsResponse {
|
|
|
1607
1235
|
*/
|
|
1608
1236
|
NextToken?: string;
|
|
1609
1237
|
}
|
|
1610
|
-
export declare namespace ListApiDestinationsResponse {
|
|
1611
|
-
/**
|
|
1612
|
-
* @internal
|
|
1613
|
-
*/
|
|
1614
|
-
const filterSensitiveLog: (obj: ListApiDestinationsResponse) => any;
|
|
1615
|
-
}
|
|
1616
1238
|
export interface ListArchivesRequest {
|
|
1617
1239
|
/**
|
|
1618
1240
|
* <p>A name prefix to filter the archives returned. Only archives with name that match the
|
|
@@ -1636,12 +1258,6 @@ export interface ListArchivesRequest {
|
|
|
1636
1258
|
*/
|
|
1637
1259
|
Limit?: number;
|
|
1638
1260
|
}
|
|
1639
|
-
export declare namespace ListArchivesRequest {
|
|
1640
|
-
/**
|
|
1641
|
-
* @internal
|
|
1642
|
-
*/
|
|
1643
|
-
const filterSensitiveLog: (obj: ListArchivesRequest) => any;
|
|
1644
|
-
}
|
|
1645
1261
|
export interface ListArchivesResponse {
|
|
1646
1262
|
/**
|
|
1647
1263
|
* <p>An array of <code>Archive</code> objects that include details about an archive.</p>
|
|
@@ -1652,12 +1268,6 @@ export interface ListArchivesResponse {
|
|
|
1652
1268
|
*/
|
|
1653
1269
|
NextToken?: string;
|
|
1654
1270
|
}
|
|
1655
|
-
export declare namespace ListArchivesResponse {
|
|
1656
|
-
/**
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
1659
|
-
const filterSensitiveLog: (obj: ListArchivesResponse) => any;
|
|
1660
|
-
}
|
|
1661
1271
|
export interface ListConnectionsRequest {
|
|
1662
1272
|
/**
|
|
1663
1273
|
* <p>A name prefix to filter results returned. Only connections with a name that starts with
|
|
@@ -1677,12 +1287,6 @@ export interface ListConnectionsRequest {
|
|
|
1677
1287
|
*/
|
|
1678
1288
|
Limit?: number;
|
|
1679
1289
|
}
|
|
1680
|
-
export declare namespace ListConnectionsRequest {
|
|
1681
|
-
/**
|
|
1682
|
-
* @internal
|
|
1683
|
-
*/
|
|
1684
|
-
const filterSensitiveLog: (obj: ListConnectionsRequest) => any;
|
|
1685
|
-
}
|
|
1686
1290
|
/**
|
|
1687
1291
|
* <p>Contains information about a connection.</p>
|
|
1688
1292
|
*/
|
|
@@ -1720,12 +1324,6 @@ export interface Connection {
|
|
|
1720
1324
|
*/
|
|
1721
1325
|
LastAuthorizedTime?: Date;
|
|
1722
1326
|
}
|
|
1723
|
-
export declare namespace Connection {
|
|
1724
|
-
/**
|
|
1725
|
-
* @internal
|
|
1726
|
-
*/
|
|
1727
|
-
const filterSensitiveLog: (obj: Connection) => any;
|
|
1728
|
-
}
|
|
1729
1327
|
export interface ListConnectionsResponse {
|
|
1730
1328
|
/**
|
|
1731
1329
|
* <p>An array of connections objects that include details about the connections.</p>
|
|
@@ -1736,12 +1334,6 @@ export interface ListConnectionsResponse {
|
|
|
1736
1334
|
*/
|
|
1737
1335
|
NextToken?: string;
|
|
1738
1336
|
}
|
|
1739
|
-
export declare namespace ListConnectionsResponse {
|
|
1740
|
-
/**
|
|
1741
|
-
* @internal
|
|
1742
|
-
*/
|
|
1743
|
-
const filterSensitiveLog: (obj: ListConnectionsResponse) => any;
|
|
1744
|
-
}
|
|
1745
1337
|
export interface ListEventBusesRequest {
|
|
1746
1338
|
/**
|
|
1747
1339
|
* <p>Specifying this limits the results to only those event buses with names that start with
|
|
@@ -1759,12 +1351,6 @@ export interface ListEventBusesRequest {
|
|
|
1759
1351
|
*/
|
|
1760
1352
|
Limit?: number;
|
|
1761
1353
|
}
|
|
1762
|
-
export declare namespace ListEventBusesRequest {
|
|
1763
|
-
/**
|
|
1764
|
-
* @internal
|
|
1765
|
-
*/
|
|
1766
|
-
const filterSensitiveLog: (obj: ListEventBusesRequest) => any;
|
|
1767
|
-
}
|
|
1768
1354
|
/**
|
|
1769
1355
|
* <p>An event bus receives events from a source and routes them to rules associated with that
|
|
1770
1356
|
* event bus. Your account's default event bus receives events from Amazon Web Services services. A custom event
|
|
@@ -1787,12 +1373,6 @@ export interface EventBus {
|
|
|
1787
1373
|
*/
|
|
1788
1374
|
Policy?: string;
|
|
1789
1375
|
}
|
|
1790
|
-
export declare namespace EventBus {
|
|
1791
|
-
/**
|
|
1792
|
-
* @internal
|
|
1793
|
-
*/
|
|
1794
|
-
const filterSensitiveLog: (obj: EventBus) => any;
|
|
1795
|
-
}
|
|
1796
1376
|
export interface ListEventBusesResponse {
|
|
1797
1377
|
/**
|
|
1798
1378
|
* <p>This list of event buses.</p>
|
|
@@ -1803,12 +1383,6 @@ export interface ListEventBusesResponse {
|
|
|
1803
1383
|
*/
|
|
1804
1384
|
NextToken?: string;
|
|
1805
1385
|
}
|
|
1806
|
-
export declare namespace ListEventBusesResponse {
|
|
1807
|
-
/**
|
|
1808
|
-
* @internal
|
|
1809
|
-
*/
|
|
1810
|
-
const filterSensitiveLog: (obj: ListEventBusesResponse) => any;
|
|
1811
|
-
}
|
|
1812
1386
|
export interface ListEventSourcesRequest {
|
|
1813
1387
|
/**
|
|
1814
1388
|
* <p>Specifying this limits the results to only those partner event sources with names that
|
|
@@ -1826,12 +1400,6 @@ export interface ListEventSourcesRequest {
|
|
|
1826
1400
|
*/
|
|
1827
1401
|
Limit?: number;
|
|
1828
1402
|
}
|
|
1829
|
-
export declare namespace ListEventSourcesRequest {
|
|
1830
|
-
/**
|
|
1831
|
-
* @internal
|
|
1832
|
-
*/
|
|
1833
|
-
const filterSensitiveLog: (obj: ListEventSourcesRequest) => any;
|
|
1834
|
-
}
|
|
1835
1403
|
/**
|
|
1836
1404
|
* <p>A partner event source is created by an SaaS partner. If a customer creates a partner
|
|
1837
1405
|
* event bus that matches this event source, that Amazon Web Services account can receive events from the
|
|
@@ -1867,12 +1435,6 @@ export interface EventSource {
|
|
|
1867
1435
|
*/
|
|
1868
1436
|
State?: EventSourceState | string;
|
|
1869
1437
|
}
|
|
1870
|
-
export declare namespace EventSource {
|
|
1871
|
-
/**
|
|
1872
|
-
* @internal
|
|
1873
|
-
*/
|
|
1874
|
-
const filterSensitiveLog: (obj: EventSource) => any;
|
|
1875
|
-
}
|
|
1876
1438
|
export interface ListEventSourcesResponse {
|
|
1877
1439
|
/**
|
|
1878
1440
|
* <p>The list of event sources.</p>
|
|
@@ -1883,12 +1445,6 @@ export interface ListEventSourcesResponse {
|
|
|
1883
1445
|
*/
|
|
1884
1446
|
NextToken?: string;
|
|
1885
1447
|
}
|
|
1886
|
-
export declare namespace ListEventSourcesResponse {
|
|
1887
|
-
/**
|
|
1888
|
-
* @internal
|
|
1889
|
-
*/
|
|
1890
|
-
const filterSensitiveLog: (obj: ListEventSourcesResponse) => any;
|
|
1891
|
-
}
|
|
1892
1448
|
export interface ListPartnerEventSourceAccountsRequest {
|
|
1893
1449
|
/**
|
|
1894
1450
|
* <p>The name of the partner event source to display account information about.</p>
|
|
@@ -1906,12 +1462,6 @@ export interface ListPartnerEventSourceAccountsRequest {
|
|
|
1906
1462
|
*/
|
|
1907
1463
|
Limit?: number;
|
|
1908
1464
|
}
|
|
1909
|
-
export declare namespace ListPartnerEventSourceAccountsRequest {
|
|
1910
|
-
/**
|
|
1911
|
-
* @internal
|
|
1912
|
-
*/
|
|
1913
|
-
const filterSensitiveLog: (obj: ListPartnerEventSourceAccountsRequest) => any;
|
|
1914
|
-
}
|
|
1915
1465
|
/**
|
|
1916
1466
|
* <p>The Amazon Web Services account that a partner event source has been offered to.</p>
|
|
1917
1467
|
*/
|
|
@@ -1937,12 +1487,6 @@ export interface PartnerEventSourceAccount {
|
|
|
1937
1487
|
*/
|
|
1938
1488
|
State?: EventSourceState | string;
|
|
1939
1489
|
}
|
|
1940
|
-
export declare namespace PartnerEventSourceAccount {
|
|
1941
|
-
/**
|
|
1942
|
-
* @internal
|
|
1943
|
-
*/
|
|
1944
|
-
const filterSensitiveLog: (obj: PartnerEventSourceAccount) => any;
|
|
1945
|
-
}
|
|
1946
1490
|
export interface ListPartnerEventSourceAccountsResponse {
|
|
1947
1491
|
/**
|
|
1948
1492
|
* <p>The list of partner event sources returned by the operation.</p>
|
|
@@ -1953,12 +1497,6 @@ export interface ListPartnerEventSourceAccountsResponse {
|
|
|
1953
1497
|
*/
|
|
1954
1498
|
NextToken?: string;
|
|
1955
1499
|
}
|
|
1956
|
-
export declare namespace ListPartnerEventSourceAccountsResponse {
|
|
1957
|
-
/**
|
|
1958
|
-
* @internal
|
|
1959
|
-
*/
|
|
1960
|
-
const filterSensitiveLog: (obj: ListPartnerEventSourceAccountsResponse) => any;
|
|
1961
|
-
}
|
|
1962
1500
|
export interface ListPartnerEventSourcesRequest {
|
|
1963
1501
|
/**
|
|
1964
1502
|
* <p>If you specify this, the results are limited to only those partner event sources that
|
|
@@ -1977,12 +1515,6 @@ export interface ListPartnerEventSourcesRequest {
|
|
|
1977
1515
|
*/
|
|
1978
1516
|
Limit?: number;
|
|
1979
1517
|
}
|
|
1980
|
-
export declare namespace ListPartnerEventSourcesRequest {
|
|
1981
|
-
/**
|
|
1982
|
-
* @internal
|
|
1983
|
-
*/
|
|
1984
|
-
const filterSensitiveLog: (obj: ListPartnerEventSourcesRequest) => any;
|
|
1985
|
-
}
|
|
1986
1518
|
/**
|
|
1987
1519
|
* <p>A partner event source is created by an SaaS partner. If a customer creates a partner
|
|
1988
1520
|
* event bus that matches this event source, that Amazon Web Services account can receive events from the
|
|
@@ -1998,12 +1530,6 @@ export interface PartnerEventSource {
|
|
|
1998
1530
|
*/
|
|
1999
1531
|
Name?: string;
|
|
2000
1532
|
}
|
|
2001
|
-
export declare namespace PartnerEventSource {
|
|
2002
|
-
/**
|
|
2003
|
-
* @internal
|
|
2004
|
-
*/
|
|
2005
|
-
const filterSensitiveLog: (obj: PartnerEventSource) => any;
|
|
2006
|
-
}
|
|
2007
1533
|
export interface ListPartnerEventSourcesResponse {
|
|
2008
1534
|
/**
|
|
2009
1535
|
* <p>The list of partner event sources returned by the operation.</p>
|
|
@@ -2014,12 +1540,6 @@ export interface ListPartnerEventSourcesResponse {
|
|
|
2014
1540
|
*/
|
|
2015
1541
|
NextToken?: string;
|
|
2016
1542
|
}
|
|
2017
|
-
export declare namespace ListPartnerEventSourcesResponse {
|
|
2018
|
-
/**
|
|
2019
|
-
* @internal
|
|
2020
|
-
*/
|
|
2021
|
-
const filterSensitiveLog: (obj: ListPartnerEventSourcesResponse) => any;
|
|
2022
|
-
}
|
|
2023
1543
|
export interface ListReplaysRequest {
|
|
2024
1544
|
/**
|
|
2025
1545
|
* <p>A name prefix to filter the replays returned. Only replays with name that match the prefix
|
|
@@ -2043,12 +1563,6 @@ export interface ListReplaysRequest {
|
|
|
2043
1563
|
*/
|
|
2044
1564
|
Limit?: number;
|
|
2045
1565
|
}
|
|
2046
|
-
export declare namespace ListReplaysRequest {
|
|
2047
|
-
/**
|
|
2048
|
-
* @internal
|
|
2049
|
-
*/
|
|
2050
|
-
const filterSensitiveLog: (obj: ListReplaysRequest) => any;
|
|
2051
|
-
}
|
|
2052
1566
|
/**
|
|
2053
1567
|
* <p>A <code>Replay</code> object that contains details about a replay.</p>
|
|
2054
1568
|
*/
|
|
@@ -2092,12 +1606,6 @@ export interface Replay {
|
|
|
2092
1606
|
*/
|
|
2093
1607
|
ReplayEndTime?: Date;
|
|
2094
1608
|
}
|
|
2095
|
-
export declare namespace Replay {
|
|
2096
|
-
/**
|
|
2097
|
-
* @internal
|
|
2098
|
-
*/
|
|
2099
|
-
const filterSensitiveLog: (obj: Replay) => any;
|
|
2100
|
-
}
|
|
2101
1609
|
export interface ListReplaysResponse {
|
|
2102
1610
|
/**
|
|
2103
1611
|
* <p>An array of <code>Replay</code> objects that contain information about the replay.</p>
|
|
@@ -2108,12 +1616,6 @@ export interface ListReplaysResponse {
|
|
|
2108
1616
|
*/
|
|
2109
1617
|
NextToken?: string;
|
|
2110
1618
|
}
|
|
2111
|
-
export declare namespace ListReplaysResponse {
|
|
2112
|
-
/**
|
|
2113
|
-
* @internal
|
|
2114
|
-
*/
|
|
2115
|
-
const filterSensitiveLog: (obj: ListReplaysResponse) => any;
|
|
2116
|
-
}
|
|
2117
1619
|
export interface ListRuleNamesByTargetRequest {
|
|
2118
1620
|
/**
|
|
2119
1621
|
* <p>The Amazon Resource Name (ARN) of the target resource.</p>
|
|
@@ -2133,12 +1635,6 @@ export interface ListRuleNamesByTargetRequest {
|
|
|
2133
1635
|
*/
|
|
2134
1636
|
Limit?: number;
|
|
2135
1637
|
}
|
|
2136
|
-
export declare namespace ListRuleNamesByTargetRequest {
|
|
2137
|
-
/**
|
|
2138
|
-
* @internal
|
|
2139
|
-
*/
|
|
2140
|
-
const filterSensitiveLog: (obj: ListRuleNamesByTargetRequest) => any;
|
|
2141
|
-
}
|
|
2142
1638
|
export interface ListRuleNamesByTargetResponse {
|
|
2143
1639
|
/**
|
|
2144
1640
|
* <p>The names of the rules that can invoke the given target.</p>
|
|
@@ -2150,12 +1646,6 @@ export interface ListRuleNamesByTargetResponse {
|
|
|
2150
1646
|
*/
|
|
2151
1647
|
NextToken?: string;
|
|
2152
1648
|
}
|
|
2153
|
-
export declare namespace ListRuleNamesByTargetResponse {
|
|
2154
|
-
/**
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
2157
|
-
const filterSensitiveLog: (obj: ListRuleNamesByTargetResponse) => any;
|
|
2158
|
-
}
|
|
2159
1649
|
export interface ListRulesRequest {
|
|
2160
1650
|
/**
|
|
2161
1651
|
* <p>The prefix matching the rule name.</p>
|
|
@@ -2175,12 +1665,6 @@ export interface ListRulesRequest {
|
|
|
2175
1665
|
*/
|
|
2176
1666
|
Limit?: number;
|
|
2177
1667
|
}
|
|
2178
|
-
export declare namespace ListRulesRequest {
|
|
2179
|
-
/**
|
|
2180
|
-
* @internal
|
|
2181
|
-
*/
|
|
2182
|
-
const filterSensitiveLog: (obj: ListRulesRequest) => any;
|
|
2183
|
-
}
|
|
2184
1668
|
/**
|
|
2185
1669
|
* <p>Contains information about a rule in Amazon EventBridge.</p>
|
|
2186
1670
|
*/
|
|
@@ -2229,12 +1713,6 @@ export interface Rule {
|
|
|
2229
1713
|
*/
|
|
2230
1714
|
EventBusName?: string;
|
|
2231
1715
|
}
|
|
2232
|
-
export declare namespace Rule {
|
|
2233
|
-
/**
|
|
2234
|
-
* @internal
|
|
2235
|
-
*/
|
|
2236
|
-
const filterSensitiveLog: (obj: Rule) => any;
|
|
2237
|
-
}
|
|
2238
1716
|
export interface ListRulesResponse {
|
|
2239
1717
|
/**
|
|
2240
1718
|
* <p>The rules that match the specified criteria.</p>
|
|
@@ -2246,36 +1724,18 @@ export interface ListRulesResponse {
|
|
|
2246
1724
|
*/
|
|
2247
1725
|
NextToken?: string;
|
|
2248
1726
|
}
|
|
2249
|
-
export declare namespace ListRulesResponse {
|
|
2250
|
-
/**
|
|
2251
|
-
* @internal
|
|
2252
|
-
*/
|
|
2253
|
-
const filterSensitiveLog: (obj: ListRulesResponse) => any;
|
|
2254
|
-
}
|
|
2255
1727
|
export interface ListTagsForResourceRequest {
|
|
2256
1728
|
/**
|
|
2257
1729
|
* <p>The ARN of the EventBridge resource for which you want to view tags.</p>
|
|
2258
1730
|
*/
|
|
2259
1731
|
ResourceARN: string | undefined;
|
|
2260
1732
|
}
|
|
2261
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2262
|
-
/**
|
|
2263
|
-
* @internal
|
|
2264
|
-
*/
|
|
2265
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2266
|
-
}
|
|
2267
1733
|
export interface ListTagsForResourceResponse {
|
|
2268
1734
|
/**
|
|
2269
1735
|
* <p>The list of tag keys and values associated with the resource you specified</p>
|
|
2270
1736
|
*/
|
|
2271
1737
|
Tags?: Tag[];
|
|
2272
1738
|
}
|
|
2273
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2274
|
-
/**
|
|
2275
|
-
* @internal
|
|
2276
|
-
*/
|
|
2277
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2278
|
-
}
|
|
2279
1739
|
export interface ListTargetsByRuleRequest {
|
|
2280
1740
|
/**
|
|
2281
1741
|
* <p>The name of the rule.</p>
|
|
@@ -2295,12 +1755,6 @@ export interface ListTargetsByRuleRequest {
|
|
|
2295
1755
|
*/
|
|
2296
1756
|
Limit?: number;
|
|
2297
1757
|
}
|
|
2298
|
-
export declare namespace ListTargetsByRuleRequest {
|
|
2299
|
-
/**
|
|
2300
|
-
* @internal
|
|
2301
|
-
*/
|
|
2302
|
-
const filterSensitiveLog: (obj: ListTargetsByRuleRequest) => any;
|
|
2303
|
-
}
|
|
2304
1758
|
/**
|
|
2305
1759
|
* <p>The array properties for the submitted job, such as the size of the array. The array size
|
|
2306
1760
|
* can be between 2 and 10,000. If you specify array properties for a job, it becomes an array
|
|
@@ -2313,12 +1767,6 @@ export interface BatchArrayProperties {
|
|
|
2313
1767
|
*/
|
|
2314
1768
|
Size?: number;
|
|
2315
1769
|
}
|
|
2316
|
-
export declare namespace BatchArrayProperties {
|
|
2317
|
-
/**
|
|
2318
|
-
* @internal
|
|
2319
|
-
*/
|
|
2320
|
-
const filterSensitiveLog: (obj: BatchArrayProperties) => any;
|
|
2321
|
-
}
|
|
2322
1770
|
/**
|
|
2323
1771
|
* <p>The retry strategy to use for failed jobs, if the target is an Batch job. If you
|
|
2324
1772
|
* specify a retry strategy here, it overrides the retry strategy defined in the job
|
|
@@ -2330,12 +1778,6 @@ export interface BatchRetryStrategy {
|
|
|
2330
1778
|
*/
|
|
2331
1779
|
Attempts?: number;
|
|
2332
1780
|
}
|
|
2333
|
-
export declare namespace BatchRetryStrategy {
|
|
2334
|
-
/**
|
|
2335
|
-
* @internal
|
|
2336
|
-
*/
|
|
2337
|
-
const filterSensitiveLog: (obj: BatchRetryStrategy) => any;
|
|
2338
|
-
}
|
|
2339
1781
|
/**
|
|
2340
1782
|
* <p>The custom parameters to be used when the target is an Batch job.</p>
|
|
2341
1783
|
*/
|
|
@@ -2363,12 +1805,6 @@ export interface BatchParameters {
|
|
|
2363
1805
|
*/
|
|
2364
1806
|
RetryStrategy?: BatchRetryStrategy;
|
|
2365
1807
|
}
|
|
2366
|
-
export declare namespace BatchParameters {
|
|
2367
|
-
/**
|
|
2368
|
-
* @internal
|
|
2369
|
-
*/
|
|
2370
|
-
const filterSensitiveLog: (obj: BatchParameters) => any;
|
|
2371
|
-
}
|
|
2372
1808
|
/**
|
|
2373
1809
|
* <p>A <code>DeadLetterConfig</code> object that contains information about a dead-letter queue
|
|
2374
1810
|
* configuration.</p>
|
|
@@ -2379,12 +1815,6 @@ export interface DeadLetterConfig {
|
|
|
2379
1815
|
*/
|
|
2380
1816
|
Arn?: string;
|
|
2381
1817
|
}
|
|
2382
|
-
export declare namespace DeadLetterConfig {
|
|
2383
|
-
/**
|
|
2384
|
-
* @internal
|
|
2385
|
-
*/
|
|
2386
|
-
const filterSensitiveLog: (obj: DeadLetterConfig) => any;
|
|
2387
|
-
}
|
|
2388
1818
|
/**
|
|
2389
1819
|
* <p>The details of a capacity provider strategy. To learn more, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CapacityProviderStrategyItem.html">CapacityProviderStrategyItem</a> in the Amazon ECS API Reference.</p>
|
|
2390
1820
|
*/
|
|
@@ -2406,12 +1836,6 @@ export interface CapacityProviderStrategyItem {
|
|
|
2406
1836
|
*/
|
|
2407
1837
|
base?: number;
|
|
2408
1838
|
}
|
|
2409
|
-
export declare namespace CapacityProviderStrategyItem {
|
|
2410
|
-
/**
|
|
2411
|
-
* @internal
|
|
2412
|
-
*/
|
|
2413
|
-
const filterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
|
|
2414
|
-
}
|
|
2415
1839
|
export declare enum LaunchType {
|
|
2416
1840
|
EC2 = "EC2",
|
|
2417
1841
|
EXTERNAL = "EXTERNAL",
|
|
@@ -2441,12 +1865,6 @@ export interface AwsVpcConfiguration {
|
|
|
2441
1865
|
*/
|
|
2442
1866
|
AssignPublicIp?: AssignPublicIp | string;
|
|
2443
1867
|
}
|
|
2444
|
-
export declare namespace AwsVpcConfiguration {
|
|
2445
|
-
/**
|
|
2446
|
-
* @internal
|
|
2447
|
-
*/
|
|
2448
|
-
const filterSensitiveLog: (obj: AwsVpcConfiguration) => any;
|
|
2449
|
-
}
|
|
2450
1868
|
/**
|
|
2451
1869
|
* <p>This structure specifies the network configuration for an ECS task.</p>
|
|
2452
1870
|
*/
|
|
@@ -2458,12 +1876,6 @@ export interface NetworkConfiguration {
|
|
|
2458
1876
|
*/
|
|
2459
1877
|
awsvpcConfiguration?: AwsVpcConfiguration;
|
|
2460
1878
|
}
|
|
2461
|
-
export declare namespace NetworkConfiguration {
|
|
2462
|
-
/**
|
|
2463
|
-
* @internal
|
|
2464
|
-
*/
|
|
2465
|
-
const filterSensitiveLog: (obj: NetworkConfiguration) => any;
|
|
2466
|
-
}
|
|
2467
1879
|
export declare enum PlacementConstraintType {
|
|
2468
1880
|
DISTINCT_INSTANCE = "distinctInstance",
|
|
2469
1881
|
MEMBER_OF = "memberOf"
|
|
@@ -2486,12 +1898,6 @@ export interface PlacementConstraint {
|
|
|
2486
1898
|
*/
|
|
2487
1899
|
expression?: string;
|
|
2488
1900
|
}
|
|
2489
|
-
export declare namespace PlacementConstraint {
|
|
2490
|
-
/**
|
|
2491
|
-
* @internal
|
|
2492
|
-
*/
|
|
2493
|
-
const filterSensitiveLog: (obj: PlacementConstraint) => any;
|
|
2494
|
-
}
|
|
2495
1901
|
export declare enum PlacementStrategyType {
|
|
2496
1902
|
BINPACK = "binpack",
|
|
2497
1903
|
RANDOM = "random",
|
|
@@ -2520,12 +1926,6 @@ export interface PlacementStrategy {
|
|
|
2520
1926
|
*/
|
|
2521
1927
|
field?: string;
|
|
2522
1928
|
}
|
|
2523
|
-
export declare namespace PlacementStrategy {
|
|
2524
|
-
/**
|
|
2525
|
-
* @internal
|
|
2526
|
-
*/
|
|
2527
|
-
const filterSensitiveLog: (obj: PlacementStrategy) => any;
|
|
2528
|
-
}
|
|
2529
1929
|
export declare enum PropagateTags {
|
|
2530
1930
|
TASK_DEFINITION = "TASK_DEFINITION"
|
|
2531
1931
|
}
|
|
@@ -2619,12 +2019,6 @@ export interface EcsParameters {
|
|
|
2619
2019
|
*/
|
|
2620
2020
|
Tags?: Tag[];
|
|
2621
2021
|
}
|
|
2622
|
-
export declare namespace EcsParameters {
|
|
2623
|
-
/**
|
|
2624
|
-
* @internal
|
|
2625
|
-
*/
|
|
2626
|
-
const filterSensitiveLog: (obj: EcsParameters) => any;
|
|
2627
|
-
}
|
|
2628
2022
|
/**
|
|
2629
2023
|
* <p>These are custom parameter to be used when the target is an API Gateway REST APIs or
|
|
2630
2024
|
* EventBridge ApiDestinations. In the latter case, these are merged with any
|
|
@@ -2648,12 +2042,6 @@ export interface HttpParameters {
|
|
|
2648
2042
|
*/
|
|
2649
2043
|
QueryStringParameters?: Record<string, string>;
|
|
2650
2044
|
}
|
|
2651
|
-
export declare namespace HttpParameters {
|
|
2652
|
-
/**
|
|
2653
|
-
* @internal
|
|
2654
|
-
*/
|
|
2655
|
-
const filterSensitiveLog: (obj: HttpParameters) => any;
|
|
2656
|
-
}
|
|
2657
2045
|
/**
|
|
2658
2046
|
* <p>Contains the parameters needed for you to provide custom input to a target based on one or
|
|
2659
2047
|
* more pieces of data extracted from the event.</p>
|
|
@@ -2741,12 +2129,6 @@ export interface InputTransformer {
|
|
|
2741
2129
|
*/
|
|
2742
2130
|
InputTemplate: string | undefined;
|
|
2743
2131
|
}
|
|
2744
|
-
export declare namespace InputTransformer {
|
|
2745
|
-
/**
|
|
2746
|
-
* @internal
|
|
2747
|
-
*/
|
|
2748
|
-
const filterSensitiveLog: (obj: InputTransformer) => any;
|
|
2749
|
-
}
|
|
2750
2132
|
/**
|
|
2751
2133
|
* <p>This object enables you to specify a JSON path to extract from the event and use as the
|
|
2752
2134
|
* partition key for the Amazon Kinesis data stream, so that you can control the shard to which
|
|
@@ -2761,12 +2143,6 @@ export interface KinesisParameters {
|
|
|
2761
2143
|
*/
|
|
2762
2144
|
PartitionKeyPath: string | undefined;
|
|
2763
2145
|
}
|
|
2764
|
-
export declare namespace KinesisParameters {
|
|
2765
|
-
/**
|
|
2766
|
-
* @internal
|
|
2767
|
-
*/
|
|
2768
|
-
const filterSensitiveLog: (obj: KinesisParameters) => any;
|
|
2769
|
-
}
|
|
2770
2146
|
/**
|
|
2771
2147
|
* <p>These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the
|
|
2772
2148
|
* Amazon Redshift Data API ExecuteStatement based on EventBridge events.</p>
|
|
@@ -2800,12 +2176,6 @@ export interface RedshiftDataParameters {
|
|
|
2800
2176
|
*/
|
|
2801
2177
|
WithEvent?: boolean;
|
|
2802
2178
|
}
|
|
2803
|
-
export declare namespace RedshiftDataParameters {
|
|
2804
|
-
/**
|
|
2805
|
-
* @internal
|
|
2806
|
-
*/
|
|
2807
|
-
const filterSensitiveLog: (obj: RedshiftDataParameters) => any;
|
|
2808
|
-
}
|
|
2809
2179
|
/**
|
|
2810
2180
|
* <p>A <code>RetryPolicy</code> object that includes information about the retry policy
|
|
2811
2181
|
* settings.</p>
|
|
@@ -2822,12 +2192,6 @@ export interface RetryPolicy {
|
|
|
2822
2192
|
*/
|
|
2823
2193
|
MaximumEventAgeInSeconds?: number;
|
|
2824
2194
|
}
|
|
2825
|
-
export declare namespace RetryPolicy {
|
|
2826
|
-
/**
|
|
2827
|
-
* @internal
|
|
2828
|
-
*/
|
|
2829
|
-
const filterSensitiveLog: (obj: RetryPolicy) => any;
|
|
2830
|
-
}
|
|
2831
2195
|
/**
|
|
2832
2196
|
* <p>Information about the EC2 instances that are to be sent the command, specified as
|
|
2833
2197
|
* key-value pairs. Each <code>RunCommandTarget</code> block can include only one key, but this
|
|
@@ -2848,12 +2212,6 @@ export interface RunCommandTarget {
|
|
|
2848
2212
|
*/
|
|
2849
2213
|
Values: string[] | undefined;
|
|
2850
2214
|
}
|
|
2851
|
-
export declare namespace RunCommandTarget {
|
|
2852
|
-
/**
|
|
2853
|
-
* @internal
|
|
2854
|
-
*/
|
|
2855
|
-
const filterSensitiveLog: (obj: RunCommandTarget) => any;
|
|
2856
|
-
}
|
|
2857
2215
|
/**
|
|
2858
2216
|
* <p>This parameter contains the criteria (either InstanceIds or a tag) used to specify which
|
|
2859
2217
|
* EC2 instances are to be sent the command. </p>
|
|
@@ -2865,12 +2223,6 @@ export interface RunCommandParameters {
|
|
|
2865
2223
|
*/
|
|
2866
2224
|
RunCommandTargets: RunCommandTarget[] | undefined;
|
|
2867
2225
|
}
|
|
2868
|
-
export declare namespace RunCommandParameters {
|
|
2869
|
-
/**
|
|
2870
|
-
* @internal
|
|
2871
|
-
*/
|
|
2872
|
-
const filterSensitiveLog: (obj: RunCommandParameters) => any;
|
|
2873
|
-
}
|
|
2874
2226
|
/**
|
|
2875
2227
|
* <p>Name/Value pair of a parameter to start execution of a SageMaker Model Building
|
|
2876
2228
|
* Pipeline.</p>
|
|
@@ -2885,12 +2237,6 @@ export interface SageMakerPipelineParameter {
|
|
|
2885
2237
|
*/
|
|
2886
2238
|
Value: string | undefined;
|
|
2887
2239
|
}
|
|
2888
|
-
export declare namespace SageMakerPipelineParameter {
|
|
2889
|
-
/**
|
|
2890
|
-
* @internal
|
|
2891
|
-
*/
|
|
2892
|
-
const filterSensitiveLog: (obj: SageMakerPipelineParameter) => any;
|
|
2893
|
-
}
|
|
2894
2240
|
/**
|
|
2895
2241
|
* <p>These are custom parameters to use when the target is a SageMaker Model Building Pipeline
|
|
2896
2242
|
* that starts based on EventBridge events.</p>
|
|
@@ -2901,12 +2247,6 @@ export interface SageMakerPipelineParameters {
|
|
|
2901
2247
|
*/
|
|
2902
2248
|
PipelineParameterList?: SageMakerPipelineParameter[];
|
|
2903
2249
|
}
|
|
2904
|
-
export declare namespace SageMakerPipelineParameters {
|
|
2905
|
-
/**
|
|
2906
|
-
* @internal
|
|
2907
|
-
*/
|
|
2908
|
-
const filterSensitiveLog: (obj: SageMakerPipelineParameters) => any;
|
|
2909
|
-
}
|
|
2910
2250
|
/**
|
|
2911
2251
|
* <p>This structure includes the custom parameter to be used when the target is an SQS FIFO
|
|
2912
2252
|
* queue.</p>
|
|
@@ -2917,12 +2257,6 @@ export interface SqsParameters {
|
|
|
2917
2257
|
*/
|
|
2918
2258
|
MessageGroupId?: string;
|
|
2919
2259
|
}
|
|
2920
|
-
export declare namespace SqsParameters {
|
|
2921
|
-
/**
|
|
2922
|
-
* @internal
|
|
2923
|
-
*/
|
|
2924
|
-
const filterSensitiveLog: (obj: SqsParameters) => any;
|
|
2925
|
-
}
|
|
2926
2260
|
/**
|
|
2927
2261
|
* <p>Targets are the resources to be invoked when a rule is triggered. For a complete list of
|
|
2928
2262
|
* services and resources that can be set as a target, see <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutTargets.html">PutTargets</a>.</p>
|
|
@@ -3031,12 +2365,6 @@ export interface Target {
|
|
|
3031
2365
|
*/
|
|
3032
2366
|
RetryPolicy?: RetryPolicy;
|
|
3033
2367
|
}
|
|
3034
|
-
export declare namespace Target {
|
|
3035
|
-
/**
|
|
3036
|
-
* @internal
|
|
3037
|
-
*/
|
|
3038
|
-
const filterSensitiveLog: (obj: Target) => any;
|
|
3039
|
-
}
|
|
3040
2368
|
export interface ListTargetsByRuleResponse {
|
|
3041
2369
|
/**
|
|
3042
2370
|
* <p>The targets assigned to the rule.</p>
|
|
@@ -3048,12 +2376,6 @@ export interface ListTargetsByRuleResponse {
|
|
|
3048
2376
|
*/
|
|
3049
2377
|
NextToken?: string;
|
|
3050
2378
|
}
|
|
3051
|
-
export declare namespace ListTargetsByRuleResponse {
|
|
3052
|
-
/**
|
|
3053
|
-
* @internal
|
|
3054
|
-
*/
|
|
3055
|
-
const filterSensitiveLog: (obj: ListTargetsByRuleResponse) => any;
|
|
3056
|
-
}
|
|
3057
2379
|
/**
|
|
3058
2380
|
* <p>Represents an event to be submitted.</p>
|
|
3059
2381
|
*/
|
|
@@ -3093,12 +2415,6 @@ export interface PutEventsRequestEntry {
|
|
|
3093
2415
|
*/
|
|
3094
2416
|
TraceHeader?: string;
|
|
3095
2417
|
}
|
|
3096
|
-
export declare namespace PutEventsRequestEntry {
|
|
3097
|
-
/**
|
|
3098
|
-
* @internal
|
|
3099
|
-
*/
|
|
3100
|
-
const filterSensitiveLog: (obj: PutEventsRequestEntry) => any;
|
|
3101
|
-
}
|
|
3102
2418
|
export interface PutEventsRequest {
|
|
3103
2419
|
/**
|
|
3104
2420
|
* <p>The entry that defines an event in your system. You can specify several parameters for the
|
|
@@ -3107,12 +2423,6 @@ export interface PutEventsRequest {
|
|
|
3107
2423
|
*/
|
|
3108
2424
|
Entries: PutEventsRequestEntry[] | undefined;
|
|
3109
2425
|
}
|
|
3110
|
-
export declare namespace PutEventsRequest {
|
|
3111
|
-
/**
|
|
3112
|
-
* @internal
|
|
3113
|
-
*/
|
|
3114
|
-
const filterSensitiveLog: (obj: PutEventsRequest) => any;
|
|
3115
|
-
}
|
|
3116
2426
|
/**
|
|
3117
2427
|
* <p>Represents an event that failed to be submitted.</p>
|
|
3118
2428
|
*/
|
|
@@ -3130,12 +2440,6 @@ export interface PutEventsResultEntry {
|
|
|
3130
2440
|
*/
|
|
3131
2441
|
ErrorMessage?: string;
|
|
3132
2442
|
}
|
|
3133
|
-
export declare namespace PutEventsResultEntry {
|
|
3134
|
-
/**
|
|
3135
|
-
* @internal
|
|
3136
|
-
*/
|
|
3137
|
-
const filterSensitiveLog: (obj: PutEventsResultEntry) => any;
|
|
3138
|
-
}
|
|
3139
2443
|
export interface PutEventsResponse {
|
|
3140
2444
|
/**
|
|
3141
2445
|
* <p>The number of failed entries.</p>
|
|
@@ -3148,12 +2452,6 @@ export interface PutEventsResponse {
|
|
|
3148
2452
|
*/
|
|
3149
2453
|
Entries?: PutEventsResultEntry[];
|
|
3150
2454
|
}
|
|
3151
|
-
export declare namespace PutEventsResponse {
|
|
3152
|
-
/**
|
|
3153
|
-
* @internal
|
|
3154
|
-
*/
|
|
3155
|
-
const filterSensitiveLog: (obj: PutEventsResponse) => any;
|
|
3156
|
-
}
|
|
3157
2455
|
/**
|
|
3158
2456
|
* <p>The details about an event generated by an SaaS partner.</p>
|
|
3159
2457
|
*/
|
|
@@ -3181,24 +2479,12 @@ export interface PutPartnerEventsRequestEntry {
|
|
|
3181
2479
|
*/
|
|
3182
2480
|
Detail?: string;
|
|
3183
2481
|
}
|
|
3184
|
-
export declare namespace PutPartnerEventsRequestEntry {
|
|
3185
|
-
/**
|
|
3186
|
-
* @internal
|
|
3187
|
-
*/
|
|
3188
|
-
const filterSensitiveLog: (obj: PutPartnerEventsRequestEntry) => any;
|
|
3189
|
-
}
|
|
3190
2482
|
export interface PutPartnerEventsRequest {
|
|
3191
2483
|
/**
|
|
3192
2484
|
* <p>The list of events to write to the event bus.</p>
|
|
3193
2485
|
*/
|
|
3194
2486
|
Entries: PutPartnerEventsRequestEntry[] | undefined;
|
|
3195
2487
|
}
|
|
3196
|
-
export declare namespace PutPartnerEventsRequest {
|
|
3197
|
-
/**
|
|
3198
|
-
* @internal
|
|
3199
|
-
*/
|
|
3200
|
-
const filterSensitiveLog: (obj: PutPartnerEventsRequest) => any;
|
|
3201
|
-
}
|
|
3202
2488
|
/**
|
|
3203
2489
|
* <p>Represents an event that a partner tried to generate, but failed.</p>
|
|
3204
2490
|
*/
|
|
@@ -3216,12 +2502,6 @@ export interface PutPartnerEventsResultEntry {
|
|
|
3216
2502
|
*/
|
|
3217
2503
|
ErrorMessage?: string;
|
|
3218
2504
|
}
|
|
3219
|
-
export declare namespace PutPartnerEventsResultEntry {
|
|
3220
|
-
/**
|
|
3221
|
-
* @internal
|
|
3222
|
-
*/
|
|
3223
|
-
const filterSensitiveLog: (obj: PutPartnerEventsResultEntry) => any;
|
|
3224
|
-
}
|
|
3225
2505
|
export interface PutPartnerEventsResponse {
|
|
3226
2506
|
/**
|
|
3227
2507
|
* <p>The number of events from this operation that could not be written to the partner event
|
|
@@ -3234,12 +2514,6 @@ export interface PutPartnerEventsResponse {
|
|
|
3234
2514
|
*/
|
|
3235
2515
|
Entries?: PutPartnerEventsResultEntry[];
|
|
3236
2516
|
}
|
|
3237
|
-
export declare namespace PutPartnerEventsResponse {
|
|
3238
|
-
/**
|
|
3239
|
-
* @internal
|
|
3240
|
-
*/
|
|
3241
|
-
const filterSensitiveLog: (obj: PutPartnerEventsResponse) => any;
|
|
3242
|
-
}
|
|
3243
2517
|
/**
|
|
3244
2518
|
* <p>The event bus policy is too long. For more information, see the limits.</p>
|
|
3245
2519
|
*/
|
|
@@ -3279,12 +2553,6 @@ export interface Condition {
|
|
|
3279
2553
|
*/
|
|
3280
2554
|
Value: string | undefined;
|
|
3281
2555
|
}
|
|
3282
|
-
export declare namespace Condition {
|
|
3283
|
-
/**
|
|
3284
|
-
* @internal
|
|
3285
|
-
*/
|
|
3286
|
-
const filterSensitiveLog: (obj: Condition) => any;
|
|
3287
|
-
}
|
|
3288
2556
|
export interface PutPermissionRequest {
|
|
3289
2557
|
/**
|
|
3290
2558
|
* <p>The name of the event bus associated with the rule. If you omit this, the default event
|
|
@@ -3332,12 +2600,6 @@ export interface PutPermissionRequest {
|
|
|
3332
2600
|
*/
|
|
3333
2601
|
Policy?: string;
|
|
3334
2602
|
}
|
|
3335
|
-
export declare namespace PutPermissionRequest {
|
|
3336
|
-
/**
|
|
3337
|
-
* @internal
|
|
3338
|
-
*/
|
|
3339
|
-
const filterSensitiveLog: (obj: PutPermissionRequest) => any;
|
|
3340
|
-
}
|
|
3341
2603
|
export interface PutRuleRequest {
|
|
3342
2604
|
/**
|
|
3343
2605
|
* <p>The name of the rule that you are creating or updating.</p>
|
|
@@ -3378,24 +2640,12 @@ export interface PutRuleRequest {
|
|
|
3378
2640
|
*/
|
|
3379
2641
|
EventBusName?: string;
|
|
3380
2642
|
}
|
|
3381
|
-
export declare namespace PutRuleRequest {
|
|
3382
|
-
/**
|
|
3383
|
-
* @internal
|
|
3384
|
-
*/
|
|
3385
|
-
const filterSensitiveLog: (obj: PutRuleRequest) => any;
|
|
3386
|
-
}
|
|
3387
2643
|
export interface PutRuleResponse {
|
|
3388
2644
|
/**
|
|
3389
2645
|
* <p>The Amazon Resource Name (ARN) of the rule.</p>
|
|
3390
2646
|
*/
|
|
3391
2647
|
RuleArn?: string;
|
|
3392
2648
|
}
|
|
3393
|
-
export declare namespace PutRuleResponse {
|
|
3394
|
-
/**
|
|
3395
|
-
* @internal
|
|
3396
|
-
*/
|
|
3397
|
-
const filterSensitiveLog: (obj: PutRuleResponse) => any;
|
|
3398
|
-
}
|
|
3399
2649
|
export interface PutTargetsRequest {
|
|
3400
2650
|
/**
|
|
3401
2651
|
* <p>The name of the rule.</p>
|
|
@@ -3411,12 +2661,6 @@ export interface PutTargetsRequest {
|
|
|
3411
2661
|
*/
|
|
3412
2662
|
Targets: Target[] | undefined;
|
|
3413
2663
|
}
|
|
3414
|
-
export declare namespace PutTargetsRequest {
|
|
3415
|
-
/**
|
|
3416
|
-
* @internal
|
|
3417
|
-
*/
|
|
3418
|
-
const filterSensitiveLog: (obj: PutTargetsRequest) => any;
|
|
3419
|
-
}
|
|
3420
2664
|
/**
|
|
3421
2665
|
* <p>Represents a target that failed to be added to a rule.</p>
|
|
3422
2666
|
*/
|
|
@@ -3436,12 +2680,6 @@ export interface PutTargetsResultEntry {
|
|
|
3436
2680
|
*/
|
|
3437
2681
|
ErrorMessage?: string;
|
|
3438
2682
|
}
|
|
3439
|
-
export declare namespace PutTargetsResultEntry {
|
|
3440
|
-
/**
|
|
3441
|
-
* @internal
|
|
3442
|
-
*/
|
|
3443
|
-
const filterSensitiveLog: (obj: PutTargetsResultEntry) => any;
|
|
3444
|
-
}
|
|
3445
2683
|
export interface PutTargetsResponse {
|
|
3446
2684
|
/**
|
|
3447
2685
|
* <p>The number of failed entries.</p>
|
|
@@ -3452,12 +2690,6 @@ export interface PutTargetsResponse {
|
|
|
3452
2690
|
*/
|
|
3453
2691
|
FailedEntries?: PutTargetsResultEntry[];
|
|
3454
2692
|
}
|
|
3455
|
-
export declare namespace PutTargetsResponse {
|
|
3456
|
-
/**
|
|
3457
|
-
* @internal
|
|
3458
|
-
*/
|
|
3459
|
-
const filterSensitiveLog: (obj: PutTargetsResponse) => any;
|
|
3460
|
-
}
|
|
3461
2693
|
export interface RemovePermissionRequest {
|
|
3462
2694
|
/**
|
|
3463
2695
|
* <p>The statement ID corresponding to the account that is no longer allowed to put events to
|
|
@@ -3474,12 +2706,6 @@ export interface RemovePermissionRequest {
|
|
|
3474
2706
|
*/
|
|
3475
2707
|
EventBusName?: string;
|
|
3476
2708
|
}
|
|
3477
|
-
export declare namespace RemovePermissionRequest {
|
|
3478
|
-
/**
|
|
3479
|
-
* @internal
|
|
3480
|
-
*/
|
|
3481
|
-
const filterSensitiveLog: (obj: RemovePermissionRequest) => any;
|
|
3482
|
-
}
|
|
3483
2709
|
export interface RemoveTargetsRequest {
|
|
3484
2710
|
/**
|
|
3485
2711
|
* <p>The name of the rule.</p>
|
|
@@ -3503,12 +2729,6 @@ export interface RemoveTargetsRequest {
|
|
|
3503
2729
|
*/
|
|
3504
2730
|
Force?: boolean;
|
|
3505
2731
|
}
|
|
3506
|
-
export declare namespace RemoveTargetsRequest {
|
|
3507
|
-
/**
|
|
3508
|
-
* @internal
|
|
3509
|
-
*/
|
|
3510
|
-
const filterSensitiveLog: (obj: RemoveTargetsRequest) => any;
|
|
3511
|
-
}
|
|
3512
2732
|
/**
|
|
3513
2733
|
* <p>Represents a target that failed to be removed from a rule.</p>
|
|
3514
2734
|
*/
|
|
@@ -3528,12 +2748,6 @@ export interface RemoveTargetsResultEntry {
|
|
|
3528
2748
|
*/
|
|
3529
2749
|
ErrorMessage?: string;
|
|
3530
2750
|
}
|
|
3531
|
-
export declare namespace RemoveTargetsResultEntry {
|
|
3532
|
-
/**
|
|
3533
|
-
* @internal
|
|
3534
|
-
*/
|
|
3535
|
-
const filterSensitiveLog: (obj: RemoveTargetsResultEntry) => any;
|
|
3536
|
-
}
|
|
3537
2751
|
export interface RemoveTargetsResponse {
|
|
3538
2752
|
/**
|
|
3539
2753
|
* <p>The number of failed entries.</p>
|
|
@@ -3544,12 +2758,6 @@ export interface RemoveTargetsResponse {
|
|
|
3544
2758
|
*/
|
|
3545
2759
|
FailedEntries?: RemoveTargetsResultEntry[];
|
|
3546
2760
|
}
|
|
3547
|
-
export declare namespace RemoveTargetsResponse {
|
|
3548
|
-
/**
|
|
3549
|
-
* @internal
|
|
3550
|
-
*/
|
|
3551
|
-
const filterSensitiveLog: (obj: RemoveTargetsResponse) => any;
|
|
3552
|
-
}
|
|
3553
2761
|
export interface StartReplayRequest {
|
|
3554
2762
|
/**
|
|
3555
2763
|
* <p>The name of the replay to start.</p>
|
|
@@ -3579,12 +2787,6 @@ export interface StartReplayRequest {
|
|
|
3579
2787
|
*/
|
|
3580
2788
|
Destination: ReplayDestination | undefined;
|
|
3581
2789
|
}
|
|
3582
|
-
export declare namespace StartReplayRequest {
|
|
3583
|
-
/**
|
|
3584
|
-
* @internal
|
|
3585
|
-
*/
|
|
3586
|
-
const filterSensitiveLog: (obj: StartReplayRequest) => any;
|
|
3587
|
-
}
|
|
3588
2790
|
export interface StartReplayResponse {
|
|
3589
2791
|
/**
|
|
3590
2792
|
* <p>The ARN of the replay.</p>
|
|
@@ -3603,12 +2805,6 @@ export interface StartReplayResponse {
|
|
|
3603
2805
|
*/
|
|
3604
2806
|
ReplayStartTime?: Date;
|
|
3605
2807
|
}
|
|
3606
|
-
export declare namespace StartReplayResponse {
|
|
3607
|
-
/**
|
|
3608
|
-
* @internal
|
|
3609
|
-
*/
|
|
3610
|
-
const filterSensitiveLog: (obj: StartReplayResponse) => any;
|
|
3611
|
-
}
|
|
3612
2808
|
export interface TagResourceRequest {
|
|
3613
2809
|
/**
|
|
3614
2810
|
* <p>The ARN of the EventBridge resource that you're adding tags to.</p>
|
|
@@ -3619,20 +2815,8 @@ export interface TagResourceRequest {
|
|
|
3619
2815
|
*/
|
|
3620
2816
|
Tags: Tag[] | undefined;
|
|
3621
2817
|
}
|
|
3622
|
-
export declare namespace TagResourceRequest {
|
|
3623
|
-
/**
|
|
3624
|
-
* @internal
|
|
3625
|
-
*/
|
|
3626
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3627
|
-
}
|
|
3628
2818
|
export interface TagResourceResponse {
|
|
3629
2819
|
}
|
|
3630
|
-
export declare namespace TagResourceResponse {
|
|
3631
|
-
/**
|
|
3632
|
-
* @internal
|
|
3633
|
-
*/
|
|
3634
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3635
|
-
}
|
|
3636
2820
|
export interface TestEventPatternRequest {
|
|
3637
2821
|
/**
|
|
3638
2822
|
* <p>The event pattern. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html">Events and Event
|
|
@@ -3683,24 +2867,12 @@ export interface TestEventPatternRequest {
|
|
|
3683
2867
|
*/
|
|
3684
2868
|
Event: string | undefined;
|
|
3685
2869
|
}
|
|
3686
|
-
export declare namespace TestEventPatternRequest {
|
|
3687
|
-
/**
|
|
3688
|
-
* @internal
|
|
3689
|
-
*/
|
|
3690
|
-
const filterSensitiveLog: (obj: TestEventPatternRequest) => any;
|
|
3691
|
-
}
|
|
3692
2870
|
export interface TestEventPatternResponse {
|
|
3693
2871
|
/**
|
|
3694
2872
|
* <p>Indicates whether the event matches the event pattern.</p>
|
|
3695
2873
|
*/
|
|
3696
2874
|
Result?: boolean;
|
|
3697
2875
|
}
|
|
3698
|
-
export declare namespace TestEventPatternResponse {
|
|
3699
|
-
/**
|
|
3700
|
-
* @internal
|
|
3701
|
-
*/
|
|
3702
|
-
const filterSensitiveLog: (obj: TestEventPatternResponse) => any;
|
|
3703
|
-
}
|
|
3704
2876
|
export interface UntagResourceRequest {
|
|
3705
2877
|
/**
|
|
3706
2878
|
* <p>The ARN of the EventBridge resource from which you are removing tags.</p>
|
|
@@ -3711,20 +2883,8 @@ export interface UntagResourceRequest {
|
|
|
3711
2883
|
*/
|
|
3712
2884
|
TagKeys: string[] | undefined;
|
|
3713
2885
|
}
|
|
3714
|
-
export declare namespace UntagResourceRequest {
|
|
3715
|
-
/**
|
|
3716
|
-
* @internal
|
|
3717
|
-
*/
|
|
3718
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3719
|
-
}
|
|
3720
2886
|
export interface UntagResourceResponse {
|
|
3721
2887
|
}
|
|
3722
|
-
export declare namespace UntagResourceResponse {
|
|
3723
|
-
/**
|
|
3724
|
-
* @internal
|
|
3725
|
-
*/
|
|
3726
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3727
|
-
}
|
|
3728
2888
|
export interface UpdateApiDestinationRequest {
|
|
3729
2889
|
/**
|
|
3730
2890
|
* <p>The name of the API destination to update.</p>
|
|
@@ -3751,12 +2911,6 @@ export interface UpdateApiDestinationRequest {
|
|
|
3751
2911
|
*/
|
|
3752
2912
|
InvocationRateLimitPerSecond?: number;
|
|
3753
2913
|
}
|
|
3754
|
-
export declare namespace UpdateApiDestinationRequest {
|
|
3755
|
-
/**
|
|
3756
|
-
* @internal
|
|
3757
|
-
*/
|
|
3758
|
-
const filterSensitiveLog: (obj: UpdateApiDestinationRequest) => any;
|
|
3759
|
-
}
|
|
3760
2914
|
export interface UpdateApiDestinationResponse {
|
|
3761
2915
|
/**
|
|
3762
2916
|
* <p>The ARN of the API destination that was updated.</p>
|
|
@@ -3775,12 +2929,6 @@ export interface UpdateApiDestinationResponse {
|
|
|
3775
2929
|
*/
|
|
3776
2930
|
LastModifiedTime?: Date;
|
|
3777
2931
|
}
|
|
3778
|
-
export declare namespace UpdateApiDestinationResponse {
|
|
3779
|
-
/**
|
|
3780
|
-
* @internal
|
|
3781
|
-
*/
|
|
3782
|
-
const filterSensitiveLog: (obj: UpdateApiDestinationResponse) => any;
|
|
3783
|
-
}
|
|
3784
2932
|
export interface UpdateArchiveRequest {
|
|
3785
2933
|
/**
|
|
3786
2934
|
* <p>The name of the archive to update.</p>
|
|
@@ -3799,12 +2947,6 @@ export interface UpdateArchiveRequest {
|
|
|
3799
2947
|
*/
|
|
3800
2948
|
RetentionDays?: number;
|
|
3801
2949
|
}
|
|
3802
|
-
export declare namespace UpdateArchiveRequest {
|
|
3803
|
-
/**
|
|
3804
|
-
* @internal
|
|
3805
|
-
*/
|
|
3806
|
-
const filterSensitiveLog: (obj: UpdateArchiveRequest) => any;
|
|
3807
|
-
}
|
|
3808
2950
|
export interface UpdateArchiveResponse {
|
|
3809
2951
|
/**
|
|
3810
2952
|
* <p>The ARN of the archive.</p>
|
|
@@ -3823,12 +2965,6 @@ export interface UpdateArchiveResponse {
|
|
|
3823
2965
|
*/
|
|
3824
2966
|
CreationTime?: Date;
|
|
3825
2967
|
}
|
|
3826
|
-
export declare namespace UpdateArchiveResponse {
|
|
3827
|
-
/**
|
|
3828
|
-
* @internal
|
|
3829
|
-
*/
|
|
3830
|
-
const filterSensitiveLog: (obj: UpdateArchiveResponse) => any;
|
|
3831
|
-
}
|
|
3832
2968
|
/**
|
|
3833
2969
|
* <p>Contains the API key authorization parameters to use to update the connection.</p>
|
|
3834
2970
|
*/
|
|
@@ -3842,12 +2978,6 @@ export interface UpdateConnectionApiKeyAuthRequestParameters {
|
|
|
3842
2978
|
*/
|
|
3843
2979
|
ApiKeyValue?: string;
|
|
3844
2980
|
}
|
|
3845
|
-
export declare namespace UpdateConnectionApiKeyAuthRequestParameters {
|
|
3846
|
-
/**
|
|
3847
|
-
* @internal
|
|
3848
|
-
*/
|
|
3849
|
-
const filterSensitiveLog: (obj: UpdateConnectionApiKeyAuthRequestParameters) => any;
|
|
3850
|
-
}
|
|
3851
2981
|
/**
|
|
3852
2982
|
* <p>Contains the Basic authorization parameters for the connection.</p>
|
|
3853
2983
|
*/
|
|
@@ -3861,12 +2991,6 @@ export interface UpdateConnectionBasicAuthRequestParameters {
|
|
|
3861
2991
|
*/
|
|
3862
2992
|
Password?: string;
|
|
3863
2993
|
}
|
|
3864
|
-
export declare namespace UpdateConnectionBasicAuthRequestParameters {
|
|
3865
|
-
/**
|
|
3866
|
-
* @internal
|
|
3867
|
-
*/
|
|
3868
|
-
const filterSensitiveLog: (obj: UpdateConnectionBasicAuthRequestParameters) => any;
|
|
3869
|
-
}
|
|
3870
2994
|
/**
|
|
3871
2995
|
* <p>Contains the OAuth authorization parameters to use for the connection.</p>
|
|
3872
2996
|
*/
|
|
@@ -3880,12 +3004,6 @@ export interface UpdateConnectionOAuthClientRequestParameters {
|
|
|
3880
3004
|
*/
|
|
3881
3005
|
ClientSecret?: string;
|
|
3882
3006
|
}
|
|
3883
|
-
export declare namespace UpdateConnectionOAuthClientRequestParameters {
|
|
3884
|
-
/**
|
|
3885
|
-
* @internal
|
|
3886
|
-
*/
|
|
3887
|
-
const filterSensitiveLog: (obj: UpdateConnectionOAuthClientRequestParameters) => any;
|
|
3888
|
-
}
|
|
3889
3007
|
/**
|
|
3890
3008
|
* <p>Contains the OAuth request parameters to use for the connection.</p>
|
|
3891
3009
|
*/
|
|
@@ -3910,12 +3028,6 @@ export interface UpdateConnectionOAuthRequestParameters {
|
|
|
3910
3028
|
*/
|
|
3911
3029
|
OAuthHttpParameters?: ConnectionHttpParameters;
|
|
3912
3030
|
}
|
|
3913
|
-
export declare namespace UpdateConnectionOAuthRequestParameters {
|
|
3914
|
-
/**
|
|
3915
|
-
* @internal
|
|
3916
|
-
*/
|
|
3917
|
-
const filterSensitiveLog: (obj: UpdateConnectionOAuthRequestParameters) => any;
|
|
3918
|
-
}
|
|
3919
3031
|
/**
|
|
3920
3032
|
* <p>Contains the additional parameters to use for the connection.</p>
|
|
3921
3033
|
*/
|
|
@@ -3941,12 +3053,6 @@ export interface UpdateConnectionAuthRequestParameters {
|
|
|
3941
3053
|
*/
|
|
3942
3054
|
InvocationHttpParameters?: ConnectionHttpParameters;
|
|
3943
3055
|
}
|
|
3944
|
-
export declare namespace UpdateConnectionAuthRequestParameters {
|
|
3945
|
-
/**
|
|
3946
|
-
* @internal
|
|
3947
|
-
*/
|
|
3948
|
-
const filterSensitiveLog: (obj: UpdateConnectionAuthRequestParameters) => any;
|
|
3949
|
-
}
|
|
3950
3056
|
export interface UpdateConnectionRequest {
|
|
3951
3057
|
/**
|
|
3952
3058
|
* <p>The name of the connection to update.</p>
|
|
@@ -3965,12 +3071,6 @@ export interface UpdateConnectionRequest {
|
|
|
3965
3071
|
*/
|
|
3966
3072
|
AuthParameters?: UpdateConnectionAuthRequestParameters;
|
|
3967
3073
|
}
|
|
3968
|
-
export declare namespace UpdateConnectionRequest {
|
|
3969
|
-
/**
|
|
3970
|
-
* @internal
|
|
3971
|
-
*/
|
|
3972
|
-
const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
|
|
3973
|
-
}
|
|
3974
3074
|
export interface UpdateConnectionResponse {
|
|
3975
3075
|
/**
|
|
3976
3076
|
* <p>The ARN of the connection that was updated.</p>
|
|
@@ -3993,9 +3093,607 @@ export interface UpdateConnectionResponse {
|
|
|
3993
3093
|
*/
|
|
3994
3094
|
LastAuthorizedTime?: Date;
|
|
3995
3095
|
}
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
3096
|
+
/**
|
|
3097
|
+
* @internal
|
|
3098
|
+
*/
|
|
3099
|
+
export declare const ActivateEventSourceRequestFilterSensitiveLog: (obj: ActivateEventSourceRequest) => any;
|
|
3100
|
+
/**
|
|
3101
|
+
* @internal
|
|
3102
|
+
*/
|
|
3103
|
+
export declare const ApiDestinationFilterSensitiveLog: (obj: ApiDestination) => any;
|
|
3104
|
+
/**
|
|
3105
|
+
* @internal
|
|
3106
|
+
*/
|
|
3107
|
+
export declare const ArchiveFilterSensitiveLog: (obj: Archive) => any;
|
|
3108
|
+
/**
|
|
3109
|
+
* @internal
|
|
3110
|
+
*/
|
|
3111
|
+
export declare const CancelReplayRequestFilterSensitiveLog: (obj: CancelReplayRequest) => any;
|
|
3112
|
+
/**
|
|
3113
|
+
* @internal
|
|
3114
|
+
*/
|
|
3115
|
+
export declare const CancelReplayResponseFilterSensitiveLog: (obj: CancelReplayResponse) => any;
|
|
3116
|
+
/**
|
|
3117
|
+
* @internal
|
|
3118
|
+
*/
|
|
3119
|
+
export declare const CreateApiDestinationRequestFilterSensitiveLog: (obj: CreateApiDestinationRequest) => any;
|
|
3120
|
+
/**
|
|
3121
|
+
* @internal
|
|
3122
|
+
*/
|
|
3123
|
+
export declare const CreateApiDestinationResponseFilterSensitiveLog: (obj: CreateApiDestinationResponse) => any;
|
|
3124
|
+
/**
|
|
3125
|
+
* @internal
|
|
3126
|
+
*/
|
|
3127
|
+
export declare const CreateArchiveRequestFilterSensitiveLog: (obj: CreateArchiveRequest) => any;
|
|
3128
|
+
/**
|
|
3129
|
+
* @internal
|
|
3130
|
+
*/
|
|
3131
|
+
export declare const CreateArchiveResponseFilterSensitiveLog: (obj: CreateArchiveResponse) => any;
|
|
3132
|
+
/**
|
|
3133
|
+
* @internal
|
|
3134
|
+
*/
|
|
3135
|
+
export declare const CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionApiKeyAuthRequestParameters) => any;
|
|
3136
|
+
/**
|
|
3137
|
+
* @internal
|
|
3138
|
+
*/
|
|
3139
|
+
export declare const CreateConnectionBasicAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionBasicAuthRequestParameters) => any;
|
|
3140
|
+
/**
|
|
3141
|
+
* @internal
|
|
3142
|
+
*/
|
|
3143
|
+
export declare const ConnectionBodyParameterFilterSensitiveLog: (obj: ConnectionBodyParameter) => any;
|
|
3144
|
+
/**
|
|
3145
|
+
* @internal
|
|
3146
|
+
*/
|
|
3147
|
+
export declare const ConnectionHeaderParameterFilterSensitiveLog: (obj: ConnectionHeaderParameter) => any;
|
|
3148
|
+
/**
|
|
3149
|
+
* @internal
|
|
3150
|
+
*/
|
|
3151
|
+
export declare const ConnectionQueryStringParameterFilterSensitiveLog: (obj: ConnectionQueryStringParameter) => any;
|
|
3152
|
+
/**
|
|
3153
|
+
* @internal
|
|
3154
|
+
*/
|
|
3155
|
+
export declare const ConnectionHttpParametersFilterSensitiveLog: (obj: ConnectionHttpParameters) => any;
|
|
3156
|
+
/**
|
|
3157
|
+
* @internal
|
|
3158
|
+
*/
|
|
3159
|
+
export declare const CreateConnectionOAuthClientRequestParametersFilterSensitiveLog: (obj: CreateConnectionOAuthClientRequestParameters) => any;
|
|
3160
|
+
/**
|
|
3161
|
+
* @internal
|
|
3162
|
+
*/
|
|
3163
|
+
export declare const CreateConnectionOAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionOAuthRequestParameters) => any;
|
|
3164
|
+
/**
|
|
3165
|
+
* @internal
|
|
3166
|
+
*/
|
|
3167
|
+
export declare const CreateConnectionAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionAuthRequestParameters) => any;
|
|
3168
|
+
/**
|
|
3169
|
+
* @internal
|
|
3170
|
+
*/
|
|
3171
|
+
export declare const CreateConnectionRequestFilterSensitiveLog: (obj: CreateConnectionRequest) => any;
|
|
3172
|
+
/**
|
|
3173
|
+
* @internal
|
|
3174
|
+
*/
|
|
3175
|
+
export declare const CreateConnectionResponseFilterSensitiveLog: (obj: CreateConnectionResponse) => any;
|
|
3176
|
+
/**
|
|
3177
|
+
* @internal
|
|
3178
|
+
*/
|
|
3179
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
3180
|
+
/**
|
|
3181
|
+
* @internal
|
|
3182
|
+
*/
|
|
3183
|
+
export declare const CreateEventBusRequestFilterSensitiveLog: (obj: CreateEventBusRequest) => any;
|
|
3184
|
+
/**
|
|
3185
|
+
* @internal
|
|
3186
|
+
*/
|
|
3187
|
+
export declare const CreateEventBusResponseFilterSensitiveLog: (obj: CreateEventBusResponse) => any;
|
|
3188
|
+
/**
|
|
3189
|
+
* @internal
|
|
3190
|
+
*/
|
|
3191
|
+
export declare const CreatePartnerEventSourceRequestFilterSensitiveLog: (obj: CreatePartnerEventSourceRequest) => any;
|
|
3192
|
+
/**
|
|
3193
|
+
* @internal
|
|
3194
|
+
*/
|
|
3195
|
+
export declare const CreatePartnerEventSourceResponseFilterSensitiveLog: (obj: CreatePartnerEventSourceResponse) => any;
|
|
3196
|
+
/**
|
|
3197
|
+
* @internal
|
|
3198
|
+
*/
|
|
3199
|
+
export declare const DeactivateEventSourceRequestFilterSensitiveLog: (obj: DeactivateEventSourceRequest) => any;
|
|
3200
|
+
/**
|
|
3201
|
+
* @internal
|
|
3202
|
+
*/
|
|
3203
|
+
export declare const DeauthorizeConnectionRequestFilterSensitiveLog: (obj: DeauthorizeConnectionRequest) => any;
|
|
3204
|
+
/**
|
|
3205
|
+
* @internal
|
|
3206
|
+
*/
|
|
3207
|
+
export declare const DeauthorizeConnectionResponseFilterSensitiveLog: (obj: DeauthorizeConnectionResponse) => any;
|
|
3208
|
+
/**
|
|
3209
|
+
* @internal
|
|
3210
|
+
*/
|
|
3211
|
+
export declare const DeleteApiDestinationRequestFilterSensitiveLog: (obj: DeleteApiDestinationRequest) => any;
|
|
3212
|
+
/**
|
|
3213
|
+
* @internal
|
|
3214
|
+
*/
|
|
3215
|
+
export declare const DeleteApiDestinationResponseFilterSensitiveLog: (obj: DeleteApiDestinationResponse) => any;
|
|
3216
|
+
/**
|
|
3217
|
+
* @internal
|
|
3218
|
+
*/
|
|
3219
|
+
export declare const DeleteArchiveRequestFilterSensitiveLog: (obj: DeleteArchiveRequest) => any;
|
|
3220
|
+
/**
|
|
3221
|
+
* @internal
|
|
3222
|
+
*/
|
|
3223
|
+
export declare const DeleteArchiveResponseFilterSensitiveLog: (obj: DeleteArchiveResponse) => any;
|
|
3224
|
+
/**
|
|
3225
|
+
* @internal
|
|
3226
|
+
*/
|
|
3227
|
+
export declare const DeleteConnectionRequestFilterSensitiveLog: (obj: DeleteConnectionRequest) => any;
|
|
3228
|
+
/**
|
|
3229
|
+
* @internal
|
|
3230
|
+
*/
|
|
3231
|
+
export declare const DeleteConnectionResponseFilterSensitiveLog: (obj: DeleteConnectionResponse) => any;
|
|
3232
|
+
/**
|
|
3233
|
+
* @internal
|
|
3234
|
+
*/
|
|
3235
|
+
export declare const DeleteEventBusRequestFilterSensitiveLog: (obj: DeleteEventBusRequest) => any;
|
|
3236
|
+
/**
|
|
3237
|
+
* @internal
|
|
3238
|
+
*/
|
|
3239
|
+
export declare const DeletePartnerEventSourceRequestFilterSensitiveLog: (obj: DeletePartnerEventSourceRequest) => any;
|
|
3240
|
+
/**
|
|
3241
|
+
* @internal
|
|
3242
|
+
*/
|
|
3243
|
+
export declare const DeleteRuleRequestFilterSensitiveLog: (obj: DeleteRuleRequest) => any;
|
|
3244
|
+
/**
|
|
3245
|
+
* @internal
|
|
3246
|
+
*/
|
|
3247
|
+
export declare const DescribeApiDestinationRequestFilterSensitiveLog: (obj: DescribeApiDestinationRequest) => any;
|
|
3248
|
+
/**
|
|
3249
|
+
* @internal
|
|
3250
|
+
*/
|
|
3251
|
+
export declare const DescribeApiDestinationResponseFilterSensitiveLog: (obj: DescribeApiDestinationResponse) => any;
|
|
3252
|
+
/**
|
|
3253
|
+
* @internal
|
|
3254
|
+
*/
|
|
3255
|
+
export declare const DescribeArchiveRequestFilterSensitiveLog: (obj: DescribeArchiveRequest) => any;
|
|
3256
|
+
/**
|
|
3257
|
+
* @internal
|
|
3258
|
+
*/
|
|
3259
|
+
export declare const DescribeArchiveResponseFilterSensitiveLog: (obj: DescribeArchiveResponse) => any;
|
|
3260
|
+
/**
|
|
3261
|
+
* @internal
|
|
3262
|
+
*/
|
|
3263
|
+
export declare const DescribeConnectionRequestFilterSensitiveLog: (obj: DescribeConnectionRequest) => any;
|
|
3264
|
+
/**
|
|
3265
|
+
* @internal
|
|
3266
|
+
*/
|
|
3267
|
+
export declare const ConnectionApiKeyAuthResponseParametersFilterSensitiveLog: (obj: ConnectionApiKeyAuthResponseParameters) => any;
|
|
3268
|
+
/**
|
|
3269
|
+
* @internal
|
|
3270
|
+
*/
|
|
3271
|
+
export declare const ConnectionBasicAuthResponseParametersFilterSensitiveLog: (obj: ConnectionBasicAuthResponseParameters) => any;
|
|
3272
|
+
/**
|
|
3273
|
+
* @internal
|
|
3274
|
+
*/
|
|
3275
|
+
export declare const ConnectionOAuthClientResponseParametersFilterSensitiveLog: (obj: ConnectionOAuthClientResponseParameters) => any;
|
|
3276
|
+
/**
|
|
3277
|
+
* @internal
|
|
3278
|
+
*/
|
|
3279
|
+
export declare const ConnectionOAuthResponseParametersFilterSensitiveLog: (obj: ConnectionOAuthResponseParameters) => any;
|
|
3280
|
+
/**
|
|
3281
|
+
* @internal
|
|
3282
|
+
*/
|
|
3283
|
+
export declare const ConnectionAuthResponseParametersFilterSensitiveLog: (obj: ConnectionAuthResponseParameters) => any;
|
|
3284
|
+
/**
|
|
3285
|
+
* @internal
|
|
3286
|
+
*/
|
|
3287
|
+
export declare const DescribeConnectionResponseFilterSensitiveLog: (obj: DescribeConnectionResponse) => any;
|
|
3288
|
+
/**
|
|
3289
|
+
* @internal
|
|
3290
|
+
*/
|
|
3291
|
+
export declare const DescribeEventBusRequestFilterSensitiveLog: (obj: DescribeEventBusRequest) => any;
|
|
3292
|
+
/**
|
|
3293
|
+
* @internal
|
|
3294
|
+
*/
|
|
3295
|
+
export declare const DescribeEventBusResponseFilterSensitiveLog: (obj: DescribeEventBusResponse) => any;
|
|
3296
|
+
/**
|
|
3297
|
+
* @internal
|
|
3298
|
+
*/
|
|
3299
|
+
export declare const DescribeEventSourceRequestFilterSensitiveLog: (obj: DescribeEventSourceRequest) => any;
|
|
3300
|
+
/**
|
|
3301
|
+
* @internal
|
|
3302
|
+
*/
|
|
3303
|
+
export declare const DescribeEventSourceResponseFilterSensitiveLog: (obj: DescribeEventSourceResponse) => any;
|
|
3304
|
+
/**
|
|
3305
|
+
* @internal
|
|
3306
|
+
*/
|
|
3307
|
+
export declare const DescribePartnerEventSourceRequestFilterSensitiveLog: (obj: DescribePartnerEventSourceRequest) => any;
|
|
3308
|
+
/**
|
|
3309
|
+
* @internal
|
|
3310
|
+
*/
|
|
3311
|
+
export declare const DescribePartnerEventSourceResponseFilterSensitiveLog: (obj: DescribePartnerEventSourceResponse) => any;
|
|
3312
|
+
/**
|
|
3313
|
+
* @internal
|
|
3314
|
+
*/
|
|
3315
|
+
export declare const DescribeReplayRequestFilterSensitiveLog: (obj: DescribeReplayRequest) => any;
|
|
3316
|
+
/**
|
|
3317
|
+
* @internal
|
|
3318
|
+
*/
|
|
3319
|
+
export declare const ReplayDestinationFilterSensitiveLog: (obj: ReplayDestination) => any;
|
|
3320
|
+
/**
|
|
3321
|
+
* @internal
|
|
3322
|
+
*/
|
|
3323
|
+
export declare const DescribeReplayResponseFilterSensitiveLog: (obj: DescribeReplayResponse) => any;
|
|
3324
|
+
/**
|
|
3325
|
+
* @internal
|
|
3326
|
+
*/
|
|
3327
|
+
export declare const DescribeRuleRequestFilterSensitiveLog: (obj: DescribeRuleRequest) => any;
|
|
3328
|
+
/**
|
|
3329
|
+
* @internal
|
|
3330
|
+
*/
|
|
3331
|
+
export declare const DescribeRuleResponseFilterSensitiveLog: (obj: DescribeRuleResponse) => any;
|
|
3332
|
+
/**
|
|
3333
|
+
* @internal
|
|
3334
|
+
*/
|
|
3335
|
+
export declare const DisableRuleRequestFilterSensitiveLog: (obj: DisableRuleRequest) => any;
|
|
3336
|
+
/**
|
|
3337
|
+
* @internal
|
|
3338
|
+
*/
|
|
3339
|
+
export declare const EnableRuleRequestFilterSensitiveLog: (obj: EnableRuleRequest) => any;
|
|
3340
|
+
/**
|
|
3341
|
+
* @internal
|
|
3342
|
+
*/
|
|
3343
|
+
export declare const ListApiDestinationsRequestFilterSensitiveLog: (obj: ListApiDestinationsRequest) => any;
|
|
3344
|
+
/**
|
|
3345
|
+
* @internal
|
|
3346
|
+
*/
|
|
3347
|
+
export declare const ListApiDestinationsResponseFilterSensitiveLog: (obj: ListApiDestinationsResponse) => any;
|
|
3348
|
+
/**
|
|
3349
|
+
* @internal
|
|
3350
|
+
*/
|
|
3351
|
+
export declare const ListArchivesRequestFilterSensitiveLog: (obj: ListArchivesRequest) => any;
|
|
3352
|
+
/**
|
|
3353
|
+
* @internal
|
|
3354
|
+
*/
|
|
3355
|
+
export declare const ListArchivesResponseFilterSensitiveLog: (obj: ListArchivesResponse) => any;
|
|
3356
|
+
/**
|
|
3357
|
+
* @internal
|
|
3358
|
+
*/
|
|
3359
|
+
export declare const ListConnectionsRequestFilterSensitiveLog: (obj: ListConnectionsRequest) => any;
|
|
3360
|
+
/**
|
|
3361
|
+
* @internal
|
|
3362
|
+
*/
|
|
3363
|
+
export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
|
|
3364
|
+
/**
|
|
3365
|
+
* @internal
|
|
3366
|
+
*/
|
|
3367
|
+
export declare const ListConnectionsResponseFilterSensitiveLog: (obj: ListConnectionsResponse) => any;
|
|
3368
|
+
/**
|
|
3369
|
+
* @internal
|
|
3370
|
+
*/
|
|
3371
|
+
export declare const ListEventBusesRequestFilterSensitiveLog: (obj: ListEventBusesRequest) => any;
|
|
3372
|
+
/**
|
|
3373
|
+
* @internal
|
|
3374
|
+
*/
|
|
3375
|
+
export declare const EventBusFilterSensitiveLog: (obj: EventBus) => any;
|
|
3376
|
+
/**
|
|
3377
|
+
* @internal
|
|
3378
|
+
*/
|
|
3379
|
+
export declare const ListEventBusesResponseFilterSensitiveLog: (obj: ListEventBusesResponse) => any;
|
|
3380
|
+
/**
|
|
3381
|
+
* @internal
|
|
3382
|
+
*/
|
|
3383
|
+
export declare const ListEventSourcesRequestFilterSensitiveLog: (obj: ListEventSourcesRequest) => any;
|
|
3384
|
+
/**
|
|
3385
|
+
* @internal
|
|
3386
|
+
*/
|
|
3387
|
+
export declare const EventSourceFilterSensitiveLog: (obj: EventSource) => any;
|
|
3388
|
+
/**
|
|
3389
|
+
* @internal
|
|
3390
|
+
*/
|
|
3391
|
+
export declare const ListEventSourcesResponseFilterSensitiveLog: (obj: ListEventSourcesResponse) => any;
|
|
3392
|
+
/**
|
|
3393
|
+
* @internal
|
|
3394
|
+
*/
|
|
3395
|
+
export declare const ListPartnerEventSourceAccountsRequestFilterSensitiveLog: (obj: ListPartnerEventSourceAccountsRequest) => any;
|
|
3396
|
+
/**
|
|
3397
|
+
* @internal
|
|
3398
|
+
*/
|
|
3399
|
+
export declare const PartnerEventSourceAccountFilterSensitiveLog: (obj: PartnerEventSourceAccount) => any;
|
|
3400
|
+
/**
|
|
3401
|
+
* @internal
|
|
3402
|
+
*/
|
|
3403
|
+
export declare const ListPartnerEventSourceAccountsResponseFilterSensitiveLog: (obj: ListPartnerEventSourceAccountsResponse) => any;
|
|
3404
|
+
/**
|
|
3405
|
+
* @internal
|
|
3406
|
+
*/
|
|
3407
|
+
export declare const ListPartnerEventSourcesRequestFilterSensitiveLog: (obj: ListPartnerEventSourcesRequest) => any;
|
|
3408
|
+
/**
|
|
3409
|
+
* @internal
|
|
3410
|
+
*/
|
|
3411
|
+
export declare const PartnerEventSourceFilterSensitiveLog: (obj: PartnerEventSource) => any;
|
|
3412
|
+
/**
|
|
3413
|
+
* @internal
|
|
3414
|
+
*/
|
|
3415
|
+
export declare const ListPartnerEventSourcesResponseFilterSensitiveLog: (obj: ListPartnerEventSourcesResponse) => any;
|
|
3416
|
+
/**
|
|
3417
|
+
* @internal
|
|
3418
|
+
*/
|
|
3419
|
+
export declare const ListReplaysRequestFilterSensitiveLog: (obj: ListReplaysRequest) => any;
|
|
3420
|
+
/**
|
|
3421
|
+
* @internal
|
|
3422
|
+
*/
|
|
3423
|
+
export declare const ReplayFilterSensitiveLog: (obj: Replay) => any;
|
|
3424
|
+
/**
|
|
3425
|
+
* @internal
|
|
3426
|
+
*/
|
|
3427
|
+
export declare const ListReplaysResponseFilterSensitiveLog: (obj: ListReplaysResponse) => any;
|
|
3428
|
+
/**
|
|
3429
|
+
* @internal
|
|
3430
|
+
*/
|
|
3431
|
+
export declare const ListRuleNamesByTargetRequestFilterSensitiveLog: (obj: ListRuleNamesByTargetRequest) => any;
|
|
3432
|
+
/**
|
|
3433
|
+
* @internal
|
|
3434
|
+
*/
|
|
3435
|
+
export declare const ListRuleNamesByTargetResponseFilterSensitiveLog: (obj: ListRuleNamesByTargetResponse) => any;
|
|
3436
|
+
/**
|
|
3437
|
+
* @internal
|
|
3438
|
+
*/
|
|
3439
|
+
export declare const ListRulesRequestFilterSensitiveLog: (obj: ListRulesRequest) => any;
|
|
3440
|
+
/**
|
|
3441
|
+
* @internal
|
|
3442
|
+
*/
|
|
3443
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
3444
|
+
/**
|
|
3445
|
+
* @internal
|
|
3446
|
+
*/
|
|
3447
|
+
export declare const ListRulesResponseFilterSensitiveLog: (obj: ListRulesResponse) => any;
|
|
3448
|
+
/**
|
|
3449
|
+
* @internal
|
|
3450
|
+
*/
|
|
3451
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3452
|
+
/**
|
|
3453
|
+
* @internal
|
|
3454
|
+
*/
|
|
3455
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3456
|
+
/**
|
|
3457
|
+
* @internal
|
|
3458
|
+
*/
|
|
3459
|
+
export declare const ListTargetsByRuleRequestFilterSensitiveLog: (obj: ListTargetsByRuleRequest) => any;
|
|
3460
|
+
/**
|
|
3461
|
+
* @internal
|
|
3462
|
+
*/
|
|
3463
|
+
export declare const BatchArrayPropertiesFilterSensitiveLog: (obj: BatchArrayProperties) => any;
|
|
3464
|
+
/**
|
|
3465
|
+
* @internal
|
|
3466
|
+
*/
|
|
3467
|
+
export declare const BatchRetryStrategyFilterSensitiveLog: (obj: BatchRetryStrategy) => any;
|
|
3468
|
+
/**
|
|
3469
|
+
* @internal
|
|
3470
|
+
*/
|
|
3471
|
+
export declare const BatchParametersFilterSensitiveLog: (obj: BatchParameters) => any;
|
|
3472
|
+
/**
|
|
3473
|
+
* @internal
|
|
3474
|
+
*/
|
|
3475
|
+
export declare const DeadLetterConfigFilterSensitiveLog: (obj: DeadLetterConfig) => any;
|
|
3476
|
+
/**
|
|
3477
|
+
* @internal
|
|
3478
|
+
*/
|
|
3479
|
+
export declare const CapacityProviderStrategyItemFilterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
|
|
3480
|
+
/**
|
|
3481
|
+
* @internal
|
|
3482
|
+
*/
|
|
3483
|
+
export declare const AwsVpcConfigurationFilterSensitiveLog: (obj: AwsVpcConfiguration) => any;
|
|
3484
|
+
/**
|
|
3485
|
+
* @internal
|
|
3486
|
+
*/
|
|
3487
|
+
export declare const NetworkConfigurationFilterSensitiveLog: (obj: NetworkConfiguration) => any;
|
|
3488
|
+
/**
|
|
3489
|
+
* @internal
|
|
3490
|
+
*/
|
|
3491
|
+
export declare const PlacementConstraintFilterSensitiveLog: (obj: PlacementConstraint) => any;
|
|
3492
|
+
/**
|
|
3493
|
+
* @internal
|
|
3494
|
+
*/
|
|
3495
|
+
export declare const PlacementStrategyFilterSensitiveLog: (obj: PlacementStrategy) => any;
|
|
3496
|
+
/**
|
|
3497
|
+
* @internal
|
|
3498
|
+
*/
|
|
3499
|
+
export declare const EcsParametersFilterSensitiveLog: (obj: EcsParameters) => any;
|
|
3500
|
+
/**
|
|
3501
|
+
* @internal
|
|
3502
|
+
*/
|
|
3503
|
+
export declare const HttpParametersFilterSensitiveLog: (obj: HttpParameters) => any;
|
|
3504
|
+
/**
|
|
3505
|
+
* @internal
|
|
3506
|
+
*/
|
|
3507
|
+
export declare const InputTransformerFilterSensitiveLog: (obj: InputTransformer) => any;
|
|
3508
|
+
/**
|
|
3509
|
+
* @internal
|
|
3510
|
+
*/
|
|
3511
|
+
export declare const KinesisParametersFilterSensitiveLog: (obj: KinesisParameters) => any;
|
|
3512
|
+
/**
|
|
3513
|
+
* @internal
|
|
3514
|
+
*/
|
|
3515
|
+
export declare const RedshiftDataParametersFilterSensitiveLog: (obj: RedshiftDataParameters) => any;
|
|
3516
|
+
/**
|
|
3517
|
+
* @internal
|
|
3518
|
+
*/
|
|
3519
|
+
export declare const RetryPolicyFilterSensitiveLog: (obj: RetryPolicy) => any;
|
|
3520
|
+
/**
|
|
3521
|
+
* @internal
|
|
3522
|
+
*/
|
|
3523
|
+
export declare const RunCommandTargetFilterSensitiveLog: (obj: RunCommandTarget) => any;
|
|
3524
|
+
/**
|
|
3525
|
+
* @internal
|
|
3526
|
+
*/
|
|
3527
|
+
export declare const RunCommandParametersFilterSensitiveLog: (obj: RunCommandParameters) => any;
|
|
3528
|
+
/**
|
|
3529
|
+
* @internal
|
|
3530
|
+
*/
|
|
3531
|
+
export declare const SageMakerPipelineParameterFilterSensitiveLog: (obj: SageMakerPipelineParameter) => any;
|
|
3532
|
+
/**
|
|
3533
|
+
* @internal
|
|
3534
|
+
*/
|
|
3535
|
+
export declare const SageMakerPipelineParametersFilterSensitiveLog: (obj: SageMakerPipelineParameters) => any;
|
|
3536
|
+
/**
|
|
3537
|
+
* @internal
|
|
3538
|
+
*/
|
|
3539
|
+
export declare const SqsParametersFilterSensitiveLog: (obj: SqsParameters) => any;
|
|
3540
|
+
/**
|
|
3541
|
+
* @internal
|
|
3542
|
+
*/
|
|
3543
|
+
export declare const TargetFilterSensitiveLog: (obj: Target) => any;
|
|
3544
|
+
/**
|
|
3545
|
+
* @internal
|
|
3546
|
+
*/
|
|
3547
|
+
export declare const ListTargetsByRuleResponseFilterSensitiveLog: (obj: ListTargetsByRuleResponse) => any;
|
|
3548
|
+
/**
|
|
3549
|
+
* @internal
|
|
3550
|
+
*/
|
|
3551
|
+
export declare const PutEventsRequestEntryFilterSensitiveLog: (obj: PutEventsRequestEntry) => any;
|
|
3552
|
+
/**
|
|
3553
|
+
* @internal
|
|
3554
|
+
*/
|
|
3555
|
+
export declare const PutEventsRequestFilterSensitiveLog: (obj: PutEventsRequest) => any;
|
|
3556
|
+
/**
|
|
3557
|
+
* @internal
|
|
3558
|
+
*/
|
|
3559
|
+
export declare const PutEventsResultEntryFilterSensitiveLog: (obj: PutEventsResultEntry) => any;
|
|
3560
|
+
/**
|
|
3561
|
+
* @internal
|
|
3562
|
+
*/
|
|
3563
|
+
export declare const PutEventsResponseFilterSensitiveLog: (obj: PutEventsResponse) => any;
|
|
3564
|
+
/**
|
|
3565
|
+
* @internal
|
|
3566
|
+
*/
|
|
3567
|
+
export declare const PutPartnerEventsRequestEntryFilterSensitiveLog: (obj: PutPartnerEventsRequestEntry) => any;
|
|
3568
|
+
/**
|
|
3569
|
+
* @internal
|
|
3570
|
+
*/
|
|
3571
|
+
export declare const PutPartnerEventsRequestFilterSensitiveLog: (obj: PutPartnerEventsRequest) => any;
|
|
3572
|
+
/**
|
|
3573
|
+
* @internal
|
|
3574
|
+
*/
|
|
3575
|
+
export declare const PutPartnerEventsResultEntryFilterSensitiveLog: (obj: PutPartnerEventsResultEntry) => any;
|
|
3576
|
+
/**
|
|
3577
|
+
* @internal
|
|
3578
|
+
*/
|
|
3579
|
+
export declare const PutPartnerEventsResponseFilterSensitiveLog: (obj: PutPartnerEventsResponse) => any;
|
|
3580
|
+
/**
|
|
3581
|
+
* @internal
|
|
3582
|
+
*/
|
|
3583
|
+
export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
|
|
3584
|
+
/**
|
|
3585
|
+
* @internal
|
|
3586
|
+
*/
|
|
3587
|
+
export declare const PutPermissionRequestFilterSensitiveLog: (obj: PutPermissionRequest) => any;
|
|
3588
|
+
/**
|
|
3589
|
+
* @internal
|
|
3590
|
+
*/
|
|
3591
|
+
export declare const PutRuleRequestFilterSensitiveLog: (obj: PutRuleRequest) => any;
|
|
3592
|
+
/**
|
|
3593
|
+
* @internal
|
|
3594
|
+
*/
|
|
3595
|
+
export declare const PutRuleResponseFilterSensitiveLog: (obj: PutRuleResponse) => any;
|
|
3596
|
+
/**
|
|
3597
|
+
* @internal
|
|
3598
|
+
*/
|
|
3599
|
+
export declare const PutTargetsRequestFilterSensitiveLog: (obj: PutTargetsRequest) => any;
|
|
3600
|
+
/**
|
|
3601
|
+
* @internal
|
|
3602
|
+
*/
|
|
3603
|
+
export declare const PutTargetsResultEntryFilterSensitiveLog: (obj: PutTargetsResultEntry) => any;
|
|
3604
|
+
/**
|
|
3605
|
+
* @internal
|
|
3606
|
+
*/
|
|
3607
|
+
export declare const PutTargetsResponseFilterSensitiveLog: (obj: PutTargetsResponse) => any;
|
|
3608
|
+
/**
|
|
3609
|
+
* @internal
|
|
3610
|
+
*/
|
|
3611
|
+
export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
|
|
3612
|
+
/**
|
|
3613
|
+
* @internal
|
|
3614
|
+
*/
|
|
3615
|
+
export declare const RemoveTargetsRequestFilterSensitiveLog: (obj: RemoveTargetsRequest) => any;
|
|
3616
|
+
/**
|
|
3617
|
+
* @internal
|
|
3618
|
+
*/
|
|
3619
|
+
export declare const RemoveTargetsResultEntryFilterSensitiveLog: (obj: RemoveTargetsResultEntry) => any;
|
|
3620
|
+
/**
|
|
3621
|
+
* @internal
|
|
3622
|
+
*/
|
|
3623
|
+
export declare const RemoveTargetsResponseFilterSensitiveLog: (obj: RemoveTargetsResponse) => any;
|
|
3624
|
+
/**
|
|
3625
|
+
* @internal
|
|
3626
|
+
*/
|
|
3627
|
+
export declare const StartReplayRequestFilterSensitiveLog: (obj: StartReplayRequest) => any;
|
|
3628
|
+
/**
|
|
3629
|
+
* @internal
|
|
3630
|
+
*/
|
|
3631
|
+
export declare const StartReplayResponseFilterSensitiveLog: (obj: StartReplayResponse) => any;
|
|
3632
|
+
/**
|
|
3633
|
+
* @internal
|
|
3634
|
+
*/
|
|
3635
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3636
|
+
/**
|
|
3637
|
+
* @internal
|
|
3638
|
+
*/
|
|
3639
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3640
|
+
/**
|
|
3641
|
+
* @internal
|
|
3642
|
+
*/
|
|
3643
|
+
export declare const TestEventPatternRequestFilterSensitiveLog: (obj: TestEventPatternRequest) => any;
|
|
3644
|
+
/**
|
|
3645
|
+
* @internal
|
|
3646
|
+
*/
|
|
3647
|
+
export declare const TestEventPatternResponseFilterSensitiveLog: (obj: TestEventPatternResponse) => any;
|
|
3648
|
+
/**
|
|
3649
|
+
* @internal
|
|
3650
|
+
*/
|
|
3651
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3652
|
+
/**
|
|
3653
|
+
* @internal
|
|
3654
|
+
*/
|
|
3655
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3656
|
+
/**
|
|
3657
|
+
* @internal
|
|
3658
|
+
*/
|
|
3659
|
+
export declare const UpdateApiDestinationRequestFilterSensitiveLog: (obj: UpdateApiDestinationRequest) => any;
|
|
3660
|
+
/**
|
|
3661
|
+
* @internal
|
|
3662
|
+
*/
|
|
3663
|
+
export declare const UpdateApiDestinationResponseFilterSensitiveLog: (obj: UpdateApiDestinationResponse) => any;
|
|
3664
|
+
/**
|
|
3665
|
+
* @internal
|
|
3666
|
+
*/
|
|
3667
|
+
export declare const UpdateArchiveRequestFilterSensitiveLog: (obj: UpdateArchiveRequest) => any;
|
|
3668
|
+
/**
|
|
3669
|
+
* @internal
|
|
3670
|
+
*/
|
|
3671
|
+
export declare const UpdateArchiveResponseFilterSensitiveLog: (obj: UpdateArchiveResponse) => any;
|
|
3672
|
+
/**
|
|
3673
|
+
* @internal
|
|
3674
|
+
*/
|
|
3675
|
+
export declare const UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionApiKeyAuthRequestParameters) => any;
|
|
3676
|
+
/**
|
|
3677
|
+
* @internal
|
|
3678
|
+
*/
|
|
3679
|
+
export declare const UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionBasicAuthRequestParameters) => any;
|
|
3680
|
+
/**
|
|
3681
|
+
* @internal
|
|
3682
|
+
*/
|
|
3683
|
+
export declare const UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog: (obj: UpdateConnectionOAuthClientRequestParameters) => any;
|
|
3684
|
+
/**
|
|
3685
|
+
* @internal
|
|
3686
|
+
*/
|
|
3687
|
+
export declare const UpdateConnectionOAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionOAuthRequestParameters) => any;
|
|
3688
|
+
/**
|
|
3689
|
+
* @internal
|
|
3690
|
+
*/
|
|
3691
|
+
export declare const UpdateConnectionAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionAuthRequestParameters) => any;
|
|
3692
|
+
/**
|
|
3693
|
+
* @internal
|
|
3694
|
+
*/
|
|
3695
|
+
export declare const UpdateConnectionRequestFilterSensitiveLog: (obj: UpdateConnectionRequest) => any;
|
|
3696
|
+
/**
|
|
3697
|
+
* @internal
|
|
3698
|
+
*/
|
|
3699
|
+
export declare const UpdateConnectionResponseFilterSensitiveLog: (obj: UpdateConnectionResponse) => any;
|