@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
@@ -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>The event buses the endpoint is associated with.</p>
669
549
  */
@@ -673,12 +553,6 @@ export interface EndpointEventBus {
673
553
  */
674
554
  EventBusArn: string | undefined;
675
555
  }
676
- export declare namespace EndpointEventBus {
677
- /**
678
- * @internal
679
- */
680
- const filterSensitiveLog: (obj: EndpointEventBus) => any;
681
- }
682
556
  export declare enum ReplicationState {
683
557
  DISABLED = "DISABLED",
684
558
  ENABLED = "ENABLED"
@@ -692,12 +566,6 @@ export interface ReplicationConfig {
692
566
  */
693
567
  State?: ReplicationState | string;
694
568
  }
695
- export declare namespace ReplicationConfig {
696
- /**
697
- * @internal
698
- */
699
- const filterSensitiveLog: (obj: ReplicationConfig) => any;
700
- }
701
569
  /**
702
570
  * <p>The primary Region of the endpoint.</p>
703
571
  */
@@ -707,12 +575,6 @@ export interface Primary {
707
575
  */
708
576
  HealthCheck: string | undefined;
709
577
  }
710
- export declare namespace Primary {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: Primary) => any;
715
- }
716
578
  /**
717
579
  * <p>The secondary Region that processes events when failover is triggered or replication is enabled.</p>
718
580
  */
@@ -722,12 +584,6 @@ export interface Secondary {
722
584
  */
723
585
  Route: string | undefined;
724
586
  }
725
- export declare namespace Secondary {
726
- /**
727
- * @internal
728
- */
729
- const filterSensitiveLog: (obj: Secondary) => any;
730
- }
731
587
  /**
732
588
  * <p>The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.</p>
733
589
  */
@@ -741,12 +597,6 @@ export interface FailoverConfig {
741
597
  */
742
598
  Secondary: Secondary | undefined;
743
599
  }
744
- export declare namespace FailoverConfig {
745
- /**
746
- * @internal
747
- */
748
- const filterSensitiveLog: (obj: FailoverConfig) => any;
749
- }
750
600
  /**
751
601
  * <p>The routing configuration of the endpoint.</p>
752
602
  */
@@ -756,12 +606,6 @@ export interface RoutingConfig {
756
606
  */
757
607
  FailoverConfig: FailoverConfig | undefined;
758
608
  }
759
- export declare namespace RoutingConfig {
760
- /**
761
- * @internal
762
- */
763
- const filterSensitiveLog: (obj: RoutingConfig) => any;
764
- }
765
609
  export interface CreateEndpointRequest {
766
610
  /**
767
611
  * <p>The name of the global endpoint. For example, <code>"Name":"us-east-2-custom_bus_A-endpoint"</code>.</p>
@@ -791,12 +635,6 @@ export interface CreateEndpointRequest {
791
635
  */
792
636
  RoleArn?: string;
793
637
  }
794
- export declare namespace CreateEndpointRequest {
795
- /**
796
- * @internal
797
- */
798
- const filterSensitiveLog: (obj: CreateEndpointRequest) => any;
799
- }
800
638
  export declare enum EndpointState {
801
639
  ACTIVE = "ACTIVE",
802
640
  CREATE_FAILED = "CREATE_FAILED",
@@ -836,12 +674,6 @@ export interface CreateEndpointResponse {
836
674
  */
837
675
  State?: EndpointState | string;
838
676
  }
839
- export declare namespace CreateEndpointResponse {
840
- /**
841
- * @internal
842
- */
843
- const filterSensitiveLog: (obj: CreateEndpointResponse) => any;
844
- }
845
677
  /**
846
678
  * <p>A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses
847
679
  * support tagging.</p>
@@ -857,12 +689,6 @@ export interface Tag {
857
689
  */
858
690
  Value: string | undefined;
859
691
  }
860
- export declare namespace Tag {
861
- /**
862
- * @internal
863
- */
864
- const filterSensitiveLog: (obj: Tag) => any;
865
- }
866
692
  export interface CreateEventBusRequest {
867
693
  /**
868
694
  * <p>The name of the new event bus. </p>
@@ -883,24 +709,12 @@ export interface CreateEventBusRequest {
883
709
  */
884
710
  Tags?: Tag[];
885
711
  }
886
- export declare namespace CreateEventBusRequest {
887
- /**
888
- * @internal
889
- */
890
- const filterSensitiveLog: (obj: CreateEventBusRequest) => any;
891
- }
892
712
  export interface CreateEventBusResponse {
893
713
  /**
894
714
  * <p>The ARN of the new event bus.</p>
895
715
  */
896
716
  EventBusArn?: string;
897
717
  }
898
- export declare namespace CreateEventBusResponse {
899
- /**
900
- * @internal
901
- */
902
- const filterSensitiveLog: (obj: CreateEventBusResponse) => any;
903
- }
904
718
  export interface CreatePartnerEventSourceRequest {
905
719
  /**
906
720
  * <p>The name of the partner event source. This name must be unique and must be in the format
@@ -917,48 +731,24 @@ export interface CreatePartnerEventSourceRequest {
917
731
  */
918
732
  Account: string | undefined;
919
733
  }
920
- export declare namespace CreatePartnerEventSourceRequest {
921
- /**
922
- * @internal
923
- */
924
- const filterSensitiveLog: (obj: CreatePartnerEventSourceRequest) => any;
925
- }
926
734
  export interface CreatePartnerEventSourceResponse {
927
735
  /**
928
736
  * <p>The ARN of the partner event source.</p>
929
737
  */
930
738
  EventSourceArn?: string;
931
739
  }
932
- export declare namespace CreatePartnerEventSourceResponse {
933
- /**
934
- * @internal
935
- */
936
- const filterSensitiveLog: (obj: CreatePartnerEventSourceResponse) => any;
937
- }
938
740
  export interface DeactivateEventSourceRequest {
939
741
  /**
940
742
  * <p>The name of the partner event source to deactivate.</p>
941
743
  */
942
744
  Name: string | undefined;
943
745
  }
944
- export declare namespace DeactivateEventSourceRequest {
945
- /**
946
- * @internal
947
- */
948
- const filterSensitiveLog: (obj: DeactivateEventSourceRequest) => any;
949
- }
950
746
  export interface DeauthorizeConnectionRequest {
951
747
  /**
952
748
  * <p>The name of the connection to remove authorization from.</p>
953
749
  */
954
750
  Name: string | undefined;
955
751
  }
956
- export declare namespace DeauthorizeConnectionRequest {
957
- /**
958
- * @internal
959
- */
960
- const filterSensitiveLog: (obj: DeauthorizeConnectionRequest) => any;
961
- }
962
752
  export interface DeauthorizeConnectionResponse {
963
753
  /**
964
754
  * <p>The ARN of the connection that authorization was removed from.</p>
@@ -981,64 +771,28 @@ export interface DeauthorizeConnectionResponse {
981
771
  */
982
772
  LastAuthorizedTime?: Date;
983
773
  }
984
- export declare namespace DeauthorizeConnectionResponse {
985
- /**
986
- * @internal
987
- */
988
- const filterSensitiveLog: (obj: DeauthorizeConnectionResponse) => any;
989
- }
990
774
  export interface DeleteApiDestinationRequest {
991
775
  /**
992
776
  * <p>The name of the destination to delete.</p>
993
777
  */
994
778
  Name: string | undefined;
995
779
  }
996
- export declare namespace DeleteApiDestinationRequest {
997
- /**
998
- * @internal
999
- */
1000
- const filterSensitiveLog: (obj: DeleteApiDestinationRequest) => any;
1001
- }
1002
780
  export interface DeleteApiDestinationResponse {
1003
781
  }
1004
- export declare namespace DeleteApiDestinationResponse {
1005
- /**
1006
- * @internal
1007
- */
1008
- const filterSensitiveLog: (obj: DeleteApiDestinationResponse) => any;
1009
- }
1010
782
  export interface DeleteArchiveRequest {
1011
783
  /**
1012
784
  * <p>The name of the archive to delete.</p>
1013
785
  */
1014
786
  ArchiveName: string | undefined;
1015
787
  }
1016
- export declare namespace DeleteArchiveRequest {
1017
- /**
1018
- * @internal
1019
- */
1020
- const filterSensitiveLog: (obj: DeleteArchiveRequest) => any;
1021
- }
1022
788
  export interface DeleteArchiveResponse {
1023
789
  }
1024
- export declare namespace DeleteArchiveResponse {
1025
- /**
1026
- * @internal
1027
- */
1028
- const filterSensitiveLog: (obj: DeleteArchiveResponse) => any;
1029
- }
1030
790
  export interface DeleteConnectionRequest {
1031
791
  /**
1032
792
  * <p>The name of the connection to delete.</p>
1033
793
  */
1034
794
  Name: string | undefined;
1035
795
  }
1036
- export declare namespace DeleteConnectionRequest {
1037
- /**
1038
- * @internal
1039
- */
1040
- const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
1041
- }
1042
796
  export interface DeleteConnectionResponse {
1043
797
  /**
1044
798
  * <p>The ARN of the connection that was deleted.</p>
@@ -1063,44 +817,20 @@ export interface DeleteConnectionResponse {
1063
817
  */
1064
818
  LastAuthorizedTime?: Date;
1065
819
  }
1066
- export declare namespace DeleteConnectionResponse {
1067
- /**
1068
- * @internal
1069
- */
1070
- const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
1071
- }
1072
820
  export interface DeleteEndpointRequest {
1073
821
  /**
1074
822
  * <p>The name of the endpoint you want to delete. For example, <code>"Name":"us-east-2-custom_bus_A-endpoint"</code>..</p>
1075
823
  */
1076
824
  Name: string | undefined;
1077
825
  }
1078
- export declare namespace DeleteEndpointRequest {
1079
- /**
1080
- * @internal
1081
- */
1082
- const filterSensitiveLog: (obj: DeleteEndpointRequest) => any;
1083
- }
1084
826
  export interface DeleteEndpointResponse {
1085
827
  }
1086
- export declare namespace DeleteEndpointResponse {
1087
- /**
1088
- * @internal
1089
- */
1090
- const filterSensitiveLog: (obj: DeleteEndpointResponse) => any;
1091
- }
1092
828
  export interface DeleteEventBusRequest {
1093
829
  /**
1094
830
  * <p>The name of the event bus to delete.</p>
1095
831
  */
1096
832
  Name: string | undefined;
1097
833
  }
1098
- export declare namespace DeleteEventBusRequest {
1099
- /**
1100
- * @internal
1101
- */
1102
- const filterSensitiveLog: (obj: DeleteEventBusRequest) => any;
1103
- }
1104
834
  export interface DeletePartnerEventSourceRequest {
1105
835
  /**
1106
836
  * <p>The name of the event source to delete.</p>
@@ -1111,12 +841,6 @@ export interface DeletePartnerEventSourceRequest {
1111
841
  */
1112
842
  Account: string | undefined;
1113
843
  }
1114
- export declare namespace DeletePartnerEventSourceRequest {
1115
- /**
1116
- * @internal
1117
- */
1118
- const filterSensitiveLog: (obj: DeletePartnerEventSourceRequest) => any;
1119
- }
1120
844
  export interface DeleteRuleRequest {
1121
845
  /**
1122
846
  * <p>The name of the rule.</p>
@@ -1136,12 +860,6 @@ export interface DeleteRuleRequest {
1136
860
  */
1137
861
  Force?: boolean;
1138
862
  }
1139
- export declare namespace DeleteRuleRequest {
1140
- /**
1141
- * @internal
1142
- */
1143
- const filterSensitiveLog: (obj: DeleteRuleRequest) => any;
1144
- }
1145
863
  /**
1146
864
  * <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
1147
865
  * service. If you see this error in response to <code>DeleteRule</code> or
@@ -1164,12 +882,6 @@ export interface DescribeApiDestinationRequest {
1164
882
  */
1165
883
  Name: string | undefined;
1166
884
  }
1167
- export declare namespace DescribeApiDestinationRequest {
1168
- /**
1169
- * @internal
1170
- */
1171
- const filterSensitiveLog: (obj: DescribeApiDestinationRequest) => any;
1172
- }
1173
885
  export interface DescribeApiDestinationResponse {
1174
886
  /**
1175
887
  * <p>The ARN of the API destination retrieved.</p>
@@ -1217,24 +929,12 @@ export interface DescribeApiDestinationResponse {
1217
929
  */
1218
930
  LastModifiedTime?: Date;
1219
931
  }
1220
- export declare namespace DescribeApiDestinationResponse {
1221
- /**
1222
- * @internal
1223
- */
1224
- const filterSensitiveLog: (obj: DescribeApiDestinationResponse) => any;
1225
- }
1226
932
  export interface DescribeArchiveRequest {
1227
933
  /**
1228
934
  * <p>The name of the archive to retrieve.</p>
1229
935
  */
1230
936
  ArchiveName: string | undefined;
1231
937
  }
