@aws-sdk/client-cloudtrail 3.477.0 → 3.481.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 (237) hide show
  1. package/dist-cjs/commands/AddTagsCommand.js +18 -41
  2. package/dist-cjs/commands/CancelQueryCommand.js +18 -41
  3. package/dist-cjs/commands/CreateChannelCommand.js +18 -41
  4. package/dist-cjs/commands/CreateEventDataStoreCommand.js +18 -41
  5. package/dist-cjs/commands/CreateTrailCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteChannelCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteEventDataStoreCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteTrailCommand.js +18 -41
  10. package/dist-cjs/commands/DeregisterOrganizationDelegatedAdminCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeQueryCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeTrailsCommand.js +18 -41
  13. package/dist-cjs/commands/DisableFederationCommand.js +18 -41
  14. package/dist-cjs/commands/EnableFederationCommand.js +18 -41
  15. package/dist-cjs/commands/GetChannelCommand.js +18 -41
  16. package/dist-cjs/commands/GetEventDataStoreCommand.js +18 -41
  17. package/dist-cjs/commands/GetEventSelectorsCommand.js +18 -41
  18. package/dist-cjs/commands/GetImportCommand.js +18 -41
  19. package/dist-cjs/commands/GetInsightSelectorsCommand.js +18 -41
  20. package/dist-cjs/commands/GetQueryResultsCommand.js +18 -41
  21. package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
  22. package/dist-cjs/commands/GetTrailCommand.js +18 -41
  23. package/dist-cjs/commands/GetTrailStatusCommand.js +18 -41
  24. package/dist-cjs/commands/ListChannelsCommand.js +18 -41
  25. package/dist-cjs/commands/ListEventDataStoresCommand.js +18 -41
  26. package/dist-cjs/commands/ListImportFailuresCommand.js +18 -41
  27. package/dist-cjs/commands/ListImportsCommand.js +18 -41
  28. package/dist-cjs/commands/ListPublicKeysCommand.js +18 -41
  29. package/dist-cjs/commands/ListQueriesCommand.js +18 -41
  30. package/dist-cjs/commands/ListTagsCommand.js +18 -41
  31. package/dist-cjs/commands/ListTrailsCommand.js +18 -41
  32. package/dist-cjs/commands/LookupEventsCommand.js +18 -41
  33. package/dist-cjs/commands/PutEventSelectorsCommand.js +18 -41
  34. package/dist-cjs/commands/PutInsightSelectorsCommand.js +18 -41
  35. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  36. package/dist-cjs/commands/RegisterOrganizationDelegatedAdminCommand.js +18 -41
  37. package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
  38. package/dist-cjs/commands/RestoreEventDataStoreCommand.js +18 -41
  39. package/dist-cjs/commands/StartEventDataStoreIngestionCommand.js +18 -41
  40. package/dist-cjs/commands/StartImportCommand.js +18 -41
  41. package/dist-cjs/commands/StartLoggingCommand.js +18 -41
  42. package/dist-cjs/commands/StartQueryCommand.js +18 -41
  43. package/dist-cjs/commands/StopEventDataStoreIngestionCommand.js +18 -41
  44. package/dist-cjs/commands/StopImportCommand.js +18 -41
  45. package/dist-cjs/commands/StopLoggingCommand.js +18 -41
  46. package/dist-cjs/commands/UpdateChannelCommand.js +18 -41
  47. package/dist-cjs/commands/UpdateEventDataStoreCommand.js +18 -41
  48. package/dist-cjs/commands/UpdateTrailCommand.js +18 -41
  49. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  50. package/dist-cjs/pagination/GetQueryResultsPaginator.js +2 -23
  51. package/dist-cjs/pagination/ListChannelsPaginator.js +2 -24
  52. package/dist-cjs/pagination/ListEventDataStoresPaginator.js +2 -24
  53. package/dist-cjs/pagination/ListImportFailuresPaginator.js +2 -24
  54. package/dist-cjs/pagination/ListImportsPaginator.js +2 -24
  55. package/dist-cjs/pagination/ListPublicKeysPaginator.js +2 -23
  56. package/dist-cjs/pagination/ListQueriesPaginator.js +2 -24
  57. package/dist-cjs/pagination/ListTagsPaginator.js +2 -23
  58. package/dist-cjs/pagination/ListTrailsPaginator.js +2 -23
  59. package/dist-cjs/pagination/LookupEventsPaginator.js +2 -24
  60. package/dist-es/commands/AddTagsCommand.js +18 -41
  61. package/dist-es/commands/CancelQueryCommand.js +18 -41
  62. package/dist-es/commands/CreateChannelCommand.js +18 -41
  63. package/dist-es/commands/CreateEventDataStoreCommand.js +18 -41
  64. package/dist-es/commands/CreateTrailCommand.js +18 -41
  65. package/dist-es/commands/DeleteChannelCommand.js +18 -41
  66. package/dist-es/commands/DeleteEventDataStoreCommand.js +18 -41
  67. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  68. package/dist-es/commands/DeleteTrailCommand.js +18 -41
  69. package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +18 -41
  70. package/dist-es/commands/DescribeQueryCommand.js +18 -41
  71. package/dist-es/commands/DescribeTrailsCommand.js +18 -41
  72. package/dist-es/commands/DisableFederationCommand.js +18 -41
  73. package/dist-es/commands/EnableFederationCommand.js +18 -41
  74. package/dist-es/commands/GetChannelCommand.js +18 -41
  75. package/dist-es/commands/GetEventDataStoreCommand.js +18 -41
  76. package/dist-es/commands/GetEventSelectorsCommand.js +18 -41
  77. package/dist-es/commands/GetImportCommand.js +18 -41
  78. package/dist-es/commands/GetInsightSelectorsCommand.js +18 -41
  79. package/dist-es/commands/GetQueryResultsCommand.js +18 -41
  80. package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
  81. package/dist-es/commands/GetTrailCommand.js +18 -41
  82. package/dist-es/commands/GetTrailStatusCommand.js +18 -41
  83. package/dist-es/commands/ListChannelsCommand.js +18 -41
  84. package/dist-es/commands/ListEventDataStoresCommand.js +18 -41
  85. package/dist-es/commands/ListImportFailuresCommand.js +18 -41
  86. package/dist-es/commands/ListImportsCommand.js +18 -41
  87. package/dist-es/commands/ListPublicKeysCommand.js +18 -41
  88. package/dist-es/commands/ListQueriesCommand.js +18 -41
  89. package/dist-es/commands/ListTagsCommand.js +18 -41
  90. package/dist-es/commands/ListTrailsCommand.js +18 -41
  91. package/dist-es/commands/LookupEventsCommand.js +18 -41
  92. package/dist-es/commands/PutEventSelectorsCommand.js +18 -41
  93. package/dist-es/commands/PutInsightSelectorsCommand.js +18 -41
  94. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  95. package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +18 -41
  96. package/dist-es/commands/RemoveTagsCommand.js +18 -41
  97. package/dist-es/commands/RestoreEventDataStoreCommand.js +18 -41
  98. package/dist-es/commands/StartEventDataStoreIngestionCommand.js +18 -41
  99. package/dist-es/commands/StartImportCommand.js +18 -41
  100. package/dist-es/commands/StartLoggingCommand.js +18 -41
  101. package/dist-es/commands/StartQueryCommand.js +18 -41
  102. package/dist-es/commands/StopEventDataStoreIngestionCommand.js +18 -41
  103. package/dist-es/commands/StopImportCommand.js +18 -41
  104. package/dist-es/commands/StopLoggingCommand.js +18 -41
  105. package/dist-es/commands/UpdateChannelCommand.js +18 -41
  106. package/dist-es/commands/UpdateEventDataStoreCommand.js +18 -41
  107. package/dist-es/commands/UpdateTrailCommand.js +18 -41
  108. package/dist-es/endpoint/EndpointParameters.js +6 -0
  109. package/dist-es/pagination/GetQueryResultsPaginator.js +2 -22
  110. package/dist-es/pagination/ListChannelsPaginator.js +2 -23
  111. package/dist-es/pagination/ListEventDataStoresPaginator.js +2 -23
  112. package/dist-es/pagination/ListImportFailuresPaginator.js +2 -23
  113. package/dist-es/pagination/ListImportsPaginator.js +2 -23
  114. package/dist-es/pagination/ListPublicKeysPaginator.js +2 -22
  115. package/dist-es/pagination/ListQueriesPaginator.js +2 -23
  116. package/dist-es/pagination/ListTagsPaginator.js +2 -22
  117. package/dist-es/pagination/ListTrailsPaginator.js +2 -22
  118. package/dist-es/pagination/LookupEventsPaginator.js +2 -23
  119. package/dist-types/commands/AddTagsCommand.d.ts +6 -21
  120. package/dist-types/commands/CancelQueryCommand.d.ts +6 -21
  121. package/dist-types/commands/CreateChannelCommand.d.ts +6 -21
  122. package/dist-types/commands/CreateEventDataStoreCommand.d.ts +6 -21
  123. package/dist-types/commands/CreateTrailCommand.d.ts +6 -21
  124. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
  125. package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +6 -21
  126. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  127. package/dist-types/commands/DeleteTrailCommand.d.ts +6 -21
  128. package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +6 -21
  129. package/dist-types/commands/DescribeQueryCommand.d.ts +6 -21
  130. package/dist-types/commands/DescribeTrailsCommand.d.ts +6 -21
  131. package/dist-types/commands/DisableFederationCommand.d.ts +6 -21
  132. package/dist-types/commands/EnableFederationCommand.d.ts +6 -21
  133. package/dist-types/commands/GetChannelCommand.d.ts +6 -21
  134. package/dist-types/commands/GetEventDataStoreCommand.d.ts +6 -21
  135. package/dist-types/commands/GetEventSelectorsCommand.d.ts +6 -21
  136. package/dist-types/commands/GetImportCommand.d.ts +6 -21
  137. package/dist-types/commands/GetInsightSelectorsCommand.d.ts +6 -21
  138. package/dist-types/commands/GetQueryResultsCommand.d.ts +6 -21
  139. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
  140. package/dist-types/commands/GetTrailCommand.d.ts +6 -21
  141. package/dist-types/commands/GetTrailStatusCommand.d.ts +6 -21
  142. package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
  143. package/dist-types/commands/ListEventDataStoresCommand.d.ts +6 -21
  144. package/dist-types/commands/ListImportFailuresCommand.d.ts +6 -21
  145. package/dist-types/commands/ListImportsCommand.d.ts +6 -21
  146. package/dist-types/commands/ListPublicKeysCommand.d.ts +6 -21
  147. package/dist-types/commands/ListQueriesCommand.d.ts +6 -21
  148. package/dist-types/commands/ListTagsCommand.d.ts +6 -21
  149. package/dist-types/commands/ListTrailsCommand.d.ts +6 -21
  150. package/dist-types/commands/LookupEventsCommand.d.ts +6 -21
  151. package/dist-types/commands/PutEventSelectorsCommand.d.ts +6 -21
  152. package/dist-types/commands/PutInsightSelectorsCommand.d.ts +6 -21
  153. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  154. package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +6 -21
  155. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
  156. package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +6 -21
  157. package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +6 -21
  158. package/dist-types/commands/StartImportCommand.d.ts +6 -21
  159. package/dist-types/commands/StartLoggingCommand.d.ts +6 -21
  160. package/dist-types/commands/StartQueryCommand.d.ts +6 -21
  161. package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +6 -21
  162. package/dist-types/commands/StopImportCommand.d.ts +6 -21
  163. package/dist-types/commands/StopLoggingCommand.d.ts +6 -21
  164. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -21
  165. package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +6 -21
  166. package/dist-types/commands/UpdateTrailCommand.d.ts +6 -21
  167. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  168. package/dist-types/pagination/GetQueryResultsPaginator.d.ts +1 -1
  169. package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
  170. package/dist-types/pagination/ListEventDataStoresPaginator.d.ts +1 -1
  171. package/dist-types/pagination/ListImportFailuresPaginator.d.ts +1 -1
  172. package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  173. package/dist-types/pagination/ListPublicKeysPaginator.d.ts +1 -1
  174. package/dist-types/pagination/ListQueriesPaginator.d.ts +1 -1
  175. package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
  176. package/dist-types/pagination/ListTrailsPaginator.d.ts +1 -1
  177. package/dist-types/pagination/LookupEventsPaginator.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
  179. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +14 -23
  180. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +12 -24
  182. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +14 -23
  189. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +14 -23
  197. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +12 -24
  214. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/StopImportCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  227. package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +3 -3
  228. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +3 -3
  229. package/dist-types/ts3.4/pagination/ListEventDataStoresPaginator.d.ts +3 -3
  230. package/dist-types/ts3.4/pagination/ListImportFailuresPaginator.d.ts +3 -3
  231. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +3 -3
  232. package/dist-types/ts3.4/pagination/ListPublicKeysPaginator.d.ts +3 -3
  233. package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +3 -3
  234. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +3 -3
  235. package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +3 -3
  236. package/dist-types/ts3.4/pagination/LookupEventsPaginator.d.ts +3 -3
  237. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { PutInsightSelectorsRequest, PutInsightSelectorsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutInsightSelectorsCommandInput extends PutInsightSelectorsRequ
21
20
  */
22
21
  export interface PutInsightSelectorsCommandOutput extends PutInsightSelectorsResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutInsightSelectorsCommand_base: {
24
+ new (input: PutInsightSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lets you enable Insights event logging by specifying the Insights selectors that you
@@ -173,23 +176,5 @@ export interface PutInsightSelectorsCommandOutput extends PutInsightSelectorsRes
173
176
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
174
177
  *
175
178
  */
176
- export declare class PutInsightSelectorsCommand extends $Command<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
177
- readonly input: PutInsightSelectorsCommandInput;
178
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
179
- /**
180
- * @public
181
- */
182
- constructor(input: PutInsightSelectorsCommandInput);
183
- /**
184
- * @internal
185
- */
186
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput>;
187
- /**
188
- * @internal
189
- */
190
- private serialize;
191
- /**
192
- * @internal
193
- */
194
- private deserialize;
179
+ export declare class PutInsightSelectorsCommand extends PutInsightSelectorsCommand_base {
195
180
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
21
20
  */
22
21
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutResourcePolicyCommand_base: {
24
+ new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -98,23 +101,5 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
98
101
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
99
102
  *
100
103
  */
101
- export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CloudTrailClientResolvedConfig> {
102
- readonly input: PutResourcePolicyCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: PutResourcePolicyCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { RegisterOrganizationDelegatedAdminRequest, RegisterOrganizationDelegatedAdminResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterOrganizationDelegatedAdminCommandInput extends Register
21
20
  */
22
21
  export interface RegisterOrganizationDelegatedAdminCommandOutput extends RegisterOrganizationDelegatedAdminResponse, __MetadataBearer {
23
22
  }
23
+ declare const RegisterOrganizationDelegatedAdminCommand_base: {
24
+ new (input: RegisterOrganizationDelegatedAdminCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Registers an organization’s member account as the CloudTrail <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-delegated-administrator.html">delegated administrator</a>.</p>
@@ -102,23 +105,5 @@ export interface RegisterOrganizationDelegatedAdminCommandOutput extends Registe
102
105
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
103
106
  *
104
107
  */
105
- export declare class RegisterOrganizationDelegatedAdminCommand extends $Command<RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig> {
106
- readonly input: RegisterOrganizationDelegatedAdminCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: RegisterOrganizationDelegatedAdminCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class RegisterOrganizationDelegatedAdminCommand extends RegisterOrganizationDelegatedAdminCommand_base {
124
109
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { RemoveTagsRequest, RemoveTagsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveTagsCommandInput extends RemoveTagsRequest {
21
20
  */
22
21
  export interface RemoveTagsCommandOutput extends RemoveTagsResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveTagsCommand_base: {
24
+ new (input: RemoveTagsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified tags from a trail, event data store, or channel.</p>
@@ -131,23 +134,5 @@ export interface RemoveTagsCommandOutput extends RemoveTagsResponse, __MetadataB
131
134
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
132
135
  *
133
136
  */
134
- export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, CloudTrailClientResolvedConfig> {
135
- readonly input: RemoveTagsCommandInput;
136
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
137
- /**
138
- * @public
139
- */
140
- constructor(input: RemoveTagsCommandInput);
141
- /**
142
- * @internal
143
- */
144
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
145
- /**
146
- * @internal
147
- */
148
- private serialize;
149
- /**
150
- * @internal
151
- */
152
- private deserialize;
137
+ export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
153
138
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { RestoreEventDataStoreRequest, RestoreEventDataStoreResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RestoreEventDataStoreCommandInput extends RestoreEventDataStore
21
20
  */
22
21
  export interface RestoreEventDataStoreCommandOutput extends RestoreEventDataStoreResponse, __MetadataBearer {
23
22
  }
23
+ declare const RestoreEventDataStoreCommand_base: {
24
+ new (input: RestoreEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Restores a deleted event data store specified by <code>EventDataStore</code>, which
@@ -139,23 +142,5 @@ export interface RestoreEventDataStoreCommandOutput extends RestoreEventDataStor
139
142
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
140
143
  *
141
144
  */
142
- export declare class RestoreEventDataStoreCommand extends $Command<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput, CloudTrailClientResolvedConfig> {
143
- readonly input: RestoreEventDataStoreCommandInput;
144
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
145
- /**
146
- * @public
147
- */
148
- constructor(input: RestoreEventDataStoreCommandInput);
149
- /**
150
- * @internal
151
- */
152
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput>;
153
- /**
154
- * @internal
155
- */
156
- private serialize;
157
- /**
158
- * @internal
159
- */
160
- private deserialize;
145
+ export declare class RestoreEventDataStoreCommand extends RestoreEventDataStoreCommand_base {
161
146
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { StartEventDataStoreIngestionRequest, StartEventDataStoreIngestionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartEventDataStoreIngestionCommandInput extends StartEventData
21
20
  */
22
21
  export interface StartEventDataStoreIngestionCommandOutput extends StartEventDataStoreIngestionResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartEventDataStoreIngestionCommand_base: {
24
+ new (input: StartEventDataStoreIngestionCommandInput): import("@smithy/smithy-client").CommandImpl<StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To start ingestion, the event data store <code>Status</code> must be <code>STOPPED_INGESTION</code>
@@ -87,23 +90,5 @@ export interface StartEventDataStoreIngestionCommandOutput extends StartEventDat
87
90
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
88
91
  *
89
92
  */
90
- export declare class StartEventDataStoreIngestionCommand extends $Command<StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig> {
91
- readonly input: StartEventDataStoreIngestionCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: StartEventDataStoreIngestionCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class StartEventDataStoreIngestionCommand extends StartEventDataStoreIngestionCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { StartImportRequest, StartImportResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartImportCommandInput extends StartImportRequest {
21
20
  */
22
21
  export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartImportCommand_base: {
24
+ new (input: StartImportCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportCommandInput, StartImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Starts an import of logged trail events from a source S3 bucket to a destination event
@@ -135,23 +138,5 @@ export interface StartImportCommandOutput extends StartImportResponse, __Metadat
135
138
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
136
139
  *
137
140
  */
138
- export declare class StartImportCommand extends $Command<StartImportCommandInput, StartImportCommandOutput, CloudTrailClientResolvedConfig> {
139
- readonly input: StartImportCommandInput;
140
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
141
- /**
142
- * @public
143
- */
144
- constructor(input: StartImportCommandInput);
145
- /**
146
- * @internal
147
- */
148
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImportCommandInput, StartImportCommandOutput>;
149
- /**
150
- * @internal
151
- */
152
- private serialize;
153
- /**
154
- * @internal
155
- */
156
- private deserialize;
141
+ export declare class StartImportCommand extends StartImportCommand_base {
157
142
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { StartLoggingRequest, StartLoggingResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartLoggingCommandInput extends StartLoggingRequest {
21
20
  */
22
21
  export interface StartLoggingCommandOutput extends StartLoggingResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartLoggingCommand_base: {
24
+ new (input: StartLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<StartLoggingCommandInput, StartLoggingCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the recording of Amazon Web Services API calls and log file delivery for a trail.
@@ -124,23 +127,5 @@ export interface StartLoggingCommandOutput extends StartLoggingResponse, __Metad
124
127
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
125
128
  *
126
129
  */
127
- export declare class StartLoggingCommand extends $Command<StartLoggingCommandInput, StartLoggingCommandOutput, CloudTrailClientResolvedConfig> {
128
- readonly input: StartLoggingCommandInput;
129
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
130
- /**
131
- * @public
132
- */
133
- constructor(input: StartLoggingCommandInput);
134
- /**
135
- * @internal
136
- */
137
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartLoggingCommandInput, StartLoggingCommandOutput>;
138
- /**
139
- * @internal
140
- */
141
- private serialize;
142
- /**
143
- * @internal
144
- */
145
- private deserialize;
130
+ export declare class StartLoggingCommand extends StartLoggingCommand_base {
146
131
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { StartQueryRequest, StartQueryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartQueryCommandInput extends StartQueryRequest {
21
20
  */
22
21
  export interface StartQueryCommandOutput extends StartQueryResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartQueryCommand_base: {
24
+ new (input: StartQueryCommandInput): import("@smithy/smithy-client").CommandImpl<StartQueryCommandInput, StartQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a CloudTrail Lake query. Use the <code>QueryStatement</code>
@@ -110,23 +113,5 @@ export interface StartQueryCommandOutput extends StartQueryResponse, __MetadataB
110
113
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
111
114
  *
112
115
  */
113
- export declare class StartQueryCommand extends $Command<StartQueryCommandInput, StartQueryCommandOutput, CloudTrailClientResolvedConfig> {
114
- readonly input: StartQueryCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: StartQueryCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartQueryCommandInput, StartQueryCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class StartQueryCommand extends StartQueryCommand_base {
132
117
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { StopEventDataStoreIngestionRequest, StopEventDataStoreIngestionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopEventDataStoreIngestionCommandInput extends StopEventDataSt
21
20
  */
22
21
  export interface StopEventDataStoreIngestionCommandOutput extends StopEventDataStoreIngestionResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopEventDataStoreIngestionCommand_base: {
24
+ new (input: StopEventDataStoreIngestionCommandInput): import("@smithy/smithy-client").CommandImpl<StopEventDataStoreIngestionCommandInput, StopEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To stop ingestion, the event data store <code>Status</code> must be <code>ENABLED</code>
@@ -87,23 +90,5 @@ export interface StopEventDataStoreIngestionCommandOutput extends StopEventDataS
87
90
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
88
91
  *
89
92
  */
90
- export declare class StopEventDataStoreIngestionCommand extends $Command<StopEventDataStoreIngestionCommandInput, StopEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig> {
91
- readonly input: StopEventDataStoreIngestionCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: StopEventDataStoreIngestionCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopEventDataStoreIngestionCommandInput, StopEventDataStoreIngestionCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class StopEventDataStoreIngestionCommand extends StopEventDataStoreIngestionCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { StopImportRequest, StopImportResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopImportCommandInput extends StopImportRequest {
21
20
  */
22
21
  export interface StopImportCommandOutput extends StopImportResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopImportCommand_base: {
24
+ new (input: StopImportCommandInput): import("@smithy/smithy-client").CommandImpl<StopImportCommandInput, StopImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Stops a specified import. </p>
@@ -85,23 +88,5 @@ export interface StopImportCommandOutput extends StopImportResponse, __MetadataB
85
88
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
86
89
  *
87
90
  */
88
- export declare class StopImportCommand extends $Command<StopImportCommandInput, StopImportCommandOutput, CloudTrailClientResolvedConfig> {
89
- readonly input: StopImportCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: StopImportCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopImportCommandInput, StopImportCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class StopImportCommand extends StopImportCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { StopLoggingRequest, StopLoggingResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopLoggingCommandInput extends StopLoggingRequest {
21
20
  */
22
21
  export interface StopLoggingCommandOutput extends StopLoggingResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopLoggingCommand_base: {
24
+ new (input: StopLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<StopLoggingCommandInput, StopLoggingCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Suspends the recording of Amazon Web Services API calls and log file delivery for the
@@ -127,23 +130,5 @@ export interface StopLoggingCommandOutput extends StopLoggingResponse, __Metadat
127
130
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
128
131
  *
129
132
  */
130
- export declare class StopLoggingCommand extends $Command<StopLoggingCommandInput, StopLoggingCommandOutput, CloudTrailClientResolvedConfig> {
131
- readonly input: StopLoggingCommandInput;
132
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
- /**
134
- * @public
135
- */
136
- constructor(input: StopLoggingCommandInput);
137
- /**
138
- * @internal
139
- */
140
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopLoggingCommandInput, StopLoggingCommandOutput>;
141
- /**
142
- * @internal
143
- */
144
- private serialize;
145
- /**
146
- * @internal
147
- */
148
- private deserialize;
133
+ export declare class StopLoggingCommand extends StopLoggingCommand_base {
149
134
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {
21
20
  */
22
21
  export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateChannelCommand_base: {
24
+ new (input: UpdateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a channel specified by a required channel ARN or UUID.</p>
@@ -101,23 +104,5 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
101
104
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
102
105
  *
103
106
  */
104
- export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, CloudTrailClientResolvedConfig> {
105
- readonly input: UpdateChannelCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: UpdateChannelCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateChannelCommandInput, UpdateChannelCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
123
108
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
5
4
  import { UpdateEventDataStoreRequest, UpdateEventDataStoreResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEventDataStoreCommandInput extends UpdateEventDataStoreRe
21
20
  */
22
21
  export interface UpdateEventDataStoreCommandOutput extends UpdateEventDataStoreResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEventDataStoreCommand_base: {
24
+ new (input: UpdateEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an event data store. The required <code>EventDataStore</code> value is an ARN or
@@ -241,23 +244,5 @@ export interface UpdateEventDataStoreCommandOutput extends UpdateEventDataStoreR
241
244
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
242
245
  *
243
246
  */
244
- export declare class UpdateEventDataStoreCommand extends $Command<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig> {
245
- readonly input: UpdateEventDataStoreCommandInput;
246
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
247
- /**
248
- * @public
249
- */
250
- constructor(input: UpdateEventDataStoreCommandInput);
251
- /**
252
- * @internal
253
- */
254
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput>;
255
- /**
256
- * @internal
257
- */
258
- private serialize;
259
- /**
260
- * @internal
261
- */
262
- private deserialize;
247
+ export declare class UpdateEventDataStoreCommand extends UpdateEventDataStoreCommand_base {
263
248
  }