@aws-sdk/client-cloudwatch-events 3.529.1 → 3.535.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 (115) hide show
  1. package/dist-types/CloudWatchEvents.d.ts +11 -1
  2. package/dist-types/CloudWatchEventsClient.d.ts +1 -1
  3. package/dist-types/commands/ActivateEventSourceCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelReplayCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateApiDestinationCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateArchiveCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateConnectionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateEventBusCommand.d.ts +2 -1
  9. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +2 -1
  10. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +2 -1
  11. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteArchiveCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteEventBusCommand.d.ts +2 -1
  16. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeArchiveCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeConnectionCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeEventBusCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeEventSourceCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeReplayCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeRuleCommand.d.ts +2 -1
  26. package/dist-types/commands/DisableRuleCommand.d.ts +2 -1
  27. package/dist-types/commands/EnableRuleCommand.d.ts +2 -1
  28. package/dist-types/commands/ListApiDestinationsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListArchivesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListConnectionsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListEventBusesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListEventSourcesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListReplaysCommand.d.ts +2 -1
  36. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +2 -1
  37. package/dist-types/commands/ListRulesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +2 -1
  40. package/dist-types/commands/PutEventsCommand.d.ts +2 -1
  41. package/dist-types/commands/PutPartnerEventsCommand.d.ts +2 -1
  42. package/dist-types/commands/PutPermissionCommand.d.ts +2 -1
  43. package/dist-types/commands/PutRuleCommand.d.ts +2 -1
  44. package/dist-types/commands/PutTargetsCommand.d.ts +2 -1
  45. package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
  46. package/dist-types/commands/RemoveTargetsCommand.d.ts +2 -1
  47. package/dist-types/commands/StartReplayCommand.d.ts +2 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/TestEventPatternCommand.d.ts +2 -1
  50. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateArchiveCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateConnectionCommand.d.ts +2 -1
  54. package/dist-types/models/models_0.d.ts +561 -561
  55. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  56. package/dist-types/runtimeConfig.d.ts +2 -2
  57. package/dist-types/runtimeConfig.native.d.ts +2 -2
  58. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  59. package/dist-types/ts3.4/CloudWatchEvents.d.ts +10 -0
  60. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -0
  101. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  112. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  113. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  115. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) =>
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) =>
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) =>
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { CloudWatchEventsClientConfig } from "./CloudWatchEventsClient";
5
5
  export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: CloudWatchEventsClientConfig) =>
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -439,6 +439,7 @@ export interface CloudWatchEvents {
439
439
  options: __HttpHandlerOptions,
440
440
  cb: (err: any, data?: DescribeConnectionCommandOutput) => void
441
441
  ): void;
442
+ describeEventBus(): Promise<DescribeEventBusCommandOutput>;
442
443
  describeEventBus(
443
444
  args: DescribeEventBusCommandInput,
444
445
  options?: __HttpHandlerOptions
@@ -530,6 +531,7 @@ export interface CloudWatchEvents {
530
531
  options: __HttpHandlerOptions,
531
532
  cb: (err: any, data?: EnableRuleCommandOutput) => void
532
533
  ): void;
534
+ listApiDestinations(): Promise<ListApiDestinationsCommandOutput>;
533
535
  listApiDestinations(
534
536
  args: ListApiDestinationsCommandInput,
535
537
  options?: __HttpHandlerOptions
@@ -543,6 +545,7 @@ export interface CloudWatchEvents {
543
545
  options: __HttpHandlerOptions,
544
546
  cb: (err: any, data?: ListApiDestinationsCommandOutput) => void
545
547
  ): void;
548
+ listArchives(): Promise<ListArchivesCommandOutput>;
546
549
  listArchives(
547
550
  args: ListArchivesCommandInput,
548
551
  options?: __HttpHandlerOptions
@@ -556,6 +559,7 @@ export interface CloudWatchEvents {
556
559
  options: __HttpHandlerOptions,
557
560
  cb: (err: any, data?: ListArchivesCommandOutput) => void
558
561
  ): void;
562
+ listConnections(): Promise<ListConnectionsCommandOutput>;
559
563
  listConnections(
560
564
  args: ListConnectionsCommandInput,
561
565
  options?: __HttpHandlerOptions
@@ -569,6 +573,7 @@ export interface CloudWatchEvents {
569
573
  options: __HttpHandlerOptions,
570
574
  cb: (err: any, data?: ListConnectionsCommandOutput) => void
571
575
  ): void;
576
+ listEventBuses(): Promise<ListEventBusesCommandOutput>;
572
577
  listEventBuses(
573
578
  args: ListEventBusesCommandInput,
574
579
  options?: __HttpHandlerOptions
@@ -582,6 +587,7 @@ export interface CloudWatchEvents {
582
587
  options: __HttpHandlerOptions,
583
588
  cb: (err: any, data?: ListEventBusesCommandOutput) => void
584
589
  ): void;
590
+ listEventSources(): Promise<ListEventSourcesCommandOutput>;
585
591
  listEventSources(
586
592
  args: ListEventSourcesCommandInput,
587
593
  options?: __HttpHandlerOptions
@@ -621,6 +627,7 @@ export interface CloudWatchEvents {
621
627
  options: __HttpHandlerOptions,
622
628
  cb: (err: any, data?: ListPartnerEventSourcesCommandOutput) => void
623
629
  ): void;
630
+ listReplays(): Promise<ListReplaysCommandOutput>;
624
631
  listReplays(
625
632
  args: ListReplaysCommandInput,
626
633
  options?: __HttpHandlerOptions
@@ -647,6 +654,7 @@ export interface CloudWatchEvents {
647
654
  options: __HttpHandlerOptions,
648
655
  cb: (err: any, data?: ListRuleNamesByTargetCommandOutput) => void
649
656
  ): void;
657
+ listRules(): Promise<ListRulesCommandOutput>;
650
658
  listRules(
651
659
  args: ListRulesCommandInput,
652
660
  options?: __HttpHandlerOptions
@@ -712,6 +720,7 @@ export interface CloudWatchEvents {
712
720
  options: __HttpHandlerOptions,
713
721
  cb: (err: any, data?: PutPartnerEventsCommandOutput) => void
714
722
  ): void;
723
+ putPermission(): Promise<PutPermissionCommandOutput>;
715
724
  putPermission(
716
725
  args: PutPermissionCommandInput,
717
726
  options?: __HttpHandlerOptions
@@ -751,6 +760,7 @@ export interface CloudWatchEvents {
751
760
  options: __HttpHandlerOptions,
752
761
  cb: (err: any, data?: PutTargetsCommandOutput) => void
753
762
  ): void;
763
+ removePermission(): Promise<RemovePermissionCommandOutput>;
754
764
  removePermission(
755
765
  args: RemovePermissionCommandInput,
756
766
  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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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 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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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 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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
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 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
+ CloudWatchEventsClientResolvedConfig,
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
+ CloudWatchEventsClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListEventSourcesCommand extends ListEventSourcesCommand_base {}