1232
- export declare namespace DescribeArchiveRequest {
1233
- /**
1234
- * @internal
1235
- */
1236
- const filterSensitiveLog: (obj: DescribeArchiveRequest) => any;
1237
- }
1238
938
  export interface DescribeArchiveResponse {
1239
939
  /**
1240
940
  * <p>The ARN of the archive.</p>
@@ -1281,24 +981,12 @@ export interface DescribeArchiveResponse {
1281
981
  */
1282
982
  CreationTime?: Date;
1283
983
  }
1284
- export declare namespace DescribeArchiveResponse {
1285
- /**
1286
- * @internal
1287
- */
1288
- const filterSensitiveLog: (obj: DescribeArchiveResponse) => any;
1289
- }
1290
984
  export interface DescribeConnectionRequest {
1291
985
  /**
1292
986
  * <p>The name of the connection to retrieve.</p>
1293
987
  */
1294
988
  Name: string | undefined;
1295
989
  }
1296
- export declare namespace DescribeConnectionRequest {
1297
- /**
1298
- * @internal
1299
- */
1300
- const filterSensitiveLog: (obj: DescribeConnectionRequest) => any;
1301
- }
1302
990
  /**
1303
991
  * <p>Contains the authorization parameters for the connection if API Key is specified as the
1304
992
  * authorization type.</p>
@@ -1310,12 +998,6 @@ export interface ConnectionApiKeyAuthResponseParameters {
1310
998
  */
1311
999
  ApiKeyName?: string;
1312
1000
  }
1313
- export declare namespace ConnectionApiKeyAuthResponseParameters {
1314
- /**
1315
- * @internal
1316
- */
1317
- const filterSensitiveLog: (obj: ConnectionApiKeyAuthResponseParameters) => any;
1318
- }
1319
1001
  /**
1320
1002
  * <p>Contains the authorization parameters for the connection if Basic is specified as the
1321
1003
  * authorization type.</p>
@@ -1326,12 +1008,6 @@ export interface ConnectionBasicAuthResponseParameters {
1326
1008
  */
1327
1009
  Username?: string;
1328
1010
  }
1329
- export declare namespace ConnectionBasicAuthResponseParameters {
1330
- /**
1331
- * @internal
1332
- */
1333
- const filterSensitiveLog: (obj: ConnectionBasicAuthResponseParameters) => any;
1334
- }
1335
1011
  /**
1336
1012
  * <p>Contains the client response parameters for the connection when OAuth is specified as the
1337
1013
  * authorization type.</p>
@@ -1342,12 +1018,6 @@ export interface ConnectionOAuthClientResponseParameters {
1342
1018
  */
1343
1019
  ClientID?: string;
1344
1020
  }
1345
- export declare namespace ConnectionOAuthClientResponseParameters {
1346
- /**
1347
- * @internal
1348
- */
1349
- const filterSensitiveLog: (obj: ConnectionOAuthClientResponseParameters) => any;
1350
- }
1351
1021
  /**
1352
1022
  * <p>Contains the response parameters when OAuth is specified as the authorization type.</p>
1353
1023
  */
@@ -1370,12 +1040,6 @@ export interface ConnectionOAuthResponseParameters {
1370
1040
  */
1371
1041
  OAuthHttpParameters?: ConnectionHttpParameters;
1372
1042
  }
1373
- export declare namespace ConnectionOAuthResponseParameters {
1374
- /**
1375
- * @internal
1376
- */
1377
- const filterSensitiveLog: (obj: ConnectionOAuthResponseParameters) => any;
1378
- }
1379
1043
  /**
1380
1044
  * <p>Contains the authorization parameters to use for the connection.</p>
1381
1045
  */
@@ -1398,12 +1062,6 @@ export interface ConnectionAuthResponseParameters {
1398
1062
  */
1399
1063
  InvocationHttpParameters?: ConnectionHttpParameters;
1400
1064
  }
1401
- export declare namespace ConnectionAuthResponseParameters {
1402
- /**
1403
- * @internal
1404
- */
1405
- const filterSensitiveLog: (obj: ConnectionAuthResponseParameters) => any;
1406
- }
1407
1065
  export interface DescribeConnectionResponse {
1408
1066
  /**
1409
1067
  * <p>The ARN of the connection retrieved.</p>
@@ -1451,12 +1109,6 @@ export interface DescribeConnectionResponse {
1451
1109
  */
1452
1110
  LastAuthorizedTime?: Date;
1453
1111
  }
1454
- export declare namespace DescribeConnectionResponse {
1455
- /**
1456
- * @internal
1457
- */
1458
- const filterSensitiveLog: (obj: DescribeConnectionResponse) => any;
1459
- }
1460
1112
  export interface DescribeEndpointRequest {
1461
1113
  /**
1462
1114
  * <p>The name of the endpoint you want to get information about. For example, <code>"Name":"us-east-2-custom_bus_A-endpoint"</code>.</p>
@@ -1467,12 +1119,6 @@ export interface DescribeEndpointRequest {
1467
1119
  */
1468
1120
  HomeRegion?: string;
1469
1121
  }
1470
- export declare namespace DescribeEndpointRequest {
1471
- /**
1472
- * @internal
1473
- */
1474
- const filterSensitiveLog: (obj: DescribeEndpointRequest) => any;
1475
- }
1476
1122
  export interface DescribeEndpointResponse {
1477
1123
  /**
1478
1124
  * <p>The name of the endpoint you asked for information about.</p>
@@ -1527,12 +1173,6 @@ export interface DescribeEndpointResponse {
1527
1173
  */
1528
1174
  LastModifiedTime?: Date;
1529
1175
  }
1530
- export declare namespace DescribeEndpointResponse {
1531
- /**
1532
- * @internal
1533
- */
1534
- const filterSensitiveLog: (obj: DescribeEndpointResponse) => any;
1535
- }
1536
1176
  export interface DescribeEventBusRequest {
1537
1177
  /**
1538
1178
  * <p>The name or ARN of the event bus to show details for. If you omit this, the default event
@@ -1540,12 +1180,6 @@ export interface DescribeEventBusRequest {
1540
1180
  */
1541
1181
  Name?: string;
1542
1182
  }
1543
- export declare namespace DescribeEventBusRequest {
1544
- /**
1545
- * @internal
1546
- */
1547
- const filterSensitiveLog: (obj: DescribeEventBusRequest) => any;
1548
- }
1549
1183
  export interface DescribeEventBusResponse {
1550
1184
  /**
1551
1185
  * <p>The name of the event bus. Currently, this is always <code>default</code>.</p>
@@ -1561,24 +1195,12 @@ export interface DescribeEventBusResponse {
1561
1195
  */
1562
1196
  Policy?: string;
1563
1197
  }
1564
- export declare namespace DescribeEventBusResponse {
1565
- /**
1566
- * @internal
1567
- */
1568
- const filterSensitiveLog: (obj: DescribeEventBusResponse) => any;
1569
- }
1570
1198
  export interface DescribeEventSourceRequest {
1571
1199
  /**
1572
1200
  * <p>The name of the partner event source to display the details of.</p>
1573
1201
  */
1574
1202
  Name: string | undefined;
1575
1203
  }
