@aws-sdk/client-eventbridge 3.130.0 → 3.141.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.
Files changed (119) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/ActivateEventSourceCommand.js +1 -1
  4. package/dist-cjs/commands/CancelReplayCommand.js +2 -2
  5. package/dist-cjs/commands/CreateApiDestinationCommand.js +2 -2
  6. package/dist-cjs/commands/CreateArchiveCommand.js +2 -2
  7. package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
  8. package/dist-cjs/commands/CreateEndpointCommand.js +2 -2
  9. package/dist-cjs/commands/CreateEventBusCommand.js +2 -2
  10. package/dist-cjs/commands/CreatePartnerEventSourceCommand.js +2 -2
  11. package/dist-cjs/commands/DeactivateEventSourceCommand.js +1 -1
  12. package/dist-cjs/commands/DeauthorizeConnectionCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteApiDestinationCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteArchiveCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteEventBusCommand.js +1 -1
  18. package/dist-cjs/commands/DeletePartnerEventSourceCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteRuleCommand.js +1 -1
  20. package/dist-cjs/commands/DescribeApiDestinationCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeArchiveCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeConnectionCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeEndpointCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeEventBusCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeEventSourceCommand.js +2 -2
  26. package/dist-cjs/commands/DescribePartnerEventSourceCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeReplayCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeRuleCommand.js +2 -2
  29. package/dist-cjs/commands/DisableRuleCommand.js +1 -1
  30. package/dist-cjs/commands/EnableRuleCommand.js +1 -1
  31. package/dist-cjs/commands/ListApiDestinationsCommand.js +2 -2
  32. package/dist-cjs/commands/ListArchivesCommand.js +2 -2
  33. package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
  34. package/dist-cjs/commands/ListEndpointsCommand.js +2 -2
  35. package/dist-cjs/commands/ListEventBusesCommand.js +2 -2
  36. package/dist-cjs/commands/ListEventSourcesCommand.js +2 -2
  37. package/dist-cjs/commands/ListPartnerEventSourceAccountsCommand.js +2 -2
  38. package/dist-cjs/commands/ListPartnerEventSourcesCommand.js +2 -2
  39. package/dist-cjs/commands/ListReplaysCommand.js +2 -2
  40. package/dist-cjs/commands/ListRuleNamesByTargetCommand.js +2 -2
  41. package/dist-cjs/commands/ListRulesCommand.js +2 -2
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  43. package/dist-cjs/commands/ListTargetsByRuleCommand.js +2 -2
  44. package/dist-cjs/commands/PutEventsCommand.js +2 -2
  45. package/dist-cjs/commands/PutPartnerEventsCommand.js +2 -2
  46. package/dist-cjs/commands/PutPermissionCommand.js +1 -1
  47. package/dist-cjs/commands/PutRuleCommand.js +2 -2
  48. package/dist-cjs/commands/PutTargetsCommand.js +2 -2
  49. package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
  50. package/dist-cjs/commands/RemoveTargetsCommand.js +2 -2
  51. package/dist-cjs/commands/StartReplayCommand.js +2 -2
  52. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  53. package/dist-cjs/commands/TestEventPatternCommand.js +2 -2
  54. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateApiDestinationCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateArchiveCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateConnectionCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateEndpointCommand.js +2 -2
  59. package/dist-cjs/models/models_0.js +676 -1012
  60. package/dist-es/commands/ActivateEventSourceCommand.js +2 -2
  61. package/dist-es/commands/CancelReplayCommand.js +3 -3
  62. package/dist-es/commands/CreateApiDestinationCommand.js +3 -3
  63. package/dist-es/commands/CreateArchiveCommand.js +3 -3
  64. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  65. package/dist-es/commands/CreateEndpointCommand.js +3 -3
  66. package/dist-es/commands/CreateEventBusCommand.js +3 -3
  67. package/dist-es/commands/CreatePartnerEventSourceCommand.js +3 -3
  68. package/dist-es/commands/DeactivateEventSourceCommand.js +2 -2
  69. package/dist-es/commands/DeauthorizeConnectionCommand.js +3 -3
  70. package/dist-es/commands/DeleteApiDestinationCommand.js +3 -3
  71. package/dist-es/commands/DeleteArchiveCommand.js +3 -3
  72. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  73. package/dist-es/commands/DeleteEndpointCommand.js +3 -3
  74. package/dist-es/commands/DeleteEventBusCommand.js +2 -2
  75. package/dist-es/commands/DeletePartnerEventSourceCommand.js +2 -2
  76. package/dist-es/commands/DeleteRuleCommand.js +2 -2
  77. package/dist-es/commands/DescribeApiDestinationCommand.js +3 -3
  78. package/dist-es/commands/DescribeArchiveCommand.js +3 -3
  79. package/dist-es/commands/DescribeConnectionCommand.js +3 -3
  80. package/dist-es/commands/DescribeEndpointCommand.js +3 -3
  81. package/dist-es/commands/DescribeEventBusCommand.js +3 -3
  82. package/dist-es/commands/DescribeEventSourceCommand.js +3 -3
  83. package/dist-es/commands/DescribePartnerEventSourceCommand.js +3 -3
  84. package/dist-es/commands/DescribeReplayCommand.js +3 -3
  85. package/dist-es/commands/DescribeRuleCommand.js +3 -3
  86. package/dist-es/commands/DisableRuleCommand.js +2 -2
  87. package/dist-es/commands/EnableRuleCommand.js +2 -2
  88. package/dist-es/commands/ListApiDestinationsCommand.js +3 -3
  89. package/dist-es/commands/ListArchivesCommand.js +3 -3
  90. package/dist-es/commands/ListConnectionsCommand.js +3 -3
  91. package/dist-es/commands/ListEndpointsCommand.js +3 -3
  92. package/dist-es/commands/ListEventBusesCommand.js +3 -3
  93. package/dist-es/commands/ListEventSourcesCommand.js +3 -3
  94. package/dist-es/commands/ListPartnerEventSourceAccountsCommand.js +3 -3
  95. package/dist-es/commands/ListPartnerEventSourcesCommand.js +3 -3
  96. package/dist-es/commands/ListReplaysCommand.js +3 -3
  97. package/dist-es/commands/ListRuleNamesByTargetCommand.js +3 -3
  98. package/dist-es/commands/ListRulesCommand.js +3 -3
  99. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  100. package/dist-es/commands/ListTargetsByRuleCommand.js +3 -3
  101. package/dist-es/commands/PutEventsCommand.js +3 -3
  102. package/dist-es/commands/PutPartnerEventsCommand.js +3 -3
  103. package/dist-es/commands/PutPermissionCommand.js +2 -2
  104. package/dist-es/commands/PutRuleCommand.js +3 -3
  105. package/dist-es/commands/PutTargetsCommand.js +3 -3
  106. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  107. package/dist-es/commands/RemoveTargetsCommand.js +3 -3
  108. package/dist-es/commands/StartReplayCommand.js +3 -3
  109. package/dist-es/commands/TagResourceCommand.js +3 -3
  110. package/dist-es/commands/TestEventPatternCommand.js +3 -3
  111. package/dist-es/commands/UntagResourceCommand.js +3 -3
  112. package/dist-es/commands/UpdateApiDestinationCommand.js +3 -3
  113. package/dist-es/commands/UpdateArchiveCommand.js +3 -3
  114. package/dist-es/commands/UpdateConnectionCommand.js +3 -3
  115. package/dist-es/commands/UpdateEndpointCommand.js +3 -3
  116. package/dist-es/models/models_0.js +168 -672
  117. package/dist-types/models/models_0.d.ts +672 -1008
  118. package/dist-types/ts3.4/models/models_0.d.ts +336 -672
  119. package/package.json +7 -7
@@ -4,10 +4,6 @@ export interface ActivateEventSourceRequest {
4
4
 
5
5
  Name: string | undefined;
6
6
  }
7
- export declare namespace ActivateEventSourceRequest {
8
-
9
- const filterSensitiveLog: (obj: ActivateEventSourceRequest) => any;
10
- }
11
7
 
