@aws-sdk/client-eventbridge 3.534.0 → 3.540.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 (123) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/EventBridge.d.ts +12 -1
  6. package/dist-types/EventBridgeClient.d.ts +1 -1
  7. package/dist-types/commands/ActivateEventSourceCommand.d.ts +2 -1
  8. package/dist-types/commands/CancelReplayCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateApiDestinationCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateArchiveCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateConnectionCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateEventBusCommand.d.ts +2 -1
  14. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +2 -1
  16. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteArchiveCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteEventBusCommand.d.ts +2 -1
  22. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeArchiveCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeConnectionCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEventBusCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeEventSourceCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeReplayCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeRuleCommand.d.ts +2 -1
  33. package/dist-types/commands/DisableRuleCommand.d.ts +2 -1
  34. package/dist-types/commands/EnableRuleCommand.d.ts +2 -1
  35. package/dist-types/commands/ListApiDestinationsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListArchivesCommand.d.ts +2 -1
  37. package/dist-types/commands/ListConnectionsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListEndpointsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListEventBusesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListEventSourcesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +2 -1
  43. package/dist-types/commands/ListReplaysCommand.d.ts +2 -1
  44. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +2 -1
  45. package/dist-types/commands/ListRulesCommand.d.ts +2 -1
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +2 -1
  48. package/dist-types/commands/PutEventsCommand.d.ts +2 -1
  49. package/dist-types/commands/PutPartnerEventsCommand.d.ts +2 -1
  50. package/dist-types/commands/PutPermissionCommand.d.ts +2 -1
  51. package/dist-types/commands/PutRuleCommand.d.ts +2 -1
  52. package/dist-types/commands/PutTargetsCommand.d.ts +2 -1
  53. package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
  54. package/dist-types/commands/RemoveTargetsCommand.d.ts +2 -1
  55. package/dist-types/commands/StartReplayCommand.d.ts +2 -1
  56. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  57. package/dist-types/commands/TestEventPatternCommand.d.ts +2 -1
  58. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateArchiveCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -1
  63. package/dist-types/index.d.ts +0 -1
  64. package/dist-types/models/models_0.d.ts +643 -643
  65. package/dist-types/ts3.4/EventBridge.d.ts +11 -0
  66. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -0
  111. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/index.d.ts +0 -1
  123. package/package.json +41 -41
@@ -498,6 +498,7 @@ export interface EventBridge {
498
498
  options: __HttpHandlerOptions,
499
499
  cb: (err: any, data?: DescribeEndpointCommandOutput) => void
500
500
  ): void;
