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