@aws-sdk/client-cloudwatch-events 3.651.1 → 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 (103) 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/CreateEventBusCommand.d.ts +11 -0
  7. package/dist-types/commands/CreatePartnerEventSourceCommand.d.ts +11 -0
  8. package/dist-types/commands/DeactivateEventSourceCommand.d.ts +11 -0
  9. package/dist-types/commands/DeauthorizeConnectionCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteApiDestinationCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteArchiveCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteEventBusCommand.d.ts +11 -0
  14. package/dist-types/commands/DeletePartnerEventSourceCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeApiDestinationCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeArchiveCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeConnectionCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeEventBusCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeEventSourceCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribePartnerEventSourceCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeReplayCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeRuleCommand.d.ts +11 -0
  24. package/dist-types/commands/DisableRuleCommand.d.ts +11 -0
  25. package/dist-types/commands/EnableRuleCommand.d.ts +11 -0
  26. package/dist-types/commands/ListApiDestinationsCommand.d.ts +11 -0
  27. package/dist-types/commands/ListArchivesCommand.d.ts +11 -0
  28. package/dist-types/commands/ListConnectionsCommand.d.ts +11 -0
  29. package/dist-types/commands/ListEventBusesCommand.d.ts +11 -0
  30. package/dist-types/commands/ListEventSourcesCommand.d.ts +11 -0
  31. package/dist-types/commands/ListPartnerEventSourceAccountsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListPartnerEventSourcesCommand.d.ts +11 -0
  33. package/dist-types/commands/ListReplaysCommand.d.ts +11 -0
  34. package/dist-types/commands/ListRuleNamesByTargetCommand.d.ts +11 -0
  35. package/dist-types/commands/ListRulesCommand.d.ts +11 -0
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  37. package/dist-types/commands/ListTargetsByRuleCommand.d.ts +11 -0
  38. package/dist-types/commands/PutEventsCommand.d.ts +11 -0
  39. package/dist-types/commands/PutPartnerEventsCommand.d.ts +11 -0
  40. package/dist-types/commands/PutPermissionCommand.d.ts +11 -0
  41. package/dist-types/commands/PutRuleCommand.d.ts +11 -0
  42. package/dist-types/commands/PutTargetsCommand.d.ts +11 -0
  43. package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
  44. package/dist-types/commands/RemoveTargetsCommand.d.ts +11 -0
  45. package/dist-types/commands/StartReplayCommand.d.ts +11 -0
  46. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/TestEventPatternCommand.d.ts +11 -0
  48. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateApiDestinationCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateArchiveCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateConnectionCommand.d.ts +11 -0
  52. package/dist-types/ts3.4/commands/ActivateEventSourceCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +12 -1
  103. package/package.json +35 -35
