@aws-sdk/client-eventbridge 3.296.0 → 3.297.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 (61) hide show
  1. package/dist-types/EventBridge.d.ts +57 -0
  2. package/dist-types/EventBridgeClient.d.ts +24 -4
  3. package/dist-types/commands/ActivateEventSourceCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelReplayCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateApiDestinationCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateArchiveCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateEventBusCommand.d.ts +16 -0
  10. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +16 -0
  11. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +16 -0
  12. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteArchiveCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteEventBusCommand.d.ts +16 -0
  18. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeArchiveCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeConnectionCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeEndpointCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeEventBusCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeEventSourceCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeReplayCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeRuleCommand.d.ts +16 -0
  29. package/dist-types/commands/DisableRuleCommand.d.ts +16 -0
  30. package/dist-types/commands/EnableRuleCommand.d.ts +16 -0
  31. package/dist-types/commands/ListApiDestinationsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListArchivesCommand.d.ts +16 -0
  33. package/dist-types/commands/ListConnectionsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListEventBusesCommand.d.ts +16 -0
  36. package/dist-types/commands/ListEventSourcesCommand.d.ts +16 -0
  37. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +16 -0
  38. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +16 -0
  39. package/dist-types/commands/ListReplaysCommand.d.ts +16 -0
  40. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +16 -0
  41. package/dist-types/commands/ListRulesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  43. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +16 -0
  44. package/dist-types/commands/PutEventsCommand.d.ts +16 -0
  45. package/dist-types/commands/PutPartnerEventsCommand.d.ts +16 -0
  46. package/dist-types/commands/PutPermissionCommand.d.ts +16 -0
  47. package/dist-types/commands/PutRuleCommand.d.ts +16 -0
  48. package/dist-types/commands/PutTargetsCommand.d.ts +16 -0
  49. package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
  50. package/dist-types/commands/RemoveTargetsCommand.d.ts +16 -0
  51. package/dist-types/commands/StartReplayCommand.d.ts +16 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/TestEventPatternCommand.d.ts +16 -0
  54. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateArchiveCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdateConnectionCommand.d.ts +16 -0
  58. package/dist-types/commands/UpdateEndpointCommand.d.ts +16 -0
  59. package/dist-types/models/EventBridgeServiceException.d.ts +2 -0
  60. package/dist-types/models/models_0.d.ts +449 -16
  61. package/package.json +3 -3
@@ -1,5 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { EventBridgeServiceException as __BaseException } from "./EventBridgeServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface ActivateEventSourceRequest {
4
7
  /**
5
8
  * <p>The name of the partner event source to activate.</p>
@@ -7,6 +10,7 @@ export interface ActivateEventSourceRequest {
7
10
  Name: string | undefined;
8
11
  }
9
12
  /**
13
+ * @public
10
14
  * <p>There is concurrent modification on a rule, target, archive, or replay.</p>
11
15
  */