12
8
  export declare class ConcurrentModificationException extends __BaseException {
13
9
  readonly name: "ConcurrentModificationException";
@@ -77,10 +73,6 @@ export interface ApiDestination {
77
73
 
78
74
  LastModifiedTime?: Date;
79
75
  }
80
- export declare namespace ApiDestination {
81
-
82
- const filterSensitiveLog: (obj: ApiDestination) => any;
83
- }
84
76
  export declare enum ArchiveState {
85
77
  CREATE_FAILED = "CREATE_FAILED",
86
78
  CREATING = "CREATING",
@@ -108,10 +100,6 @@ export interface Archive {
108
100
 
109
101
  CreationTime?: Date;
110
102
  }
111
- export declare namespace Archive {
112
-
113
- const filterSensitiveLog: (obj: Archive) => any;
114
- }
115
103
  export declare enum AssignPublicIp {
116
104
  DISABLED = "DISABLED",
117
105
  ENABLED = "ENABLED"
@@ -120,10 +108,6 @@ export interface CancelReplayRequest {
120
108
 
121
109
  ReplayName: string | undefined;
122
110
  }
123
- export declare namespace CancelReplayRequest {
124
-
125
- const filterSensitiveLog: (obj: CancelReplayRequest) => any;
126
- }
127
111
  export declare enum ReplayState {
128
112
  CANCELLED = "CANCELLED",
129
113
  CANCELLING = "CANCELLING",
@@ -140,10 +124,6 @@ export interface CancelReplayResponse {
140
124
 
141
125
  StateReason?: string;
142
126
  }
143
- export declare namespace CancelReplayResponse {
144
-
145
- const filterSensitiveLog: (obj: CancelReplayResponse) => any;
146
- }
147
127
 
148
128
  export declare class IllegalStatusException extends __BaseException {
149
129
  readonly name: "IllegalStatusException";
@@ -165,10 +145,6 @@ export interface CreateApiDestinationRequest {
165
145
 
166
146
  InvocationRateLimitPerSecond?: number;
167
147
  }
168
- export declare namespace CreateApiDestinationRequest {
169
-
170
- const filterSensitiveLog: (obj: CreateApiDestinationRequest) => any;
171
- }
172
148
  export interface CreateApiDestinationResponse {
173
149
 
174
150
  ApiDestinationArn?: string;
@@ -179,10 +155,6 @@ export interface CreateApiDestinationResponse {
179
155
 
180
156
  LastModifiedTime?: Date;
181
157
  }
182
- export declare namespace CreateApiDestinationResponse {
183
-
184
- const filterSensitiveLog: (obj: CreateApiDestinationResponse) => any;
185
- }
186
158
 
187
159
  export declare class LimitExceededException extends __BaseException {
188
160
  readonly name: "LimitExceededException";
@@ -209,10 +181,6 @@ export interface CreateArchiveRequest {
209
181
 
210
182
  RetentionDays?: number;
211
183
  }
212
- export declare namespace CreateArchiveRequest {
213
-
214
- const filterSensitiveLog: (obj: CreateArchiveRequest) => any;
215
- }
216
184
  export interface CreateArchiveResponse {
217
185
 
218
186
  ArchiveArn?: string;
@@ -223,10 +191,6 @@ export interface CreateArchiveResponse {
223
191
 
224
192
  CreationTime?: Date;
225
193
  }
226
- export declare namespace CreateArchiveResponse {
227
-
228
- const filterSensitiveLog: (obj: CreateArchiveResponse) => any;
229
- }
230
194
 
231
195
  export declare class InvalidEventPatternException extends __BaseException {
232
196
  readonly name: "InvalidEventPatternException";
@@ -246,10 +210,6 @@ export interface CreateConnectionApiKeyAuthRequestParameters {
246
210
 
247
211
  ApiKeyValue: string | undefined;
248
212
  }
249
- export declare namespace CreateConnectionApiKeyAuthRequestParameters {
250
-
251
- const filterSensitiveLog: (obj: CreateConnectionApiKeyAuthRequestParameters) => any;
252
- }
253
213
 
254
214
  export interface CreateConnectionBasicAuthRequestParameters {
255
215
 
@@ -257,10 +217,6 @@ export interface CreateConnectionBasicAuthRequestParameters {
257
217
 
258
218
  Password: string | undefined;
259
219
  }
260
- export declare namespace CreateConnectionBasicAuthRequestParameters {
261
-
262
- const filterSensitiveLog: (obj: CreateConnectionBasicAuthRequestParameters) => any;
263
- }
264
220
 
265
221
  export interface ConnectionBodyParameter {
266
222
 
@@ -270,10 +226,6 @@ export interface ConnectionBodyParameter {
270
226
 
271
227
  IsValueSecret?: boolean;
272
228
  }
273
- export declare namespace ConnectionBodyParameter {
274
-
275
- const filterSensitiveLog: (obj: ConnectionBodyParameter) => any;
276
- }
277
229
 
278
230
  export interface ConnectionHeaderParameter {
279
231
 
@@ -283,10 +235,6 @@ export interface ConnectionHeaderParameter {
283
235
 
284
236
  IsValueSecret?: boolean;
285
237
  }
286
- export declare namespace ConnectionHeaderParameter {
287
-
288
- const filterSensitiveLog: (obj: ConnectionHeaderParameter) => any;
289
- }
290
238
 
291
239
  export interface ConnectionQueryStringParameter {
292
240
 
@@ -296,10 +244,6 @@ export interface ConnectionQueryStringParameter {
296
244
 
297
245
  IsValueSecret?: boolean;
298
246
  }
299
- export declare namespace ConnectionQueryStringParameter {
300
-
301
- const filterSensitiveLog: (obj: ConnectionQueryStringParameter) => any;
302
- }
303
247
 
304
248
  export interface ConnectionHttpParameters {
305
249
 
@@ -309,10 +253,6 @@ export interface ConnectionHttpParameters {
309
253
 
310
254
  BodyParameters?: ConnectionBodyParameter[];
311
255
  }
312
- export declare namespace ConnectionHttpParameters {
313
-
314
- const filterSensitiveLog: (obj: ConnectionHttpParameters) => any;
315
- }
316
256
 
317
257
  export interface CreateConnectionOAuthClientRequestParameters {
318
258
 
@@ -320,10 +260,6 @@ export interface CreateConnectionOAuthClientRequestParameters {
320
260
 
321
261
  ClientSecret: string | undefined;
322
262
  }
323
- export declare namespace CreateConnectionOAuthClientRequestParameters {
324
-
325
- const filterSensitiveLog: (obj: CreateConnectionOAuthClientRequestParameters) => any;
326
- }
327
263
  export declare enum ConnectionOAuthHttpMethod {
328
264
  GET = "GET",
329
265
  POST = "POST",
@@ -340,10 +276,6 @@ export interface CreateConnectionOAuthRequestParameters {
340
276
 
341
277
  OAuthHttpParameters?: ConnectionHttpParameters;
342
278
  }
343
- export declare namespace CreateConnectionOAuthRequestParameters {
344
-
345
- const filterSensitiveLog: (obj: CreateConnectionOAuthRequestParameters) => any;
346
- }
347
279
 
348
280
  export interface CreateConnectionAuthRequestParameters {
349
281
 
@@ -355,10 +287,6 @@ export interface CreateConnectionAuthRequestParameters {
355
287
 
356
288
  InvocationHttpParameters?: ConnectionHttpParameters;
357
289
  }
358
- export declare namespace CreateConnectionAuthRequestParameters {
359
-
360
- const filterSensitiveLog: (obj: CreateConnectionAuthRequestParameters) => any;
361
- }
362
290
  export interface CreateConnectionRequest {
363
291
 
364
292
  Name: string | undefined;
@@ -369,10 +297,6 @@ export interface CreateConnectionRequest {
369
297
 
370
298
  AuthParameters: CreateConnectionAuthRequestParameters | undefined;
371
299
  }
372
- export declare namespace CreateConnectionRequest {
373
-
374
- const filterSensitiveLog: (obj: CreateConnectionRequest) => any;
375
- }
376
300
  export declare enum ConnectionState {
377
301
  AUTHORIZED = "AUTHORIZED",
378
302
  AUTHORIZING = "AUTHORIZING",
@@ -392,19 +316,11 @@ export interface CreateConnectionResponse {
392
316
 
393
317
  LastModifiedTime?: Date;
394
318
  }
395
- export declare namespace CreateConnectionResponse {
396
-
397
- const filterSensitiveLog: (obj: CreateConnectionResponse) => any;
398
- }
399
319
 
400
320
  export interface EndpointEventBus {
401
321
 
402
322
  EventBusArn: string | undefined;
403
323
  }
404
- export declare namespace EndpointEventBus {
405
-
406
- const filterSensitiveLog: (obj: EndpointEventBus) => any;
407
- }
408
324
  export declare enum ReplicationState {
409
325
  DISABLED = "DISABLED",
410
326
  ENABLED = "ENABLED"
@@ -414,28 +330,16 @@ export interface ReplicationConfig {
414
330
 
415
331
  State?: ReplicationState | string;
416
332
  }
417
- export declare namespace ReplicationConfig {
418
-
419
- const filterSensitiveLog: (obj: ReplicationConfig) => any;
420
- }
421
333
 
422
334
  export interface Primary {
423
335
 
424
336
  HealthCheck: string | undefined;
425
337
  }
426
- export declare namespace Primary {
427
-
428
- const filterSensitiveLog: (obj: Primary) => any;
429
- }
430
338
 
431
339
  export interface Secondary {
432
340
 
433
341
  Route: string | undefined;
434
342
  }
435
- export declare namespace Secondary {
436
-
437
- const filterSensitiveLog: (obj: Secondary) => any;
438
- }
439
343
 
440
344
  export interface FailoverConfig {
441
345
 
@@ -443,19 +347,11 @@ export interface FailoverConfig {
443
347
 
444
348
  Secondary: Secondary | undefined;
445
349
  }
446
- export declare namespace FailoverConfig {
447
-
448
- const filterSensitiveLog: (obj: FailoverConfig) => any;
449
- }
450
350
 
451
351
  export interface RoutingConfig {
452
352
 
453
353
  FailoverConfig: FailoverConfig | undefined;
454
354
  }
455
- export declare namespace RoutingConfig {
456
-
457
- const filterSensitiveLog: (obj: RoutingConfig) => any;
458
- }
459
355
  export interface CreateEndpointRequest {
460
356
 
461
357
  Name: string | undefined;
@@ -470,10 +366,6 @@ export interface CreateEndpointRequest {
470
366
 
471
367
  RoleArn?: string;
472
368
  }
473
- export declare namespace CreateEndpointRequest {
474
-
475
- const filterSensitiveLog: (obj: CreateEndpointRequest) => any;
476
- }
477
369
  export declare enum EndpointState {
478
370
  ACTIVE = "ACTIVE",
479
371
  CREATE_FAILED = "CREATE_FAILED",
@@ -499,10 +391,6 @@ export interface CreateEndpointResponse {
499
391
 
500
392
  State?: EndpointState | string;
501
393
  }
502
- export declare namespace CreateEndpointResponse {
503
-
504
- const filterSensitiveLog: (obj: CreateEndpointResponse) => any;
505
- }
506
394
 
507
395
  export interface Tag {
508
396
 
@@ -510,10 +398,6 @@ export interface Tag {
510
398
 
511
399
  Value: string | undefined;
512
400
  }
513
- export declare namespace Tag {
514
-
515
- const filterSensitiveLog: (obj: Tag) => any;
516
- }
517
401
  export interface CreateEventBusRequest {
518
402
 
519
403
  Name: string | undefined;
@@ -522,52 +406,28 @@ export interface CreateEventBusRequest {
522
406
 
523
407
  Tags?: Tag[];
524
408
  }
525
- export declare namespace CreateEventBusRequest {
526
-
527
- const filterSensitiveLog: (obj: CreateEventBusRequest) => any;
528
- }
529
409
  export interface CreateEventBusResponse {
530
410
 
531
411
  EventBusArn?: string;
532
412
  }
533
- export declare namespace CreateEventBusResponse {
534
-
535
- const filterSensitiveLog: (obj: CreateEventBusResponse) => any;
536
- }
537
413
  export interface CreatePartnerEventSourceRequest {
538
414
 
539
415
  Name: string | undefined;
540
416
 
541
417
  Account: string | undefined;
542
418
  }
543
- export declare namespace CreatePartnerEventSourceRequest {
544
-
545
- const filterSensitiveLog: (obj: CreatePartnerEventSourceRequest) => any;
546
- }
547
419
  export interface CreatePartnerEventSourceResponse {
548
420
 
549
421
  EventSourceArn?: string;
550
422
  }
551
- export declare namespace CreatePartnerEventSourceResponse {
552
-
553
- const filterSensitiveLog: (obj: CreatePartnerEventSourceResponse) => any;
554
- }
555
423
  export interface DeactivateEventSourceRequest {
556
424
 
557
425
  Name: string | undefined;
558
426
  }
559
- export declare namespace DeactivateEventSourceRequest {
560
-
561
- const filterSensitiveLog: (obj: DeactivateEventSourceRequest) => any;
562
- }
563
427
  export interface DeauthorizeConnectionRequest {
564
428
 
565
429
  Name: string | undefined;
566
430
  }
567
- export declare namespace DeauthorizeConnectionRequest {
568
-
569
- const filterSensitiveLog: (obj: DeauthorizeConnectionRequest) => any;
570
- }
571
431
  export interface DeauthorizeConnectionResponse {
572
432
 
573
433
  ConnectionArn?: string;
@@ -580,46 +440,22 @@ export interface DeauthorizeConnectionResponse {
580
440
 
581
441
  LastAuthorizedTime?: Date;
582
442
  }
583
- export declare namespace DeauthorizeConnectionResponse {
584
-
585
- const filterSensitiveLog: (obj: DeauthorizeConnectionResponse) => any;
586
- }
587
443
  export interface DeleteApiDestinationRequest {
588
444
 
589
445
  Name: string | undefined;
590
446
  }
591
- export declare namespace DeleteApiDestinationRequest {
592
-
593
- const filterSensitiveLog: (obj: DeleteApiDestinationRequest) => any;
594
- }
595
447
  export interface DeleteApiDestinationResponse {
596
448
  }
597
- export declare namespace DeleteApiDestinationResponse {
598
-
599
- const filterSensitiveLog: (obj: DeleteApiDestinationResponse) => any;
600
- }
601
449
  export interface DeleteArchiveRequest {
602
450
 
603
451
  ArchiveName: string | undefined;
604
452
  }
605
- export declare namespace DeleteArchiveRequest {
606
-
607
- const filterSensitiveLog: (obj: DeleteArchiveRequest) => any;
608
- }
609
453
  export interface DeleteArchiveResponse {
610
454
  }
611
- export declare namespace DeleteArchiveResponse {
612
-
613
- const filterSensitiveLog: (obj: DeleteArchiveResponse) => any;
614
- }
615
455
  export interface DeleteConnectionRequest {
616
456
 
617
457
  Name: string | undefined;
618
458
  }
619
- export declare namespace DeleteConnectionRequest {
620
-
621
- const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
622
- }
623
459
  export interface DeleteConnectionResponse {
624
460
 
625
461
  ConnectionArn?: string;
@@ -632,42 +468,22 @@ export interface DeleteConnectionResponse {
632
468
 
633
469
  LastAuthorizedTime?: Date;
634
470
  }
635
- export declare namespace DeleteConnectionResponse {
636
-
637
- const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
638
- }
639
471
  export interface DeleteEndpointRequest {
640
472
 
641
473
  Name: string | undefined;
642
474
  }
643
- export declare namespace DeleteEndpointRequest {
644
-
645
- const filterSensitiveLog: (obj: DeleteEndpointRequest) => any;
646
- }
647
475
  export interface DeleteEndpointResponse {
648
476
  }
649
- export declare namespace DeleteEndpointResponse {
650
-
651
- const filterSensitiveLog: (obj: DeleteEndpointResponse) => any;
652
- }
653
477
  export interface DeleteEventBusRequest {
654
478
 
655
479
  Name: string | undefined;
656
480
  }
657
- export declare namespace DeleteEventBusRequest {
658
-
659
- const filterSensitiveLog: (obj: DeleteEventBusRequest) => any;
660
- }
661
481
  export interface DeletePartnerEventSourceRequest {
662
482
 
663
483
  Name: string | undefined;
664
484
 
665
485
  Account: string | undefined;
666
486
  }
667
- export declare namespace DeletePartnerEventSourceRequest {
668
-
669
- const filterSensitiveLog: (obj: DeletePartnerEventSourceRequest) => any;
670
- }
671
487
  export interface DeleteRuleRequest {
672
488
 
673
489
  Name: string | undefined;
@@ -676,10 +492,6 @@ export interface DeleteRuleRequest {
676
492
 
677
493
  Force?: boolean;
678
494
  }
679
- export declare namespace DeleteRuleRequest {
680
-
681
- const filterSensitiveLog: (obj: DeleteRuleRequest) => any;
682
- }
683
495
 
684
496
  export declare class ManagedRuleException extends __BaseException {
685
497
  readonly name: "ManagedRuleException";
@@ -691,10 +503,6 @@ export interface DescribeApiDestinationRequest {
691
503
 
692
504
  Name: string | undefined;
693
505
  }
694
- export declare namespace DescribeApiDestinationRequest {
695
-
696
- const filterSensitiveLog: (obj: DescribeApiDestinationRequest) => any;
697
- }
698
506
  export interface DescribeApiDestinationResponse {
699
507
 
700
508
  ApiDestinationArn?: string;
@@ -717,18 +525,10 @@ export interface DescribeApiDestinationResponse {
717
525
 
718
526
  LastModifiedTime?: Date;
719
527
  }
720
- export declare namespace DescribeApiDestinationResponse {
721
-
722
- const filterSensitiveLog: (obj: DescribeApiDestinationResponse) => any;
723
- }
724
528
  export interface DescribeArchiveRequest {
725
529
 
726
530
  ArchiveName: string | undefined;
727
531
  }
728
- export declare namespace DescribeArchiveRequest {
729
-
730
- const filterSensitiveLog: (obj: DescribeArchiveRequest) => any;
731
- }
732
532
  export interface DescribeArchiveResponse {
733
533
 
734
534
  ArchiveArn?: string;
@@ -753,45 +553,25 @@ export interface DescribeArchiveResponse {
753
553
 
754
554
  CreationTime?: Date;
755
555
  }
756
- export declare namespace DescribeArchiveResponse {
757
-
758
- const filterSensitiveLog: (obj: DescribeArchiveResponse) => any;
759
- }
760
556
  export interface DescribeConnectionRequest {
761
557
 
762
558
  Name: string | undefined;
763
559
  }
764
- export declare namespace DescribeConnectionRequest {
765
-
766
- const filterSensitiveLog: (obj: DescribeConnectionRequest) => any;
767
- }
768
560
 
769
561
  export interface ConnectionApiKeyAuthResponseParameters {
770
562
 
771
563
  ApiKeyName?: string;
772
564
  }
773
- export declare namespace ConnectionApiKeyAuthResponseParameters {
774
-
775
- const filterSensitiveLog: (obj: ConnectionApiKeyAuthResponseParameters) => any;
776
- }
777
565
 
778
566
  export interface ConnectionBasicAuthResponseParameters {
779
567
 
780
568
  Username?: string;
781
569
  }
782
- export declare namespace ConnectionBasicAuthResponseParameters {
783
-
784
- const filterSensitiveLog: (obj: ConnectionBasicAuthResponseParameters) => any;
785
- }
786
570
 
787
571
  export interface ConnectionOAuthClientResponseParameters {
788
572
 
789
573
  ClientID?: string;
790
574
  }
791
- export declare namespace ConnectionOAuthClientResponseParameters {
792
-
793
- const filterSensitiveLog: (obj: ConnectionOAuthClientResponseParameters) => any;
794
- }
795
575
 
796
576
  export interface ConnectionOAuthResponseParameters {
797
577
 
@@ -803,10 +583,6 @@ export interface ConnectionOAuthResponseParameters {
803
583
 
804
584
  OAuthHttpParameters?: ConnectionHttpParameters;
805
585
  }
806
- export declare namespace ConnectionOAuthResponseParameters {
807
-
808
- const filterSensitiveLog: (obj: ConnectionOAuthResponseParameters) => any;
809
- }
810
586
 
811
587
  export interface ConnectionAuthResponseParameters {
812
588
 
@@ -818,10 +594,6 @@ export interface ConnectionAuthResponseParameters {
818
594
 
819
595
  InvocationHttpParameters?: ConnectionHttpParameters;
820
596
  }
821
- export declare namespace ConnectionAuthResponseParameters {
822
-
823
- const filterSensitiveLog: (obj: ConnectionAuthResponseParameters) => any;
824
- }
825
597
  export interface DescribeConnectionResponse {
826
598
 
827
599
  ConnectionArn?: string;
@@ -846,20 +618,12 @@ export interface DescribeConnectionResponse {
846
618
 
847
619
  LastAuthorizedTime?: Date;
848
620
  }
849
- export declare namespace DescribeConnectionResponse {
850
-
851
- const filterSensitiveLog: (obj: DescribeConnectionResponse) => any;
852
- }
853
621
  export interface DescribeEndpointRequest {
854
622
 
855
623
  Name: string | undefined;
856
624
 
857
625
  HomeRegion?: string;
858
626
  }
859
- export declare namespace DescribeEndpointRequest {
860
-
861
- const filterSensitiveLog: (obj: DescribeEndpointRequest) => any;
862
- }
863
627
  export interface DescribeEndpointResponse {
864
628
 
865
629
  Name?: string;
@@ -888,18 +652,10 @@ export interface DescribeEndpointResponse {
888
652
 
889
653
  LastModifiedTime?: Date;
890
654
  }
891
- export declare namespace DescribeEndpointResponse {
892
-
893
- const filterSensitiveLog: (obj: DescribeEndpointResponse) => any;
894
- }
895
655
  export interface DescribeEventBusRequest {
896
656
 
897
657
  Name?: string;
898
658
  }
899
- export declare namespace DescribeEventBusRequest {
900
-
901
- const filterSensitiveLog: (obj: DescribeEventBusRequest) => any;
902
- }
903
659
  export interface DescribeEventBusResponse {
904
660
 
905
661
  Name?: string;
@@ -908,18 +664,10 @@ export interface DescribeEventBusResponse {
908
664
 
909
665
  Policy?: string;
910
666
  }
911
- export declare namespace DescribeEventBusResponse {
912
-
913
- const filterSensitiveLog: (obj: DescribeEventBusResponse) => any;
914
- }
915
667
  export interface DescribeEventSourceRequest {
916
668
 
917
669
  Name: string | undefined;
918
670
  }
919
- export declare namespace DescribeEventSourceRequest {
920
-
921
- const filterSensitiveLog: (obj: DescribeEventSourceRequest) => any;
922
- }
923
671
  export declare enum EventSourceState {
924
672
  ACTIVE = "ACTIVE",
925
673
  DELETED = "DELETED",
@@ -939,36 +687,20 @@ export interface DescribeEventSourceResponse {
939
687
 
940
688
  State?: EventSourceState | string;
941
689
  }
942
- export declare namespace DescribeEventSourceResponse {
943
-
944
- const filterSensitiveLog: (obj: DescribeEventSourceResponse) => any;
945
- }
946
690
  export interface DescribePartnerEventSourceRequest {
947
691
 
948
692
  Name: string | undefined;
949
693
  }
950
- export declare namespace DescribePartnerEventSourceRequest {
951
-
952
- const filterSensitiveLog: (obj: DescribePartnerEventSourceRequest) => any;
953
- }
954
694
  export interface DescribePartnerEventSourceResponse {
955
695
 
956
696
  Arn?: string;
957
697
 
958
698
  Name?: string;
959
699
  }
960
- export declare namespace DescribePartnerEventSourceResponse {
961
-
962
- const filterSensitiveLog: (obj: DescribePartnerEventSourceResponse) => any;
963
- }
964
700
  export interface DescribeReplayRequest {
965
701
 
966
702
  ReplayName: string | undefined;
967
703
  }
968
- export declare namespace DescribeReplayRequest {
969
-
970
- const filterSensitiveLog: (obj: DescribeReplayRequest) => any;
971
- }
972
704
 
973
705
  export interface ReplayDestination {
974
706
 
@@ -976,10 +708,6 @@ export interface ReplayDestination {
976
708
 
977
709
  FilterArns?: string[];
978
710
  }
979
- export declare namespace ReplayDestination {
980
-
981
- const filterSensitiveLog: (obj: ReplayDestination) => any;
982
- }
983
711
  export interface DescribeReplayResponse {
984
712
 
985
713
  ReplayName?: string;
@@ -1006,20 +734,12 @@ export interface DescribeReplayResponse {
1006
734
 
1007
735
  ReplayEndTime?: Date;
1008
736
  }
1009
- export declare namespace DescribeReplayResponse {
1010
-
1011
- const filterSensitiveLog: (obj: DescribeReplayResponse) => any;
1012
- }
1013
737
  export interface DescribeRuleRequest {
1014
738
 
1015
739
  Name: string | undefined;
1016
740
 
1017
741
  EventBusName?: string;
1018
742
  }
1019
- export declare namespace DescribeRuleRequest {
1020
-
1021
- const filterSensitiveLog: (obj: DescribeRuleRequest) => any;
1022
- }
1023
743
  export declare enum RuleState {
1024
744
  DISABLED = "DISABLED",
1025
745
  ENABLED = "ENABLED"
@@ -1046,30 +766,18 @@ export interface DescribeRuleResponse {
1046
766
 
1047
767
  CreatedBy?: string;
1048
768
  }
1049
- export declare namespace DescribeRuleResponse {
1050
-
1051
- const filterSensitiveLog: (obj: DescribeRuleResponse) => any;
1052
- }
1053
769
  export interface DisableRuleRequest {
1054
770
 
1055
771
  Name: string | undefined;
1056
772
 
1057
773
  EventBusName?: string;
1058
774
  }
1059
- export declare namespace DisableRuleRequest {
1060
-
1061
- const filterSensitiveLog: (obj: DisableRuleRequest) => any;
1062
- }
1063
775
  export interface EnableRuleRequest {
1064
776
 
1065
777
  Name: string | undefined;
1066
778
 
1067
779
  EventBusName?: string;
1068
780
  }
1069
- export declare namespace EnableRuleRequest {
1070
-
1071
- const filterSensitiveLog: (obj: EnableRuleRequest) => any;
1072
- }
1073
781
  export interface ListApiDestinationsRequest {
1074
782
 
1075
783
  NamePrefix?: string;
@@ -1080,20 +788,12 @@ export interface ListApiDestinationsRequest {
1080
788
 
1081
789
  Limit?: number;
1082
790
  }
1083
- export declare namespace ListApiDestinationsRequest {
1084
-
1085
- const filterSensitiveLog: (obj: ListApiDestinationsRequest) => any;
1086
- }
1087
791
  export interface ListApiDestinationsResponse {
1088
792
 
1089
793
  ApiDestinations?: ApiDestination[];
1090
794
 
1091
795
  NextToken?: string;
1092
796
  }
1093
- export declare namespace ListApiDestinationsResponse {
1094
-
1095
- const filterSensitiveLog: (obj: ListApiDestinationsResponse) => any;
1096
- }
1097
797
  export interface ListArchivesRequest {
1098
798
 
1099
799
  NamePrefix?: string;
@@ -1106,20 +806,12 @@ export interface ListArchivesRequest {
1106
806
 
1107
807
  Limit?: number;
1108
808
  }
1109
- export declare namespace ListArchivesRequest {
1110
-
1111
- const filterSensitiveLog: (obj: ListArchivesRequest) => any;
1112
- }
1113
809
  export interface ListArchivesResponse {
1114
810
 
1115
811
  Archives?: Archive[];
1116
812
 
1117
813
  NextToken?: string;
1118
814
  }
1119
- export declare namespace ListArchivesResponse {
1120
-
1121
- const filterSensitiveLog: (obj: ListArchivesResponse) => any;
1122
- }
1123
815
  export interface ListConnectionsRequest {
1124
816
 
1125
817
  NamePrefix?: string;
@@ -1130,10 +822,6 @@ export interface ListConnectionsRequest {
1130
822
 
1131
823
  Limit?: number;
1132
824
  }
1133
- export declare namespace ListConnectionsRequest {
1134
-
1135
- const filterSensitiveLog: (obj: ListConnectionsRequest) => any;
1136
- }
1137
825
 
1138
826
  export interface Connection {
1139
827
 
@@ -1153,20 +841,12 @@ export interface Connection {
1153
841
 
1154
842
  LastAuthorizedTime?: Date;
1155
843
  }
1156
- export declare namespace Connection {
1157
-
1158
- const filterSensitiveLog: (obj: Connection) => any;
1159
- }
1160
844
  export interface ListConnectionsResponse {
1161
845
 
1162
846
  Connections?: Connection[];
1163
847
 
1164
848
  NextToken?: string;
1165
849
  }
1166
- export declare namespace ListConnectionsResponse {
1167
-
1168
- const filterSensitiveLog: (obj: ListConnectionsResponse) => any;
1169
- }
1170
850
  export interface ListEndpointsRequest {
1171
851
 
1172
852
  NamePrefix?: string;
@@ -1177,10 +857,6 @@ export interface ListEndpointsRequest {
1177
857
 
1178
858
  MaxResults?: number;
1179
859
  }
1180
- export declare namespace ListEndpointsRequest {
1181
-
1182
- const filterSensitiveLog: (obj: ListEndpointsRequest) => any;
1183
- }
1184
860
 
1185
861
  export interface Endpoint {
1186
862
 
@@ -1210,20 +886,12 @@ export interface Endpoint {
1210
886
 
1211
887
  LastModifiedTime?: Date;
1212
888
  }
1213
- export declare namespace Endpoint {
1214
-
1215
- const filterSensitiveLog: (obj: Endpoint) => any;
1216
- }
1217
889
  export interface ListEndpointsResponse {
1218
890
 
1219
891
  Endpoints?: Endpoint[];
1220
892
 
1221
893
  NextToken?: string;
1222
894
  }
1223
- export declare namespace ListEndpointsResponse {
1224
-
1225
- const filterSensitiveLog: (obj: ListEndpointsResponse) => any;
1226
- }
1227
895
  export interface ListEventBusesRequest {
1228
896
 
1229
897
  NamePrefix?: string;
@@ -1232,10 +900,6 @@ export interface ListEventBusesRequest {
1232
900
 
1233
901
  Limit?: number;
1234
902
  }
1235
- export declare namespace ListEventBusesRequest {
1236
-
1237
- const filterSensitiveLog: (obj: ListEventBusesRequest) => any;
1238
- }
1239
903
 
1240
904
  export interface EventBus {
1241
905
 
@@ -1245,20 +909,12 @@ export interface EventBus {
1245
909
 
1246
910
  Policy?: string;
1247
911
  }
1248
- export declare namespace EventBus {
1249
-
1250
- const filterSensitiveLog: (obj: EventBus) => any;
1251
- }
1252
912
  export interface ListEventBusesResponse {
1253
913
 
1254
914
  EventBuses?: EventBus[];
1255
915
 
1256
916
  NextToken?: string;
1257
917
  }
1258
- export declare namespace ListEventBusesResponse {
1259
-
1260
- const filterSensitiveLog: (obj: ListEventBusesResponse) => any;
1261
- }
1262
918
  export interface ListEventSourcesRequest {
1263
919
 
1264
920
  NamePrefix?: string;
@@ -1267,10 +923,6 @@ export interface ListEventSourcesRequest {
1267
923
 
1268
924
  Limit?: number;
1269
925
  }
1270
- export declare namespace ListEventSourcesRequest {
1271
-
1272
- const filterSensitiveLog: (obj: ListEventSourcesRequest) => any;
1273
- }
1274
926
 
1275
927
  export interface EventSource {
1276
928
 
@@ -1286,20 +938,12 @@ export interface EventSource {
1286
938
 
1287
939
  State?: EventSourceState | string;
1288
940
  }
1289
- export declare namespace EventSource {
1290
-
1291
- const filterSensitiveLog: (obj: EventSource) => any;
1292
- }
1293
941
  export interface ListEventSourcesResponse {
1294
942
 
1295
943
  EventSources?: EventSource[];
1296
944
 
1297
945
  NextToken?: string;
1298
946
  }
1299
- export declare namespace ListEventSourcesResponse {
1300
-
1301
- const filterSensitiveLog: (obj: ListEventSourcesResponse) => any;
1302
- }
1303
947
  export interface ListPartnerEventSourceAccountsRequest {
1304
948
 
1305
949
  EventSourceName: string | undefined;
@@ -1308,10 +952,6 @@ export interface ListPartnerEventSourceAccountsRequest {
1308
952
 
1309
953
  Limit?: number;
1310
954
  }
1311
- export declare namespace ListPartnerEventSourceAccountsRequest {
1312
-
1313
- const filterSensitiveLog: (obj: ListPartnerEventSourceAccountsRequest) => any;
1314
- }
1315
955
 
1316
956
  export interface PartnerEventSourceAccount {
1317
957
 
@@ -1323,20 +963,12 @@ export interface PartnerEventSourceAccount {
1323
963
 
1324
964
  State?: EventSourceState | string;
1325
965
  }
1326
- export declare namespace PartnerEventSourceAccount {
1327
-
1328
- const filterSensitiveLog: (obj: PartnerEventSourceAccount) => any;
1329
- }
1330
966
  export interface ListPartnerEventSourceAccountsResponse {
1331
967
 
1332
968
  PartnerEventSourceAccounts?: PartnerEventSourceAccount[];
1333
969
 
1334
970
  NextToken?: string;
1335
971
  }
1336
- export declare namespace ListPartnerEventSourceAccountsResponse {
1337
-
1338
- const filterSensitiveLog: (obj: ListPartnerEventSourceAccountsResponse) => any;
1339
- }
1340
972
  export interface ListPartnerEventSourcesRequest {
1341
973
 
1342
974
  NamePrefix: string | undefined;
@@ -1345,10 +977,6 @@ export interface ListPartnerEventSourcesRequest {
1345
977
 
1346
978
  Limit?: number;
1347
979
  }
1348
- export declare namespace ListPartnerEventSourcesRequest {
1349
-
1350
- const filterSensitiveLog: (obj: ListPartnerEventSourcesRequest) => any;
1351
- }
1352
980
 
1353
981
  export interface PartnerEventSource {
1354
982
 
@@ -1356,20 +984,12 @@ export interface PartnerEventSource {
1356
984
 
1357
985
  Name?: string;
1358
986
  }
1359
- export declare namespace PartnerEventSource {
1360
-
1361
- const filterSensitiveLog: (obj: PartnerEventSource) => any;
1362
- }
1363
987
  export interface ListPartnerEventSourcesResponse {
1364
988
 
1365
989
  PartnerEventSources?: PartnerEventSource[];
1366
990
 
1367
991
  NextToken?: string;
1368
992
  }
1369
- export declare namespace ListPartnerEventSourcesResponse {
1370
-
1371
- const filterSensitiveLog: (obj: ListPartnerEventSourcesResponse) => any;
1372
- }
1373
993
  export interface ListReplaysRequest {
1374
994
 
1375
995
  NamePrefix?: string;
@@ -1382,10 +1002,6 @@ export interface ListReplaysRequest {
1382
1002
 
1383
1003
  Limit?: number;
1384
1004
  }
1385
- export declare namespace ListReplaysRequest {
1386
-
1387
- const filterSensitiveLog: (obj: ListReplaysRequest) => any;
1388
- }
1389
1005
 
1390
1006
  export interface Replay {
1391
1007
 
@@ -1407,20 +1023,12 @@ export interface Replay {
1407
1023
 
1408
1024
  ReplayEndTime?: Date;
1409
1025
  }
1410
- export declare namespace Replay {
1411
-
1412
- const filterSensitiveLog: (obj: Replay) => any;
1413
- }
1414
1026
  export interface ListReplaysResponse {
1415
1027
 
1416
1028
  Replays?: Replay[];
1417
1029
 
1418
1030
  NextToken?: string;
1419
1031
  }
1420
- export declare namespace ListReplaysResponse {
1421
-
1422
- const filterSensitiveLog: (obj: ListReplaysResponse) => any;
1423
- }
1424
1032
  export interface ListRuleNamesByTargetRequest {
1425
1033
 
1426
1034
  TargetArn: string | undefined;
@@ -1431,20 +1039,12 @@ export interface ListRuleNamesByTargetRequest {
1431
1039
 
1432
1040
  Limit?: number;
1433
1041
  }
1434
- export declare namespace ListRuleNamesByTargetRequest {
1435
-
1436
- const filterSensitiveLog: (obj: ListRuleNamesByTargetRequest) => any;
1437
- }
1438
1042
  export interface ListRuleNamesByTargetResponse {
1439
1043
 
1440
1044
  RuleNames?: string[];
1441
1045
 
1442
1046
  NextToken?: string;
1443
1047
  }
1444
- export declare namespace ListRuleNamesByTargetResponse {
1445
-
1446
- const filterSensitiveLog: (obj: ListRuleNamesByTargetResponse) => any;
1447
- }
1448
1048
  export interface ListRulesRequest {
1449
1049
 
1450
1050
  NamePrefix?: string;
@@ -1455,10 +1055,6 @@ export interface ListRulesRequest {
1455
1055
 
1456
1056
  Limit?: number;
1457
1057
  }
1458
- export declare namespace ListRulesRequest {
1459
-
1460
- const filterSensitiveLog: (obj: ListRulesRequest) => any;
1461
- }
1462
1058
 
1463
1059
  export interface Rule {
1464
1060
 
@@ -1480,36 +1076,20 @@ export interface Rule {
1480
1076
 
1481
1077
  EventBusName?: string;
1482
1078
  }
1483
- export declare namespace Rule {
1484
-
1485
- const filterSensitiveLog: (obj: Rule) => any;
1486
- }
1487
1079
  export interface ListRulesResponse {
1488
1080
 
1489
1081
  Rules?: Rule[];
1490
1082
 
1491
1083
  NextToken?: string;
1492
1084
  }
1493
- export declare namespace ListRulesResponse {
1494
-
1495
- const filterSensitiveLog: (obj: ListRulesResponse) => any;
1496
- }
1497
1085
  export interface ListTagsForResourceRequest {
1498
1086
 
1499
1087
  ResourceARN: string | undefined;
1500
1088
  }
1501
- export declare namespace ListTagsForResourceRequest {
1502
-
1503
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1504
- }
1505
1089
  export interface ListTagsForResourceResponse {
1506
1090
 
1507
1091
  Tags?: Tag[];
1508
1092
  }
1509
- export declare namespace ListTagsForResourceResponse {
1510
-
1511
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1512
- }
1513
1093
  export interface ListTargetsByRuleRequest {
1514
1094
 
1515
1095
  Rule: string | undefined;
@@ -1520,28 +1100,16 @@ export interface ListTargetsByRuleRequest {
1520
1100
 
1521
1101
  Limit?: number;
1522
1102
  }
1523
- export declare namespace ListTargetsByRuleRequest {
1524
-
1525
- const filterSensitiveLog: (obj: ListTargetsByRuleRequest) => any;
1526
- }
1527
1103
 
1528
1104
  export interface BatchArrayProperties {
1529
1105
 
1530
1106
  Size?: number;
1531
1107
  }
1532
- export declare namespace BatchArrayProperties {
1533
-
1534
- const filterSensitiveLog: (obj: BatchArrayProperties) => any;
1535
- }
1536
1108
 
1537
1109
  export interface BatchRetryStrategy {
1538
1110
 
1539
1111
  Attempts?: number;
1540
1112
  }
1541
- export declare namespace BatchRetryStrategy {
1542
-
1543
- const filterSensitiveLog: (obj: BatchRetryStrategy) => any;
1544
- }
1545
1113
 
1546
1114
  export interface BatchParameters {
1547
1115
 
@@ -1553,19 +1121,11 @@ export interface BatchParameters {
1553
1121
 
1554
1122
  RetryStrategy?: BatchRetryStrategy;
1555
1123
  }
1556
- export declare namespace BatchParameters {
1557
-
1558
- const filterSensitiveLog: (obj: BatchParameters) => any;
1559
- }
1560
1124
 
1561
1125
  export interface DeadLetterConfig {
1562
1126
 
1563
1127
  Arn?: string;
1564
1128
  }
1565
- export declare namespace DeadLetterConfig {
1566
-
1567
- const filterSensitiveLog: (obj: DeadLetterConfig) => any;
1568
- }
1569
1129
 
1570
1130
  export interface CapacityProviderStrategyItem {
1571
1131
 
@@ -1575,10 +1135,6 @@ export interface CapacityProviderStrategyItem {
1575
1135
 
1576
1136
  base?: number;
1577
1137
  }
1578
- export declare namespace CapacityProviderStrategyItem {
1579
-
1580
- const filterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
1581
- }
1582
1138
  export declare enum LaunchType {
1583
1139
  EC2 = "EC2",
1584
1140
  EXTERNAL = "EXTERNAL",
@@ -1593,19 +1149,11 @@ export interface AwsVpcConfiguration {
1593
1149
 
1594
1150
  AssignPublicIp?: AssignPublicIp | string;
1595
1151
  }
1596
- export declare namespace AwsVpcConfiguration {
1597
-
1598
- const filterSensitiveLog: (obj: AwsVpcConfiguration) => any;
1599
- }
1600
1152
 
1601
1153
  export interface NetworkConfiguration {
1602
1154
 
1603
1155
  awsvpcConfiguration?: AwsVpcConfiguration;
1604
1156
  }
1605
- export declare namespace NetworkConfiguration {
1606
-
1607
- const filterSensitiveLog: (obj: NetworkConfiguration) => any;
1608
- }
1609
1157
  export declare enum PlacementConstraintType {
1610
1158
  DISTINCT_INSTANCE = "distinctInstance",
1611
1159
  MEMBER_OF = "memberOf"
@@ -1617,10 +1165,6 @@ export interface PlacementConstraint {
1617
1165
 
1618
1166
  expression?: string;
1619
1167
  }
1620
- export declare namespace PlacementConstraint {
1621
-
1622
- const filterSensitiveLog: (obj: PlacementConstraint) => any;
1623
- }
1624
1168
  export declare enum PlacementStrategyType {
1625
1169
  BINPACK = "binpack",
1626
1170
  RANDOM = "random",
@@ -1633,10 +1177,6 @@ export interface PlacementStrategy {
1633
1177
 
1634
1178
  field?: string;
1635
1179
  }
1636
- export declare namespace PlacementStrategy {
1637
-
1638
- const filterSensitiveLog: (obj: PlacementStrategy) => any;
1639
- }
1640
1180
  export declare enum PropagateTags {
1641
1181
  TASK_DEFINITION = "TASK_DEFINITION"
1642
1182
  }
@@ -1671,10 +1211,6 @@ export interface EcsParameters {
1671
1211
 
1672
1212
  Tags?: Tag[];
1673
1213
  }
1674
- export declare namespace EcsParameters {
1675
-
1676
- const filterSensitiveLog: (obj: EcsParameters) => any;
1677
- }
1678
1214
 
1679
1215
  export interface HttpParameters {
1680
1216
 
@@ -1684,10 +1220,6 @@ export interface HttpParameters {
1684
1220
 
1685
1221
  QueryStringParameters?: Record<string, string>;
1686
1222
  }
1687
- export declare namespace HttpParameters {
1688
-
1689
- const filterSensitiveLog: (obj: HttpParameters) => any;
1690
- }
1691
1223
 
1692
1224
  export interface InputTransformer {
1693
1225
 
@@ -1695,19 +1227,11 @@ export interface InputTransformer {
1695
1227
 
1696
1228
  InputTemplate: string | undefined;
1697
1229
  }
1698
- export declare namespace InputTransformer {
1699
-
1700
- const filterSensitiveLog: (obj: InputTransformer) => any;
1701
- }
1702
1230
 
1703
1231
  export interface KinesisParameters {
1704
1232
 
1705
1233
  PartitionKeyPath: string | undefined;
1706
1234
  }
1707
- export declare namespace KinesisParameters {
1708
-
1709
- const filterSensitiveLog: (obj: KinesisParameters) => any;
1710
- }
1711
1235
 
1712
1236
  export interface RedshiftDataParameters {
1713
1237
 
@@ -1723,10 +1247,6 @@ export interface RedshiftDataParameters {
1723
1247
 
1724
1248
  WithEvent?: boolean;
1725
1249
  }
1726
- export declare namespace RedshiftDataParameters {
1727
-
1728
- const filterSensitiveLog: (obj: RedshiftDataParameters) => any;
1729
- }
1730
1250
 
1731
1251
  export interface RetryPolicy {
1732
1252
 
@@ -1734,10 +1254,6 @@ export interface RetryPolicy {
1734
1254
 
1735
1255
  MaximumEventAgeInSeconds?: number;
1736
1256
  }
1737
- export declare namespace RetryPolicy {
1738
-
1739
- const filterSensitiveLog: (obj: RetryPolicy) => any;
1740
- }
1741
1257
 
1742
1258
  export interface RunCommandTarget {
1743
1259
 
@@ -1745,19 +1261,11 @@ export interface RunCommandTarget {
1745
1261
 
1746
1262
  Values: string[] | undefined;
1747
1263
  }
1748
- export declare namespace RunCommandTarget {
1749
-
1750
- const filterSensitiveLog: (obj: RunCommandTarget) => any;
1751
- }
1752
1264
 
1753
1265
  export interface RunCommandParameters {
1754
1266
 
1755
1267
  RunCommandTargets: RunCommandTarget[] | undefined;
1756
1268
  }
1757
- export declare namespace RunCommandParameters {
1758
-
1759
- const filterSensitiveLog: (obj: RunCommandParameters) => any;
1760
- }
1761
1269
 
1762
1270
  export interface SageMakerPipelineParameter {
1763
1271
 
@@ -1765,28 +1273,16 @@ export interface SageMakerPipelineParameter {
1765
1273
 
1766
1274
  Value: string | undefined;
1767
1275
  }
1768
- export declare namespace SageMakerPipelineParameter {
1769
-
1770
- const filterSensitiveLog: (obj: SageMakerPipelineParameter) => any;
1771
- }
1772
1276
 
1773
1277
  export interface SageMakerPipelineParameters {
1774
1278
 
1775
1279
  PipelineParameterList?: SageMakerPipelineParameter[];
1776
1280
  }
1777
- export declare namespace SageMakerPipelineParameters {
1778
-
1779
- const filterSensitiveLog: (obj: SageMakerPipelineParameters) => any;
1780
- }
1781
1281
 
1782
1282
  export interface SqsParameters {
1783
1283
 
1784
1284
  MessageGroupId?: string;
1785
1285
  }
1786
- export declare namespace SqsParameters {
1787
-
1788
- const filterSensitiveLog: (obj: SqsParameters) => any;
1789
- }
1790
1286
 
1791
1287
  export interface Target {
1792
1288
 
@@ -1822,20 +1318,12 @@ export interface Target {
1822
1318
 
1823
1319
  RetryPolicy?: RetryPolicy;
1824
1320
  }
1825
- export declare namespace Target {
1826
-
1827
- const filterSensitiveLog: (obj: Target) => any;
1828
- }
1829
1321
  export interface ListTargetsByRuleResponse {
1830
1322
 
1831
1323
  Targets?: Target[];
1832
1324
 
1833
1325
  NextToken?: string;
1834
1326
  }
1835
- export declare namespace ListTargetsByRuleResponse {
1836
-
1837
- const filterSensitiveLog: (obj: ListTargetsByRuleResponse) => any;
1838
- }
1839
1327
 
1840
1328
  export interface PutEventsRequestEntry {
1841
1329
 
@@ -1853,20 +1341,12 @@ export interface PutEventsRequestEntry {
1853
1341
 
1854
1342
  TraceHeader?: string;
1855
1343
  }
1856
- export declare namespace PutEventsRequestEntry {
1857
-
1858
- const filterSensitiveLog: (obj: PutEventsRequestEntry) => any;
1859
- }
1860
1344
  export interface PutEventsRequest {
1861
1345
 
1862
1346
  Entries: PutEventsRequestEntry[] | undefined;
1863
1347
 
1864
1348
  EndpointId?: string;
1865
1349
  }
1866
- export declare namespace PutEventsRequest {
1867
-
1868
- const filterSensitiveLog: (obj: PutEventsRequest) => any;
1869
- }
1870
1350
 
1871
1351
  export interface PutEventsResultEntry {
1872
1352
 
@@ -1876,20 +1356,12 @@ export interface PutEventsResultEntry {
1876
1356
 
1877
1357
  ErrorMessage?: string;
1878
1358
  }
1879
- export declare namespace PutEventsResultEntry {
1880
-
1881
- const filterSensitiveLog: (obj: PutEventsResultEntry) => any;
1882
- }
1883
1359
  export interface PutEventsResponse {
1884
1360
 
1885
1361
  FailedEntryCount?: number;
1886
1362
 
1887
1363
  Entries?: PutEventsResultEntry[];
1888
1364
  }
1889
- export declare namespace PutEventsResponse {
1890
-
1891
- const filterSensitiveLog: (obj: PutEventsResponse) => any;
1892
- }
1893
1365
 
1894
1366
  export interface PutPartnerEventsRequestEntry {
1895
1367
 
@@ -1903,18 +1375,10 @@ export interface PutPartnerEventsRequestEntry {
1903
1375
 
1904
1376
  Detail?: string;
1905
1377
  }
1906
- export declare namespace PutPartnerEventsRequestEntry {
1907
-
1908
- const filterSensitiveLog: (obj: PutPartnerEventsRequestEntry) => any;
1909
- }
1910
1378
  export interface PutPartnerEventsRequest {
1911
1379
 
1912
1380
  Entries: PutPartnerEventsRequestEntry[] | undefined;
1913
1381
  }
1914
- export declare namespace PutPartnerEventsRequest {
1915
-
1916
- const filterSensitiveLog: (obj: PutPartnerEventsRequest) => any;
1917
- }
1918
1382
 
1919
1383
  export interface PutPartnerEventsResultEntry {
1920
1384
 
@@ -1924,20 +1388,12 @@ export interface PutPartnerEventsResultEntry {
1924
1388
 
1925
1389
  ErrorMessage?: string;
1926
1390
  }
1927
- export declare namespace PutPartnerEventsResultEntry {
1928
-
1929
- const filterSensitiveLog: (obj: PutPartnerEventsResultEntry) => any;
1930
- }
1931
1391
  export interface PutPartnerEventsResponse {
1932
1392
 
1933
1393
  FailedEntryCount?: number;
1934
1394
 
1935
1395
  Entries?: PutPartnerEventsResultEntry[];
1936
1396
  }
1937
- export declare namespace PutPartnerEventsResponse {
1938
-
1939
- const filterSensitiveLog: (obj: PutPartnerEventsResponse) => any;
1940
- }
1941
1397
 
1942
1398
  export declare class PolicyLengthExceededException extends __BaseException {
1943
1399
  readonly name: "PolicyLengthExceededException";
@@ -1954,10 +1410,6 @@ export interface Condition {
1954
1410
 
1955
1411
  Value: string | undefined;
1956
1412
  }
1957
- export declare namespace Condition {
1958
-
1959
- const filterSensitiveLog: (obj: Condition) => any;
1960
- }
1961
1413
  export interface PutPermissionRequest {
1962
1414
 
1963
1415
  EventBusName?: string;
@@ -1972,10 +1424,6 @@ export interface PutPermissionRequest {
1972
1424
 
1973
1425
  Policy?: string;
1974
1426
  }
1975
- export declare namespace PutPermissionRequest {
1976
-
1977
- const filterSensitiveLog: (obj: PutPermissionRequest) => any;
1978
- }
1979
1427
  export interface PutRuleRequest {
1980
1428
 
1981
1429
  Name: string | undefined;
@@ -1994,18 +1442,10 @@ export interface PutRuleRequest {
1994
1442
 
1995
1443
  EventBusName?: string;
1996
1444
  }
1997
- export declare namespace PutRuleRequest {
1998
-
1999
- const filterSensitiveLog: (obj: PutRuleRequest) => any;
2000
- }
2001
1445
  export interface PutRuleResponse {
2002
1446
 
2003
1447
  RuleArn?: string;
2004
1448
  }
2005
- export declare namespace PutRuleResponse {
2006
-
2007
- const filterSensitiveLog: (obj: PutRuleResponse) => any;
2008
- }
2009
1449
  export interface PutTargetsRequest {
2010
1450
 
2011
1451
  Rule: string | undefined;
@@ -2014,10 +1454,6 @@ export interface PutTargetsRequest {
2014
1454
 
2015
1455
  Targets: Target[] | undefined;
2016
1456
  }
2017
- export declare namespace PutTargetsRequest {
2018
-
2019
- const filterSensitiveLog: (obj: PutTargetsRequest) => any;
2020
- }
2021
1457
 
2022
1458
  export interface PutTargetsResultEntry {
2023
1459
 
@@ -2027,20 +1463,12 @@ export interface PutTargetsResultEntry {
2027
1463
 
2028
1464
  ErrorMessage?: string;
2029
1465
  }
2030
- export declare namespace PutTargetsResultEntry {
2031
-
2032
- const filterSensitiveLog: (obj: PutTargetsResultEntry) => any;
2033
- }
2034
1466
  export interface PutTargetsResponse {
2035
1467
 
2036
1468
  FailedEntryCount?: number;
2037
1469
 
2038
1470
  FailedEntries?: PutTargetsResultEntry[];
2039
1471
  }
2040
- export declare namespace PutTargetsResponse {
2041
-
2042
- const filterSensitiveLog: (obj: PutTargetsResponse) => any;
2043
- }
2044
1472
  export interface RemovePermissionRequest {
2045
1473
 
2046
1474
  StatementId?: string;
@@ -2049,10 +1477,6 @@ export interface RemovePermissionRequest {
2049
1477
 
2050
1478
  EventBusName?: string;
2051
1479
  }
2052
- export declare namespace RemovePermissionRequest {
2053
-
2054
- const filterSensitiveLog: (obj: RemovePermissionRequest) => any;
2055
- }
2056
1480
  export interface RemoveTargetsRequest {
2057
1481
 
2058
1482
  Rule: string | undefined;
@@ -2063,10 +1487,6 @@ export interface RemoveTargetsRequest {
2063
1487
 
2064
1488
  Force?: boolean;
2065
1489
  }
2066
- export declare namespace RemoveTargetsRequest {
2067
-
2068
- const filterSensitiveLog: (obj: RemoveTargetsRequest) => any;
2069
- }
2070
1490
 
2071
1491
  export interface RemoveTargetsResultEntry {
2072
1492
 
@@ -2076,20 +1496,12 @@ export interface RemoveTargetsResultEntry {
2076
1496
 
2077
1497
  ErrorMessage?: string;
2078
1498
  }
2079
- export declare namespace RemoveTargetsResultEntry {
2080
-
2081
- const filterSensitiveLog: (obj: RemoveTargetsResultEntry) => any;
2082
- }
2083
1499
  export interface RemoveTargetsResponse {
2084
1500
 
2085
1501
  FailedEntryCount?: number;
2086
1502
 
2087
1503
  FailedEntries?: RemoveTargetsResultEntry[];
2088
1504
  }
2089
- export declare namespace RemoveTargetsResponse {
2090
-
2091
- const filterSensitiveLog: (obj: RemoveTargetsResponse) => any;
2092
- }
2093
1505
  export interface StartReplayRequest {
2094
1506
 
2095
1507
  ReplayName: string | undefined;
@@ -2104,10 +1516,6 @@ export interface StartReplayRequest {
2104
1516
 
2105
1517
  Destination: ReplayDestination | undefined;
2106
1518
  }
2107
- export declare namespace StartReplayRequest {
2108
-
2109
- const filterSensitiveLog: (obj: StartReplayRequest) => any;
2110
- }
2111
1519
  export interface StartReplayResponse {
2112
1520
 
2113
1521
  ReplayArn?: string;
@@ -2118,60 +1526,32 @@ export interface StartReplayResponse {
2118
1526
 
2119
1527
  ReplayStartTime?: Date;
2120
1528
  }
2121
- export declare namespace StartReplayResponse {
2122
-
2123
- const filterSensitiveLog: (obj: StartReplayResponse) => any;
2124
- }
2125
1529
  export interface TagResourceRequest {
2126
1530
 
2127
1531
  ResourceARN: string | undefined;
2128
1532
 
2129
1533
  Tags: Tag[] | undefined;
2130
1534
  }
2131
- export declare namespace TagResourceRequest {
2132
-
2133
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2134
- }
2135
1535
  export interface TagResourceResponse {
2136
1536
  }
2137
- export declare namespace TagResourceResponse {
2138
-
2139
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2140
- }
2141
1537
  export interface TestEventPatternRequest {
2142
1538
 
2143
1539
  EventPattern: string | undefined;
2144
1540
 
2145
1541
  Event: string | undefined;
2146
1542
  }
2147
- export declare namespace TestEventPatternRequest {
2148
-
2149
- const filterSensitiveLog: (obj: TestEventPatternRequest) => any;
2150
- }
2151
1543
  export interface TestEventPatternResponse {
2152
1544
 
2153
1545
  Result?: boolean;
2154
1546
  }
2155
- export declare namespace TestEventPatternResponse {
2156
-
2157
- const filterSensitiveLog: (obj: TestEventPatternResponse) => any;
2158
- }
2159
1547
  export interface UntagResourceRequest {
2160
1548
 
2161
1549
  ResourceARN: string | undefined;
2162
1550
 
2163
1551
  TagKeys: string[] | undefined;
2164
1552
  }
2165
- export declare namespace UntagResourceRequest {
2166
-
2167
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2168
- }
2169
1553
  export interface UntagResourceResponse {
2170
1554
  }
2171
- export declare namespace UntagResourceResponse {
2172
-
2173
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2174
- }
2175
1555
  export interface UpdateApiDestinationRequest {
2176
1556
 
2177
1557
  Name: string | undefined;
@@ -2186,10 +1566,6 @@ export interface UpdateApiDestinationRequest {
2186
1566
 
2187
1567
  InvocationRateLimitPerSecond?: number;
2188
1568
  }
2189
- export declare namespace UpdateApiDestinationRequest {
2190
-
2191
- const filterSensitiveLog: (obj: UpdateApiDestinationRequest) => any;
2192
- }
2193
1569
  export interface UpdateApiDestinationResponse {
2194
1570
 
2195
1571
  ApiDestinationArn?: string;
@@ -2200,10 +1576,6 @@ export interface UpdateApiDestinationResponse {
2200
1576
 
2201
1577
  LastModifiedTime?: Date;
2202
1578
  }
2203
- export declare namespace UpdateApiDestinationResponse {
2204
-
2205
- const filterSensitiveLog: (obj: UpdateApiDestinationResponse) => any;
2206
- }
2207
1579
  export interface UpdateArchiveRequest {
2208
1580
 
2209
1581
  ArchiveName: string | undefined;
@@ -2214,10 +1586,6 @@ export interface UpdateArchiveRequest {
2214
1586
 
2215
1587
  RetentionDays?: number;
2216
1588
  }
2217
- export declare namespace UpdateArchiveRequest {
2218
-
2219
- const filterSensitiveLog: (obj: UpdateArchiveRequest) => any;
2220
- }
2221
1589
  export interface UpdateArchiveResponse {
2222
1590
 
2223
1591
  ArchiveArn?: string;
@@ -2228,10 +1596,6 @@ export interface UpdateArchiveResponse {
2228
1596
 
2229
1597
  CreationTime?: Date;
2230
1598
  }
2231
- export declare namespace UpdateArchiveResponse {
2232
-
2233
- const filterSensitiveLog: (obj: UpdateArchiveResponse) => any;
2234
- }
2235
1599
 
2236
1600
  export interface UpdateConnectionApiKeyAuthRequestParameters {
2237
1601
 
@@ -2239,10 +1603,6 @@ export interface UpdateConnectionApiKeyAuthRequestParameters {
2239
1603
 
2240
1604
  ApiKeyValue?: string;
2241
1605
  }
2242
- export declare namespace UpdateConnectionApiKeyAuthRequestParameters {
2243
-
2244
- const filterSensitiveLog: (obj: UpdateConnectionApiKeyAuthRequestParameters) => any;
2245
- }
2246
1606
 
2247
1607
  export interface UpdateConnectionBasicAuthRequestParameters {
2248
1608
 
@@ -2250,10 +1610,6 @@ export interface UpdateConnectionBasicAuthRequestParameters {
2250
1610
 
2251
1611
  Password?: string;
2252
1612
  }
2253
- export declare namespace UpdateConnectionBasicAuthRequestParameters {
2254
-
2255
- const filterSensitiveLog: (obj: UpdateConnectionBasicAuthRequestParameters) => any;
2256
- }
2257
1613
 
2258
1614
  export interface UpdateConnectionOAuthClientRequestParameters {
2259
1615
 
@@ -2261,10 +1617,6 @@ export interface UpdateConnectionOAuthClientRequestParameters {
2261
1617
 
2262
1618
  ClientSecret?: string;
2263
1619
  }
2264
- export declare namespace UpdateConnectionOAuthClientRequestParameters {
2265
-
2266
- const filterSensitiveLog: (obj: UpdateConnectionOAuthClientRequestParameters) => any;
2267
- }
2268
1620
 
2269
1621
  export interface UpdateConnectionOAuthRequestParameters {
2270
1622
 
@@ -2276,10 +1628,6 @@ export interface UpdateConnectionOAuthRequestParameters {
2276
1628
 
2277
1629
  OAuthHttpParameters?: ConnectionHttpParameters;
2278
1630
  }
2279
- export declare namespace UpdateConnectionOAuthRequestParameters {
2280
-
2281
- const filterSensitiveLog: (obj: UpdateConnectionOAuthRequestParameters) => any;
2282
- }
2283
1631
 
2284
1632
  export interface UpdateConnectionAuthRequestParameters {
2285
1633
 
@@ -2291,10 +1639,6 @@ export interface UpdateConnectionAuthRequestParameters {
2291
1639
 
2292
1640
  InvocationHttpParameters?: ConnectionHttpParameters;
2293
1641
  }
2294
- export declare namespace UpdateConnectionAuthRequestParameters {
2295
-
2296
- const filterSensitiveLog: (obj: UpdateConnectionAuthRequestParameters) => any;
2297
- }
2298
1642
  export interface UpdateConnectionRequest {
2299
1643
 
2300
1644
  Name: string | undefined;
@@ -2305,10 +1649,6 @@ export interface UpdateConnectionRequest {
2305
1649
 
2306
1650
  AuthParameters?: UpdateConnectionAuthRequestParameters;
2307
1651
  }
2308
- export declare namespace UpdateConnectionRequest {
2309
-
2310
- const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
2311
- }
2312
1652
  export interface UpdateConnectionResponse {
2313
1653
 
2314
1654
  ConnectionArn?: string;
@@ -2321,10 +1661,6 @@ export interface UpdateConnectionResponse {
2321
1661
 
2322
1662
  LastAuthorizedTime?: Date;
2323
1663
  }
2324
- export declare namespace UpdateConnectionResponse {
2325
-
2326
- const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
2327
- }
2328
1664
  export interface UpdateEndpointRequest {
2329
1665
 
2330
1666
  Name: string | undefined;
@@ -2339,10 +1675,6 @@ export interface UpdateEndpointRequest {
2339
1675
 
2340
1676
  RoleArn?: string;
2341
1677
  }
2342
- export declare namespace UpdateEndpointRequest {
2343
-
2344
- const filterSensitiveLog: (obj: UpdateEndpointRequest) => any;
2345
- }
2346
1678
  export interface UpdateEndpointResponse {
2347
1679
 
2348
1680
  Name?: string;
@@ -2363,7 +1695,339 @@ export interface UpdateEndpointResponse {
2363
1695
 
2364
1696
  State?: EndpointState | string;
2365
1697
  }
2366
- export declare namespace UpdateEndpointResponse {
2367
-
2368
- const filterSensitiveLog: (obj: UpdateEndpointResponse) => any;
2369
- }
1698
+
1699
+ export declare const ActivateEventSourceRequestFilterSensitiveLog: (obj: ActivateEventSourceRequest) => any;
1700
+
1701
+ export declare const ApiDestinationFilterSensitiveLog: (obj: ApiDestination) => any;
1702
+
1703
+ export declare const ArchiveFilterSensitiveLog: (obj: Archive) => any;
1704
+
1705
+ export declare const CancelReplayRequestFilterSensitiveLog: (obj: CancelReplayRequest) => any;
1706
+
1707
+ export declare const CancelReplayResponseFilterSensitiveLog: (obj: CancelReplayResponse) => any;
1708
+
1709
+ export declare const CreateApiDestinationRequestFilterSensitiveLog: (obj: CreateApiDestinationRequest) => any;
1710
+
1711
+ export declare const CreateApiDestinationResponseFilterSensitiveLog: (obj: CreateApiDestinationResponse) => any;
1712
+
1713
+ export declare const CreateArchiveRequestFilterSensitiveLog: (obj: CreateArchiveRequest) => any;
1714
+
1715
+ export declare const CreateArchiveResponseFilterSensitiveLog: (obj: CreateArchiveResponse) => any;
1716
+
1717
+ export declare const CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionApiKeyAuthRequestParameters) => any;
1718
+
1719
+ export declare const CreateConnectionBasicAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionBasicAuthRequestParameters) => any;
1720
+
1721
+ export declare const ConnectionBodyParameterFilterSensitiveLog: (obj: ConnectionBodyParameter) => any;
1722
+
1723
+ export declare const ConnectionHeaderParameterFilterSensitiveLog: (obj: ConnectionHeaderParameter) => any;
1724
+
1725
+ export declare const ConnectionQueryStringParameterFilterSensitiveLog: (obj: ConnectionQueryStringParameter) => any;
1726
+
1727
+ export declare const ConnectionHttpParametersFilterSensitiveLog: (obj: ConnectionHttpParameters) => any;
1728
+
1729
+ export declare const CreateConnectionOAuthClientRequestParametersFilterSensitiveLog: (obj: CreateConnectionOAuthClientRequestParameters) => any;
1730
+
1731
+ export declare const CreateConnectionOAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionOAuthRequestParameters) => any;
1732
+
1733
+ export declare const CreateConnectionAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionAuthRequestParameters) => any;
1734
+
1735
+ export declare const CreateConnectionRequestFilterSensitiveLog: (obj: CreateConnectionRequest) => any;
1736
+
1737
+ export declare const CreateConnectionResponseFilterSensitiveLog: (obj: CreateConnectionResponse) => any;
1738
+
1739
+ export declare const EndpointEventBusFilterSensitiveLog: (obj: EndpointEventBus) => any;
1740
+
1741
+ export declare const ReplicationConfigFilterSensitiveLog: (obj: ReplicationConfig) => any;
1742
+
1743
+ export declare const PrimaryFilterSensitiveLog: (obj: Primary) => any;
1744
+
1745
+ export declare const SecondaryFilterSensitiveLog: (obj: Secondary) => any;
1746
+
1747
+ export declare const FailoverConfigFilterSensitiveLog: (obj: FailoverConfig) => any;
1748
+
1749
+ export declare const RoutingConfigFilterSensitiveLog: (obj: RoutingConfig) => any;
1750
+
1751
+ export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
1752
+
1753
+ export declare const CreateEndpointResponseFilterSensitiveLog: (obj: CreateEndpointResponse) => any;
1754
+
1755
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1756
+
1757
+ export declare const CreateEventBusRequestFilterSensitiveLog: (obj: CreateEventBusRequest) => any;
1758
+
1759
+ export declare const CreateEventBusResponseFilterSensitiveLog: (obj: CreateEventBusResponse) => any;
1760
+
1761
+ export declare const CreatePartnerEventSourceRequestFilterSensitiveLog: (obj: CreatePartnerEventSourceRequest) => any;
1762
+
1763
+ export declare const CreatePartnerEventSourceResponseFilterSensitiveLog: (obj: CreatePartnerEventSourceResponse) => any;
1764
+
1765
+ export declare const DeactivateEventSourceRequestFilterSensitiveLog: (obj: DeactivateEventSourceRequest) => any;
1766
+
1767
+ export declare const DeauthorizeConnectionRequestFilterSensitiveLog: (obj: DeauthorizeConnectionRequest) => any;
1768
+
1769
+ export declare const DeauthorizeConnectionResponseFilterSensitiveLog: (obj: DeauthorizeConnectionResponse) => any;
1770
+
1771
+ export declare const DeleteApiDestinationRequestFilterSensitiveLog: (obj: DeleteApiDestinationRequest) => any;
1772
+
1773
+ export declare const DeleteApiDestinationResponseFilterSensitiveLog: (obj: DeleteApiDestinationResponse) => any;
1774
+
1775
+ export declare const DeleteArchiveRequestFilterSensitiveLog: (obj: DeleteArchiveRequest) => any;
1776
+
1777
+ export declare const DeleteArchiveResponseFilterSensitiveLog: (obj: DeleteArchiveResponse) => any;
1778
+
1779
+ export declare const DeleteConnectionRequestFilterSensitiveLog: (obj: DeleteConnectionRequest) => any;
1780
+
1781
+ export declare const DeleteConnectionResponseFilterSensitiveLog: (obj: DeleteConnectionResponse) => any;
1782
+
1783
+ export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
1784
+
1785
+ export declare const DeleteEndpointResponseFilterSensitiveLog: (obj: DeleteEndpointResponse) => any;
1786
+
1787
+ export declare const DeleteEventBusRequestFilterSensitiveLog: (obj: DeleteEventBusRequest) => any;
1788
+
1789
+ export declare const DeletePartnerEventSourceRequestFilterSensitiveLog: (obj: DeletePartnerEventSourceRequest) => any;
1790
+
1791
+ export declare const DeleteRuleRequestFilterSensitiveLog: (obj: DeleteRuleRequest) => any;
1792
+
1793
+ export declare const DescribeApiDestinationRequestFilterSensitiveLog: (obj: DescribeApiDestinationRequest) => any;
1794
+
1795
+ export declare const DescribeApiDestinationResponseFilterSensitiveLog: (obj: DescribeApiDestinationResponse) => any;
1796
+
1797
+ export declare const DescribeArchiveRequestFilterSensitiveLog: (obj: DescribeArchiveRequest) => any;
1798
+
1799
+ export declare const DescribeArchiveResponseFilterSensitiveLog: (obj: DescribeArchiveResponse) => any;
1800
+
1801
+ export declare const DescribeConnectionRequestFilterSensitiveLog: (obj: DescribeConnectionRequest) => any;
1802
+
1803
+ export declare const ConnectionApiKeyAuthResponseParametersFilterSensitiveLog: (obj: ConnectionApiKeyAuthResponseParameters) => any;
1804
+
1805
+ export declare const ConnectionBasicAuthResponseParametersFilterSensitiveLog: (obj: ConnectionBasicAuthResponseParameters) => any;
1806
+
1807
+ export declare const ConnectionOAuthClientResponseParametersFilterSensitiveLog: (obj: ConnectionOAuthClientResponseParameters) => any;
1808
+
1809
+ export declare const ConnectionOAuthResponseParametersFilterSensitiveLog: (obj: ConnectionOAuthResponseParameters) => any;
1810
+
1811
+ export declare const ConnectionAuthResponseParametersFilterSensitiveLog: (obj: ConnectionAuthResponseParameters) => any;
1812
+
1813
+ export declare const DescribeConnectionResponseFilterSensitiveLog: (obj: DescribeConnectionResponse) => any;
1814
+
1815
+ export declare const DescribeEndpointRequestFilterSensitiveLog: (obj: DescribeEndpointRequest) => any;
1816
+
1817
+ export declare const DescribeEndpointResponseFilterSensitiveLog: (obj: DescribeEndpointResponse) => any;
1818
+
1819
+ export declare const DescribeEventBusRequestFilterSensitiveLog: (obj: DescribeEventBusRequest) => any;
1820
+
1821
+ export declare const DescribeEventBusResponseFilterSensitiveLog: (obj: DescribeEventBusResponse) => any;
1822
+
1823
+ export declare const DescribeEventSourceRequestFilterSensitiveLog: (obj: DescribeEventSourceRequest) => any;
1824
+
1825
+ export declare const DescribeEventSourceResponseFilterSensitiveLog: (obj: DescribeEventSourceResponse) => any;
1826
+
1827
+ export declare const DescribePartnerEventSourceRequestFilterSensitiveLog: (obj: DescribePartnerEventSourceRequest) => any;
1828
+
1829
+ export declare const DescribePartnerEventSourceResponseFilterSensitiveLog: (obj: DescribePartnerEventSourceResponse) => any;
1830
+
1831
+ export declare const DescribeReplayRequestFilterSensitiveLog: (obj: DescribeReplayRequest) => any;
1832
+
1833
+ export declare const ReplayDestinationFilterSensitiveLog: (obj: ReplayDestination) => any;
1834
+
1835
+ export declare const DescribeReplayResponseFilterSensitiveLog: (obj: DescribeReplayResponse) => any;
1836
+
1837
+ export declare const DescribeRuleRequestFilterSensitiveLog: (obj: DescribeRuleRequest) => any;
1838
+
1839
+ export declare const DescribeRuleResponseFilterSensitiveLog: (obj: DescribeRuleResponse) => any;
1840
+
1841
+ export declare const DisableRuleRequestFilterSensitiveLog: (obj: DisableRuleRequest) => any;
1842
+
1843
+ export declare const EnableRuleRequestFilterSensitiveLog: (obj: EnableRuleRequest) => any;
1844
+
1845
+ export declare const ListApiDestinationsRequestFilterSensitiveLog: (obj: ListApiDestinationsRequest) => any;
1846
+
1847
+ export declare const ListApiDestinationsResponseFilterSensitiveLog: (obj: ListApiDestinationsResponse) => any;
1848
+
1849
+ export declare const ListArchivesRequestFilterSensitiveLog: (obj: ListArchivesRequest) => any;
1850
+
1851
+ export declare const ListArchivesResponseFilterSensitiveLog: (obj: ListArchivesResponse) => any;
1852
+
1853
+ export declare const ListConnectionsRequestFilterSensitiveLog: (obj: ListConnectionsRequest) => any;
1854
+
1855
+ export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
1856
+
1857
+ export declare const ListConnectionsResponseFilterSensitiveLog: (obj: ListConnectionsResponse) => any;
1858
+
1859
+ export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
1860
+
1861
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
1862
+
1863
+ export declare const ListEndpointsResponseFilterSensitiveLog: (obj: ListEndpointsResponse) => any;
1864
+
1865
+ export declare const ListEventBusesRequestFilterSensitiveLog: (obj: ListEventBusesRequest) => any;
1866
+
1867
+ export declare const EventBusFilterSensitiveLog: (obj: EventBus) => any;
1868
+
1869
+ export declare const ListEventBusesResponseFilterSensitiveLog: (obj: ListEventBusesResponse) => any;
1870
+
1871
+ export declare const ListEventSourcesRequestFilterSensitiveLog: (obj: ListEventSourcesRequest) => any;
1872
+
1873
+ export declare const EventSourceFilterSensitiveLog: (obj: EventSource) => any;
1874
+
1875
+ export declare const ListEventSourcesResponseFilterSensitiveLog: (obj: ListEventSourcesResponse) => any;
1876
+
1877
+ export declare const ListPartnerEventSourceAccountsRequestFilterSensitiveLog: (obj: ListPartnerEventSourceAccountsRequest) => any;
1878
+
1879
+ export declare const PartnerEventSourceAccountFilterSensitiveLog: (obj: PartnerEventSourceAccount) => any;
1880
+
1881
+ export declare const ListPartnerEventSourceAccountsResponseFilterSensitiveLog: (obj: ListPartnerEventSourceAccountsResponse) => any;
1882
+
1883
+ export declare const ListPartnerEventSourcesRequestFilterSensitiveLog: (obj: ListPartnerEventSourcesRequest) => any;
1884
+
1885
+ export declare const PartnerEventSourceFilterSensitiveLog: (obj: PartnerEventSource) => any;
1886
+
1887
+ export declare const ListPartnerEventSourcesResponseFilterSensitiveLog: (obj: ListPartnerEventSourcesResponse) => any;
1888
+
1889
+ export declare const ListReplaysRequestFilterSensitiveLog: (obj: ListReplaysRequest) => any;
1890
+
1891
+ export declare const ReplayFilterSensitiveLog: (obj: Replay) => any;
1892
+
1893
+ export declare const ListReplaysResponseFilterSensitiveLog: (obj: ListReplaysResponse) => any;
1894
+
1895
+ export declare const ListRuleNamesByTargetRequestFilterSensitiveLog: (obj: ListRuleNamesByTargetRequest) => any;
1896
+
1897
+ export declare const ListRuleNamesByTargetResponseFilterSensitiveLog: (obj: ListRuleNamesByTargetResponse) => any;
1898
+
1899
+ export declare const ListRulesRequestFilterSensitiveLog: (obj: ListRulesRequest) => any;
1900
+
1901
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
1902
+
1903
+ export declare const ListRulesResponseFilterSensitiveLog: (obj: ListRulesResponse) => any;
1904
+
1905
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1906
+
1907
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1908
+
1909
+ export declare const ListTargetsByRuleRequestFilterSensitiveLog: (obj: ListTargetsByRuleRequest) => any;
1910
+
1911
+ export declare const BatchArrayPropertiesFilterSensitiveLog: (obj: BatchArrayProperties) => any;
1912
+
1913
+ export declare const BatchRetryStrategyFilterSensitiveLog: (obj: BatchRetryStrategy) => any;
1914
+
1915
+ export declare const BatchParametersFilterSensitiveLog: (obj: BatchParameters) => any;
1916
+
1917
+ export declare const DeadLetterConfigFilterSensitiveLog: (obj: DeadLetterConfig) => any;
1918
+
1919
+ export declare const CapacityProviderStrategyItemFilterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
1920
+
1921
+ export declare const AwsVpcConfigurationFilterSensitiveLog: (obj: AwsVpcConfiguration) => any;
1922
+
1923
+ export declare const NetworkConfigurationFilterSensitiveLog: (obj: NetworkConfiguration) => any;
1924
+
1925
+ export declare const PlacementConstraintFilterSensitiveLog: (obj: PlacementConstraint) => any;
1926
+
1927
+ export declare const PlacementStrategyFilterSensitiveLog: (obj: PlacementStrategy) => any;
1928
+
1929
+ export declare const EcsParametersFilterSensitiveLog: (obj: EcsParameters) => any;
1930
+
1931
+ export declare const HttpParametersFilterSensitiveLog: (obj: HttpParameters) => any;
1932
+
1933
+ export declare const InputTransformerFilterSensitiveLog: (obj: InputTransformer) => any;
1934
+
1935
+ export declare const KinesisParametersFilterSensitiveLog: (obj: KinesisParameters) => any;
1936
+
1937
+ export declare const RedshiftDataParametersFilterSensitiveLog: (obj: RedshiftDataParameters) => any;
1938
+
1939
+ export declare const RetryPolicyFilterSensitiveLog: (obj: RetryPolicy) => any;
1940
+
1941
+ export declare const RunCommandTargetFilterSensitiveLog: (obj: RunCommandTarget) => any;
1942
+
1943
+ export declare const RunCommandParametersFilterSensitiveLog: (obj: RunCommandParameters) => any;
1944
+
1945
+ export declare const SageMakerPipelineParameterFilterSensitiveLog: (obj: SageMakerPipelineParameter) => any;
1946
+
1947
+ export declare const SageMakerPipelineParametersFilterSensitiveLog: (obj: SageMakerPipelineParameters) => any;
1948
+
1949
+ export declare const SqsParametersFilterSensitiveLog: (obj: SqsParameters) => any;
1950
+
1951
+ export declare const TargetFilterSensitiveLog: (obj: Target) => any;
1952
+
1953
+ export declare const ListTargetsByRuleResponseFilterSensitiveLog: (obj: ListTargetsByRuleResponse) => any;
1954
+
1955
+ export declare const PutEventsRequestEntryFilterSensitiveLog: (obj: PutEventsRequestEntry) => any;
1956
+
1957
+ export declare const PutEventsRequestFilterSensitiveLog: (obj: PutEventsRequest) => any;
1958
+
1959
+ export declare const PutEventsResultEntryFilterSensitiveLog: (obj: PutEventsResultEntry) => any;
1960
+
1961
+ export declare const PutEventsResponseFilterSensitiveLog: (obj: PutEventsResponse) => any;
1962
+
1963
+ export declare const PutPartnerEventsRequestEntryFilterSensitiveLog: (obj: PutPartnerEventsRequestEntry) => any;
1964
+
1965
+ export declare const PutPartnerEventsRequestFilterSensitiveLog: (obj: PutPartnerEventsRequest) => any;
1966
+
1967
+ export declare const PutPartnerEventsResultEntryFilterSensitiveLog: (obj: PutPartnerEventsResultEntry) => any;
1968
+
1969
+ export declare const PutPartnerEventsResponseFilterSensitiveLog: (obj: PutPartnerEventsResponse) => any;
1970
+
1971
+ export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
1972
+
1973
+ export declare const PutPermissionRequestFilterSensitiveLog: (obj: PutPermissionRequest) => any;
1974
+
1975
+ export declare const PutRuleRequestFilterSensitiveLog: (obj: PutRuleRequest) => any;
1976
+
1977
+ export declare const PutRuleResponseFilterSensitiveLog: (obj: PutRuleResponse) => any;
1978
+
1979
+ export declare const PutTargetsRequestFilterSensitiveLog: (obj: PutTargetsRequest) => any;
1980
+
1981
+ export declare const PutTargetsResultEntryFilterSensitiveLog: (obj: PutTargetsResultEntry) => any;
1982
+
1983
+ export declare const PutTargetsResponseFilterSensitiveLog: (obj: PutTargetsResponse) => any;
1984
+
1985
+ export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
1986
+
1987
+ export declare const RemoveTargetsRequestFilterSensitiveLog: (obj: RemoveTargetsRequest) => any;
1988
+
1989
+ export declare const RemoveTargetsResultEntryFilterSensitiveLog: (obj: RemoveTargetsResultEntry) => any;
1990
+
1991
+ export declare const RemoveTargetsResponseFilterSensitiveLog: (obj: RemoveTargetsResponse) => any;
1992
+
1993
+ export declare const StartReplayRequestFilterSensitiveLog: (obj: StartReplayRequest) => any;
1994
+
1995
+ export declare const StartReplayResponseFilterSensitiveLog: (obj: StartReplayResponse) => any;
1996
+
1997
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1998
+
1999
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2000
+
2001
+ export declare const TestEventPatternRequestFilterSensitiveLog: (obj: TestEventPatternRequest) => any;
2002
+
2003
+ export declare const TestEventPatternResponseFilterSensitiveLog: (obj: TestEventPatternResponse) => any;
2004
+
2005
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2006
+
2007
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2008
+
2009
+ export declare const UpdateApiDestinationRequestFilterSensitiveLog: (obj: UpdateApiDestinationRequest) => any;
2010
+
2011
+ export declare const UpdateApiDestinationResponseFilterSensitiveLog: (obj: UpdateApiDestinationResponse) => any;
2012
+
2013
+ export declare const UpdateArchiveRequestFilterSensitiveLog: (obj: UpdateArchiveRequest) => any;
2014
+
2015
+ export declare const UpdateArchiveResponseFilterSensitiveLog: (obj: UpdateArchiveResponse) => any;
2016
+
2017
+ export declare const UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionApiKeyAuthRequestParameters) => any;
2018
+
2019
+ export declare const UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionBasicAuthRequestParameters) => any;
2020
+
2021
+ export declare const UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog: (obj: UpdateConnectionOAuthClientRequestParameters) => any;
2022
+
2023
+ export declare const UpdateConnectionOAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionOAuthRequestParameters) => any;
2024
+
2025
+ export declare const UpdateConnectionAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionAuthRequestParameters) => any;
2026
+
2027
+ export declare const UpdateConnectionRequestFilterSensitiveLog: (obj: UpdateConnectionRequest) => any;
2028
+
2029
+ export declare const UpdateConnectionResponseFilterSensitiveLog: (obj: UpdateConnectionResponse) => any;
2030
+
2031
+ export declare const UpdateEndpointRequestFilterSensitiveLog: (obj: UpdateEndpointRequest) => any;
2032
+
2033
+ export declare const UpdateEndpointResponseFilterSensitiveLog: (obj: UpdateEndpointResponse) => any;