@@ -95,4 +95,15 @@ declare const PutPermissionCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class PutPermissionCommand extends PutPermissionCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: PutPermissionRequest;
102
+ output: {};
103
+ };
104
+ sdk: {
105
+ input: PutPermissionCommandInput;
106
+ output: PutPermissionCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -132,4 +132,15 @@ declare const PutRuleCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class PutRuleCommand extends PutRuleCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: PutRuleRequest;
139
+ output: PutRuleResponse;
140
+ };
141
+ sdk: {
142
+ input: PutRuleCommandInput;
143
+ output: PutRuleCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -360,4 +360,15 @@ declare const PutTargetsCommand_base: {
360
360
  * @public
361
361
  */
362
362
  export declare class PutTargetsCommand extends PutTargetsCommand_base {
363
+ /** @internal type navigation helper, not in runtime. */
364
+ protected static __types: {
365
+ api: {
366
+ input: PutTargetsRequest;
367
+ output: PutTargetsResponse;
368
+ };
369
+ sdk: {
370
+ input: PutTargetsCommandInput;
371
+ output: PutTargetsCommandOutput;
372
+ };
373
+ };
363
374
  }
@@ -72,4 +72,15 @@ declare const RemovePermissionCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: RemovePermissionRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: RemovePermissionCommandInput;
83
+ output: RemovePermissionCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -92,4 +92,15 @@ declare const RemoveTargetsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class RemoveTargetsCommand extends RemoveTargetsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: RemoveTargetsRequest;
99
+ output: RemoveTargetsResponse;
100
+ };
101
+ sdk: {
102
+ input: RemoveTargetsCommandInput;
103
+ output: RemoveTargetsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -94,4 +94,15 @@ declare const StartReplayCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class StartReplayCommand extends StartReplayCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: StartReplayRequest;
101
+ output: StartReplayResponse;
102
+ };
103
+ sdk: {
104
+ input: StartReplayCommandInput;
105
+ output: StartReplayCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -88,4 +88,15 @@ declare const TagResourceCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class TagResourceCommand extends TagResourceCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: TagResourceRequest;
95
+ output: {};
96
+ };
97
+ sdk: {
98
+ input: TagResourceCommandInput;
99
+ output: TagResourceCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -68,4 +68,15 @@ declare const TestEventPatternCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class TestEventPatternCommand extends TestEventPatternCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: TestEventPatternRequest;
75
+ output: TestEventPatternResponse;
76
+ };
77
+ sdk: {
78
+ input: TestEventPatternCommandInput;
79
+ output: TestEventPatternCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -76,4 +76,15 @@ declare const UntagResourceCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UntagResourceRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UntagResourceCommandInput;
87
+ output: UntagResourceCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -78,4 +78,15 @@ declare const UpdateApiDestinationCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class UpdateApiDestinationCommand extends UpdateApiDestinationCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: UpdateApiDestinationRequest;
85
+ output: UpdateApiDestinationResponse;
86
+ };
87
+ sdk: {
88
+ input: UpdateApiDestinationCommandInput;
89
+ output: UpdateApiDestinationCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -79,4 +79,15 @@ declare const UpdateArchiveCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UpdateArchiveCommand extends UpdateArchiveCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UpdateArchiveRequest;
86
+ output: UpdateArchiveResponse;
87
+ };
88
+ sdk: {
89
+ input: UpdateArchiveCommandInput;
90
+ output: UpdateArchiveCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -140,4 +140,15 @@ declare const UpdateConnectionCommand_base: {
140
140
  * @public
141
141
  */
142
142
  export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {
143
+ /** @internal type navigation helper, not in runtime. */
144
+ protected static __types: {
145
+ api: {
146
+ input: UpdateConnectionRequest;
147
+ output: UpdateConnectionResponse;
148
+ };
149
+ sdk: {
150
+ input: UpdateConnectionCommandInput;
151
+ output: UpdateConnectionCommandOutput;
152
+ };
153
+ };
143
154
  }
@@ -32,4 +32,15 @@ declare const ActivateEventSourceCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class ActivateEventSourceCommand extends ActivateEventSourceCommand_base {}
35
+ export declare class ActivateEventSourceCommand extends ActivateEventSourceCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: ActivateEventSourceRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: ActivateEventSourceCommandInput;
43
+ output: ActivateEventSourceCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const CancelReplayCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CancelReplayCommand extends CancelReplayCommand_base {}
36
+ export declare class CancelReplayCommand extends CancelReplayCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CancelReplayRequest;
40
+ output: CancelReplayResponse;
41
+ };
42
+ sdk: {
43
+ input: CancelReplayCommandInput;
44
+ output: CancelReplayCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateApiDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateApiDestinationCommand extends CreateApiDestinationCommand_base {}
40
+ export declare class CreateApiDestinationCommand extends CreateApiDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateApiDestinationRequest;
44
+ output: CreateApiDestinationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateApiDestinationCommandInput;
48
+ output: CreateApiDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateArchiveCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateArchiveCommand extends CreateArchiveCommand_base {}
39
+ export declare class CreateArchiveCommand extends CreateArchiveCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateArchiveRequest;
43
+ output: CreateArchiveResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateArchiveCommandInput;
47
+ output: CreateArchiveCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateConnectionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateConnectionCommand extends CreateConnectionCommand_base {}
39
+ export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateConnectionRequest;
43
+ output: CreateConnectionResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateConnectionCommandInput;
47
+ output: CreateConnectionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateEventBusCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateEventBusCommand extends CreateEventBusCommand_base {}
39
+ export declare class CreateEventBusCommand extends CreateEventBusCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateEventBusRequest;
43
+ output: CreateEventBusResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateEventBusCommandInput;
47
+ output: CreateEventBusCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreatePartnerEventSourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePartnerEventSourceCommand extends CreatePartnerEventSourceCommand_base {}
40
+ export declare class CreatePartnerEventSourceCommand extends CreatePartnerEventSourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePartnerEventSourceRequest;
44
+ output: CreatePartnerEventSourceResponse;
45
+ };
46
+ sdk: {
47
+ input: CreatePartnerEventSourceCommandInput;
48
+ output: CreatePartnerEventSourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -32,4 +32,15 @@ declare const DeactivateEventSourceCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeactivateEventSourceCommand extends DeactivateEventSourceCommand_base {}
35
+ export declare class DeactivateEventSourceCommand extends DeactivateEventSourceCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeactivateEventSourceRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeactivateEventSourceCommandInput;
43
+ output: DeactivateEventSourceCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const DeauthorizeConnectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeauthorizeConnectionCommand extends DeauthorizeConnectionCommand_base {}
40
+ export declare class DeauthorizeConnectionCommand extends DeauthorizeConnectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeauthorizeConnectionRequest;
44
+ output: DeauthorizeConnectionResponse;
45
+ };
46
+ sdk: {
47
+ input: DeauthorizeConnectionCommandInput;
48
+ output: DeauthorizeConnectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteApiDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteApiDestinationCommand extends DeleteApiDestinationCommand_base {}
40
+ export declare class DeleteApiDestinationCommand extends DeleteApiDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteApiDestinationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteApiDestinationCommandInput;
48
+ output: DeleteApiDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteArchiveCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {}
39
+ export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteArchiveRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteArchiveCommandInput;
47
+ output: DeleteArchiveCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DeleteConnectionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {}
39
+ export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteConnectionRequest;
43
+ output: DeleteConnectionResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteConnectionCommandInput;
47
+ output: DeleteConnectionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -31,4 +31,15 @@ declare const DeleteEventBusCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteEventBusCommand extends DeleteEventBusCommand_base {}
34
+ export declare class DeleteEventBusCommand extends DeleteEventBusCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteEventBusRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteEventBusCommandInput;
42
+ output: DeleteEventBusCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeletePartnerEventSourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeletePartnerEventSourceCommand extends DeletePartnerEventSourceCommand_base {}
36
+ export declare class DeletePartnerEventSourceCommand extends DeletePartnerEventSourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeletePartnerEventSourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeletePartnerEventSourceCommandInput;
44
+ output: DeletePartnerEventSourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteRuleCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteRuleCommand extends DeleteRuleCommand_base {}
34
+ export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteRuleRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteRuleCommandInput;
42
+ output: DeleteRuleCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const DescribeApiDestinationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeApiDestinationCommand extends DescribeApiDestinationCommand_base {}
40
+ export declare class DescribeApiDestinationCommand extends DescribeApiDestinationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeApiDestinationRequest;
44
+ output: DescribeApiDestinationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeApiDestinationCommandInput;
48
+ output: DescribeApiDestinationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeArchiveCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeArchiveCommand extends DescribeArchiveCommand_base {}
39
+ export declare class DescribeArchiveCommand extends DescribeArchiveCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeArchiveRequest;
43
+ output: DescribeArchiveResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeArchiveCommandInput;
47
+ output: DescribeArchiveCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeConnectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeConnectionCommand extends DescribeConnectionCommand_base {}
40
+ export declare class DescribeConnectionCommand extends DescribeConnectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeConnectionRequest;
44
+ output: DescribeConnectionResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeConnectionCommandInput;
48
+ output: DescribeConnectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -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
+ }