1576
- export declare namespace DescribeEventSourceRequest {
1577
- /**
1578
- * @internal
1579
- */
1580
- const filterSensitiveLog: (obj: DescribeEventSourceRequest) => any;
1581
- }
1582
1204
  export declare enum EventSourceState {
1583
1205
  ACTIVE = "ACTIVE",
1584
1206
  DELETED = "DELETED",
@@ -1614,24 +1236,12 @@ export interface DescribeEventSourceResponse {
1614
1236
  */
1615
1237
  State?: EventSourceState | string;
1616
1238
  }
1617
- export declare namespace DescribeEventSourceResponse {
1618
- /**
1619
- * @internal
1620
- */
1621
- const filterSensitiveLog: (obj: DescribeEventSourceResponse) => any;
1622
- }
1623
1239
  export interface DescribePartnerEventSourceRequest {
1624
1240
  /**
1625
1241
  * <p>The name of the event source to display.</p>
1626
1242
  */
1627
1243
  Name: string | undefined;
1628
1244
  }
1629
- export declare namespace DescribePartnerEventSourceRequest {
1630
- /**
1631
- * @internal
1632
- */
1633
- const filterSensitiveLog: (obj: DescribePartnerEventSourceRequest) => any;
1634
- }
1635
1245
  export interface DescribePartnerEventSourceResponse {
1636
1246
  /**
1637
1247
  * <p>The ARN of the event source.</p>
@@ -1642,24 +1252,12 @@ export interface DescribePartnerEventSourceResponse {
1642
1252
  */
1643
1253
  Name?: string;
1644
1254
  }
1645
- export declare namespace DescribePartnerEventSourceResponse {
1646
- /**
1647
- * @internal
1648
- */
1649
- const filterSensitiveLog: (obj: DescribePartnerEventSourceResponse) => any;
1650
- }
1651
1255
  export interface DescribeReplayRequest {
1652
1256
  /**
1653
1257
  * <p>The name of the replay to retrieve.</p>
1654
1258
  */
1655
1259
  ReplayName: string | undefined;
1656
1260
  }
1657
- export declare namespace DescribeReplayRequest {
1658
- /**
1659
- * @internal
1660
- */
1661
- const filterSensitiveLog: (obj: DescribeReplayRequest) => any;
1662
- }
1663
1261
  /**
1664
1262
  * <p>A <code>ReplayDestination</code> object that contains details about a replay.</p>
1665
1263
  */
@@ -1674,12 +1272,6 @@ export interface ReplayDestination {
1674
1272
  */
1675
1273
  FilterArns?: string[];
1676
1274
  }
1677
- export declare namespace ReplayDestination {
1678
- /**
1679
- * @internal
1680
- */
1681
- const filterSensitiveLog: (obj: ReplayDestination) => any;
1682
- }
1683
1275
  export interface DescribeReplayResponse {
1684
1276
  /**
1685
1277
  * <p>The name of the replay.</p>
@@ -1730,12 +1322,6 @@ export interface DescribeReplayResponse {
1730
1322
  */
1731
1323
  ReplayEndTime?: Date;
1732
1324
  }
1733
- export declare namespace DescribeReplayResponse {
1734
- /**
1735
- * @internal
1736
- */
1737
- const filterSensitiveLog: (obj: DescribeReplayResponse) => any;
1738
- }
1739
1325
  export interface DescribeRuleRequest {
1740
1326
  /**
1741
1327
  * <p>The name of the rule.</p>
@@ -1747,12 +1333,6 @@ export interface DescribeRuleRequest {
1747
1333
  */
1748
1334
  EventBusName?: string;
1749
1335
  }
1750
- export declare namespace DescribeRuleRequest {
1751
- /**
1752
- * @internal
1753
- */
1754
- const filterSensitiveLog: (obj: DescribeRuleRequest) => any;
1755
- }
1756
1336
  export declare enum RuleState {
1757
1337
  DISABLED = "DISABLED",
1758
1338
  ENABLED = "ENABLED"
@@ -1805,12 +1385,6 @@ export interface DescribeRuleResponse {
1805
1385
  */
1806
1386
  CreatedBy?: string;
1807
1387
  }
1808
- export declare namespace DescribeRuleResponse {
1809
- /**
1810
- * @internal
1811
- */
1812
- const filterSensitiveLog: (obj: DescribeRuleResponse) => any;
1813
- }
1814
1388
  export interface DisableRuleRequest {
1815
1389
  /**
1816
1390
  * <p>The name of the rule.</p>
@@ -1822,12 +1396,6 @@ export interface DisableRuleRequest {
1822
1396
  */
1823
1397
  EventBusName?: string;
1824
1398
  }
1825
- export declare namespace DisableRuleRequest {
1826
- /**
1827
- * @internal
1828
- */
1829
- const filterSensitiveLog: (obj: DisableRuleRequest) => any;
1830
- }
1831
1399
  export interface EnableRuleRequest {
1832
1400
  /**
1833
1401
  * <p>The name of the rule.</p>
@@ -1839,12 +1407,6 @@ export interface EnableRuleRequest {
1839
1407
  */
1840
1408
  EventBusName?: string;
1841
1409
  }
1842
- export declare namespace EnableRuleRequest {
1843
- /**
1844
- * @internal
1845
- */
1846
- const filterSensitiveLog: (obj: EnableRuleRequest) => any;
1847
- }
1848
1410
  export interface ListApiDestinationsRequest {
1849
1411
  /**
1850
1412
  * <p>A name prefix to filter results returned. Only API destinations with a name that starts
@@ -1864,12 +1426,6 @@ export interface ListApiDestinationsRequest {
1864
1426
  */
1865
1427
  Limit?: number;
1866
1428
  }
1867
- export declare namespace ListApiDestinationsRequest {
1868
- /**
1869
- * @internal
1870
- */
1871
- const filterSensitiveLog: (obj: ListApiDestinationsRequest) => any;
1872
- }
1873
1429
  export interface ListApiDestinationsResponse {
1874
1430
  /**
1875
1431
  * <p>An array of <code>ApiDestination</code> objects that include information about an API
@@ -1881,12 +1437,6 @@ export interface ListApiDestinationsResponse {
1881
1437
  */
1882
1438
  NextToken?: string;
1883
1439
  }
1884
- export declare namespace ListApiDestinationsResponse {
1885
- /**
1886
- * @internal
1887
- */
1888
- const filterSensitiveLog: (obj: ListApiDestinationsResponse) => any;
1889
- }
1890
1440
  export interface ListArchivesRequest {
1891
1441
  /**
1892
1442
  * <p>A name prefix to filter the archives returned. Only archives with name that match the
@@ -1910,12 +1460,6 @@ export interface ListArchivesRequest {
1910
1460
  */
1911
1461
  Limit?: number;
1912
1462
  }
1913
- export declare namespace ListArchivesRequest {
1914
- /**
1915
- * @internal
1916
- */
1917
- const filterSensitiveLog: (obj: ListArchivesRequest) => any;
1918
- }
1919
1463
  export interface ListArchivesResponse {
1920
1464
  /**
1921
1465
  * <p>An array of <code>Archive</code> objects that include details about an archive.</p>
@@ -1926,12 +1470,6 @@ export interface ListArchivesResponse {
1926
1470
  */
1927
1471
  NextToken?: string;
1928
1472
  }
1929
- export declare namespace ListArchivesResponse {
1930
- /**
1931
- * @internal
1932
- */
1933
- const filterSensitiveLog: (obj: ListArchivesResponse) => any;
1934
- }
1935
1473
  export interface ListConnectionsRequest {
1936
1474
  /**
1937
1475
  * <p>A name prefix to filter results returned. Only connections with a name that starts with
@@ -1951,12 +1489,6 @@ export interface ListConnectionsRequest {
1951
1489
  */
1952
1490
  Limit?: number;
1953
1491
  }
1954
- export declare namespace ListConnectionsRequest {
1955
- /**
1956
- * @internal
1957
- */
1958
- const filterSensitiveLog: (obj: ListConnectionsRequest) => any;
1959
- }
1960
1492
  /**
1961
1493
  * <p>Contains information about a connection.</p>
1962
1494
  */
@@ -1994,12 +1526,6 @@ export interface Connection {
1994
1526
  */
1995
1527
  LastAuthorizedTime?: Date;
1996
1528
  }
1997
- export declare namespace Connection {
1998
- /**
1999
- * @internal
2000
- */
2001
- const filterSensitiveLog: (obj: Connection) => any;
2002
- }
2003
1529
  export interface ListConnectionsResponse {
2004
1530
  /**
2005
1531
  * <p>An array of connections objects that include details about the connections.</p>
@@ -2010,12 +1536,6 @@ export interface ListConnectionsResponse {
2010
1536
  */
2011
1537
  NextToken?: string;
2012
1538
  }
2013
- export declare namespace ListConnectionsResponse {
2014
- /**
2015
- * @internal
2016
- */
2017
- const filterSensitiveLog: (obj: ListConnectionsResponse) => any;
2018
- }
2019
1539
  export interface ListEndpointsRequest {
2020
1540
  /**
2021
1541
  * <p>A value that will return a subset of the endpoints associated with this account. For example, <code>"NamePrefix": "ABC"</code> will return all endpoints with "ABC" in the name.</p>
@@ -2036,12 +1556,6 @@ export interface ListEndpointsRequest {
2036
1556
  */
2037
1557
  MaxResults?: number;
2038
1558
  }
2039
- export declare namespace ListEndpointsRequest {
2040
- /**
2041
- * @internal
2042
- */
2043
- const filterSensitiveLog: (obj: ListEndpointsRequest) => any;
2044
- }
2045
1559
  /**
2046
1560
  * <p>An global endpoint used to improve your application's availability by making it regional-fault tolerant. For more information about global endpoints, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html">Making applications Regional-fault tolerant with global endpoints and event replication</a> in the Amazon EventBridge User Guide..</p>
2047
1561
  */
@@ -2099,12 +1613,6 @@ export interface Endpoint {
2099
1613
  */
2100
1614
  LastModifiedTime?: Date;
2101
1615
  }
2102
- export declare namespace Endpoint {
2103
- /**
2104
- * @internal
2105
- */
2106
- const filterSensitiveLog: (obj: Endpoint) => any;
2107
- }
2108
1616
  export interface ListEndpointsResponse {
2109
1617
  /**
2110
1618
  * <p>The endpoints returned by the call.</p>
@@ -2117,12 +1625,6 @@ export interface ListEndpointsResponse {
2117
1625
  */
2118
1626
  NextToken?: string;
2119
1627
  }
2120
- export declare namespace ListEndpointsResponse {
2121
- /**
2122
- * @internal
2123
- */
2124
- const filterSensitiveLog: (obj: ListEndpointsResponse) => any;
2125
- }
2126
1628
  export interface ListEventBusesRequest {
2127
1629
  /**
2128
1630
  * <p>Specifying this limits the results to only those event buses with names that start with
@@ -2140,12 +1642,6 @@ export interface ListEventBusesRequest {
2140
1642
  */
2141
1643
  Limit?: number;
2142
1644
  }
2143
- export declare namespace ListEventBusesRequest {
2144
- /**
2145
- * @internal
2146
- */
2147
- const filterSensitiveLog: (obj: ListEventBusesRequest) => any;
2148
- }
2149
1645
  /**
2150
1646
  * <p>An event bus receives events from a source and routes them to rules associated with that
2151
1647
  * event bus. Your account's default event bus receives events from Amazon Web Services services. A custom event
@@ -2168,12 +1664,6 @@ export interface EventBus {
2168
1664
  */
2169
1665
  Policy?: string;
2170
1666
  }
2171
- export declare namespace EventBus {
2172
- /**
2173
- * @internal
2174
- */
2175
- const filterSensitiveLog: (obj: EventBus) => any;
2176
- }
2177
1667
  export interface ListEventBusesResponse {
2178
1668
  /**
2179
1669
  * <p>This list of event buses.</p>
@@ -2184,12 +1674,6 @@ export interface ListEventBusesResponse {
2184
1674
  */
2185
1675
  NextToken?: string;
2186
1676
  }
2187
- export declare namespace ListEventBusesResponse {
2188
- /**
2189
- * @internal
2190
- */
2191
- const filterSensitiveLog: (obj: ListEventBusesResponse) => any;
2192
- }
2193
1677
  export interface ListEventSourcesRequest {
2194
1678
  /**
2195
1679
  * <p>Specifying this limits the results to only those partner event sources with names that
@@ -2207,12 +1691,6 @@ export interface ListEventSourcesRequest {
2207
1691
  */
2208
1692
  Limit?: number;
2209
1693
  }
2210
- export declare namespace ListEventSourcesRequest {
2211
- /**
2212
- * @internal
2213
- */
2214
- const filterSensitiveLog: (obj: ListEventSourcesRequest) => any;
2215
- }
2216
1694
  /**
2217
1695
  * <p>A partner event source is created by an SaaS partner. If a customer creates a partner
2218
1696
  * event bus that matches this event source, that Amazon Web Services account can receive events from the
@@ -2248,12 +1726,6 @@ export interface EventSource {
2248
1726
  */
2249
1727
  State?: EventSourceState | string;
2250
1728
  }
2251
- export declare namespace EventSource {
2252
- /**
2253
- * @internal
2254
- */
2255
- const filterSensitiveLog: (obj: EventSource) => any;
2256
- }
2257
1729
  export interface ListEventSourcesResponse {
2258
1730
  /**
2259
1731
  * <p>The list of event sources.</p>
@@ -2264,12 +1736,6 @@ export interface ListEventSourcesResponse {
2264
1736
  */
2265
1737
  NextToken?: string;
2266
1738
  }
2267
- export declare namespace ListEventSourcesResponse {
2268
- /**
2269
- * @internal
2270
- */
2271
- const filterSensitiveLog: (obj: ListEventSourcesResponse) => any;
2272
- }
2273
1739
  export interface ListPartnerEventSourceAccountsRequest {
2274
1740
  /**
2275
1741
  * <p>The name of the partner event source to display account information about.</p>
@@ -2287,12 +1753,6 @@ export interface ListPartnerEventSourceAccountsRequest {
2287
1753
  */
2288
1754
  Limit?: number;
2289
1755
  }
2290
- export declare namespace ListPartnerEventSourceAccountsRequest {
2291
- /**
2292
- * @internal
2293
- */
2294
- const filterSensitiveLog: (obj: ListPartnerEventSourceAccountsRequest) => any;
2295
- }
2296
1756
  /**
2297
1757
  * <p>The Amazon Web Services account that a partner event source has been offered to.</p>
2298
1758
  */
@@ -2318,12 +1778,6 @@ export interface PartnerEventSourceAccount {
2318
1778
  */
2319
1779
  State?: EventSourceState | string;
2320
1780
  }
2321
- export declare namespace PartnerEventSourceAccount {
2322
- /**
2323
- * @internal
2324
- */
2325
- const filterSensitiveLog: (obj: PartnerEventSourceAccount) => any;
2326
- }
2327
1781
  export interface ListPartnerEventSourceAccountsResponse {
2328
1782
  /**
2329
1783
  * <p>The list of partner event sources returned by the operation.</p>
@@ -2334,12 +1788,6 @@ export interface ListPartnerEventSourceAccountsResponse {
2334
1788
  */
2335
1789
  NextToken?: string;
2336
1790
  }
2337
- export declare namespace ListPartnerEventSourceAccountsResponse {
2338
- /**
2339
- * @internal
2340
- */
2341
- const filterSensitiveLog: (obj: ListPartnerEventSourceAccountsResponse) => any;
2342
- }
2343
1791
  export interface ListPartnerEventSourcesRequest {
2344
1792
  /**
2345
1793
  * <p>If you specify this, the results are limited to only those partner event sources that
@@ -2358,12 +1806,6 @@ export interface ListPartnerEventSourcesRequest {
2358
1806
  */
2359
1807
  Limit?: number;
2360
1808
  }
2361
- export declare namespace ListPartnerEventSourcesRequest {
2362
- /**
2363
- * @internal
2364
- */
2365
- const filterSensitiveLog: (obj: ListPartnerEventSourcesRequest) => any;
2366
- }
2367
1809
  /**
2368
1810
  * <p>A partner event source is created by an SaaS partner. If a customer creates a partner
2369
1811
  * event bus that matches this event source, that Amazon Web Services account can receive events from the
@@ -2379,12 +1821,6 @@ export interface PartnerEventSource {
2379
1821
  */
2380
1822
  Name?: string;
2381
1823
  }
2382
- export declare namespace PartnerEventSource {
2383
- /**
2384
- * @internal
2385
- */
2386
- const filterSensitiveLog: (obj: PartnerEventSource) => any;
2387
- }
2388
1824
  export interface ListPartnerEventSourcesResponse {
2389
1825
  /**
2390
1826
  * <p>The list of partner event sources returned by the operation.</p>
@@ -2395,12 +1831,6 @@ export interface ListPartnerEventSourcesResponse {
2395
1831
  */
2396
1832
  NextToken?: string;
2397
1833
  }
2398
- export declare namespace ListPartnerEventSourcesResponse {
2399
- /**
2400
- * @internal
2401
- */
2402
- const filterSensitiveLog: (obj: ListPartnerEventSourcesResponse) => any;
2403
- }
2404
1834
  export interface ListReplaysRequest {
2405
1835
  /**
2406
1836
  * <p>A name prefix to filter the replays returned. Only replays with name that match the prefix
@@ -2424,12 +1854,6 @@ export interface ListReplaysRequest {
2424
1854
  */
2425
1855
  Limit?: number;
2426
1856
  }
2427
- export declare namespace ListReplaysRequest {
2428
- /**
2429
- * @internal
2430
- */
2431
- const filterSensitiveLog: (obj: ListReplaysRequest) => any;
2432
- }
2433
1857
  /**
2434
1858
  * <p>A <code>Replay</code> object that contains details about a replay.</p>
2435
1859
  */
@@ -2473,12 +1897,6 @@ export interface Replay {
2473
1897
  */
2474
1898
  ReplayEndTime?: Date;
2475
1899
  }
2476
- export declare namespace Replay {
2477
- /**
2478
- * @internal
2479
- */
2480
- const filterSensitiveLog: (obj: Replay) => any;
2481
- }
2482
1900
  export interface ListReplaysResponse {
2483
1901
  /**
2484
1902
  * <p>An array of <code>Replay</code> objects that contain information about the replay.</p>
@@ -2489,12 +1907,6 @@ export interface ListReplaysResponse {
2489
1907
  */
2490
1908
  NextToken?: string;
2491
1909
  }
2492
- export declare namespace ListReplaysResponse {
2493
- /**
2494
- * @internal
2495
- */
2496
- const filterSensitiveLog: (obj: ListReplaysResponse) => any;
2497
- }
2498
1910
  export interface ListRuleNamesByTargetRequest {
2499
1911
  /**
2500
1912
  * <p>The Amazon Resource Name (ARN) of the target resource.</p>
@@ -2514,12 +1926,6 @@ export interface ListRuleNamesByTargetRequest {
2514
1926
  */
2515
1927
  Limit?: number;
2516
1928
  }
