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