@aws-sdk/client-eventbridge 3.650.0 → 3.654.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/commands/ActivateEventSourceCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelReplayCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateApiDestinationCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateArchiveCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateEndpointCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateEventBusCommand.d.ts +11 -0
  8. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +11 -0
  9. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +11 -0
  10. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteArchiveCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteEndpointCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteEventBusCommand.d.ts +11 -0
  16. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeArchiveCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeConnectionCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeEndpointCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeEventBusCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeEventSourceCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeReplayCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeRuleCommand.d.ts +11 -0
  27. package/dist-types/commands/DisableRuleCommand.d.ts +11 -0
  28. package/dist-types/commands/EnableRuleCommand.d.ts +11 -0
  29. package/dist-types/commands/ListApiDestinationsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListArchivesCommand.d.ts +11 -0
  31. package/dist-types/commands/ListConnectionsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListEndpointsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListEventBusesCommand.d.ts +11 -0
  34. package/dist-types/commands/ListEventSourcesCommand.d.ts +11 -0
  35. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +11 -0
  37. package/dist-types/commands/ListReplaysCommand.d.ts +11 -0
  38. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +11 -0
  39. package/dist-types/commands/ListRulesCommand.d.ts +11 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  41. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +11 -0
  42. package/dist-types/commands/PutEventsCommand.d.ts +11 -0
  43. package/dist-types/commands/PutPartnerEventsCommand.d.ts +11 -0
  44. package/dist-types/commands/PutPermissionCommand.d.ts +11 -0
  45. package/dist-types/commands/PutRuleCommand.d.ts +11 -0
  46. package/dist-types/commands/PutTargetsCommand.d.ts +11 -0
  47. package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
  48. package/dist-types/commands/RemoveTargetsCommand.d.ts +11 -0
  49. package/dist-types/commands/StartReplayCommand.d.ts +11 -0
  50. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  51. package/dist-types/commands/TestEventPatternCommand.d.ts +11 -0
  52. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateArchiveCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateConnectionCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateEndpointCommand.d.ts +11 -0
  57. package/dist-types/commands/UpdateEventBusCommand.d.ts +11 -0
  58. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/UpdateEventBusCommand.d.ts +12 -1
  115. package/package.json +37 -37