2517
- export declare namespace ListRuleNamesByTargetRequest {
2518
- /**
2519
- * @internal
2520
- */
2521
- const filterSensitiveLog: (obj: ListRuleNamesByTargetRequest) => any;
2522
- }
2523
1929
  export interface ListRuleNamesByTargetResponse {
2524
1930
  /**
2525
1931
  * <p>The names of the rules that can invoke the given target.</p>
@@ -2531,12 +1937,6 @@ export interface ListRuleNamesByTargetResponse {
2531
1937
  */
2532
1938
  NextToken?: string;
2533
1939
  }
2534
- export declare namespace ListRuleNamesByTargetResponse {
2535
- /**
2536
- * @internal
2537
- */
2538
- const filterSensitiveLog: (obj: ListRuleNamesByTargetResponse) => any;
2539
- }
2540
1940
  export interface ListRulesRequest {
2541
1941
  /**
2542
1942
  * <p>The prefix matching the rule name.</p>
@@ -2556,12 +1956,6 @@ export interface ListRulesRequest {
2556
1956
  */
2557
1957
  Limit?: number;
2558
1958
  }
2559
- export declare namespace ListRulesRequest {
2560
- /**
2561
- * @internal
2562
- */
2563
- const filterSensitiveLog: (obj: ListRulesRequest) => any;
2564
- }
2565
1959
  /**
2566
1960
  * <p>Contains information about a rule in Amazon EventBridge.</p>
2567
1961
  */
@@ -2610,12 +2004,6 @@ export interface Rule {
2610
2004
  */
2611
2005
  EventBusName?: string;
2612
2006
  }
2613
- export declare namespace Rule {
2614
- /**
2615
- * @internal
2616
- */
2617
- const filterSensitiveLog: (obj: Rule) => any;
2618
- }
2619
2007
  export interface ListRulesResponse {
2620
2008
  /**
2621
2009
  * <p>The rules that match the specified criteria.</p>
@@ -2627,36 +2015,18 @@ export interface ListRulesResponse {
2627
2015
  */
2628
2016
  NextToken?: string;
2629
2017
  }
2630
- export declare namespace ListRulesResponse {
2631
- /**
2632
- * @internal
2633
- */
2634
- const filterSensitiveLog: (obj: ListRulesResponse) => any;
2635
- }
2636
2018
  export interface ListTagsForResourceRequest {
2637
2019
  /**
2638
2020
  * <p>The ARN of the EventBridge resource for which you want to view tags.</p>
2639
2021
  */
2640
2022
  ResourceARN: string | undefined;
2641
2023
  }
2642
- export declare namespace ListTagsForResourceRequest {
2643
- /**
2644
- * @internal
2645
- */
2646
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2647
- }
2648
2024
  export interface ListTagsForResourceResponse {
2649
2025
  /**
2650
2026
  * <p>The list of tag keys and values associated with the resource you specified</p>
2651
2027
  */
2652
2028
  Tags?: Tag[];
2653
2029
  }
2654
- export declare namespace ListTagsForResourceResponse {
2655
- /**
2656
- * @internal
2657
- */
2658
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2659
- }
2660
2030
  export interface ListTargetsByRuleRequest {
2661
2031
  /**
2662
2032
  * <p>The name of the rule.</p>
@@ -2676,12 +2046,6 @@ export interface ListTargetsByRuleRequest {
2676
2046
  */
2677
2047
  Limit?: number;
2678
2048
  }
2679
- export declare namespace ListTargetsByRuleRequest {
2680
- /**
2681
- * @internal
2682
- */
2683
- const filterSensitiveLog: (obj: ListTargetsByRuleRequest) => any;
2684
- }
2685
2049
  /**
2686
2050
  * <p>The array properties for the submitted job, such as the size of the array. The array size
2687
2051
  * can be between 2 and 10,000. If you specify array properties for a job, it becomes an array
@@ -2694,12 +2058,6 @@ export interface BatchArrayProperties {
2694
2058
  */
2695
2059
  Size?: number;
2696
2060
  }
2697
- export declare namespace BatchArrayProperties {
2698
- /**
2699
- * @internal
2700
- */
2701
- const filterSensitiveLog: (obj: BatchArrayProperties) => any;
2702
- }
2703
2061
  /**
2704
2062
  * <p>The retry strategy to use for failed jobs, if the target is an Batch job. If you
2705
2063
  * specify a retry strategy here, it overrides the retry strategy defined in the job
@@ -2711,12 +2069,6 @@ export interface BatchRetryStrategy {
2711
2069
  */
2712
2070
  Attempts?: number;
2713
2071
  }
2714
- export declare namespace BatchRetryStrategy {
2715
- /**
2716
- * @internal
2717
- */
2718
- const filterSensitiveLog: (obj: BatchRetryStrategy) => any;
2719
- }
2720
2072
  /**
2721
2073
  * <p>The custom parameters to be used when the target is an Batch job.</p>
2722
2074
  */
@@ -2744,12 +2096,6 @@ export interface BatchParameters {
2744
2096
  */
2745
2097
  RetryStrategy?: BatchRetryStrategy;
2746
2098
  }
2747
- export declare namespace BatchParameters {
2748
- /**
2749
- * @internal
2750
- */
2751
- const filterSensitiveLog: (obj: BatchParameters) => any;
2752
- }
2753
2099
  /**
2754
2100
  * <p>A <code>DeadLetterConfig</code> object that contains information about a dead-letter queue
2755
2101
  * configuration.</p>
@@ -2760,12 +2106,6 @@ export interface DeadLetterConfig {
2760
2106
  */
2761
2107
  Arn?: string;
2762
2108
  }
2763
- export declare namespace DeadLetterConfig {
2764
- /**
2765
- * @internal
2766
- */
2767
- const filterSensitiveLog: (obj: DeadLetterConfig) => any;
2768
- }
2769
2109
  /**
2770
2110
  * <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>
2771
2111
  */
@@ -2787,12 +2127,6 @@ export interface CapacityProviderStrategyItem {
2787
2127
  */
2788
2128
  base?: number;
2789
2129
  }
2790
- export declare namespace CapacityProviderStrategyItem {
2791
- /**
2792
- * @internal
2793
- */
2794
- const filterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
2795
- }
2796
2130
  export declare enum LaunchType {
2797
2131
  EC2 = "EC2",
2798
2132
  EXTERNAL = "EXTERNAL",
@@ -2822,12 +2156,6 @@ export interface AwsVpcConfiguration {
2822
2156
  */
2823
2157
  AssignPublicIp?: AssignPublicIp | string;
2824
2158
  }
2825
- export declare namespace AwsVpcConfiguration {
2826
- /**
2827
- * @internal
2828
- */
2829
- const filterSensitiveLog: (obj: AwsVpcConfiguration) => any;
2830
- }
2831
2159
  /**
2832
2160
  * <p>This structure specifies the network configuration for an ECS task.</p>
2833
2161
  */
@@ -2839,12 +2167,6 @@ export interface NetworkConfiguration {
2839
2167
  */
2840
2168
  awsvpcConfiguration?: AwsVpcConfiguration;
2841
2169
  }
2842
- export declare namespace NetworkConfiguration {
2843
- /**
2844
- * @internal
2845
- */
2846
- const filterSensitiveLog: (obj: NetworkConfiguration) => any;
2847
- }
2848
2170
  export declare enum PlacementConstraintType {
2849
2171
  DISTINCT_INSTANCE = "distinctInstance",
2850
2172
  MEMBER_OF = "memberOf"
@@ -2867,12 +2189,6 @@ export interface PlacementConstraint {
2867
2189
  */
2868
2190
  expression?: string;
2869
2191
  }
2870
- export declare namespace PlacementConstraint {
2871
- /**
2872
- * @internal
2873
- */
2874
- const filterSensitiveLog: (obj: PlacementConstraint) => any;
2875
- }
2876
2192
  export declare enum PlacementStrategyType {
2877
2193
  BINPACK = "binpack",
2878
2194
  RANDOM = "random",
@@ -2901,12 +2217,6 @@ export interface PlacementStrategy {
2901
2217
  */
2902
2218
  field?: string;
2903
2219
  }
2904
- export declare namespace PlacementStrategy {
2905
- /**
2906
- * @internal
2907
- */
2908
- const filterSensitiveLog: (obj: PlacementStrategy) => any;
2909
- }
2910
2220
  export declare enum PropagateTags {
2911
2221
  TASK_DEFINITION = "TASK_DEFINITION"
2912
2222
  }
@@ -3000,12 +2310,6 @@ export interface EcsParameters {
3000
2310
  */
3001
2311
  Tags?: Tag[];
3002
2312
  }
3003
- export declare namespace EcsParameters {
3004
- /**
3005
- * @internal
3006
- */
3007
- const filterSensitiveLog: (obj: EcsParameters) => any;
3008
- }
3009
2313
  /**
3010
2314
  * <p>These are custom parameter to be used when the target is an API Gateway REST APIs or
3011
2315
  * EventBridge ApiDestinations. In the latter case, these are merged with any
@@ -3029,12 +2333,6 @@ export interface HttpParameters {
3029
2333
  */
3030
2334
  QueryStringParameters?: Record<string, string>;
3031
2335
  }
3032
- export declare namespace HttpParameters {
3033
- /**
3034
- * @internal
3035
- */
3036
- const filterSensitiveLog: (obj: HttpParameters) => any;
3037
- }
3038
2336
  /**
3039
2337
  * <p>Contains the parameters needed for you to provide custom input to a target based on one or
3040
2338
  * more pieces of data extracted from the event.</p>
@@ -3122,12 +2420,6 @@ export interface InputTransformer {
3122
2420
  */
3123
2421
  InputTemplate: string | undefined;
3124
2422
  }
3125
- export declare namespace InputTransformer {
3126
- /**
3127
- * @internal
3128
- */
3129
- const filterSensitiveLog: (obj: InputTransformer) => any;
3130
- }
3131
2423
  /**
3132
2424
  * <p>This object enables you to specify a JSON path to extract from the event and use as the
3133
2425
  * partition key for the Amazon Kinesis data stream, so that you can control the shard to which
@@ -3142,12 +2434,6 @@ export interface KinesisParameters {
3142
2434
  */
3143
2435
  PartitionKeyPath: string | undefined;
3144
2436
  }
3145
- export declare namespace KinesisParameters {
3146
- /**
3147
- * @internal
3148
- */
3149
- const filterSensitiveLog: (obj: KinesisParameters) => any;
3150
- }
3151
2437
  /**
3152
2438
  * <p>These are custom parameters to be used when the target is a Amazon Redshift cluster to invoke the
3153
2439
  * Amazon Redshift Data API ExecuteStatement based on EventBridge events.</p>
@@ -3181,12 +2467,6 @@ export interface RedshiftDataParameters {
3181
2467
  */
3182
2468
  WithEvent?: boolean;
3183
2469
  }
3184
- export declare namespace RedshiftDataParameters {
3185
- /**
3186
- * @internal
3187
- */
3188
- const filterSensitiveLog: (obj: RedshiftDataParameters) => any;
3189
- }
3190
2470
  /**
3191
2471
  * <p>A <code>RetryPolicy</code> object that includes information about the retry policy
3192
2472
  * settings.</p>
@@ -3203,12 +2483,6 @@ export interface RetryPolicy {
3203
2483
  */
3204
2484
  MaximumEventAgeInSeconds?: number;
3205
2485
  }
3206
- export declare namespace RetryPolicy {
3207
- /**
3208
- * @internal
3209
- */
3210
- const filterSensitiveLog: (obj: RetryPolicy) => any;
3211
- }
3212
2486
  /**
3213
2487
  * <p>Information about the EC2 instances that are to be sent the command, specified as
3214
2488
  * key-value pairs. Each <code>RunCommandTarget</code> block can include only one key, but this
@@ -3229,12 +2503,6 @@ export interface RunCommandTarget {
3229
2503
  */
3230
2504
  Values: string[] | undefined;
3231
2505
  }
3232
- export declare namespace RunCommandTarget {
3233
- /**
3234
- * @internal
3235
- */
3236
- const filterSensitiveLog: (obj: RunCommandTarget) => any;
3237
- }
3238
2506
  /**
3239
2507
  * <p>This parameter contains the criteria (either InstanceIds or a tag) used to specify which
3240
2508
  * EC2 instances are to be sent the command. </p>
@@ -3246,12 +2514,6 @@ export interface RunCommandParameters {
3246
2514
  */
3247
2515
  RunCommandTargets: RunCommandTarget[] | undefined;
3248
2516
  }
3249
- export declare namespace RunCommandParameters {
3250
- /**
3251
- * @internal
3252
- */
3253
- const filterSensitiveLog: (obj: RunCommandParameters) => any;
3254
- }
3255
2517
  /**
3256
2518
  * <p>Name/Value pair of a parameter to start execution of a SageMaker Model Building
3257
2519
  * Pipeline.</p>
@@ -3266,12 +2528,6 @@ export interface SageMakerPipelineParameter {
3266
2528
  */