12
16
  export declare class ConcurrentModificationException extends __BaseException {
@@ -18,6 +22,7 @@ export declare class ConcurrentModificationException extends __BaseException {
18
22
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
19
23
  }
20
24
  /**
25
+ * @public
21
26
  * <p>This exception occurs due to unexpected causes.</p>
22
27
  */
23
28
  export declare class InternalException extends __BaseException {
@@ -29,6 +34,7 @@ export declare class InternalException extends __BaseException {
29
34
  constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
30
35
  }
31
36
  /**
37
+ * @public
32
38
  * <p>The specified state is not a valid state for an event source.</p>
33
39
  */
34
40
  export declare class InvalidStateException extends __BaseException {
@@ -40,6 +46,7 @@ export declare class InvalidStateException extends __BaseException {
40
46
  constructor(opts: __ExceptionOptionType<InvalidStateException, __BaseException>);
41
47
  }
42
48
  /**
49
+ * @public
43
50
  * <p>The operation you are attempting is not available in this region.</p>
44
51
  */
45
52
  export declare class OperationDisabledException extends __BaseException {
@@ -51,6 +58,7 @@ export declare class OperationDisabledException extends __BaseException {
51
58
  constructor(opts: __ExceptionOptionType<OperationDisabledException, __BaseException>);
52
59
  }
53
60
  /**
61
+ * @public
54
62
  * <p>An entity that you specified does not exist.</p>
55
63
  */
56
64
  export declare class ResourceNotFoundException extends __BaseException {
@@ -61,10 +69,16 @@ export declare class ResourceNotFoundException extends __BaseException {
61
69
  */
62
70
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
63
71
  }
72
+ /**
73
+ * @public
74
+ */
64
75
  export declare enum ApiDestinationState {
65
76
  ACTIVE = "ACTIVE",
66
77
  INACTIVE = "INACTIVE"
67
78
  }
79
+ /**
80
+ * @public
81
+ */
68
82
  export declare enum ApiDestinationHttpMethod {
69
83
  DELETE = "DELETE",
70
84
  GET = "GET",
@@ -75,6 +89,7 @@ export declare enum ApiDestinationHttpMethod {
75
89
  PUT = "PUT"
76
90
  }
77
91
  /**
92
+ * @public
78
93
  * <p>Contains details about an API destination.</p>
79
94
  */
80
95
  export interface ApiDestination {
@@ -115,6 +130,9 @@ export interface ApiDestination {
115
130
  */
116
131
  LastModifiedTime?: Date;
117
132
  }
133
+ /**
134
+ * @public
135
+ */
118
136
  export declare enum ArchiveState {
119
137
  CREATE_FAILED = "CREATE_FAILED",
120
138
  CREATING = "CREATING",
@@ -124,6 +142,7 @@ export declare enum ArchiveState {
124
142
  UPDATING = "UPDATING"
125
143
  }
126
144
  /**
145
+ * @public
127
146
  * <p>An <code>Archive</code> object that contains details about an archive.</p>
128
147
  */
129
148
  export interface Archive {
@@ -161,16 +180,25 @@ export interface Archive {
161
180
  */
162
181
  CreationTime?: Date;
163
182
  }
183
+ /**
184
+ * @public
185
+ */
164
186
  export declare enum AssignPublicIp {
165
187
  DISABLED = "DISABLED",
166
188
  ENABLED = "ENABLED"
167
189
  }
190
+ /**
191
+ * @public
192
+ */
168
193
  export interface CancelReplayRequest {
169
194
  /**
170
195
  * <p>The name of the replay to cancel.</p>
171
196
  */
172
197
  ReplayName: string | undefined;
173
198
  }
199
+ /**
200
+ * @public
201
+ */
174
202
  export declare enum ReplayState {
175
203
  CANCELLED = "CANCELLED",
176
204
  CANCELLING = "CANCELLING",
@@ -179,6 +207,9 @@ export declare enum ReplayState {
179
207
  RUNNING = "RUNNING",
180
208
  STARTING = "STARTING"
181
209
  }
210
+ /**
211
+ * @public
212
+ */
182
213
  export interface CancelReplayResponse {
183
214
  /**
184
215
  * <p>The ARN of the replay to cancel.</p>
@@ -194,6 +225,7 @@ export interface CancelReplayResponse {
194
225
  StateReason?: string;
195
226
  }
196
227
  /**
228
+ * @public
197
229
  * <p>An error occurred because a replay can be canceled only when the state is Running or
198
230
  * Starting.</p>
199
231
  */
@@ -205,6 +237,9 @@ export declare class IllegalStatusException extends __BaseException {
205
237
  */
206
238
  constructor(opts: __ExceptionOptionType<IllegalStatusException, __BaseException>);
207
239
  }
240
+ /**
241
+ * @public
242
+ */
208
243
  export interface CreateApiDestinationRequest {
209
244
  /**
210
245
  * <p>The name for the API destination to create.</p>
@@ -232,6 +267,9 @@ export interface CreateApiDestinationRequest {
232
267
  */
233
268
  InvocationRateLimitPerSecond?: number;
234
269
  }
270
+ /**
271
+ * @public
272
+ */
235
273
  export interface CreateApiDestinationResponse {
236
274
  /**
237
275
  * <p>The ARN of the API destination that was created by the request.</p>
@@ -251,6 +289,7 @@ export interface CreateApiDestinationResponse {
251
289
  LastModifiedTime?: Date;
252
290
  }
253
291
  /**
292
+ * @public
254
293
  * <p>The request failed because it attempted to create resource beyond the allowed service
255
294
  * quota.</p>
256
295
  */
@@ -263,6 +302,7 @@ export declare class LimitExceededException extends __BaseException {
263
302
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
264
303
  }
265
304
  /**
305
+ * @public
266
306
  * <p>The resource you are trying to create already exists.</p>
267
307
  */
268
308
  export declare class ResourceAlreadyExistsException extends __BaseException {
@@ -273,6 +313,9 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
273
313
  */
274
314
  constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
275
315
  }
316
+ /**
317
+ * @public
318
+ */
276
319
  export interface CreateArchiveRequest {
277
320
  /**
278
321
  * <p>The name for the archive to create.</p>
@@ -296,6 +339,9 @@ export interface CreateArchiveRequest {
296
339
  */
297
340
  RetentionDays?: number;
298
341
  }
342
+ /**
343
+ * @public
344
+ */
299
345
  export interface CreateArchiveResponse {
300
346
  /**
301
347
  * <p>The ARN of the archive that was created.</p>
@@ -315,6 +361,7 @@ export interface CreateArchiveResponse {
315
361
  CreationTime?: Date;
316
362
  }
317
363
  /**
364
+ * @public
318
365
  * <p>The event pattern is not valid.</p>
319
366
  */
320
367
  export declare class InvalidEventPatternException extends __BaseException {
@@ -325,12 +372,16 @@ export declare class InvalidEventPatternException extends __BaseException {
325
372
  */
326
373
  constructor(opts: __ExceptionOptionType<InvalidEventPatternException, __BaseException>);
327
374
  }
375
+ /**
376
+ * @public
377
+ */
328
378
  export declare enum ConnectionAuthorizationType {
329
379
  API_KEY = "API_KEY",
330
380
  BASIC = "BASIC",
331
381
  OAUTH_CLIENT_CREDENTIALS = "OAUTH_CLIENT_CREDENTIALS"
332
382
  }
333
383
  /**
384
+ * @public
334
385
  * <p>Contains the API key authorization parameters for the connection.</p>
335
386
  */
336
387
  export interface CreateConnectionApiKeyAuthRequestParameters {
@@ -344,6 +395,7 @@ export interface CreateConnectionApiKeyAuthRequestParameters {
344
395
  ApiKeyValue: string | undefined;
345
396
  }
346
397
  /**
398
+ * @public
347
399
  * <p>Contains the Basic authorization parameters to use for the connection.</p>
348
400
  */
349
401
  export interface CreateConnectionBasicAuthRequestParameters {
@@ -357,6 +409,7 @@ export interface CreateConnectionBasicAuthRequestParameters {
357
409
  Password: string | undefined;
358
410
  }
359
411
  /**
412
+ * @public
360
413
  * <p>Additional parameter included in the body. You can include up to 100 additional body
361
414
  * parameters per request. An event payload cannot exceed 64 KB.</p>
362
415
  */
@@ -375,6 +428,7 @@ export interface ConnectionBodyParameter {
375
428
  IsValueSecret?: boolean;
376
429
  }
377
430
  /**
431
+ * @public
378
432
  * <p>Additional parameter included in the header. You can include up to 100 additional header
379
433
  * parameters per request. An event payload cannot exceed 64 KB.</p>
380
434
  */
@@ -393,6 +447,7 @@ export interface ConnectionHeaderParameter {
393
447
  IsValueSecret?: boolean;
394
448
  }
395
449
  /**
450
+ * @public
396
451
  * <p>Additional query string parameter for the connection. You can include up to 100 additional
397
452
  * query string parameters per request. Each additional parameter counts towards the event
398
453
  * payload size, which cannot exceed 64 KB.</p>
@@ -412,6 +467,7 @@ export interface ConnectionQueryStringParameter {
412
467
  IsValueSecret?: boolean;
413
468
  }
414
469
  /**
470
+ * @public
415
471
  * <p>Contains additional parameters for the connection.</p>
416
472
  */
417
473
  export interface ConnectionHttpParameters {
@@ -429,6 +485,7 @@ export interface ConnectionHttpParameters {
429
485
  BodyParameters?: ConnectionBodyParameter[];
430
486
  }
431
487
  /**
488
+ * @public
432
489
  * <p>Contains the Basic authorization parameters to use for the connection.</p>
433
490
  */
434
491
  export interface CreateConnectionOAuthClientRequestParameters {
@@ -442,12 +499,16 @@ export interface CreateConnectionOAuthClientRequestParameters {
442
499
  */
443
500
  ClientSecret: string | undefined;
444
501
  }
502
+ /**
503
+ * @public
504
+ */
445
505
  export declare enum ConnectionOAuthHttpMethod {
446
506
  GET = "GET",
447
507
  POST = "POST",
448
508
  PUT = "PUT"
449
509
  }
450
510
  /**
511
+ * @public
451
512
  * <p>Contains the OAuth authorization parameters to use for the connection.</p>
452
513
  */
453
514
  export interface CreateConnectionOAuthRequestParameters {
@@ -472,6 +533,7 @@ export interface CreateConnectionOAuthRequestParameters {
472
533
  OAuthHttpParameters?: ConnectionHttpParameters;
473
534
  }
474
535
  /**
536
+ * @public
475
537
  * <p>Contains the authorization parameters for the connection.</p>
476
538
  */
477
539
  export interface CreateConnectionAuthRequestParameters {
@@ -498,6 +560,9 @@ export interface CreateConnectionAuthRequestParameters {
498
560
  */
499
561
  InvocationHttpParameters?: ConnectionHttpParameters;
500
562
  }
563
+ /**
564
+ * @public
565
+ */
501
566
  export interface CreateConnectionRequest {
502
567
  /**
503
568
  * <p>The name for the connection to create.</p>
@@ -520,6 +585,9 @@ export interface CreateConnectionRequest {
520
585
  */
521
586
  AuthParameters: CreateConnectionAuthRequestParameters | undefined;
522
587
  }
588
+ /**
589
+ * @public
590
+ */
523
591
  export declare enum ConnectionState {
524
592
  AUTHORIZED = "AUTHORIZED",
525
593
  AUTHORIZING = "AUTHORIZING",
@@ -529,6 +597,9 @@ export declare enum ConnectionState {
529
597
  DELETING = "DELETING",
530
598
  UPDATING = "UPDATING"
531
599
  }
600
+ /**
601
+ * @public
602
+ */
532
603
  export interface CreateConnectionResponse {
533
604
  /**
534
605
  * <p>The ARN of the connection that was created by the request.</p>
@@ -548,6 +619,7 @@ export interface CreateConnectionResponse {
548
619
  LastModifiedTime?: Date;
549
620
  }
550
621
  /**
622
+ * @public
551
623
  * <p>The event buses the endpoint is associated with.</p>
552
624
  */
553
625
  export interface EndpointEventBus {
@@ -556,11 +628,15 @@ export interface EndpointEventBus {
556
628
  */
557
629
  EventBusArn: string | undefined;
558
630
  }
631
+ /**
632
+ * @public
633
+ */
559
634
  export declare enum ReplicationState {
560
635
  DISABLED = "DISABLED",
561
636
  ENABLED = "ENABLED"
562
637
  }
563
638
  /**
639
+ * @public
564
640
  * <p>Endpoints can replicate all events to the secondary Region.</p>
565
641
  */
566
642
  export interface ReplicationConfig {
@@ -570,6 +646,7 @@ export interface ReplicationConfig {
570
646
  State?: ReplicationState | string;
571
647
  }
572
648
  /**
649
+ * @public
573
650
  * <p>The primary Region of the endpoint.</p>
574
651
  */
575
652
  export interface Primary {
@@ -579,6 +656,7 @@ export interface Primary {
579
656
  HealthCheck: string | undefined;
580
657
  }
581
658
  /**
659
+ * @public
582
660
  * <p>The secondary Region that processes events when failover is triggered or replication is enabled.</p>
583
661
  */
584
662
  export interface Secondary {
@@ -588,6 +666,7 @@ export interface Secondary {
588
666
  Route: string | undefined;
589
667
  }
590
668
  /**
669
+ * @public
591
670
  * <p>The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.</p>
592
671
  */
593
672
  export interface FailoverConfig {
@@ -601,6 +680,7 @@ export interface FailoverConfig {
601
680
  Secondary: Secondary | undefined;
602
681
  }
603
682
  /**
683
+ * @public
604
684
  * <p>The routing configuration of the endpoint.</p>
605
685
  */
606
686
  export interface RoutingConfig {
@@ -609,6 +689,9 @@ export interface RoutingConfig {
609
689
  */
610
690
  FailoverConfig: FailoverConfig | undefined;
611
691
  }
692
+ /**
693
+ * @public
694
+ */
612
695
  export interface CreateEndpointRequest {
613
696
  /**
614
697
  * <p>The name of the global endpoint. For example, <code>"Name":"us-east-2-custom_bus_A-endpoint"</code>.</p>
@@ -639,6 +722,9 @@ export interface CreateEndpointRequest {
639
722
  */
640
723
  RoleArn?: string;
641
724
  }
725
+ /**
726
+ * @public
727
+ */
642
728
  export declare enum EndpointState {
643
729
  ACTIVE = "ACTIVE",
644
730
  CREATE_FAILED = "CREATE_FAILED",
@@ -648,6 +734,9 @@ export declare enum EndpointState {
648
734
  UPDATE_FAILED = "UPDATE_FAILED",
649
735
  UPDATING = "UPDATING"
650
736
  }
737
+ /**
738
+ * @public
739
+ */
651
740
  export interface CreateEndpointResponse {
652
741
  /**
653
742
  * <p>The name of the endpoint that was created by this request.</p>
@@ -679,6 +768,7 @@ export interface CreateEndpointResponse {
679
768
  State?: EndpointState | string;
680
769
  }
681
770
  /**
771
+ * @public
682
772
  * <p>A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses
683
773
  * support tagging.</p>
684
774
  */
@@ -693,6 +783,9 @@ export interface Tag {
693
783
  */
694
784
  Value: string | undefined;
695
785
  }
786
+ /**
787
+ * @public
788
+ */
696
789
  export interface CreateEventBusRequest {
697
790
  /**
698
791
  * <p>The name of the new event bus. </p>
@@ -712,12 +805,18 @@ export interface CreateEventBusRequest {
712
805
  */
713
806
  Tags?: Tag[];
714
807
  }
808
+ /**
809
+ * @public
810
+ */
715
811
  export interface CreateEventBusResponse {
716
812
  /**
717
813
  * <p>The ARN of the new event bus.</p>
718
814
  */
719
815
  EventBusArn?: string;
720
816
  }
817
+ /**
818
+ * @public
819
+ */
721
820
  export interface CreatePartnerEventSourceRequest {
722
821
  /**
723
822
  * <p>The name of the partner event source. This name must be unique and must be in the format
@@ -734,24 +833,36 @@ export interface CreatePartnerEventSourceRequest {
734
833
  */
735
834
  Account: string | undefined;
736
835
  }
836
+ /**
837
+ * @public
838
+ */
737
839
  export interface CreatePartnerEventSourceResponse {
738
840
  /**
739
841
  * <p>The ARN of the partner event source.</p>
740
842
  */
741
843
  EventSourceArn?: string;
742
844
  }
845
+ /**
846
+ * @public
847
+ */
743
848
  export interface DeactivateEventSourceRequest {
744
849
  /**
745
850
  * <p>The name of the partner event source to deactivate.</p>
746
851
  */
747
852
  Name: string | undefined;
748
853
  }
854
+ /**
855
+ * @public
856
+ */
749
857
  export interface DeauthorizeConnectionRequest {
750
858
  /**
751
859
  * <p>The name of the connection to remove authorization from.</p>
752
860
  */
753
861
  Name: string | undefined;
754
862
  }
863
+ /**
864
+ * @public
865
+ */
755
866
  export interface DeauthorizeConnectionResponse {
756
867
  /**
757
868
  * <p>The ARN of the connection that authorization was removed from.</p>
@@ -774,28 +885,46 @@ export interface DeauthorizeConnectionResponse {
774
885
  */
775
886
  LastAuthorizedTime?: Date;
776
887
  }
888
+ /**
889
+ * @public
890
+ */
777
891
  export interface DeleteApiDestinationRequest {
778
892
  /**
779
893
  * <p>The name of the destination to delete.</p>
780
894
  */
781
895
  Name: string | undefined;
782
896
  }
897
+ /**
898
+ * @public
899
+ */
783
900
  export interface DeleteApiDestinationResponse {
784
901
  }
902
+ /**
903
+ * @public
904
+ */
785
905
  export interface DeleteArchiveRequest {
786
906
  /**
787
907
  * <p>The name of the archive to delete.</p>
788
908
  */
789
909
  ArchiveName: string | undefined;
790
910
  }
911
+ /**
912
+ * @public
913
+ */
791
914
  export interface DeleteArchiveResponse {
792
915
  }
916
+ /**
917
+ * @public
918
+ */
793
919
  export interface DeleteConnectionRequest {
794
920
  /**
795
921
  * <p>The name of the connection to delete.</p>
796
922
  */
797
923
  Name: string | undefined;
798
924
  }
925
+ /**
926
+ * @public
927
+ */
799
928
  export interface DeleteConnectionResponse {
800
929
  /**
801
930
  * <p>The ARN of the connection that was deleted.</p>
@@ -820,20 +949,32 @@ export interface DeleteConnectionResponse {
820
949
  */
821
950
  LastAuthorizedTime?: Date;
822
951
  }
952
+ /**
953
+ * @public
954
+ */
823
955
  export interface DeleteEndpointRequest {
824
956
  /**
825
957
  * <p>The name of the endpoint you want to delete. For example, <code>"Name":"us-east-2-custom_bus_A-endpoint"</code>..</p>
826
958
  */
827
959
  Name: string | undefined;
828
960
  }
961
+ /**
962
+ * @public
963
+ */
829
964
  export interface DeleteEndpointResponse {
830
965
  }
966
+ /**
967
+ * @public
968
+ */
831
969
  export interface DeleteEventBusRequest {
832
970
  /**
833
971
  * <p>The name of the event bus to delete.</p>
834
972
  */
835
973
  Name: string | undefined;
836
974
  }
975
+ /**
976
+ * @public
977
+ */
837
978
  export interface DeletePartnerEventSourceRequest {
838
979
  /**
839
980
  * <p>The name of the event source to delete.</p>
@@ -844,6 +985,9 @@ export interface DeletePartnerEventSourceRequest {
844
985
  */
845
986
  Account: string | undefined;
846
987
  }
988
+ /**
989
+ * @public
990
+ */
847
991
  export interface DeleteRuleRequest {
848
992
  /**
849
993
  * <p>The name of the rule.</p>
@@ -864,6 +1008,7 @@ export interface DeleteRuleRequest {
864
1008
  Force?: boolean;
865
1009
  }
866
1010
  /**
1011
+ * @public
867
1012
  * <p>This rule was created by an Amazon Web Services service on behalf of your account. It is managed by that
868
1013
  * service. If you see this error in response to <code>DeleteRule</code> or
869
1014
  * <code>RemoveTargets</code>, you can use the <code>Force</code> parameter in those calls to
@@ -879,12 +1024,18 @@ export declare class ManagedRuleException extends __BaseException {
879
1024
  */
880
1025
  constructor(opts: __ExceptionOptionType<ManagedRuleException, __BaseException>);
881
1026
  }
1027
+ /**
1028
+ * @public
1029
+ */
882
1030
  export interface DescribeApiDestinationRequest {
883
1031
  /**
884
1032
  * <p>The name of the API destination to retrieve.</p>
885
1033
  */
886
1034
  Name: string | undefined;
887
1035
  }
1036
+ /**
1037
+ * @public
1038
+ */
888
1039
  export interface DescribeApiDestinationResponse {
889
1040
  /**
890
1041
  * <p>The ARN of the API destination retrieved.</p>
@@ -932,12 +1083,18 @@ export interface DescribeApiDestinationResponse {
932
1083
  */
933
1084
  LastModifiedTime?: Date;
934
1085
  }
1086
+ /**
1087
+ * @public
1088
+ */
935
1089
  export interface DescribeArchiveRequest {
936
1090
  /**
937
1091
  * <p>The name of the archive to retrieve.</p>
938
1092
  */
939
1093
  ArchiveName: string | undefined;
940
1094
  }
1095
+ /**
1096
+ * @public
1097
+ */
941
1098
  export interface DescribeArchiveResponse {
942
1099
  /**
943
1100
  * <p>The ARN of the archive.</p>
@@ -984,6 +1141,9 @@ export interface DescribeArchiveResponse {
984
1141
  */
985
1142
  CreationTime?: Date;
986
1143
  }
1144
+ /**
1145
+ * @public
1146
+ */
987
1147
  export interface DescribeConnectionRequest {
988
1148
  /**
989
1149
  * <p>The name of the connection to retrieve.</p>
@@ -991,6 +1151,7 @@ export interface DescribeConnectionRequest {
991
1151
  Name: string | undefined;
992
1152
  }
993
1153
  /**
1154
+ * @public
994
1155
  * <p>Contains the authorization parameters for the connection if API Key is specified as the
995
1156
  * authorization type.</p>
996
1157
  */
@@ -1002,6 +1163,7 @@ export interface ConnectionApiKeyAuthResponseParameters {
1002
1163
  ApiKeyName?: string;
1003
1164
  }
1004
1165
  /**
1166
+ * @public
1005
1167
  * <p>Contains the authorization parameters for the connection if Basic is specified as the
1006
1168
  * authorization type.</p>
1007
1169
  */
@@ -1012,6 +1174,7 @@ export interface ConnectionBasicAuthResponseParameters {
1012
1174
  Username?: string;
1013
1175
  }
1014
1176
  /**
1177
+ * @public
1015
1178
  * <p>Contains the client response parameters for the connection when OAuth is specified as the
1016
1179
  * authorization type.</p>
1017
1180
  */
@@ -1022,6 +1185,7 @@ export interface ConnectionOAuthClientResponseParameters {
1022
1185
  ClientID?: string;
1023
1186
  }
1024
1187
  /**
1188
+ * @public
1025
1189
  * <p>Contains the response parameters when OAuth is specified as the authorization type.</p>
1026
1190
  */
1027
1191
  export interface ConnectionOAuthResponseParameters {
@@ -1044,6 +1208,7 @@ export interface ConnectionOAuthResponseParameters {
1044
1208
  OAuthHttpParameters?: ConnectionHttpParameters;
1045
1209
  }
1046
1210
  /**
1211
+ * @public
1047
1212
  * <p>Contains the authorization parameters to use for the connection.</p>
1048
1213
  */
1049
1214
  export interface ConnectionAuthResponseParameters {
@@ -1065,6 +1230,9 @@ export interface ConnectionAuthResponseParameters {
1065
1230
  */
1066
1231
  InvocationHttpParameters?: ConnectionHttpParameters;
1067
1232
  }
1233
+ /**
1234
+ * @public
1235
+ */
1068
1236
  export interface DescribeConnectionResponse {
1069
1237
  /**
1070
1238
  * <p>The ARN of the connection retrieved.</p>
@@ -1112,6 +1280,9 @@ export interface DescribeConnectionResponse {
1112
1280
  */
1113
1281
  LastAuthorizedTime?: Date;
1114
1282
  }
1283
+ /**
1284
+ * @public
1285
+ */
1115
1286
  export interface DescribeEndpointRequest {
1116
1287
  /**
1117
1288
  * <p>The name of the endpoint you want to get information about. For example, <code>"Name":"us-east-2-custom_bus_A-endpoint"</code>.</p>
@@ -1122,6 +1293,9 @@ export interface DescribeEndpointRequest {
1122
1293
  */
1123
1294
  HomeRegion?: string;
1124
1295
  }
1296
+ /**
1297
+ * @public
1298
+ */
1125
1299
  export interface DescribeEndpointResponse {
1126
1300
  /**
1127
1301
  * <p>The name of the endpoint you asked for information about.</p>
@@ -1176,6 +1350,9 @@ export interface DescribeEndpointResponse {
1176
1350
  */
1177
1351
  LastModifiedTime?: Date;
1178
1352
  }
1353
+ /**
1354
+ * @public
1355
+ */
1179
1356
  export interface DescribeEventBusRequest {
1180
1357
  /**
1181
1358
  * <p>The name or ARN of the event bus to show details for. If you omit this, the default event
@@ -1183,6 +1360,9 @@ export interface DescribeEventBusRequest {
1183
1360
  */
1184
1361
  Name?: string;
1185
1362
  }
1363
+ /**
1364
+ * @public
1365
+ */
1186
1366
  export interface DescribeEventBusResponse {
1187
1367
  /**
1188
1368
  * <p>The name of the event bus. Currently, this is always <code>default</code>.</p>
@@ -1198,17 +1378,26 @@ export interface DescribeEventBusResponse {
1198
1378
  */
1199
1379
  Policy?: string;
1200
1380
  }
1381
+ /**
1382
+ * @public
1383
+ */
1201
1384
  export interface DescribeEventSourceRequest {
1202
1385
  /**
1203
1386
  * <p>The name of the partner event source to display the details of.</p>
1204
1387
  */
1205
1388
  Name: string | undefined;
1206
1389
  }
1390
+ /**
1391
+ * @public
1392
+ */
1207
1393
  export declare enum EventSourceState {
1208
1394
  ACTIVE = "ACTIVE",
1209
1395
  DELETED = "DELETED",
1210
1396
  PENDING = "PENDING"
1211
1397
  }
1398
+ /**
1399
+ * @public
1400
+ */
1212
1401
  export interface DescribeEventSourceResponse {
1213
1402
  /**
1214
1403
  * <p>The ARN of the partner event source.</p>
@@ -1239,12 +1428,18 @@ export interface DescribeEventSourceResponse {
1239
1428
  */
1240
1429
  State?: EventSourceState | string;
1241
1430
  }
1431
+ /**
1432
+ * @public
1433
+ */
1242
1434
  export interface DescribePartnerEventSourceRequest {
1243
1435
  /**
1244
1436
  * <p>The name of the event source to display.</p>
1245
1437
  */
1246
1438
  Name: string | undefined;
1247
1439
  }
1440
+ /**
1441
+ * @public
1442
+ */
1248
1443
  export interface DescribePartnerEventSourceResponse {
1249
1444
  /**
1250
1445
  * <p>The ARN of the event source.</p>
@@ -1255,6 +1450,9 @@ export interface DescribePartnerEventSourceResponse {
1255
1450
  */
1256
1451
  Name?: string;
1257
1452
  }
1453
+ /**
1454
+ * @public
1455
+ */
1258
1456
  export interface DescribeReplayRequest {
1259
1457
  /**
1260
1458
  * <p>The name of the replay to retrieve.</p>
@@ -1262,6 +1460,7 @@ export interface DescribeReplayRequest {
1262
1460
  ReplayName: string | undefined;
1263
1461
  }
1264
1462
  /**
1463
+ * @public
1265
1464
  * <p>A <code>ReplayDestination</code> object that contains details about a replay.</p>
1266
1465
  */
1267
1466
  export interface ReplayDestination {
@@ -1275,6 +1474,9 @@ export interface ReplayDestination {
1275
1474
  */
1276
1475
  FilterArns?: string[];
1277
1476
  }
1477
+ /**
1478
+ * @public
1479
+ */
1278
1480
  export interface DescribeReplayResponse {
1279
1481
  /**
1280
1482
  * <p>The name of the replay.</p>
@@ -1325,6 +1527,9 @@ export interface DescribeReplayResponse {
1325
1527
  */
1326
1528
  ReplayEndTime?: Date;
1327
1529
  }
1530
+ /**
1531
+ * @public
1532
+ */
1328
1533
  export interface DescribeRuleRequest {
1329
1534
  /**
1330
1535
  * <p>The name of the rule.</p>
@@ -1336,10 +1541,16 @@ export interface DescribeRuleRequest {
1336
1541
  */
1337
1542
  EventBusName?: string;
1338
1543
  }
1544
+ /**
1545
+ * @public
1546
+ */
1339
1547
  export declare enum RuleState {
1340
1548
  DISABLED = "DISABLED",
1341
1549
  ENABLED = "ENABLED"
1342
1550
  }
1551
+ /**
1552
+ * @public
1553
+ */
1343
1554
  export interface DescribeRuleResponse {
1344
1555
  /**
1345
1556
  * <p>The name of the rule.</p>
@@ -1388,6 +1599,9 @@ export interface DescribeRuleResponse {
1388
1599
  */
1389
1600
  CreatedBy?: string;
1390
1601
  }
1602
+ /**
1603
+ * @public
1604
+ */
1391
1605
  export interface DisableRuleRequest {
1392
1606
  /**
1393
1607
  * <p>The name of the rule.</p>
@@ -1399,6 +1613,9 @@ export interface DisableRuleRequest {
1399
1613
  */
1400
1614
  EventBusName?: string;
1401
1615
  }
1616
+ /**
1617
+ * @public
1618
+ */
1402
1619
  export interface EnableRuleRequest {
1403
1620
  /**
1404
1621
  * <p>The name of the rule.</p>
@@ -1410,6 +1627,9 @@ export interface EnableRuleRequest {
1410
1627
  */
1411
1628
  EventBusName?: string;
1412
1629
  }
1630
+ /**
1631
+ * @public
1632
+ */
1413
1633
  export interface ListApiDestinationsRequest {
1414
1634
  /**
1415
1635
  * <p>A name prefix to filter results returned. Only API destinations with a name that starts
@@ -1429,6 +1649,9 @@ export interface ListApiDestinationsRequest {
1429
1649
  */
1430
1650
  Limit?: number;
1431
1651
  }
1652
+ /**
1653
+ * @public
1654
+ */
1432
1655
  export interface ListApiDestinationsResponse {
1433
1656
  /**
1434
1657
  * <p>An array of <code>ApiDestination</code> objects that include information about an API
@@ -1440,6 +1663,9 @@ export interface ListApiDestinationsResponse {
1440
1663
  */
1441
1664
  NextToken?: string;
1442
1665
  }
1666
+ /**
1667
+ * @public
1668
+ */
1443
1669
  export interface ListArchivesRequest {
1444
1670
  /**
1445
1671
  * <p>A name prefix to filter the archives returned. Only archives with name that match the
@@ -1463,6 +1689,9 @@ export interface ListArchivesRequest {
1463
1689
  */
1464
1690
  Limit?: number;
1465
1691
  }
1692
+ /**
1693
+ * @public
1694
+ */
1466
1695
  export interface ListArchivesResponse {
1467
1696
  /**
1468
1697
  * <p>An array of <code>Archive</code> objects that include details about an archive.</p>
@@ -1473,6 +1702,9 @@ export interface ListArchivesResponse {
1473
1702
  */
1474
1703
  NextToken?: string;
1475
1704
  }
1705
+ /**
1706
+ * @public
1707
+ */
1476
1708
  export interface ListConnectionsRequest {
1477
1709
  /**
1478
1710
  * <p>A name prefix to filter results returned. Only connections with a name that starts with
@@ -1493,6 +1725,7 @@ export interface ListConnectionsRequest {
1493
1725
  Limit?: number;
1494
1726
  }
1495
1727
  /**
1728
+ * @public
1496
1729
  * <p>Contains information about a connection.</p>
1497
1730
  */
1498
1731
  export interface Connection {
@@ -1532,6 +1765,9 @@ export interface Connection {
1532
1765
  */
1533
1766
  LastAuthorizedTime?: Date;
1534
1767
  }
1768
+ /**
1769
+ * @public
1770
+ */
1535
1771
  export interface ListConnectionsResponse {
1536
1772
  /**
1537
1773
  * <p>An array of connections objects that include details about the connections.</p>
@@ -1542,6 +1778,9 @@ export interface ListConnectionsResponse {
1542
1778
  */
1543
1779
  NextToken?: string;
1544
1780
  }
1781
+ /**
1782
+ * @public
1783
+ */
1545
1784
  export interface ListEndpointsRequest {
1546
1785
  /**
1547
1786
  * <p>A value that will return a subset of the endpoints associated with this account. For example, <code>"NamePrefix": "ABC"</code> will return all endpoints with "ABC" in the name.</p>
@@ -1563,6 +1802,7 @@ export interface ListEndpointsRequest {
1563
1802
  MaxResults?: number;
1564
1803
  }
1565
1804
  /**
1805
+ * @public
1566
1806
  * <p>A global endpoint used to improve your application's availability by making it regional-fault tolerant. For more information about global endpoints, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html">Making applications Regional-fault tolerant with global endpoints and event replication</a> in the Amazon EventBridge User Guide.</p>
1567
1807
  */
1568
1808
  export interface Endpoint {
@@ -1620,6 +1860,9 @@ export interface Endpoint {
1620
1860
  */
1621
1861
  LastModifiedTime?: Date;
1622
1862
  }
1863
+ /**
1864
+ * @public
1865
+ */
1623
1866
  export interface ListEndpointsResponse {
1624
1867
  /**
1625
1868
  * <p>The endpoints returned by the call.</p>
@@ -1632,6 +1875,9 @@ export interface ListEndpointsResponse {
1632
1875
  */
1633
1876
  NextToken?: string;
1634
1877
  }
1878
+ /**
1879
+ * @public
1880
+ */
1635
1881
  export interface ListEventBusesRequest {
1636
1882
  /**
1637
1883
  * <p>Specifying this limits the results to only those event buses with names that start with
@@ -1650,6 +1896,7 @@ export interface ListEventBusesRequest {
1650
1896
  Limit?: number;
1651
1897
  }
1652
1898
  /**
1899
+ * @public
1653
1900
  * <p>An event bus receives events from a source, uses rules to evaluate them, applies any configured input transformation, and routes them to the appropriate target(s).
1654
1901
  * Your account's default event bus receives events from Amazon Web Services services. A custom event
1655
1902
  * bus can receive events from your custom applications and services. A partner event bus
@@ -1671,6 +1918,9 @@ export interface EventBus {
1671
1918
  */
1672
1919
  Policy?: string;
1673
1920
  }
1921
+ /**
1922
+ * @public
1923
+ */
1674
1924
  export interface ListEventBusesResponse {
1675
1925
  /**
1676
1926
  * <p>This list of event buses.</p>
@@ -1681,6 +1931,9 @@ export interface ListEventBusesResponse {
1681
1931
  */
1682
1932
  NextToken?: string;
1683
1933
  }
1934
+ /**
1935
+ * @public
1936
+ */
1684
1937
  export interface ListEventSourcesRequest {
1685
1938
  /**
1686
1939
  * <p>Specifying this limits the results to only those partner event sources with names that
@@ -1699,6 +1952,7 @@ export interface ListEventSourcesRequest {
1699
1952
  Limit?: number;
1700
1953
  }
1701
1954
  /**
1955
+ * @public
1702
1956
  * <p>A partner event source is created by an SaaS partner. If a customer creates a partner
1703
1957
  * event bus that matches this event source, that Amazon Web Services account can receive events from the
1704
1958
  * partner's applications or services.</p>
@@ -1733,6 +1987,9 @@ export interface EventSource {
1733
1987
  */
1734
1988
  State?: EventSourceState | string;
1735
1989
  }
1990
+ /**
1991
+ * @public
1992
+ */
1736
1993
  export interface ListEventSourcesResponse {
1737
1994
  /**
1738
1995
  * <p>The list of event sources.</p>
@@ -1743,6 +2000,9 @@ export interface ListEventSourcesResponse {
1743
2000
  */
1744
2001
  NextToken?: string;
1745
2002
  }
2003
+ /**
2004
+ * @public
2005
+ */
1746
2006
  export interface ListPartnerEventSourceAccountsRequest {
1747
2007
  /**
1748
2008
  * <p>The name of the partner event source to display account information about.</p>
@@ -1761,6 +2021,7 @@ export interface ListPartnerEventSourceAccountsRequest {
1761
2021
  Limit?: number;
1762
2022
  }
1763
2023
  /**
2024
+ * @public
1764
2025
  * <p>The Amazon Web Services account that a partner event source has been offered to.</p>
1765
2026
  */
1766
2027
  export interface PartnerEventSourceAccount {
@@ -1785,6 +2046,9 @@ export interface PartnerEventSourceAccount {
1785
2046
  */
1786
2047
  State?: EventSourceState | string;
1787
2048
  }
2049
+ /**
2050
+ * @public
2051
+ */
1788
2052
  export interface ListPartnerEventSourceAccountsResponse {
1789
2053
  /**
1790
2054
  * <p>The list of partner event sources returned by the operation.</p>
@@ -1795,6 +2059,9 @@ export interface ListPartnerEventSourceAccountsResponse {
1795
2059
  */
1796
2060
  NextToken?: string;
1797
2061
  }
2062
+ /**
2063
+ * @public
2064
+ */
1798
2065
  export interface ListPartnerEventSourcesRequest {
1799
2066
  /**
1800
2067
  * <p>If you specify this, the results are limited to only those partner event sources that
@@ -1814,6 +2081,7 @@ export interface ListPartnerEventSourcesRequest {
1814
2081
  Limit?: number;
1815
2082
  }
1816
2083
  /**
2084
+ * @public
1817
2085
  * <p>A partner event source is created by an SaaS partner. If a customer creates a partner
1818
2086
  * event bus that matches this event source, that Amazon Web Services account can receive events from the
1819
2087
  * partner's applications or services.</p>
@@ -1828,6 +2096,9 @@ export interface PartnerEventSource {
1828
2096
  */
1829
2097
  Name?: string;
1830
2098
  }
2099
+ /**
2100
+ * @public
2101
+ */
1831
2102
  export interface ListPartnerEventSourcesResponse {
1832
2103
  /**
1833
2104
  * <p>The list of partner event sources returned by the operation.</p>
@@ -1838,6 +2109,9 @@ export interface ListPartnerEventSourcesResponse {
1838
2109
  */
1839
2110
  NextToken?: string;
1840
2111
  }
2112
+ /**
2113
+ * @public
2114
+ */
1841
2115
  export interface ListReplaysRequest {
1842
2116
  /**
1843
2117
  * <p>A name prefix to filter the replays returned. Only replays with name that match the prefix
@@ -1862,6 +2136,7 @@ export interface ListReplaysRequest {
1862
2136
  Limit?: number;
1863
2137
  }
1864
2138
  /**
2139
+ * @public
1865
2140
  * <p>A <code>Replay</code> object that contains details about a replay.</p>
1866
2141
  */
1867
2142
  export interface Replay {
@@ -1904,6 +2179,9 @@ export interface Replay {
1904
2179
  */
1905
2180
  ReplayEndTime?: Date;
1906
2181
  }
2182
+ /**
2183
+ * @public
2184
+ */
1907
2185
  export interface ListReplaysResponse {
1908
2186
  /**
1909
2187
  * <p>An array of <code>Replay</code> objects that contain information about the replay.</p>
@@ -1914,6 +2192,9 @@ export interface ListReplaysResponse {
1914
2192
  */
1915
2193
  NextToken?: string;
1916
2194
  }
2195
+ /**
2196
+ * @public
2197
+ */
1917
2198
  export interface ListRuleNamesByTargetRequest {
1918
2199
  /**
1919
2200
  * <p>The Amazon Resource Name (ARN) of the target resource.</p>
@@ -1933,6 +2214,9 @@ export interface ListRuleNamesByTargetRequest {
1933
2214
  */
1934
2215
  Limit?: number;
1935
2216
  }
2217
+ /**
2218
+ * @public
2219
+ */
1936
2220
  export interface ListRuleNamesByTargetResponse {
1937
2221
  /**
1938
2222
  * <p>The names of the rules that can invoke the given target.</p>
@@ -1944,6 +2228,9 @@ export interface ListRuleNamesByTargetResponse {
1944
2228
  */
1945
2229
  NextToken?: string;
1946
2230
  }
2231
+ /**
2232
+ * @public
2233
+ */
1947
2234
  export interface ListRulesRequest {
1948
2235
  /**
1949
2236
  * <p>The prefix matching the rule name.</p>
@@ -1964,6 +2251,7 @@ export interface ListRulesRequest {
1964
2251
  Limit?: number;
1965
2252
  }
1966
2253
  /**
2254
+ * @public
1967
2255
  * <p>Contains information about a rule in Amazon EventBridge.</p>
1968
2256
  */
1969
2257
  export interface Rule {
@@ -2011,6 +2299,9 @@ export interface Rule {
2011
2299
  */
2012
2300
  EventBusName?: string;
2013
2301
  }
2302
+ /**
2303
+ * @public
2304
+ */
2014
2305
  export interface ListRulesResponse {
2015
2306
  /**
2016
2307
  * <p>The rules that match the specified criteria.</p>
@@ -2022,18 +2313,27 @@ export interface ListRulesResponse {
2022
2313
  */
2023
2314
  NextToken?: string;
2024
2315
  }
2316
+ /**
2317
+ * @public
2318
+ */
2025
2319
  export interface ListTagsForResourceRequest {
2026
2320
  /**
2027
2321
  * <p>The ARN of the EventBridge resource for which you want to view tags.</p>
2028
2322
  */
2029
2323
  ResourceARN: string | undefined;
2030
2324
  }
2325
+ /**
2326
+ * @public
2327
+ */
2031
2328
  export interface ListTagsForResourceResponse {
2032
2329
  /**
2033
2330
  * <p>The list of tag keys and values associated with the resource you specified</p>
2034
2331
  */
2035
2332
  Tags?: Tag[];
2036
2333
  }
2334
+ /**
2335
+ * @public
2336
+ */
2037
2337
  export interface ListTargetsByRuleRequest {
2038
2338
  /**
2039
2339
  * <p>The name of the rule.</p>
@@ -2054,6 +2354,7 @@ export interface ListTargetsByRuleRequest {
2054
2354
  Limit?: number;
2055
2355
  }
2056
2356
  /**
2357
+ * @public
2057
2358
  * <p>The array properties for the submitted job, such as the size of the array. The array size
2058
2359
  * can be between 2 and 10,000. If you specify array properties for a job, it becomes an array
2059
2360
  * job. This parameter is used only if the target is an Batch job.</p>
@@ -2066,6 +2367,7 @@ export interface BatchArrayProperties {
2066
2367
  Size?: number;
2067
2368
  }
2068
2369
  /**
2370
+ * @public
2069
2371
  * <p>The retry strategy to use for failed jobs, if the target is an Batch job. If you
2070
2372
  * specify a retry strategy here, it overrides the retry strategy defined in the job
2071
2373
  * definition.</p>
@@ -2077,6 +2379,7 @@ export interface BatchRetryStrategy {
2077
2379
  Attempts?: number;
2078
2380
  }
2079
2381
  /**
2382
+ * @public
2080
2383
  * <p>The custom parameters to be used when the target is an Batch job.</p>
2081
2384
  */
2082
2385
  export interface BatchParameters {
@@ -2104,6 +2407,7 @@ export interface BatchParameters {
2104
2407
  RetryStrategy?: BatchRetryStrategy;
2105
2408
  }
2106
2409
  /**
2410
+ * @public
2107
2411
  * <p>A <code>DeadLetterConfig</code> object that contains information about a dead-letter queue
2108
2412
  * configuration.</p>
2109
2413
  */
@@ -2114,6 +2418,7 @@ export interface DeadLetterConfig {
2114
2418
  Arn?: string;
2115
2419
  }
2116
2420
  /**
2421
+ * @public
2117
2422
  * <p>The details of a capacity provider strategy. To learn more, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CapacityProviderStrategyItem.html">CapacityProviderStrategyItem</a> in the Amazon ECS API Reference.</p>
2118
2423
  */
2119
2424
  export interface CapacityProviderStrategyItem {
@@ -2134,12 +2439,16 @@ export interface CapacityProviderStrategyItem {
2134
2439
  */
2135
2440
  base?: number;
2136
2441
  }
2442
+ /**
2443
+ * @public
2444
+ */
2137
2445
  export declare enum LaunchType {
2138
2446
  EC2 = "EC2",
2139
2447
  EXTERNAL = "EXTERNAL",
2140
2448
  FARGATE = "FARGATE"
2141
2449
  }
2142
2450
  /**
2451
+ * @public
2143
2452
  * <p>This structure specifies the VPC subnets and security groups for the task, and whether a
2144
2453
  * public IP address is to be used. This structure is relevant only for ECS tasks that use the
2145
2454
  * <code>awsvpc</code> network mode.</p>
@@ -2164,6 +2473,7 @@ export interface AwsVpcConfiguration {
2164
2473
  AssignPublicIp?: AssignPublicIp | string;
2165
2474
  }
2166
2475
  /**
2476
+ * @public
2167
2477
  * <p>This structure specifies the network configuration for an ECS task.</p>
2168
2478
  */
2169
2479
  export interface NetworkConfiguration {
@@ -2174,11 +2484,15 @@ export interface NetworkConfiguration {
2174
2484
  */
2175
2485
  awsvpcConfiguration?: AwsVpcConfiguration;
2176
2486
  }
2487
+ /**
2488
+ * @public
2489
+ */
2177
2490
  export declare enum PlacementConstraintType {
2178
2491
  DISTINCT_INSTANCE = "distinctInstance",
2179
2492
  MEMBER_OF = "memberOf"
2180
2493
  }
2181
2494
  /**
2495
+ * @public
2182
2496
  * <p>An object representing a constraint on task placement. To learn more, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html">Task Placement Constraints</a> in the Amazon Elastic Container Service Developer
2183
2497
  * Guide.</p>
2184
2498
  */
@@ -2196,12 +2510,16 @@ export interface PlacementConstraint {
2196
2510
  */
2197
2511
  expression?: string;
2198
2512
  }
2513
+ /**
2514
+ * @public
2515
+ */
2199
2516
  export declare enum PlacementStrategyType {
2200
2517
  BINPACK = "binpack",
2201
2518
  RANDOM = "random",
2202
2519
  SPREAD = "spread"
2203
2520
  }
2204
2521
  /**
2522
+ * @public
2205
2523
  * <p>The task placement strategy for a task or service. To learn more, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-strategies.html">Task Placement Strategies</a> in the Amazon Elastic Container Service Service Developer
2206
2524
  * Guide.</p>
2207
2525
  */
@@ -2224,10 +2542,14 @@ export interface PlacementStrategy {
2224
2542
  */
2225
2543
  field?: string;
2226
2544
  }
2545
+ /**
2546
+ * @public
2547
+ */
2227
2548
  export declare enum PropagateTags {
2228
2549
  TASK_DEFINITION = "TASK_DEFINITION"
2229
2550
  }
2230
2551
  /**
2552
+ * @public
2231
2553
  * <p>The custom parameters to be used when the target is an Amazon ECS task.</p>
2232
2554
  */
2233
2555
  export interface EcsParameters {
@@ -2318,6 +2640,7 @@ export interface EcsParameters {
2318
2640
  Tags?: Tag[];
2319
2641
  }
2320
2642
  /**
2643
+ * @public
2321
2644
  * <p>These are custom parameter to be used when the target is an API Gateway APIs or
2322
2645
  * EventBridge ApiDestinations. In the latter case, these are merged with any
2323
2646
  * InvocationParameters specified on the Connection, with any values from the Connection taking
@@ -2341,6 +2664,7 @@ export interface HttpParameters {
2341
2664
  QueryStringParameters?: Record<string, string>;
2342
2665
  }
2343
2666
  /**
2667
+ * @public
2344
2668
  * <p>Contains the parameters needed for you to provide custom input to a target based on one or
2345
2669
  * more pieces of data extracted from the event.</p>
2346
2670
  */
@@ -2374,17 +2698,17 @@ export interface InputTransformer {
2374
2698
  * <code> "InputTransformer":</code>
2375
2699
  * </p>
2376
2700
  * <p>
2377
- * <code>{</code>
2701
+ * <code>\{</code>
2378
2702
  * </p>
2379
2703
  * <p>
2380
- * <code>"InputPathsMap": {"instance": "$.detail.instance","status":
2381
- * "$.detail.status"},</code>
2704
+ * <code>"InputPathsMap": \{"instance": "$.detail.instance","status":
2705
+ * "$.detail.status"\},</code>
2382
2706
  * </p>
2383
2707
  * <p>
2384
2708
  * <code>"InputTemplate": "<instance> is in state <status>"</code>
2385
2709
  * </p>
2386
2710
  * <p>
2387
- * <code>}</code>
2711
+ * <code>\}</code>
2388
2712
  * </p>
2389
2713
  * <p>To have the <code>InputTemplate</code> include quote marks within a JSON string, escape
2390
2714
  * each quote marks with a slash, as in the following example:</p>
@@ -2392,17 +2716,17 @@ export interface InputTransformer {
2392
2716
  * <code> "InputTransformer":</code>
2393
2717
  * </p>
2394
2718
  * <p>
2395
- * <code>{</code>
2719
+ * <code>\{</code>
2396
2720
  * </p>
2397
2721
  * <p>
2398
- * <code>"InputPathsMap": {"instance": "$.detail.instance","status":
2399
- * "$.detail.status"},</code>
2722
+ * <code>"InputPathsMap": \{"instance": "$.detail.instance","status":
2723
+ * "$.detail.status"\},</code>
2400
2724
  * </p>
2401
2725
  * <p>
2402
2726
  * <code>"InputTemplate": "<instance> is in state \"<status>\""</code>
2403
2727
  * </p>
2404
2728
  * <p>
2405
- * <code>}</code>
2729
+ * <code>\}</code>
2406
2730
  * </p>
2407
2731
  * <p>The <code>InputTemplate</code> can also be valid JSON with varibles in quotes or out, as
2408
2732
  * in the following example:</p>
@@ -2410,23 +2734,24 @@ export interface InputTransformer {
2410
2734
  * <code> "InputTransformer":</code>
2411
2735
  * </p>
2412
2736
  * <p>
2413
- * <code>{</code>
2737
+ * <code>\{</code>
2414
2738
  * </p>
2415
2739
  * <p>
2416
- * <code>"InputPathsMap": {"instance": "$.detail.instance","status":
2417
- * "$.detail.status"},</code>
2740
+ * <code>"InputPathsMap": \{"instance": "$.detail.instance","status":
2741
+ * "$.detail.status"\},</code>
2418
2742
  * </p>
2419
2743
  * <p>
2420
- * <code>"InputTemplate": '{"myInstance": <instance>,"myStatus": "<instance> is
2421
- * in state \"<status>\""}'</code>
2744
+ * <code>"InputTemplate": '\{"myInstance": <instance>,"myStatus": "<instance> is
2745
+ * in state \"<status>\""\}'</code>
2422
2746
  * </p>
2423
2747
  * <p>
2424
- * <code>}</code>
2748
+ * <code>\}</code>
2425
2749
  * </p>
2426
2750
  */
2427
2751
  InputTemplate: string | undefined;
2428
2752
  }
2429
2753
  /**
2754
+ * @public
2430
2755
  * <p>This object enables you to specify a JSON path to extract from the event and use as the
2431
2756
  * partition key for the Amazon Kinesis data stream, so that you can control the shard to which
2432
2757
  * the event goes. If you do not include this parameter, the default is to use the
@@ -2441,6 +2766,7 @@ export interface KinesisParameters {
2441
2766
  PartitionKeyPath: string | undefined;
2442
2767
  }
2443
2768
  /**
2769
+ * @public
2444
2770
  * <p>These are custom parameters to be used when the target is a Amazon Redshift cluster or Redshift Serverless workgroup to invoke the
2445
2771
  * Amazon Redshift Data API ExecuteStatement based on EventBridge events.</p>
2446
2772
  */
@@ -2475,6 +2801,7 @@ export interface RedshiftDataParameters {
2475
2801
  WithEvent?: boolean;
2476
2802
  }
2477
2803
  /**
2804
+ * @public
2478
2805
  * <p>A <code>RetryPolicy</code> object that includes information about the retry policy
2479
2806
  * settings.</p>
2480
2807
  */
@@ -2491,6 +2818,7 @@ export interface RetryPolicy {
2491
2818
  MaximumEventAgeInSeconds?: number;
2492
2819
  }
2493
2820
  /**
2821
+ * @public
2494
2822
  * <p>Information about the EC2 instances that are to be sent the command, specified as
2495
2823
  * key-value pairs. Each <code>RunCommandTarget</code> block can include only one key, but this
2496
2824
  * key may specify multiple values.</p>
@@ -2511,6 +2839,7 @@ export interface RunCommandTarget {
2511
2839
  Values: string[] | undefined;
2512
2840
  }
2513
2841
  /**
2842
+ * @public
2514
2843
  * <p>This parameter contains the criteria (either InstanceIds or a tag) used to specify which
2515
2844
  * EC2 instances are to be sent the command. </p>
2516
2845
  */
@@ -2522,6 +2851,7 @@ export interface RunCommandParameters {
2522
2851
  RunCommandTargets: RunCommandTarget[] | undefined;
2523
2852
  }
2524
2853
  /**
2854
+ * @public
2525
2855
  * <p>Name/Value pair of a parameter to start execution of a SageMaker Model Building
2526
2856
  * Pipeline.</p>
2527
2857
  */
@@ -2536,6 +2866,7 @@ export interface SageMakerPipelineParameter {
2536
2866
  Value: string | undefined;
2537
2867
  }
2538
2868
  /**
2869
+ * @public
2539
2870
  * <p>These are custom parameters to use when the target is a SageMaker Model Building Pipeline
2540
2871
  * that starts based on EventBridge events.</p>
2541
2872
  */
@@ -2546,6 +2877,7 @@ export interface SageMakerPipelineParameters {
2546
2877
  PipelineParameterList?: SageMakerPipelineParameter[];
2547
2878
  }
2548
2879
  /**
2880
+ * @public
2549
2881
  * <p>This structure includes the custom parameter to be used when the target is an SQS FIFO
2550
2882
  * queue.</p>
2551
2883
  */
@@ -2556,6 +2888,7 @@ export interface SqsParameters {
2556
2888
  MessageGroupId?: string;
2557
2889
  }
2558
2890
  /**
2891
+ * @public
2559
2892
  * <p>Targets are the resources to be invoked when a rule is triggered. For a complete list of
2560
2893
  * services and resources that can be set as a target, see <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutTargets.html">PutTargets</a>.</p>
2561
2894
  * <p>If you are setting the event bus of another account as the target, and that account
@@ -2662,6 +2995,9 @@ export interface Target {
2662
2995
  */
2663
2996
  RetryPolicy?: RetryPolicy;
2664
2997
  }
2998
+ /**
2999
+ * @public
3000
+ */
2665
3001
  export interface ListTargetsByRuleResponse {
2666
3002
  /**
2667
3003
  * <p>The targets assigned to the rule.</p>
@@ -2674,6 +3010,7 @@ export interface ListTargetsByRuleResponse {
2674
3010
  NextToken?: string;
2675
3011
  }
2676
3012
  /**
3013
+ * @public
2677
3014
  * <p>Represents an event to be submitted.</p>
2678
3015
  */
2679
3016
  export interface PutEventsRequestEntry {
@@ -2717,6 +3054,9 @@ export interface PutEventsRequestEntry {
2717
3054
  */
2718
3055
  TraceHeader?: string;
2719
3056
  }
3057
+ /**
3058
+ * @public
3059
+ */
2720
3060
  export interface PutEventsRequest {
2721
3061
  /**
2722
3062
  * <p>The entry that defines an event in your system. You can specify several parameters for the
@@ -2733,6 +3073,7 @@ export interface PutEventsRequest {
2733
3073
  EndpointId?: string;
2734
3074
  }
2735
3075
  /**
3076
+ * @public
2736
3077
  * <p>Represents an event that failed to be submitted. For information about the errors that are common to all actions, see
2737
3078
  * <a href="https://docs.aws.amazon.com/eventbridge/latest/APIReference/CommonErrors.html">Common Errors</a>.</p>
2738
3079
  */
@@ -2750,6 +3091,9 @@ export interface PutEventsResultEntry {
2750
3091
  */
2751
3092
  ErrorMessage?: string;
2752
3093
  }
3094
+ /**
3095
+ * @public
3096
+ */
2753
3097
  export interface PutEventsResponse {
2754
3098
  /**
2755
3099
  * <p>The number of failed entries.</p>
@@ -2764,6 +3108,7 @@ export interface PutEventsResponse {
2764
3108
  Entries?: PutEventsResultEntry[];
2765
3109
  }
2766
3110
  /**
3111
+ * @public
2767
3112
  * <p>The details about an event generated by an SaaS partner.</p>
2768
3113
  */
2769
3114
  export interface PutPartnerEventsRequestEntry {
@@ -2790,6 +3135,9 @@ export interface PutPartnerEventsRequestEntry {
2790
3135
  */
2791
3136
  Detail?: string;
2792
3137
  }
3138
+ /**
3139
+ * @public
3140
+ */
2793
3141
  export interface PutPartnerEventsRequest {
2794
3142
  /**
2795
3143
  * <p>The list of events to write to the event bus.</p>
@@ -2797,6 +3145,7 @@ export interface PutPartnerEventsRequest {
2797
3145
  Entries: PutPartnerEventsRequestEntry[] | undefined;
2798
3146
  }
2799
3147
  /**
3148
+ * @public
2800
3149
  * <p>Represents an event that a partner tried to generate, but failed.</p>
2801
3150
  */
2802
3151
  export interface PutPartnerEventsResultEntry {
@@ -2813,6 +3162,9 @@ export interface PutPartnerEventsResultEntry {
2813
3162
  */
2814
3163
  ErrorMessage?: string;
2815
3164
  }
3165
+ /**
3166
+ * @public
3167
+ */
2816
3168
  export interface PutPartnerEventsResponse {
2817
3169
  /**
2818
3170
  * <p>The number of events from this operation that could not be written to the partner event
@@ -2826,6 +3178,7 @@ export interface PutPartnerEventsResponse {
2826
3178
  Entries?: PutPartnerEventsResultEntry[];
2827
3179
  }
2828
3180
  /**
3181
+ * @public
2829
3182
  * <p>The event bus policy is too long. For more information, see the limits.</p>
2830
3183
  */
2831
3184
  export declare class PolicyLengthExceededException extends __BaseException {
@@ -2837,14 +3190,15 @@ export declare class PolicyLengthExceededException extends __BaseException {
2837
3190
  constructor(opts: __ExceptionOptionType<PolicyLengthExceededException, __BaseException>);
2838
3191
  }
2839
3192
  /**
3193
+ * @public
2840
3194
  * <p>A JSON string which you can use to limit the event bus permissions you are granting to
2841
3195
  * only accounts that fulfill the condition. Currently, the only supported condition is
2842
3196
  * membership in a certain Amazon Web Services organization. The string must contain <code>Type</code>,
2843
3197
  * <code>Key</code>, and <code>Value</code> fields. The <code>Value</code> field specifies the
2844
3198
  * ID of the Amazon Web Services organization. Following is an example value for <code>Condition</code>:</p>
2845
3199
  * <p>
2846
- * <code>'{"Type" : "StringEquals", "Key": "aws:PrincipalOrgID", "Value":
2847
- * "o-1234567890"}'</code>
3200
+ * <code>'\{"Type" : "StringEquals", "Key": "aws:PrincipalOrgID", "Value":
3201
+ * "o-1234567890"\}'</code>
2848
3202
  * </p>
2849
3203
  */
2850
3204
  export interface Condition {
@@ -2864,6 +3218,9 @@ export interface Condition {
2864
3218
  */
2865
3219
  Value: string | undefined;
2866
3220
  }
3221
+ /**
3222
+ * @public
3223
+ */
2867
3224
  export interface PutPermissionRequest {
2868
3225
  /**
2869
3226
  * <p>The name of the event bus associated with the rule. If you omit this, the default event
@@ -2912,6 +3269,9 @@ export interface PutPermissionRequest {
2912
3269
  */
2913
3270
  Policy?: string;
2914
3271
  }
3272
+ /**
3273
+ * @public
3274
+ */
2915
3275
  export interface PutRuleRequest {
2916
3276
  /**
2917
3277
  * <p>The name of the rule that you are creating or updating.</p>
@@ -2952,12 +3312,18 @@ export interface PutRuleRequest {
2952
3312
  */
2953
3313
  EventBusName?: string;
2954
3314
  }
3315
+ /**
3316
+ * @public
3317
+ */
2955
3318
  export interface PutRuleResponse {
2956
3319
  /**
2957
3320
  * <p>The Amazon Resource Name (ARN) of the rule.</p>
2958
3321
  */
2959
3322
  RuleArn?: string;
2960
3323
  }
3324
+ /**
3325
+ * @public
3326
+ */
2961
3327
  export interface PutTargetsRequest {
2962
3328
  /**
2963
3329
  * <p>The name of the rule.</p>
@@ -2974,6 +3340,7 @@ export interface PutTargetsRequest {
2974
3340
  Targets: Target[] | undefined;
2975
3341
  }
2976
3342
  /**
3343
+ * @public
2977
3344
  * <p>Represents a target that failed to be added to a rule.</p>
2978
3345
  */
2979
3346
  export interface PutTargetsResultEntry {
@@ -2992,6 +3359,9 @@ export interface PutTargetsResultEntry {
2992
3359
  */
2993
3360
  ErrorMessage?: string;
2994
3361
  }
3362
+ /**
3363
+ * @public
3364
+ */
2995
3365
  export interface PutTargetsResponse {
2996
3366
  /**
2997
3367
  * <p>The number of failed entries.</p>
@@ -3002,6 +3372,9 @@ export interface PutTargetsResponse {
3002
3372
  */
3003
3373
  FailedEntries?: PutTargetsResultEntry[];
3004
3374
  }
3375
+ /**
3376
+ * @public
3377
+ */
3005
3378
  export interface RemovePermissionRequest {
3006
3379
  /**
3007
3380
  * <p>The statement ID corresponding to the account that is no longer allowed to put events to
@@ -3018,6 +3391,9 @@ export interface RemovePermissionRequest {
3018
3391
  */
3019
3392
  EventBusName?: string;
3020
3393
  }
3394
+ /**
3395
+ * @public
3396
+ */
3021
3397
  export interface RemoveTargetsRequest {
3022
3398
  /**
3023
3399
  * <p>The name of the rule.</p>
@@ -3042,6 +3418,7 @@ export interface RemoveTargetsRequest {
3042
3418
  Force?: boolean;
3043
3419
  }
3044
3420
  /**
3421
+ * @public
3045
3422
  * <p>Represents a target that failed to be removed from a rule.</p>
3046
3423
  */
3047
3424
  export interface RemoveTargetsResultEntry {
@@ -3060,6 +3437,9 @@ export interface RemoveTargetsResultEntry {
3060
3437
  */
3061
3438
  ErrorMessage?: string;
3062
3439
  }
3440
+ /**
3441
+ * @public
3442
+ */
3063
3443
  export interface RemoveTargetsResponse {
3064
3444
  /**
3065
3445
  * <p>The number of failed entries.</p>
@@ -3070,6 +3450,9 @@ export interface RemoveTargetsResponse {
3070
3450
  */
3071
3451
  FailedEntries?: RemoveTargetsResultEntry[];
3072
3452
  }
3453
+ /**
3454
+ * @public
3455
+ */
3073
3456
  export interface StartReplayRequest {
3074
3457
  /**
3075
3458
  * <p>The name of the replay to start.</p>
@@ -3099,6 +3482,9 @@ export interface StartReplayRequest {
3099
3482
  */
3100
3483
  Destination: ReplayDestination | undefined;
3101
3484
  }
3485
+ /**
3486
+ * @public
3487
+ */
3102
3488
  export interface StartReplayResponse {
3103
3489
  /**
3104
3490
  * <p>The ARN of the replay.</p>
@@ -3117,6 +3503,9 @@ export interface StartReplayResponse {
3117
3503
  */
3118
3504
  ReplayStartTime?: Date;
3119
3505
  }
3506
+ /**
3507
+ * @public
3508
+ */
3120
3509
  export interface TagResourceRequest {
3121
3510
  /**
3122
3511
  * <p>The ARN of the EventBridge resource that you're adding tags to.</p>
@@ -3127,8 +3516,14 @@ export interface TagResourceRequest {
3127
3516
  */
3128
3517
  Tags: Tag[] | undefined;
3129
3518
  }
3519
+ /**
3520
+ * @public
3521
+ */
3130
3522
  export interface TagResourceResponse {
3131
3523
  }
3524
+ /**
3525
+ * @public
3526
+ */
3132
3527
  export interface TestEventPatternRequest {
3133
3528
  /**
3134
3529
  * <p>The event pattern. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-and-event-patterns.html">Events and Event
@@ -3179,12 +3574,18 @@ export interface TestEventPatternRequest {
3179
3574
  */
3180
3575
  Event: string | undefined;
3181
3576
  }
3577
+ /**
3578
+ * @public
3579
+ */
3182
3580
  export interface TestEventPatternResponse {
3183
3581
  /**
3184
3582
  * <p>Indicates whether the event matches the event pattern.</p>
3185
3583
  */
3186
3584
  Result?: boolean;
3187
3585
  }
3586
+ /**
3587
+ * @public
3588
+ */
3188
3589
  export interface UntagResourceRequest {
3189
3590
  /**
3190
3591
  * <p>The ARN of the EventBridge resource from which you are removing tags.</p>
@@ -3195,8 +3596,14 @@ export interface UntagResourceRequest {
3195
3596
  */
3196
3597
  TagKeys: string[] | undefined;
3197
3598
  }
3599
+ /**
3600
+ * @public
3601
+ */
3198
3602
  export interface UntagResourceResponse {
3199
3603
  }
3604
+ /**
3605
+ * @public
3606
+ */
3200
3607
  export interface UpdateApiDestinationRequest {
3201
3608
  /**
3202
3609
  * <p>The name of the API destination to update.</p>
@@ -3223,6 +3630,9 @@ export interface UpdateApiDestinationRequest {
3223
3630
  */
3224
3631
  InvocationRateLimitPerSecond?: number;
3225
3632
  }
3633
+ /**
3634
+ * @public
3635
+ */
3226
3636
  export interface UpdateApiDestinationResponse {
3227
3637
  /**
3228
3638
  * <p>The ARN of the API destination that was updated.</p>
@@ -3241,6 +3651,9 @@ export interface UpdateApiDestinationResponse {
3241
3651
  */
3242
3652
  LastModifiedTime?: Date;
3243
3653
  }
3654
+ /**
3655
+ * @public
3656
+ */
3244
3657
  export interface UpdateArchiveRequest {
3245
3658
  /**
3246
3659
  * <p>The name of the archive to update.</p>
@@ -3259,6 +3672,9 @@ export interface UpdateArchiveRequest {
3259
3672
  */
3260
3673
  RetentionDays?: number;
3261
3674
  }
3675
+ /**
3676
+ * @public
3677
+ */
3262
3678
  export interface UpdateArchiveResponse {
3263
3679
  /**
3264
3680
  * <p>The ARN of the archive.</p>
@@ -3278,6 +3694,7 @@ export interface UpdateArchiveResponse {
3278
3694
  CreationTime?: Date;
3279
3695
  }
3280
3696
  /**
3697
+ * @public
3281
3698
  * <p>Contains the API key authorization parameters to use to update the connection.</p>
3282
3699
  */
3283
3700
  export interface UpdateConnectionApiKeyAuthRequestParameters {
@@ -3291,6 +3708,7 @@ export interface UpdateConnectionApiKeyAuthRequestParameters {
3291
3708
  ApiKeyValue?: string;
3292
3709
  }
3293
3710
  /**
3711
+ * @public
3294
3712
  * <p>Contains the Basic authorization parameters for the connection.</p>
3295
3713
  */
3296
3714
  export interface UpdateConnectionBasicAuthRequestParameters {
@@ -3304,6 +3722,7 @@ export interface UpdateConnectionBasicAuthRequestParameters {
3304
3722
  Password?: string;
3305
3723
  }
3306
3724
  /**
3725
+ * @public
3307
3726
  * <p>Contains the OAuth authorization parameters to use for the connection.</p>
3308
3727
  */
3309
3728
  export interface UpdateConnectionOAuthClientRequestParameters {
@@ -3317,6 +3736,7 @@ export interface UpdateConnectionOAuthClientRequestParameters {
3317
3736
  ClientSecret?: string;
3318
3737
  }
3319
3738
  /**
3739
+ * @public
3320
3740
  * <p>Contains the OAuth request parameters to use for the connection.</p>
3321
3741
  */
3322
3742
  export interface UpdateConnectionOAuthRequestParameters {
@@ -3341,6 +3761,7 @@ export interface UpdateConnectionOAuthRequestParameters {
3341
3761
  OAuthHttpParameters?: ConnectionHttpParameters;
3342
3762
  }
3343
3763
  /**
3764
+ * @public
3344
3765
  * <p>Contains the additional parameters to use for the connection.</p>
3345
3766
  */
3346
3767
  export interface UpdateConnectionAuthRequestParameters {
@@ -3365,6 +3786,9 @@ export interface UpdateConnectionAuthRequestParameters {
3365
3786
  */
3366
3787
  InvocationHttpParameters?: ConnectionHttpParameters;
3367
3788
  }
3789
+ /**
3790
+ * @public
3791
+ */
3368
3792
  export interface UpdateConnectionRequest {
3369
3793
  /**
3370
3794
  * <p>The name of the connection to update.</p>
@@ -3383,6 +3807,9 @@ export interface UpdateConnectionRequest {
3383
3807
  */
3384
3808
  AuthParameters?: UpdateConnectionAuthRequestParameters;
3385
3809
  }
3810
+ /**
3811
+ * @public
3812
+ */
3386
3813
  export interface UpdateConnectionResponse {
3387
3814
  /**
3388
3815
  * <p>The ARN of the connection that was updated.</p>
@@ -3405,6 +3832,9 @@ export interface UpdateConnectionResponse {
3405
3832
  */
3406
3833
  LastAuthorizedTime?: Date;
3407
3834
  }
3835
+ /**
3836
+ * @public
3837
+ */
3408
3838
  export interface UpdateEndpointRequest {
3409
3839
  /**
3410
3840
  * <p>The name of the endpoint you want to update.</p>
@@ -3431,6 +3861,9 @@ export interface UpdateEndpointRequest {
3431
3861
  */
3432
3862
  RoleArn?: string;
3433
3863
  }
3864
+ /**
3865
+ * @public
3866
+ */
3434
3867
  export interface UpdateEndpointResponse {
3435
3868
  /**
3436
3869
  * <p>The name of the endpoint you updated in this request.</p>