@@ -36,4 +36,15 @@ declare const DescribeEndpointCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeEndpointCommand extends DescribeEndpointCommand_base {}
39
+ export declare class DescribeEndpointCommand extends DescribeEndpointCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeEndpointRequest;
43
+ output: DescribeEndpointResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeEndpointCommandInput;
47
+ output: DescribeEndpointCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DescribeEventBusCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeEventBusCommand extends DescribeEventBusCommand_base {}
39
+ export declare class DescribeEventBusCommand extends DescribeEventBusCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeEventBusRequest;
43
+ output: DescribeEventBusResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeEventBusCommandInput;
47
+ output: DescribeEventBusCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeEventSourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeEventSourceCommand extends DescribeEventSourceCommand_base {}
40
+ export declare class DescribeEventSourceCommand extends DescribeEventSourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeEventSourceRequest;
44
+ output: DescribeEventSourceResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeEventSourceCommandInput;
48
+ output: DescribeEventSourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribePartnerEventSourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribePartnerEventSourceCommand extends DescribePartnerEventSourceCommand_base {}
40
+ export declare class DescribePartnerEventSourceCommand extends DescribePartnerEventSourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribePartnerEventSourceRequest;
44
+ output: DescribePartnerEventSourceResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribePartnerEventSourceCommandInput;
48
+ output: DescribePartnerEventSourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeReplayCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeReplayCommand extends DescribeReplayCommand_base {}
39
+ export declare class DescribeReplayCommand extends DescribeReplayCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeReplayRequest;
43
+ output: DescribeReplayResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeReplayCommandInput;
47
+ output: DescribeReplayCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DescribeRuleCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeRuleCommand extends DescribeRuleCommand_base {}
36
+ export declare class DescribeRuleCommand extends DescribeRuleCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeRuleRequest;
40
+ output: DescribeRuleResponse;
41
+ };
42
+ sdk: {
43
+ input: DescribeRuleCommandInput;
44
+ output: DescribeRuleCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DisableRuleCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DisableRuleCommand extends DisableRuleCommand_base {}
34
+ export declare class DisableRuleCommand extends DisableRuleCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DisableRuleRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DisableRuleCommandInput;
42
+ output: DisableRuleCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const EnableRuleCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class EnableRuleCommand extends EnableRuleCommand_base {}
34
+ export declare class EnableRuleCommand extends EnableRuleCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: EnableRuleRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: EnableRuleCommandInput;
42
+ output: EnableRuleCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const ListApiDestinationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListApiDestinationsCommand extends ListApiDestinationsCommand_base {}
40
+ export declare class ListApiDestinationsCommand extends ListApiDestinationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListApiDestinationsRequest;
44
+ output: ListApiDestinationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListApiDestinationsCommandInput;
48
+ output: ListApiDestinationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListArchivesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListArchivesCommand extends ListArchivesCommand_base {}
36
+ export declare class ListArchivesCommand extends ListArchivesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListArchivesRequest;
40
+ output: ListArchivesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListArchivesCommandInput;
44
+ output: ListArchivesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListConnectionsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListConnectionsCommand extends ListConnectionsCommand_base {}
39
+ export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListConnectionsRequest;
43
+ output: ListConnectionsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListConnectionsCommandInput;
47
+ output: ListConnectionsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ListEndpointsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListEndpointsCommand extends ListEndpointsCommand_base {}
39
+ export declare class ListEndpointsCommand extends ListEndpointsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListEndpointsRequest;
43
+ output: ListEndpointsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListEndpointsCommandInput;
47
+ output: ListEndpointsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ListEventBusesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListEventBusesCommand extends ListEventBusesCommand_base {}
39
+ export declare class ListEventBusesCommand extends ListEventBusesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListEventBusesRequest;
43
+ output: ListEventBusesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListEventBusesCommandInput;
47
+ output: ListEventBusesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ListEventSourcesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListEventSourcesCommand extends ListEventSourcesCommand_base {}
39
+ export declare class ListEventSourcesCommand extends ListEventSourcesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListEventSourcesRequest;
43
+ output: ListEventSourcesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListEventSourcesCommandInput;
47
+ output: ListEventSourcesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListPartnerEventSourceAccountsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPartnerEventSourceAccountsCommand extends ListPartnerEventSourceAccountsCommand_base {}
40
+ export declare class ListPartnerEventSourceAccountsCommand extends ListPartnerEventSourceAccountsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPartnerEventSourceAccountsRequest;
44
+ output: ListPartnerEventSourceAccountsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListPartnerEventSourceAccountsCommandInput;
48
+ output: ListPartnerEventSourceAccountsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListPartnerEventSourcesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListPartnerEventSourcesCommand extends ListPartnerEventSourcesCommand_base {}
40
+ export declare class ListPartnerEventSourcesCommand extends ListPartnerEventSourcesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListPartnerEventSourcesRequest;
44
+ output: ListPartnerEventSourcesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListPartnerEventSourcesCommandInput;
48
+ output: ListPartnerEventSourcesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListReplaysCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListReplaysCommand extends ListReplaysCommand_base {}
36
+ export declare class ListReplaysCommand extends ListReplaysCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListReplaysRequest;
40
+ output: ListReplaysResponse;
41
+ };
42
+ sdk: {
43
+ input: ListReplaysCommandInput;
44
+ output: ListReplaysCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListRuleNamesByTargetCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRuleNamesByTargetCommand extends ListRuleNamesByTargetCommand_base {}
40
+ export declare class ListRuleNamesByTargetCommand extends ListRuleNamesByTargetCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRuleNamesByTargetRequest;
44
+ output: ListRuleNamesByTargetResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRuleNamesByTargetCommandInput;
48
+ output: ListRuleNamesByTargetCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListRulesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListRulesCommand extends ListRulesCommand_base {}
36
+ export declare class ListRulesCommand extends ListRulesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListRulesRequest;
40
+ output: ListRulesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListRulesCommandInput;
44
+ output: ListRulesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTargetsByRuleCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTargetsByRuleCommand extends ListTargetsByRuleCommand_base {}
40
+ export declare class ListTargetsByRuleCommand extends ListTargetsByRuleCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTargetsByRuleRequest;
44
+ output: ListTargetsByRuleResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTargetsByRuleCommandInput;
48
+ output: ListTargetsByRuleCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const PutEventsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PutEventsCommand extends PutEventsCommand_base {}
36
+ export declare class PutEventsCommand extends PutEventsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PutEventsRequest;
40
+ output: PutEventsResponse;
41
+ };
42
+ sdk: {
43
+ input: PutEventsCommandInput;
44
+ output: PutEventsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const PutPartnerEventsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutPartnerEventsCommand extends PutPartnerEventsCommand_base {}
39
+ export declare class PutPartnerEventsCommand extends PutPartnerEventsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutPartnerEventsRequest;
43
+ output: PutPartnerEventsResponse;
44
+ };
45
+ sdk: {
46
+ input: PutPartnerEventsCommandInput;
47
+ output: PutPartnerEventsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const PutPermissionCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class PutPermissionCommand extends PutPermissionCommand_base {}
34
+ export declare class PutPermissionCommand extends PutPermissionCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: PutPermissionRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: PutPermissionCommandInput;
42
+ output: PutPermissionCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -29,4 +29,15 @@ declare const PutRuleCommand_base: {
29
29
  >;
30
30
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
31
  };
32
- export declare class PutRuleCommand extends PutRuleCommand_base {}
32
+ export declare class PutRuleCommand extends PutRuleCommand_base {
33
+ protected static __types: {
34
+ api: {
35
+ input: PutRuleRequest;
36
+ output: PutRuleResponse;
37
+ };
38
+ sdk: {
39
+ input: PutRuleCommandInput;
40
+ output: PutRuleCommandOutput;
41
+ };
42
+ };
43
+ }
@@ -33,4 +33,15 @@ declare const PutTargetsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class PutTargetsCommand extends PutTargetsCommand_base {}
36
+ export declare class PutTargetsCommand extends PutTargetsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PutTargetsRequest;
40
+ output: PutTargetsResponse;
41
+ };
42
+ sdk: {
43
+ input: PutTargetsCommandInput;
44
+ output: PutTargetsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const RemovePermissionCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class RemovePermissionCommand extends RemovePermissionCommand_base {}
34
+ export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: RemovePermissionRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: RemovePermissionCommandInput;
42
+ output: RemovePermissionCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -36,4 +36,15 @@ declare const RemoveTargetsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class RemoveTargetsCommand extends RemoveTargetsCommand_base {}
39
+ export declare class RemoveTargetsCommand extends RemoveTargetsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: RemoveTargetsRequest;
43
+ output: RemoveTargetsResponse;
44
+ };
45
+ sdk: {
46
+ input: RemoveTargetsCommandInput;
47
+ output: RemoveTargetsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const StartReplayCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StartReplayCommand extends StartReplayCommand_base {}
36
+ export declare class StartReplayCommand extends StartReplayCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StartReplayRequest;
40
+ output: StartReplayResponse;
41
+ };
42
+ sdk: {
43
+ input: StartReplayCommandInput;
44
+ output: StartReplayCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const TestEventPatternCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class TestEventPatternCommand extends TestEventPatternCommand_base {}
39
+ export declare class TestEventPatternCommand extends TestEventPatternCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: TestEventPatternRequest;
43
+ output: TestEventPatternResponse;
44
+ };
45
+ sdk: {
46
+ input: TestEventPatternCommandInput;
47
+ output: TestEventPatternCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateApiDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateApiDestinationCommand extends UpdateApiDestinationCommand_base {}
40
+ export declare class UpdateApiDestinationCommand extends UpdateApiDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateApiDestinationRequest;
44
+ output: UpdateApiDestinationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateApiDestinationCommandInput;
48
+ output: UpdateApiDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateArchiveCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateArchiveCommand extends UpdateArchiveCommand_base {}
39
+ export declare class UpdateArchiveCommand extends UpdateArchiveCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateArchiveRequest;
43
+ output: UpdateArchiveResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateArchiveCommandInput;
47
+ output: UpdateArchiveCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateConnectionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {}
39
+ export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateConnectionRequest;
43
+ output: UpdateConnectionResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateConnectionCommandInput;
47
+ output: UpdateConnectionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateEndpointCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base {}
39
+ export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateEndpointRequest;
43
+ output: UpdateEndpointResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateEndpointCommandInput;
47
+ output: UpdateEndpointCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateEventBusCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateEventBusCommand extends UpdateEventBusCommand_base {}
39
+ export declare class UpdateEventBusCommand extends UpdateEventBusCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateEventBusRequest;
43
+ output: UpdateEventBusResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateEventBusCommandInput;
47
+ output: UpdateEventBusCommandOutput;
48
+ };
49
+ };
50
+ }