3267
2529
  Value: string | undefined;
3268
2530
  }
3269
- export declare namespace SageMakerPipelineParameter {
3270
- /**
3271
- * @internal
3272
- */
3273
- const filterSensitiveLog: (obj: SageMakerPipelineParameter) => any;
3274
- }
3275
2531
  /**
3276
2532
  * <p>These are custom parameters to use when the target is a SageMaker Model Building Pipeline
3277
2533
  * that starts based on EventBridge events.</p>
@@ -3282,12 +2538,6 @@ export interface SageMakerPipelineParameters {
3282
2538
  */
3283
2539
  PipelineParameterList?: SageMakerPipelineParameter[];
3284
2540
  }
3285
- export declare namespace SageMakerPipelineParameters {
3286
- /**
3287
- * @internal
3288
- */
3289
- const filterSensitiveLog: (obj: SageMakerPipelineParameters) => any;
3290
- }
3291
2541
  /**
3292
2542
  * <p>This structure includes the custom parameter to be used when the target is an SQS FIFO
3293
2543
  * queue.</p>
@@ -3298,12 +2548,6 @@ export interface SqsParameters {
3298
2548
  */
3299
2549
  MessageGroupId?: string;
3300
2550
  }
3301
- export declare namespace SqsParameters {
3302
- /**
3303
- * @internal
3304
- */
3305
- const filterSensitiveLog: (obj: SqsParameters) => any;
3306
- }
3307
2551
  /**
3308
2552
  * <p>Targets are the resources to be invoked when a rule is triggered. For a complete list of
3309
2553
  * 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>
@@ -3412,12 +2656,6 @@ export interface Target {
3412
2656
  */
3413
2657
  RetryPolicy?: RetryPolicy;
3414
2658
  }
3415
- export declare namespace Target {
3416
- /**
3417
- * @internal
3418
- */
3419
- const filterSensitiveLog: (obj: Target) => any;
3420
- }
3421
2659
  export interface ListTargetsByRuleResponse {
3422
2660
  /**
3423
2661
  * <p>The targets assigned to the rule.</p>
@@ -3429,12 +2667,6 @@ export interface ListTargetsByRuleResponse {
3429
2667
  */
3430
2668
  NextToken?: string;
3431
2669
  }
3432
- export declare namespace ListTargetsByRuleResponse {
3433
- /**
3434
- * @internal
3435
- */
3436
- const filterSensitiveLog: (obj: ListTargetsByRuleResponse) => any;
3437
- }
3438
2670
  /**
3439
2671
  * <p>Represents an event to be submitted.</p>
3440
2672
  */
@@ -3479,12 +2711,6 @@ export interface PutEventsRequestEntry {
3479
2711
  */
3480
2712
  TraceHeader?: string;
3481
2713
  }
3482
- export declare namespace PutEventsRequestEntry {
3483
- /**
3484
- * @internal
3485
- */
3486
- const filterSensitiveLog: (obj: PutEventsRequestEntry) => any;
3487
- }
3488
2714
  export interface PutEventsRequest {
3489
2715
  /**
3490
2716
  * <p>The entry that defines an event in your system. You can specify several parameters for the
@@ -3500,12 +2726,6 @@ export interface PutEventsRequest {
3500
2726
  */
3501
2727
  EndpointId?: string;
3502
2728
  }
3503
- export declare namespace PutEventsRequest {
3504
- /**
3505
- * @internal
3506
- */
3507
- const filterSensitiveLog: (obj: PutEventsRequest) => any;
3508
- }
3509
2729
  /**
3510
2730
  * <p>Represents an event that failed to be submitted. For information about the errors that are common to all actions, see
3511
2731
  * <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/CommonErrors.html">Common Errors</a>.</p>
@@ -3524,12 +2744,6 @@ export interface PutEventsResultEntry {
3524
2744
  */
3525
2745
  ErrorMessage?: string;
3526
2746
  }
3527
- export declare namespace PutEventsResultEntry {
3528
- /**
3529
- * @internal
3530
- */
3531
- const filterSensitiveLog: (obj: PutEventsResultEntry) => any;
3532
- }
3533
2747
  export interface PutEventsResponse {
3534
2748
  /**
3535
2749
  * <p>The number of failed entries.</p>
@@ -3542,12 +2756,6 @@ export interface PutEventsResponse {
3542
2756
  */
3543
2757
  Entries?: PutEventsResultEntry[];
3544
2758
  }
3545
- export declare namespace PutEventsResponse {
3546
- /**
3547
- * @internal
3548
- */
3549
- const filterSensitiveLog: (obj: PutEventsResponse) => any;
3550
- }
3551
2759
  /**
3552
2760
  * <p>The details about an event generated by an SaaS partner.</p>
3553
2761
  */
@@ -3575,24 +2783,12 @@ export interface PutPartnerEventsRequestEntry {
3575
2783
  */
3576
2784
  Detail?: string;
3577
2785
  }
3578
- export declare namespace PutPartnerEventsRequestEntry {
3579
- /**
3580
- * @internal
3581
- */
3582
- const filterSensitiveLog: (obj: PutPartnerEventsRequestEntry) => any;
3583
- }
3584
2786
  export interface PutPartnerEventsRequest {
3585
2787
  /**
3586
2788
  * <p>The list of events to write to the event bus.</p>
3587
2789
  */
3588
2790
  Entries: PutPartnerEventsRequestEntry[] | undefined;
3589
2791
  }
3590
- export declare namespace PutPartnerEventsRequest {
3591
- /**
3592
- * @internal
3593
- */
3594
- const filterSensitiveLog: (obj: PutPartnerEventsRequest) => any;
3595
- }
3596
2792
  /**
3597
2793
  * <p>Represents an event that a partner tried to generate, but failed.</p>
3598
2794
  */
@@ -3610,12 +2806,6 @@ export interface PutPartnerEventsResultEntry {
3610
2806
  */
3611
2807
  ErrorMessage?: string;
3612
2808
  }
3613
- export declare namespace PutPartnerEventsResultEntry {
3614
- /**
3615
- * @internal
3616
- */
3617
- const filterSensitiveLog: (obj: PutPartnerEventsResultEntry) => any;
3618
- }
3619
2809
  export interface PutPartnerEventsResponse {
3620
2810
  /**
3621
2811
  * <p>The number of events from this operation that could not be written to the partner event
@@ -3628,12 +2818,6 @@ export interface PutPartnerEventsResponse {
3628
2818
  */
3629
2819
  Entries?: PutPartnerEventsResultEntry[];
3630
2820
  }
3631
- export declare namespace PutPartnerEventsResponse {
3632
- /**
3633
- * @internal
3634
- */
3635
- const filterSensitiveLog: (obj: PutPartnerEventsResponse) => any;
3636
- }
3637
2821
  /**
3638
2822
  * <p>The event bus policy is too long. For more information, see the limits.</p>
3639
2823
  */
@@ -3673,12 +2857,6 @@ export interface Condition {
3673
2857
  */
3674
2858
  Value: string | undefined;
3675
2859
  }
3676
- export declare namespace Condition {
3677
- /**
3678
- * @internal
3679
- */
3680
- const filterSensitiveLog: (obj: Condition) => any;
3681
- }
3682
2860
  export interface PutPermissionRequest {
3683
2861
  /**
3684
2862
  * <p>The name of the event bus associated with the rule. If you omit this, the default event
@@ -3729,12 +2907,6 @@ export interface PutPermissionRequest {
3729
2907
  */
3730
2908
  Policy?: string;
3731
2909
  }
3732
- export declare namespace PutPermissionRequest {
3733
- /**
3734
- * @internal
3735
- */
3736
- const filterSensitiveLog: (obj: PutPermissionRequest) => any;
3737
- }
3738
2910
  export interface PutRuleRequest {
3739
2911
  /**
3740
2912
  * <p>The name of the rule that you are creating or updating.</p>
@@ -3775,24 +2947,12 @@ export interface PutRuleRequest {
3775
2947
  */
3776
2948
  EventBusName?: string;
3777
2949
  }
3778
- export declare namespace PutRuleRequest {
3779
- /**
3780
- * @internal
3781
- */
3782
- const filterSensitiveLog: (obj: PutRuleRequest) => any;
3783
- }
3784
2950
  export interface PutRuleResponse {
3785
2951
  /**
3786
2952
  * <p>The Amazon Resource Name (ARN) of the rule.</p>
3787
2953
  */
3788
2954
  RuleArn?: string;
3789
2955
  }
3790
- export declare namespace PutRuleResponse {
3791
- /**
3792
- * @internal
3793
- */
3794
- const filterSensitiveLog: (obj: PutRuleResponse) => any;
3795
- }
3796
2956
  export interface PutTargetsRequest {
3797
2957
  /**
3798
2958
  * <p>The name of the rule.</p>
@@ -3808,12 +2968,6 @@ export interface PutTargetsRequest {
3808
2968
  */
3809
2969
  Targets: Target[] | undefined;
3810
2970
  }
3811
- export declare namespace PutTargetsRequest {
3812
- /**
3813
- * @internal
3814
- */
3815
- const filterSensitiveLog: (obj: PutTargetsRequest) => any;
3816
- }
3817
2971
  /**
3818
2972
  * <p>Represents a target that failed to be added to a rule.</p>
3819
2973
  */
@@ -3833,12 +2987,6 @@ export interface PutTargetsResultEntry {
3833
2987
  */
3834
2988
  ErrorMessage?: string;
3835
2989
  }
3836
- export declare namespace PutTargetsResultEntry {
3837
- /**
3838
- * @internal
3839
- */
3840
- const filterSensitiveLog: (obj: PutTargetsResultEntry) => any;
3841
- }
3842
2990
  export interface PutTargetsResponse {
3843
2991
  /**
3844
2992
  * <p>The number of failed entries.</p>
@@ -3849,12 +2997,6 @@ export interface PutTargetsResponse {
3849
2997
  */
3850
2998
  FailedEntries?: PutTargetsResultEntry[];
3851
2999
  }
3852
- export declare namespace PutTargetsResponse {
3853
- /**
3854
- * @internal
3855
- */
3856
- const filterSensitiveLog: (obj: PutTargetsResponse) => any;
3857
- }
3858
3000
  export interface RemovePermissionRequest {
3859
3001
  /**
3860
3002
  * <p>The statement ID corresponding to the account that is no longer allowed to put events to
@@ -3871,12 +3013,6 @@ export interface RemovePermissionRequest {
3871
3013
  */
3872
3014
  EventBusName?: string;
3873
3015
  }
3874
- export declare namespace RemovePermissionRequest {
3875
- /**
3876
- * @internal
3877
- */
3878
- const filterSensitiveLog: (obj: RemovePermissionRequest) => any;
3879
- }
3880
3016
  export interface RemoveTargetsRequest {
3881
3017
  /**
3882
3018
  * <p>The name of the rule.</p>
@@ -3900,12 +3036,6 @@ export interface RemoveTargetsRequest {
3900
3036
  */
3901
3037
  Force?: boolean;
3902
3038
  }
3903
- export declare namespace RemoveTargetsRequest {
3904
- /**
3905
- * @internal
3906
- */
3907
- const filterSensitiveLog: (obj: RemoveTargetsRequest) => any;
3908
- }
3909
3039
  /**
3910
3040
  * <p>Represents a target that failed to be removed from a rule.</p>
3911
3041
  */
@@ -3925,12 +3055,6 @@ export interface RemoveTargetsResultEntry {
3925
3055
  */
3926
3056
  ErrorMessage?: string;
3927
3057
  }
3928
- export declare namespace RemoveTargetsResultEntry {
3929
- /**
3930
- * @internal
3931
- */
3932
- const filterSensitiveLog: (obj: RemoveTargetsResultEntry) => any;
3933
- }
3934
3058
  export interface RemoveTargetsResponse {
3935
3059
  /**
3936
3060
  * <p>The number of failed entries.</p>
@@ -3941,12 +3065,6 @@ export interface RemoveTargetsResponse {
3941
3065
  */
3942
3066
  FailedEntries?: RemoveTargetsResultEntry[];
3943
3067
  }
3944
- export declare namespace RemoveTargetsResponse {
3945
- /**
3946
- * @internal
3947
- */
3948
- const filterSensitiveLog: (obj: RemoveTargetsResponse) => any;
3949
- }
3950
3068
  export interface StartReplayRequest {
3951
3069
  /**
3952
3070
  * <p>The name of the replay to start.</p>
@@ -3976,12 +3094,6 @@ export interface StartReplayRequest {
3976
3094
  */
3977
3095
  Destination: ReplayDestination | undefined;
3978
3096
  }
3979
- export declare namespace StartReplayRequest {
3980
- /**
3981
- * @internal
3982
- */
3983
- const filterSensitiveLog: (obj: StartReplayRequest) => any;
3984
- }
3985
3097
  export interface StartReplayResponse {
3986
3098
  /**
3987
3099
  * <p>The ARN of the replay.</p>
@@ -4000,12 +3112,6 @@ export interface StartReplayResponse {
4000
3112
  */
4001
3113
  ReplayStartTime?: Date;
4002
3114
  }