501
+ describeEventBus(): Promise<DescribeEventBusCommandOutput>;
501
502
  describeEventBus(
502
503
  args: DescribeEventBusCommandInput,
503
504
  options?: __HttpHandlerOptions
@@ -589,6 +590,7 @@ export interface EventBridge {
589
590
  options: __HttpHandlerOptions,
590
591
  cb: (err: any, data?: EnableRuleCommandOutput) => void
591
592
  ): void;
593
+ listApiDestinations(): Promise<ListApiDestinationsCommandOutput>;
592
594
  listApiDestinations(
593
595
  args: ListApiDestinationsCommandInput,
594
596
  options?: __HttpHandlerOptions
@@ -602,6 +604,7 @@ export interface EventBridge {
602
604
  options: __HttpHandlerOptions,
603
605
  cb: (err: any, data?: ListApiDestinationsCommandOutput) => void
604
606
  ): void;
607
+ listArchives(): Promise<ListArchivesCommandOutput>;
605
608
  listArchives(
606
609
  args: ListArchivesCommandInput,
607
610
  options?: __HttpHandlerOptions
@@ -615,6 +618,7 @@ export interface EventBridge {
615
618
  options: __HttpHandlerOptions,
616
619
  cb: (err: any, data?: ListArchivesCommandOutput) => void
617
620
  ): void;
621
+ listConnections(): Promise<ListConnectionsCommandOutput>;
618
622
  listConnections(
619
623
  args: ListConnectionsCommandInput,
620
624
  options?: __HttpHandlerOptions
@@ -628,6 +632,7 @@ export interface EventBridge {
628
632
  options: __HttpHandlerOptions,
629
633
  cb: (err: any, data?: ListConnectionsCommandOutput) => void
630
634
  ): void;
635
+ listEndpoints(): Promise<ListEndpointsCommandOutput>;
631
636
  listEndpoints(
632
637
  args: ListEndpointsCommandInput,
633
638
  options?: __HttpHandlerOptions
@@ -641,6 +646,7 @@ export interface EventBridge {
641
646
  options: __HttpHandlerOptions,
642
647
  cb: (err: any, data?: ListEndpointsCommandOutput) => void
643
648
  ): void;
649
+ listEventBuses(): Promise<ListEventBusesCommandOutput>;
644
650
  listEventBuses(
645
651
  args: ListEventBusesCommandInput,
646
652
  options?: __HttpHandlerOptions
@@ -654,6 +660,7 @@ export interface EventBridge {
654
660
  options: __HttpHandlerOptions,
655
661
  cb: (err: any, data?: ListEventBusesCommandOutput) => void
656
662
  ): void;
663
+ listEventSources(): Promise<ListEventSourcesCommandOutput>;
657
664
  listEventSources(
658
665
  args: ListEventSourcesCommandInput,
659
666
  options?: __HttpHandlerOptions
@@ -693,6 +700,7 @@ export interface EventBridge {
693
700
  options: __HttpHandlerOptions,
694
701
  cb: (err: any, data?: ListPartnerEventSourcesCommandOutput) => void
695
702
  ): void;
703
+ listReplays(): Promise<ListReplaysCommandOutput>;
696
704
  listReplays(
697
705
  args: ListReplaysCommandInput,
698
706
  options?: __HttpHandlerOptions
@@ -719,6 +727,7 @@ export interface EventBridge {
719
727
  options: __HttpHandlerOptions,
720
728
  cb: (err: any, data?: ListRuleNamesByTargetCommandOutput) => void
721
729
  ): void;
730
+ listRules(): Promise<ListRulesCommandOutput>;
722
731
  listRules(
723
732
  args: ListRulesCommandInput,
724
733
  options?: __HttpHandlerOptions
@@ -784,6 +793,7 @@ export interface EventBridge {
784
793
  options: __HttpHandlerOptions,
785
794
  cb: (err: any, data?: PutPartnerEventsCommandOutput) => void
786
795
  ): void;
796
+ putPermission(): Promise<PutPermissionCommandOutput>;
787
797
  putPermission(
788
798
  args: PutPermissionCommandInput,
789
799
  options?: __HttpHandlerOptions
@@ -823,6 +833,7 @@ export interface EventBridge {
823
833
  options: __HttpHandlerOptions,
824
834
  cb: (err: any, data?: PutTargetsCommandOutput) => void
825
835
  ): void;
836
+ removePermission(): Promise<RemovePermissionCommandOutput>;
826
837
  removePermission(
827
838
  args: RemovePermissionCommandInput,
828
839
  options?: __HttpHandlerOptions
@@ -20,6 +20,15 @@ declare const ActivateEventSourceCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: ActivateEventSourceCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ ActivateEventSourceCommandInput,
27
+ ActivateEventSourceCommandOutput,
28
+ EventBridgeClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class ActivateEventSourceCommand extends ActivateEventSourceCommand_base {}
@@ -21,6 +21,15 @@ declare const CancelReplayCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CancelReplayCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CancelReplayCommandInput,
28
+ CancelReplayCommandOutput,
29
+ EventBridgeClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CancelReplayCommand extends CancelReplayCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateApiDestinationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateApiDestinationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateApiDestinationCommandInput,
32
+ CreateApiDestinationCommandOutput,
33
+ EventBridgeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateApiDestinationCommand extends CreateApiDestinationCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateArchiveCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateArchiveCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateArchiveCommandInput,
31
+ CreateArchiveCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateArchiveCommand extends CreateArchiveCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateConnectionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateConnectionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateConnectionCommandInput,
31
+ CreateConnectionCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateConnectionCommand extends CreateConnectionCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateEndpointCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateEndpointCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateEndpointCommandInput,
31
+ CreateEndpointCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateEndpointCommand extends CreateEndpointCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateEventBusCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateEventBusCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateEventBusCommandInput,
31
+ CreateEventBusCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateEventBusCommand extends CreateEventBusCommand_base {}
@@ -25,6 +25,15 @@ declare const CreatePartnerEventSourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreatePartnerEventSourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreatePartnerEventSourceCommandInput,
32
+ CreatePartnerEventSourceCommandOutput,
33
+ EventBridgeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreatePartnerEventSourceCommand extends CreatePartnerEventSourceCommand_base {}
@@ -20,6 +20,15 @@ declare const DeactivateEventSourceCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeactivateEventSourceCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeactivateEventSourceCommandInput,
27
+ DeactivateEventSourceCommandOutput,
28
+ EventBridgeClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeactivateEventSourceCommand extends DeactivateEventSourceCommand_base {}
@@ -25,6 +25,15 @@ declare const DeauthorizeConnectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeauthorizeConnectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeauthorizeConnectionCommandInput,
32
+ DeauthorizeConnectionCommandOutput,
33
+ EventBridgeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeauthorizeConnectionCommand extends DeauthorizeConnectionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteApiDestinationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteApiDestinationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteApiDestinationCommandInput,
32
+ DeleteApiDestinationCommandOutput,
33
+ EventBridgeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteApiDestinationCommand extends DeleteApiDestinationCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteArchiveCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteArchiveCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteArchiveCommandInput,
31
+ DeleteArchiveCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteConnectionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteConnectionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteConnectionCommandInput,
31
+ DeleteConnectionCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteEndpointCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteEndpointCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteEndpointCommandInput,
31
+ DeleteEndpointCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteEventBusCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteEventBusCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteEventBusCommandInput,
26
+ DeleteEventBusCommandOutput,
27
+ EventBridgeClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteEventBusCommand extends DeleteEventBusCommand_base {}
@@ -21,6 +21,15 @@ declare const DeletePartnerEventSourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeletePartnerEventSourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeletePartnerEventSourceCommandInput,
28
+ DeletePartnerEventSourceCommandOutput,
29
+ EventBridgeClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeletePartnerEventSourceCommand extends DeletePartnerEventSourceCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteRuleCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteRuleCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteRuleCommandInput,
26
+ DeleteRuleCommandOutput,
27
+ EventBridgeClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteRuleCommand extends DeleteRuleCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeApiDestinationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeApiDestinationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeApiDestinationCommandInput,
32
+ DescribeApiDestinationCommandOutput,
33
+ EventBridgeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeApiDestinationCommand extends DescribeApiDestinationCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeArchiveCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeArchiveCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeArchiveCommandInput,
31
+ DescribeArchiveCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeArchiveCommand extends DescribeArchiveCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeConnectionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeConnectionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeConnectionCommandInput,
32
+ DescribeConnectionCommandOutput,
33
+ EventBridgeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeConnectionCommand extends DescribeConnectionCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeEndpointCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeEndpointCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeEndpointCommandInput,
31
+ DescribeEndpointCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeEndpointCommand extends DescribeEndpointCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeEventBusCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [DescribeEventBusCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeEventBusCommandInput,
31
+ DescribeEventBusCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeEventBusCommand extends DescribeEventBusCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeEventSourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeEventSourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEventSourceCommandInput,
32
+ DescribeEventSourceCommandOutput,
33
+ EventBridgeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEventSourceCommand extends DescribeEventSourceCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribePartnerEventSourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribePartnerEventSourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribePartnerEventSourceCommandInput,
32
+ DescribePartnerEventSourceCommandOutput,
33
+ EventBridgeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribePartnerEventSourceCommand extends DescribePartnerEventSourceCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeReplayCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeReplayCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeReplayCommandInput,
31
+ DescribeReplayCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeReplayCommand extends DescribeReplayCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeRuleCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DescribeRuleCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeRuleCommandInput,
28
+ DescribeRuleCommandOutput,
29
+ EventBridgeClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeRuleCommand extends DescribeRuleCommand_base {}
@@ -19,6 +19,15 @@ declare const DisableRuleCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DisableRuleCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DisableRuleCommandInput,
26
+ DisableRuleCommandOutput,
27
+ EventBridgeClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DisableRuleCommand extends DisableRuleCommand_base {}
@@ -19,6 +19,15 @@ declare const EnableRuleCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: EnableRuleCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ EnableRuleCommandInput,
26
+ EnableRuleCommandOutput,
27
+ EventBridgeClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class EnableRuleCommand extends EnableRuleCommand_base {}
@@ -25,6 +25,15 @@ declare const ListApiDestinationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListApiDestinationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListApiDestinationsCommandInput,
32
+ ListApiDestinationsCommandOutput,
33
+ EventBridgeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListApiDestinationsCommand extends ListApiDestinationsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListArchivesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListArchivesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListArchivesCommandInput,
28
+ ListArchivesCommandOutput,
29
+ EventBridgeClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListArchivesCommand extends ListArchivesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListConnectionsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListConnectionsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListConnectionsCommandInput,
31
+ ListConnectionsCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListConnectionsCommand extends ListConnectionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListEndpointsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListEndpointsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListEndpointsCommandInput,
31
+ ListEndpointsCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListEndpointsCommand extends ListEndpointsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListEventBusesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListEventBusesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListEventBusesCommandInput,
31
+ ListEventBusesCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListEventBusesCommand extends ListEventBusesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListEventSourcesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListEventSourcesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListEventSourcesCommandInput,
31
+ ListEventSourcesCommandOutput,
32
+ EventBridgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListEventSourcesCommand extends ListEventSourcesCommand_base {}