4003
- export declare namespace StartReplayResponse {
4004
- /**
4005
- * @internal
4006
- */
4007
- const filterSensitiveLog: (obj: StartReplayResponse) => any;
4008
- }
4009
3115
  export interface TagResourceRequest {
4010
3116
  /**
4011
3117
  * <p>The ARN of the EventBridge resource that you're adding tags to.</p>
@@ -4016,20 +3122,8 @@ export interface TagResourceRequest {
4016
3122
  */
4017
3123
  Tags: Tag[] | undefined;
4018
3124
  }
4019
- export declare namespace TagResourceRequest {
4020
- /**
4021
- * @internal
4022
- */
4023
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
4024
- }
4025
3125
  export interface TagResourceResponse {
4026
3126
  }
4027
- export declare namespace TagResourceResponse {
4028
- /**
4029
- * @internal
4030
- */
4031
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
4032
- }
4033
3127
  export interface TestEventPatternRequest {
4034
3128
  /**
4035
3129
  * <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
@@ -4080,24 +3174,12 @@ export interface TestEventPatternRequest {
4080
3174
  */
4081
3175
  Event: string | undefined;
4082
3176
  }
4083
- export declare namespace TestEventPatternRequest {
4084
- /**
4085
- * @internal
4086
- */
4087
- const filterSensitiveLog: (obj: TestEventPatternRequest) => any;
4088
- }
4089
3177
  export interface TestEventPatternResponse {
4090
3178
  /**
4091
3179
  * <p>Indicates whether the event matches the event pattern.</p>
4092
3180
  */
4093
3181
  Result?: boolean;
4094
3182
  }
4095
- export declare namespace TestEventPatternResponse {
4096
- /**
4097
- * @internal
4098
- */
4099
- const filterSensitiveLog: (obj: TestEventPatternResponse) => any;
4100
- }
4101
3183
  export interface UntagResourceRequest {
4102
3184
  /**
4103
3185
  * <p>The ARN of the EventBridge resource from which you are removing tags.</p>
@@ -4108,20 +3190,8 @@ export interface UntagResourceRequest {
4108
3190
  */
4109
3191
  TagKeys: string[] | undefined;
4110
3192
  }
4111
- export declare namespace UntagResourceRequest {
4112
- /**
4113
- * @internal
4114
- */
4115
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4116
- }
4117
3193
  export interface UntagResourceResponse {
4118
3194
  }
4119
- export declare namespace UntagResourceResponse {
4120
- /**
4121
- * @internal
4122
- */
4123
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
4124
- }
4125
3195
  export interface UpdateApiDestinationRequest {
4126
3196
  /**
4127
3197
  * <p>The name of the API destination to update.</p>
@@ -4148,12 +3218,6 @@ export interface UpdateApiDestinationRequest {
4148
3218
  */
4149
3219
  InvocationRateLimitPerSecond?: number;
4150
3220
  }
4151
- export declare namespace UpdateApiDestinationRequest {
4152
- /**
4153
- * @internal
4154
- */
4155
- const filterSensitiveLog: (obj: UpdateApiDestinationRequest) => any;
4156
- }
4157
3221
  export interface UpdateApiDestinationResponse {
4158
3222
  /**
4159
3223
  * <p>The ARN of the API destination that was updated.</p>
@@ -4172,12 +3236,6 @@ export interface UpdateApiDestinationResponse {
4172
3236
  */
4173
3237
  LastModifiedTime?: Date;
4174
3238
  }
4175
- export declare namespace UpdateApiDestinationResponse {
4176
- /**
4177
- * @internal
4178
- */
4179
- const filterSensitiveLog: (obj: UpdateApiDestinationResponse) => any;
4180
- }
4181
3239
  export interface UpdateArchiveRequest {
4182
3240
  /**
4183
3241
  * <p>The name of the archive to update.</p>
@@ -4196,12 +3254,6 @@ export interface UpdateArchiveRequest {
4196
3254
  */
4197
3255
  RetentionDays?: number;
4198
3256
  }
4199
- export declare namespace UpdateArchiveRequest {
4200
- /**
4201
- * @internal
4202
- */
4203
- const filterSensitiveLog: (obj: UpdateArchiveRequest) => any;
4204
- }
4205
3257
  export interface UpdateArchiveResponse {
4206
3258
  /**
4207
3259
  * <p>The ARN of the archive.</p>
@@ -4220,12 +3272,6 @@ export interface UpdateArchiveResponse {
4220
3272
  */
4221
3273
  CreationTime?: Date;
4222
3274
  }
4223
- export declare namespace UpdateArchiveResponse {
4224
- /**
4225
- * @internal
4226
- */
4227
- const filterSensitiveLog: (obj: UpdateArchiveResponse) => any;
4228
- }
4229
3275
  /**
4230
3276
  * <p>Contains the API key authorization parameters to use to update the connection.</p>
4231
3277
  */
@@ -4239,12 +3285,6 @@ export interface UpdateConnectionApiKeyAuthRequestParameters {
4239
3285
  */
4240
3286
  ApiKeyValue?: string;
4241
3287
  }
4242
- export declare namespace UpdateConnectionApiKeyAuthRequestParameters {
4243
- /**
4244
- * @internal
4245
- */
4246
- const filterSensitiveLog: (obj: UpdateConnectionApiKeyAuthRequestParameters) => any;
4247
- }
4248
3288
  /**
4249
3289
  * <p>Contains the Basic authorization parameters for the connection.</p>
4250
3290
  */
@@ -4258,12 +3298,6 @@ export interface UpdateConnectionBasicAuthRequestParameters {
4258
3298
  */
4259
3299
  Password?: string;
4260
3300
  }
4261
- export declare namespace UpdateConnectionBasicAuthRequestParameters {
4262
- /**
4263
- * @internal
4264
- */
4265
- const filterSensitiveLog: (obj: UpdateConnectionBasicAuthRequestParameters) => any;
4266
- }
4267
3301
  /**
4268
3302
  * <p>Contains the OAuth authorization parameters to use for the connection.</p>
4269
3303
  */
@@ -4277,12 +3311,6 @@ export interface UpdateConnectionOAuthClientRequestParameters {
4277
3311
  */
4278
3312
  ClientSecret?: string;
4279
3313
  }
4280
- export declare namespace UpdateConnectionOAuthClientRequestParameters {
4281
- /**
4282
- * @internal
4283
- */
4284
- const filterSensitiveLog: (obj: UpdateConnectionOAuthClientRequestParameters) => any;
4285
- }
4286
3314
  /**
4287
3315
  * <p>Contains the OAuth request parameters to use for the connection.</p>
4288
3316
  */
@@ -4307,12 +3335,6 @@ export interface UpdateConnectionOAuthRequestParameters {
4307
3335
  */
4308
3336
  OAuthHttpParameters?: ConnectionHttpParameters;
4309
3337
  }
4310
- export declare namespace UpdateConnectionOAuthRequestParameters {
4311
- /**
4312
- * @internal
4313
- */
4314
- const filterSensitiveLog: (obj: UpdateConnectionOAuthRequestParameters) => any;
4315
- }
4316
3338
  /**
4317
3339
  * <p>Contains the additional parameters to use for the connection.</p>
4318
3340
  */
@@ -4338,12 +3360,6 @@ export interface UpdateConnectionAuthRequestParameters {
4338
3360
  */
4339
3361
  InvocationHttpParameters?: ConnectionHttpParameters;
4340
3362
  }
4341
- export declare namespace UpdateConnectionAuthRequestParameters {
4342
- /**
4343
- * @internal
4344
- */
4345
- const filterSensitiveLog: (obj: UpdateConnectionAuthRequestParameters) => any;
4346
- }
4347
3363
  export interface UpdateConnectionRequest {
4348
3364
  /**
4349
3365
  * <p>The name of the connection to update.</p>
@@ -4362,12 +3378,6 @@ export interface UpdateConnectionRequest {
4362
3378
  */
4363
3379
  AuthParameters?: UpdateConnectionAuthRequestParameters;
4364
3380
  }
4365
- export declare namespace UpdateConnectionRequest {
4366
- /**
4367
- * @internal
4368
- */
4369
- const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
4370
- }
4371
3381
  export interface UpdateConnectionResponse {
4372
3382
  /**
4373
3383
  * <p>The ARN of the connection that was updated.</p>
@@ -4390,12 +3400,6 @@ export interface UpdateConnectionResponse {
4390
3400
  */
4391
3401
  LastAuthorizedTime?: Date;
4392
3402
  }
4393
- export declare namespace UpdateConnectionResponse {
4394
- /**
4395
- * @internal
4396
- */
4397
- const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
4398
- }
4399
3403
  export interface UpdateEndpointRequest {
4400
3404
  /**
4401
3405
  * <p>The name of the endpoint you want to update.</p>
@@ -4422,12 +3426,6 @@ export interface UpdateEndpointRequest {
4422
3426
  */
4423
3427
  RoleArn?: string;
4424
3428
  }
4425
- export declare namespace UpdateEndpointRequest {
4426
- /**
4427
- * @internal
4428
- */
4429
- const filterSensitiveLog: (obj: UpdateEndpointRequest) => any;
4430
- }
4431
3429
  export interface UpdateEndpointResponse {
4432
3430
  /**
4433
3431
  * <p>The name of the endpoint you updated in this request.</p>
@@ -4466,9 +3464,675 @@ export interface UpdateEndpointResponse {
4466
3464
  */
4467
3465
  State?: EndpointState | string;
4468
3466
  }
4469
- export declare namespace UpdateEndpointResponse {
4470
- /**
4471
- * @internal
4472
- */
4473
- const filterSensitiveLog: (obj: UpdateEndpointResponse) => any;
4474
- }
3467
+ /**
3468
+ * @internal
3469
+ */
3470
+ export declare const ActivateEventSourceRequestFilterSensitiveLog: (obj: ActivateEventSourceRequest) => any;
3471
+ /**
3472
+ * @internal
3473
+ */
3474
+ export declare const ApiDestinationFilterSensitiveLog: (obj: ApiDestination) => any;
3475
+ /**
3476
+ * @internal
3477
+ */
3478
+ export declare const ArchiveFilterSensitiveLog: (obj: Archive) => any;
3479
+ /**
3480
+ * @internal
3481
+ */
3482
+ export declare const CancelReplayRequestFilterSensitiveLog: (obj: CancelReplayRequest) => any;
3483
+ /**
3484
+ * @internal
3485
+ */
3486
+ export declare const CancelReplayResponseFilterSensitiveLog: (obj: CancelReplayResponse) => any;
3487
+ /**
3488
+ * @internal
3489
+ */
3490
+ export declare const CreateApiDestinationRequestFilterSensitiveLog: (obj: CreateApiDestinationRequest) => any;
3491
+ /**
3492
+ * @internal
3493
+ */
3494
+ export declare const CreateApiDestinationResponseFilterSensitiveLog: (obj: CreateApiDestinationResponse) => any;
3495
+ /**
3496
+ * @internal
3497
+ */
3498
+ export declare const CreateArchiveRequestFilterSensitiveLog: (obj: CreateArchiveRequest) => any;
3499
+ /**
3500
+ * @internal
3501
+ */
3502
+ export declare const CreateArchiveResponseFilterSensitiveLog: (obj: CreateArchiveResponse) => any;
3503
+ /**
3504
+ * @internal
3505
+ */
3506
+ export declare const CreateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionApiKeyAuthRequestParameters) => any;
3507
+ /**
3508
+ * @internal
3509
+ */
3510
+ export declare const CreateConnectionBasicAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionBasicAuthRequestParameters) => any;
3511
+ /**
3512
+ * @internal
3513
+ */
3514
+ export declare const ConnectionBodyParameterFilterSensitiveLog: (obj: ConnectionBodyParameter) => any;
3515
+ /**
3516
+ * @internal
3517
+ */
3518
+ export declare const ConnectionHeaderParameterFilterSensitiveLog: (obj: ConnectionHeaderParameter) => any;
3519
+ /**
3520
+ * @internal
3521
+ */
3522
+ export declare const ConnectionQueryStringParameterFilterSensitiveLog: (obj: ConnectionQueryStringParameter) => any;
3523
+ /**
3524
+ * @internal
3525
+ */
3526
+ export declare const ConnectionHttpParametersFilterSensitiveLog: (obj: ConnectionHttpParameters) => any;
3527
+ /**
3528
+ * @internal
3529
+ */
3530
+ export declare const CreateConnectionOAuthClientRequestParametersFilterSensitiveLog: (obj: CreateConnectionOAuthClientRequestParameters) => any;
3531
+ /**
3532
+ * @internal
3533
+ */
3534
+ export declare const CreateConnectionOAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionOAuthRequestParameters) => any;
3535
+ /**
3536
+ * @internal
3537
+ */
3538
+ export declare const CreateConnectionAuthRequestParametersFilterSensitiveLog: (obj: CreateConnectionAuthRequestParameters) => any;
3539
+ /**
3540
+ * @internal
3541
+ */
3542
+ export declare const CreateConnectionRequestFilterSensitiveLog: (obj: CreateConnectionRequest) => any;
3543
+ /**
3544
+ * @internal
3545
+ */
3546
+ export declare const CreateConnectionResponseFilterSensitiveLog: (obj: CreateConnectionResponse) => any;
3547
+ /**
3548
+ * @internal
3549
+ */
3550
+ export declare const EndpointEventBusFilterSensitiveLog: (obj: EndpointEventBus) => any;
3551
+ /**
3552
+ * @internal
3553
+ */
3554
+ export declare const ReplicationConfigFilterSensitiveLog: (obj: ReplicationConfig) => any;
3555
+ /**
3556
+ * @internal
3557
+ */
3558
+ export declare const PrimaryFilterSensitiveLog: (obj: Primary) => any;
3559
+ /**
3560
+ * @internal
3561
+ */
3562
+ export declare const SecondaryFilterSensitiveLog: (obj: Secondary) => any;
3563
+ /**
3564
+ * @internal
3565
+ */
3566
+ export declare const FailoverConfigFilterSensitiveLog: (obj: FailoverConfig) => any;
3567
+ /**
3568
+ * @internal
3569
+ */
3570
+ export declare const RoutingConfigFilterSensitiveLog: (obj: RoutingConfig) => any;
3571
+ /**
3572
+ * @internal
3573
+ */
3574
+ export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
3575
+ /**
3576
+ * @internal
3577
+ */
3578
+ export declare const CreateEndpointResponseFilterSensitiveLog: (obj: CreateEndpointResponse) => any;
3579
+ /**
3580
+ * @internal
3581
+ */
3582
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3583
+ /**
3584
+ * @internal
3585
+ */
3586
+ export declare const CreateEventBusRequestFilterSensitiveLog: (obj: CreateEventBusRequest) => any;
3587
+ /**
3588
+ * @internal
3589
+ */
3590
+ export declare const CreateEventBusResponseFilterSensitiveLog: (obj: CreateEventBusResponse) => any;
3591
+ /**
3592
+ * @internal
3593
+ */
3594
+ export declare const CreatePartnerEventSourceRequestFilterSensitiveLog: (obj: CreatePartnerEventSourceRequest) => any;
3595
+ /**
3596
+ * @internal
3597
+ */
3598
+ export declare const CreatePartnerEventSourceResponseFilterSensitiveLog: (obj: CreatePartnerEventSourceResponse) => any;
3599
+ /**
3600
+ * @internal
3601
+ */
3602
+ export declare const DeactivateEventSourceRequestFilterSensitiveLog: (obj: DeactivateEventSourceRequest) => any;
3603
+ /**
3604
+ * @internal
3605
+ */
3606
+ export declare const DeauthorizeConnectionRequestFilterSensitiveLog: (obj: DeauthorizeConnectionRequest) => any;
3607
+ /**
3608
+ * @internal
3609
+ */
3610
+ export declare const DeauthorizeConnectionResponseFilterSensitiveLog: (obj: DeauthorizeConnectionResponse) => any;
3611
+ /**
3612
+ * @internal
3613
+ */
3614
+ export declare const DeleteApiDestinationRequestFilterSensitiveLog: (obj: DeleteApiDestinationRequest) => any;
3615
+ /**
3616
+ * @internal
3617
+ */
3618
+ export declare const DeleteApiDestinationResponseFilterSensitiveLog: (obj: DeleteApiDestinationResponse) => any;
3619
+ /**
3620
+ * @internal
3621
+ */
3622
+ export declare const DeleteArchiveRequestFilterSensitiveLog: (obj: DeleteArchiveRequest) => any;
3623
+ /**
3624
+ * @internal
3625
+ */
3626
+ export declare const DeleteArchiveResponseFilterSensitiveLog: (obj: DeleteArchiveResponse) => any;
3627
+ /**
3628
+ * @internal
3629
+ */
3630
+ export declare const DeleteConnectionRequestFilterSensitiveLog: (obj: DeleteConnectionRequest) => any;
3631
+ /**
3632
+ * @internal
3633
+ */
3634
+ export declare const DeleteConnectionResponseFilterSensitiveLog: (obj: DeleteConnectionResponse) => any;
3635
+ /**
3636
+ * @internal
3637
+ */
3638
+ export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
3639
+ /**
3640
+ * @internal
3641
+ */
3642
+ export declare const DeleteEndpointResponseFilterSensitiveLog: (obj: DeleteEndpointResponse) => any;
3643
+ /**
3644
+ * @internal
3645
+ */
3646
+ export declare const DeleteEventBusRequestFilterSensitiveLog: (obj: DeleteEventBusRequest) => any;
3647
+ /**
3648
+ * @internal
3649
+ */
3650
+ export declare const DeletePartnerEventSourceRequestFilterSensitiveLog: (obj: DeletePartnerEventSourceRequest) => any;
3651
+ /**
3652
+ * @internal
3653
+ */
3654
+ export declare const DeleteRuleRequestFilterSensitiveLog: (obj: DeleteRuleRequest) => any;
3655
+ /**
3656
+ * @internal
3657
+ */
3658
+ export declare const DescribeApiDestinationRequestFilterSensitiveLog: (obj: DescribeApiDestinationRequest) => any;
3659
+ /**
3660
+ * @internal
3661
+ */
3662
+ export declare const DescribeApiDestinationResponseFilterSensitiveLog: (obj: DescribeApiDestinationResponse) => any;
3663
+ /**
3664
+ * @internal
3665
+ */
3666
+ export declare const DescribeArchiveRequestFilterSensitiveLog: (obj: DescribeArchiveRequest) => any;
3667
+ /**
3668
+ * @internal
3669
+ */
3670
+ export declare const DescribeArchiveResponseFilterSensitiveLog: (obj: DescribeArchiveResponse) => any;
3671
+ /**
3672
+ * @internal
3673
+ */
3674
+ export declare const DescribeConnectionRequestFilterSensitiveLog: (obj: DescribeConnectionRequest) => any;
3675
+ /**
3676
+ * @internal
3677
+ */
3678
+ export declare const ConnectionApiKeyAuthResponseParametersFilterSensitiveLog: (obj: ConnectionApiKeyAuthResponseParameters) => any;
3679
+ /**
3680
+ * @internal
3681
+ */
3682
+ export declare const ConnectionBasicAuthResponseParametersFilterSensitiveLog: (obj: ConnectionBasicAuthResponseParameters) => any;
3683
+ /**
3684
+ * @internal
3685
+ */
3686
+ export declare const ConnectionOAuthClientResponseParametersFilterSensitiveLog: (obj: ConnectionOAuthClientResponseParameters) => any;
3687
+ /**
3688
+ * @internal
3689
+ */
3690
+ export declare const ConnectionOAuthResponseParametersFilterSensitiveLog: (obj: ConnectionOAuthResponseParameters) => any;
3691
+ /**
3692
+ * @internal
3693
+ */
3694
+ export declare const ConnectionAuthResponseParametersFilterSensitiveLog: (obj: ConnectionAuthResponseParameters) => any;
3695
+ /**
3696
+ * @internal
3697
+ */
3698
+ export declare const DescribeConnectionResponseFilterSensitiveLog: (obj: DescribeConnectionResponse) => any;
3699
+ /**
3700
+ * @internal
3701
+ */
3702
+ export declare const DescribeEndpointRequestFilterSensitiveLog: (obj: DescribeEndpointRequest) => any;
3703
+ /**
3704
+ * @internal
3705
+ */
3706
+ export declare const DescribeEndpointResponseFilterSensitiveLog: (obj: DescribeEndpointResponse) => any;
3707
+ /**
3708
+ * @internal
3709
+ */
3710
+ export declare const DescribeEventBusRequestFilterSensitiveLog: (obj: DescribeEventBusRequest) => any;
3711
+ /**
3712
+ * @internal
3713
+ */
3714
+ export declare const DescribeEventBusResponseFilterSensitiveLog: (obj: DescribeEventBusResponse) => any;
3715
+ /**
3716
+ * @internal
3717
+ */
3718
+ export declare const DescribeEventSourceRequestFilterSensitiveLog: (obj: DescribeEventSourceRequest) => any;
3719
+ /**
3720
+ * @internal
3721
+ */
3722
+ export declare const DescribeEventSourceResponseFilterSensitiveLog: (obj: DescribeEventSourceResponse) => any;
3723
+ /**
3724
+ * @internal
3725
+ */
3726
+ export declare const DescribePartnerEventSourceRequestFilterSensitiveLog: (obj: DescribePartnerEventSourceRequest) => any;
3727
+ /**
3728
+ * @internal
3729
+ */
3730
+ export declare const DescribePartnerEventSourceResponseFilterSensitiveLog: (obj: DescribePartnerEventSourceResponse) => any;
3731
+ /**
3732
+ * @internal
3733
+ */
3734
+ export declare const DescribeReplayRequestFilterSensitiveLog: (obj: DescribeReplayRequest) => any;
3735
+ /**
3736
+ * @internal
3737
+ */
3738
+ export declare const ReplayDestinationFilterSensitiveLog: (obj: ReplayDestination) => any;
3739
+ /**
3740
+ * @internal
3741
+ */
3742
+ export declare const DescribeReplayResponseFilterSensitiveLog: (obj: DescribeReplayResponse) => any;
3743
+ /**
3744
+ * @internal
3745
+ */
3746
+ export declare const DescribeRuleRequestFilterSensitiveLog: (obj: DescribeRuleRequest) => any;
3747
+ /**
3748
+ * @internal
3749
+ */
3750
+ export declare const DescribeRuleResponseFilterSensitiveLog: (obj: DescribeRuleResponse) => any;
3751
+ /**
3752
+ * @internal
3753
+ */
3754
+ export declare const DisableRuleRequestFilterSensitiveLog: (obj: DisableRuleRequest) => any;
3755
+ /**
3756
+ * @internal
3757
+ */
3758
+ export declare const EnableRuleRequestFilterSensitiveLog: (obj: EnableRuleRequest) => any;
3759
+ /**
3760
+ * @internal
3761
+ */
3762
+ export declare const ListApiDestinationsRequestFilterSensitiveLog: (obj: ListApiDestinationsRequest) => any;
3763
+ /**
3764
+ * @internal
3765
+ */
3766
+ export declare const ListApiDestinationsResponseFilterSensitiveLog: (obj: ListApiDestinationsResponse) => any;
3767
+ /**
3768
+ * @internal
3769
+ */
3770
+ export declare const ListArchivesRequestFilterSensitiveLog: (obj: ListArchivesRequest) => any;
3771
+ /**
3772
+ * @internal
3773
+ */
3774
+ export declare const ListArchivesResponseFilterSensitiveLog: (obj: ListArchivesResponse) => any;
3775
+ /**
3776
+ * @internal
3777
+ */
3778
+ export declare const ListConnectionsRequestFilterSensitiveLog: (obj: ListConnectionsRequest) => any;
3779
+ /**
3780
+ * @internal
3781
+ */
3782
+ export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
3783
+ /**
3784
+ * @internal
3785
+ */
3786
+ export declare const ListConnectionsResponseFilterSensitiveLog: (obj: ListConnectionsResponse) => any;
3787
+ /**
3788
+ * @internal
3789
+ */
3790
+ export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
3791
+ /**
3792
+ * @internal
3793
+ */
3794
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
3795
+ /**
3796
+ * @internal
3797
+ */
3798
+ export declare const ListEndpointsResponseFilterSensitiveLog: (obj: ListEndpointsResponse) => any;
3799
+ /**
3800
+ * @internal
3801
+ */
3802
+ export declare const ListEventBusesRequestFilterSensitiveLog: (obj: ListEventBusesRequest) => any;
3803
+ /**
3804
+ * @internal
3805
+ */
3806
+ export declare const EventBusFilterSensitiveLog: (obj: EventBus) => any;
3807
+ /**
3808
+ * @internal
3809
+ */
3810
+ export declare const ListEventBusesResponseFilterSensitiveLog: (obj: ListEventBusesResponse) => any;
3811
+ /**
3812
+ * @internal
3813
+ */
3814
+ export declare const ListEventSourcesRequestFilterSensitiveLog: (obj: ListEventSourcesRequest) => any;
3815
+ /**
3816
+ * @internal
3817
+ */
3818
+ export declare const EventSourceFilterSensitiveLog: (obj: EventSource) => any;
3819
+ /**
3820
+ * @internal
3821
+ */
3822
+ export declare const ListEventSourcesResponseFilterSensitiveLog: (obj: ListEventSourcesResponse) => any;
3823
+ /**
3824
+ * @internal
3825
+ */
3826
+ export declare const ListPartnerEventSourceAccountsRequestFilterSensitiveLog: (obj: ListPartnerEventSourceAccountsRequest) => any;
3827
+ /**
3828
+ * @internal
3829
+ */
3830
+ export declare const PartnerEventSourceAccountFilterSensitiveLog: (obj: PartnerEventSourceAccount) => any;
3831
+ /**
3832
+ * @internal
3833
+ */
3834
+ export declare const ListPartnerEventSourceAccountsResponseFilterSensitiveLog: (obj: ListPartnerEventSourceAccountsResponse) => any;
3835
+ /**
3836
+ * @internal
3837
+ */
3838
+ export declare const ListPartnerEventSourcesRequestFilterSensitiveLog: (obj: ListPartnerEventSourcesRequest) => any;
3839
+ /**
3840
+ * @internal
3841
+ */
3842
+ export declare const PartnerEventSourceFilterSensitiveLog: (obj: PartnerEventSource) => any;
3843
+ /**
3844
+ * @internal
3845
+ */
3846
+ export declare const ListPartnerEventSourcesResponseFilterSensitiveLog: (obj: ListPartnerEventSourcesResponse) => any;
3847
+ /**
3848
+ * @internal
3849
+ */
3850
+ export declare const ListReplaysRequestFilterSensitiveLog: (obj: ListReplaysRequest) => any;
3851
+ /**
3852
+ * @internal
3853
+ */
3854
+ export declare const ReplayFilterSensitiveLog: (obj: Replay) => any;
3855
+ /**
3856
+ * @internal
3857
+ */
3858
+ export declare const ListReplaysResponseFilterSensitiveLog: (obj: ListReplaysResponse) => any;
3859
+ /**
3860
+ * @internal
3861
+ */
3862
+ export declare const ListRuleNamesByTargetRequestFilterSensitiveLog: (obj: ListRuleNamesByTargetRequest) => any;
3863
+ /**
3864
+ * @internal
3865
+ */
3866
+ export declare const ListRuleNamesByTargetResponseFilterSensitiveLog: (obj: ListRuleNamesByTargetResponse) => any;
3867
+ /**
3868
+ * @internal
3869
+ */
3870
+ export declare const ListRulesRequestFilterSensitiveLog: (obj: ListRulesRequest) => any;
3871
+ /**
3872
+ * @internal
3873
+ */
3874
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
3875
+ /**
3876
+ * @internal
3877
+ */
3878
+ export declare const ListRulesResponseFilterSensitiveLog: (obj: ListRulesResponse) => any;
3879
+ /**
3880
+ * @internal
3881
+ */
3882
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3883
+ /**
3884
+ * @internal
3885
+ */
3886
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3887
+ /**
3888
+ * @internal
3889
+ */
3890
+ export declare const ListTargetsByRuleRequestFilterSensitiveLog: (obj: ListTargetsByRuleRequest) => any;
3891
+ /**
3892
+ * @internal
3893
+ */
3894
+ export declare const BatchArrayPropertiesFilterSensitiveLog: (obj: BatchArrayProperties) => any;
3895
+ /**
3896
+ * @internal
3897
+ */
3898
+ export declare const BatchRetryStrategyFilterSensitiveLog: (obj: BatchRetryStrategy) => any;
3899
+ /**
3900
+ * @internal
3901
+ */
3902
+ export declare const BatchParametersFilterSensitiveLog: (obj: BatchParameters) => any;
3903
+ /**
3904
+ * @internal
3905
+ */
3906
+ export declare const DeadLetterConfigFilterSensitiveLog: (obj: DeadLetterConfig) => any;
3907
+ /**
3908
+ * @internal
3909
+ */
3910
+ export declare const CapacityProviderStrategyItemFilterSensitiveLog: (obj: CapacityProviderStrategyItem) => any;
3911
+ /**
3912
+ * @internal
3913
+ */
3914
+ export declare const AwsVpcConfigurationFilterSensitiveLog: (obj: AwsVpcConfiguration) => any;
3915
+ /**
3916
+ * @internal
3917
+ */
3918
+ export declare const NetworkConfigurationFilterSensitiveLog: (obj: NetworkConfiguration) => any;
3919
+ /**
3920
+ * @internal
3921
+ */
3922
+ export declare const PlacementConstraintFilterSensitiveLog: (obj: PlacementConstraint) => any;
3923
+ /**
3924
+ * @internal
3925
+ */
3926
+ export declare const PlacementStrategyFilterSensitiveLog: (obj: PlacementStrategy) => any;
3927
+ /**
3928
+ * @internal
3929
+ */
3930
+ export declare const EcsParametersFilterSensitiveLog: (obj: EcsParameters) => any;
3931
+ /**
3932
+ * @internal
3933
+ */
3934
+ export declare const HttpParametersFilterSensitiveLog: (obj: HttpParameters) => any;
3935
+ /**
3936
+ * @internal
3937
+ */
3938
+ export declare const InputTransformerFilterSensitiveLog: (obj: InputTransformer) => any;
3939
+ /**
3940
+ * @internal
3941
+ */
3942
+ export declare const KinesisParametersFilterSensitiveLog: (obj: KinesisParameters) => any;
3943
+ /**
3944
+ * @internal
3945
+ */
3946
+ export declare const RedshiftDataParametersFilterSensitiveLog: (obj: RedshiftDataParameters) => any;
3947
+ /**
3948
+ * @internal
3949
+ */
3950
+ export declare const RetryPolicyFilterSensitiveLog: (obj: RetryPolicy) => any;
3951
+ /**
3952
+ * @internal
3953
+ */
3954
+ export declare const RunCommandTargetFilterSensitiveLog: (obj: RunCommandTarget) => any;
3955
+ /**
3956
+ * @internal
3957
+ */
3958
+ export declare const RunCommandParametersFilterSensitiveLog: (obj: RunCommandParameters) => any;
3959
+ /**
3960
+ * @internal
3961
+ */
3962
+ export declare const SageMakerPipelineParameterFilterSensitiveLog: (obj: SageMakerPipelineParameter) => any;
3963
+ /**
3964
+ * @internal
3965
+ */
3966
+ export declare const SageMakerPipelineParametersFilterSensitiveLog: (obj: SageMakerPipelineParameters) => any;
3967
+ /**
3968
+ * @internal
3969
+ */
3970
+ export declare const SqsParametersFilterSensitiveLog: (obj: SqsParameters) => any;
3971
+ /**
3972
+ * @internal
3973
+ */
3974
+ export declare const TargetFilterSensitiveLog: (obj: Target) => any;
3975
+ /**
3976
+ * @internal
3977
+ */
3978
+ export declare const ListTargetsByRuleResponseFilterSensitiveLog: (obj: ListTargetsByRuleResponse) => any;
3979
+ /**
3980
+ * @internal
3981
+ */
3982
+ export declare const PutEventsRequestEntryFilterSensitiveLog: (obj: PutEventsRequestEntry) => any;
3983
+ /**
3984
+ * @internal
3985
+ */
3986
+ export declare const PutEventsRequestFilterSensitiveLog: (obj: PutEventsRequest) => any;
3987
+ /**
3988
+ * @internal
3989
+ */
3990
+ export declare const PutEventsResultEntryFilterSensitiveLog: (obj: PutEventsResultEntry) => any;
3991
+ /**
3992
+ * @internal
3993
+ */
3994
+ export declare const PutEventsResponseFilterSensitiveLog: (obj: PutEventsResponse) => any;
3995
+ /**
3996
+ * @internal
3997
+ */
3998
+ export declare const PutPartnerEventsRequestEntryFilterSensitiveLog: (obj: PutPartnerEventsRequestEntry) => any;
3999
+ /**
4000
+ * @internal
4001
+ */
4002
+ export declare const PutPartnerEventsRequestFilterSensitiveLog: (obj: PutPartnerEventsRequest) => any;
4003
+ /**
4004
+ * @internal
4005
+ */
4006
+ export declare const PutPartnerEventsResultEntryFilterSensitiveLog: (obj: PutPartnerEventsResultEntry) => any;
4007
+ /**
4008
+ * @internal
4009
+ */
4010
+ export declare const PutPartnerEventsResponseFilterSensitiveLog: (obj: PutPartnerEventsResponse) => any;
4011
+ /**
4012
+ * @internal
4013
+ */
4014
+ export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
4015
+ /**
4016
+ * @internal
4017
+ */
4018
+ export declare const PutPermissionRequestFilterSensitiveLog: (obj: PutPermissionRequest) => any;
4019
+ /**
4020
+ * @internal
4021
+ */
4022
+ export declare const PutRuleRequestFilterSensitiveLog: (obj: PutRuleRequest) => any;
4023
+ /**
4024
+ * @internal
4025
+ */
4026
+ export declare const PutRuleResponseFilterSensitiveLog: (obj: PutRuleResponse) => any;
4027
+ /**
4028
+ * @internal
4029
+ */
4030
+ export declare const PutTargetsRequestFilterSensitiveLog: (obj: PutTargetsRequest) => any;
4031
+ /**
4032
+ * @internal
4033
+ */
4034
+ export declare const PutTargetsResultEntryFilterSensitiveLog: (obj: PutTargetsResultEntry) => any;
4035
+ /**
4036
+ * @internal
4037
+ */
4038
+ export declare const PutTargetsResponseFilterSensitiveLog: (obj: PutTargetsResponse) => any;
4039
+ /**
4040
+ * @internal
4041
+ */
4042
+ export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
4043
+ /**
4044
+ * @internal
4045
+ */
4046
+ export declare const RemoveTargetsRequestFilterSensitiveLog: (obj: RemoveTargetsRequest) => any;
4047
+ /**
4048
+ * @internal
4049
+ */
4050
+ export declare const RemoveTargetsResultEntryFilterSensitiveLog: (obj: RemoveTargetsResultEntry) => any;
4051
+ /**
4052
+ * @internal
4053
+ */
4054
+ export declare const RemoveTargetsResponseFilterSensitiveLog: (obj: RemoveTargetsResponse) => any;
4055
+ /**
4056
+ * @internal
4057
+ */
4058
+ export declare const StartReplayRequestFilterSensitiveLog: (obj: StartReplayRequest) => any;
4059
+ /**
4060
+ * @internal
4061
+ */
4062
+ export declare const StartReplayResponseFilterSensitiveLog: (obj: StartReplayResponse) => any;
4063
+ /**
4064
+ * @internal
4065
+ */
4066
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4067
+ /**
4068
+ * @internal
4069
+ */
4070
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
4071
+ /**
4072
+ * @internal
4073
+ */
4074
+ export declare const TestEventPatternRequestFilterSensitiveLog: (obj: TestEventPatternRequest) => any;
4075
+ /**
4076
+ * @internal
4077
+ */
4078
+ export declare const TestEventPatternResponseFilterSensitiveLog: (obj: TestEventPatternResponse) => any;
4079
+ /**
4080
+ * @internal
4081
+ */
4082
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4083
+ /**
4084
+ * @internal
4085
+ */
4086
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
4087
+ /**
4088
+ * @internal
4089
+ */
4090
+ export declare const UpdateApiDestinationRequestFilterSensitiveLog: (obj: UpdateApiDestinationRequest) => any;
4091
+ /**
4092
+ * @internal
4093
+ */
4094
+ export declare const UpdateApiDestinationResponseFilterSensitiveLog: (obj: UpdateApiDestinationResponse) => any;
4095
+ /**
4096
+ * @internal
4097
+ */
4098
+ export declare const UpdateArchiveRequestFilterSensitiveLog: (obj: UpdateArchiveRequest) => any;
4099
+ /**
4100
+ * @internal
4101
+ */
4102
+ export declare const UpdateArchiveResponseFilterSensitiveLog: (obj: UpdateArchiveResponse) => any;
4103
+ /**
4104
+ * @internal
4105
+ */
4106
+ export declare const UpdateConnectionApiKeyAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionApiKeyAuthRequestParameters) => any;
4107
+ /**
4108
+ * @internal
4109
+ */
4110
+ export declare const UpdateConnectionBasicAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionBasicAuthRequestParameters) => any;
4111
+ /**
4112
+ * @internal
4113
+ */
4114
+ export declare const UpdateConnectionOAuthClientRequestParametersFilterSensitiveLog: (obj: UpdateConnectionOAuthClientRequestParameters) => any;
4115
+ /**
4116
+ * @internal
4117
+ */
4118
+ export declare const UpdateConnectionOAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionOAuthRequestParameters) => any;
4119
+ /**
4120
+ * @internal
4121
+ */
4122
+ export declare const UpdateConnectionAuthRequestParametersFilterSensitiveLog: (obj: UpdateConnectionAuthRequestParameters) => any;
4123
+ /**
4124
+ * @internal
4125
+ */
4126
+ export declare const UpdateConnectionRequestFilterSensitiveLog: (obj: UpdateConnectionRequest) => any;
4127
+ /**
4128
+ * @internal
4129
+ */
4130
+ export declare const UpdateConnectionResponseFilterSensitiveLog: (obj: UpdateConnectionResponse) => any;
4131
+ /**
4132
+ * @internal
4133
+ */
4134
+ export declare const UpdateEndpointRequestFilterSensitiveLog: (obj: UpdateEndpointRequest) => any;
4135
+ /**
4136
+ * @internal
4137
+ */
4138
+ export declare const UpdateEndpointResponseFilterSensitiveLog: (obj: UpdateEndpointResponse) => any;