@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 { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetQueryResultsCommandInput extends GetQueryResultsRequest {
21
20
  */
22
21
  export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetQueryResultsCommand_base: {
24
+ new (input: GetQueryResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets event data results of a query. You must specify the <code>QueryID</code> value
@@ -106,23 +109,5 @@ export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, _
106
109
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
107
110
  *
108
111
  */
109
- export declare class GetQueryResultsCommand extends $Command<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig> {
110
- readonly input: GetQueryResultsCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: GetQueryResultsCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQueryResultsCommandInput, GetQueryResultsCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
128
113
  }
@@ -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 { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest
21
20
  */
22
21
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetResourcePolicyCommand_base: {
24
+ new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -77,23 +80,5 @@ export interface GetResourcePolicyCommandOutput extends GetResourcePolicyRespons
77
80
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
78
81
  *
79
82
  */
80
- export declare class GetResourcePolicyCommand extends $Command<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CloudTrailClientResolvedConfig> {
81
- readonly input: GetResourcePolicyCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: GetResourcePolicyCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
99
84
  }
@@ -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 { GetTrailRequest, GetTrailResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTrailCommandInput extends GetTrailRequest {
21
20
  */
22
21
  export interface GetTrailCommandOutput extends GetTrailResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetTrailCommand_base: {
24
+ new (input: GetTrailCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns settings information for a specified trail.</p>
@@ -111,23 +114,5 @@ export interface GetTrailCommandOutput extends GetTrailResponse, __MetadataBeare
111
114
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
112
115
  *
113
116
  */
114
- export declare class GetTrailCommand extends $Command<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig> {
115
- readonly input: GetTrailCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: GetTrailCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrailCommandInput, GetTrailCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class GetTrailCommand extends GetTrailCommand_base {
133
118
  }
@@ -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 { GetTrailStatusRequest, GetTrailStatusResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTrailStatusCommandInput extends GetTrailStatusRequest {
21
20
  */
22
21
  export interface GetTrailStatusCommandOutput extends GetTrailStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetTrailStatusCommand_base: {
24
+ new (input: GetTrailStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a JSON-formatted list of information about the specified trail. Fields include
@@ -114,23 +117,5 @@ export interface GetTrailStatusCommandOutput extends GetTrailStatusResponse, __M
114
117
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
115
118
  *
116
119
  */
117
- export declare class GetTrailStatusCommand extends $Command<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig> {
118
- readonly input: GetTrailStatusCommandInput;
119
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
120
- /**
121
- * @public
122
- */
123
- constructor(input: GetTrailStatusCommandInput);
124
- /**
125
- * @internal
126
- */
127
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrailStatusCommandInput, GetTrailStatusCommandOutput>;
128
- /**
129
- * @internal
130
- */
131
- private serialize;
132
- /**
133
- * @internal
134
- */
135
- private deserialize;
120
+ export declare class GetTrailStatusCommand extends GetTrailStatusCommand_base {
136
121
  }
@@ -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 { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
21
20
  */
22
21
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListChannelsCommand_base: {
24
+ new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Lists the channels in the current account, and their source names.
@@ -69,23 +72,5 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
69
72
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
70
73
  *
71
74
  */
72
- export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, CloudTrailClientResolvedConfig> {
73
- readonly input: ListChannelsCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: ListChannelsCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class ListChannelsCommand extends ListChannelsCommand_base {
91
76
  }
@@ -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 { ListEventDataStoresRequest, ListEventDataStoresResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEventDataStoresCommandInput extends ListEventDataStoresRequ
21
20
  */
22
21
  export interface ListEventDataStoresCommandOutput extends ListEventDataStoresResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEventDataStoresCommand_base: {
24
+ new (input: ListEventDataStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about all event data stores in the account, in the current
@@ -109,23 +112,5 @@ export interface ListEventDataStoresCommandOutput extends ListEventDataStoresRes
109
112
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
110
113
  *
111
114
  */
112
- export declare class ListEventDataStoresCommand extends $Command<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig> {
113
- readonly input: ListEventDataStoresCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: ListEventDataStoresCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class ListEventDataStoresCommand extends ListEventDataStoresCommand_base {
131
116
  }
@@ -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 { ListImportFailuresRequest, ListImportFailuresResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListImportFailuresCommandInput extends ListImportFailuresReques
21
20
  */
22
21
  export interface ListImportFailuresCommandOutput extends ListImportFailuresResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListImportFailuresCommand_base: {
24
+ new (input: ListImportFailuresCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of failures for the specified import. </p>
@@ -72,23 +75,5 @@ export interface ListImportFailuresCommandOutput extends ListImportFailuresRespo
72
75
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
73
76
  *
74
77
  */
75
- export declare class ListImportFailuresCommand extends $Command<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, CloudTrailClientResolvedConfig> {
76
- readonly input: ListImportFailuresCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListImportFailuresCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImportFailuresCommandInput, ListImportFailuresCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListImportFailuresCommand extends ListImportFailuresCommand_base {
94
79
  }
@@ -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 { ListImportsRequest, ListImportsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListImportsCommandInput extends ListImportsRequest {
21
20
  */
22
21
  export interface ListImportsCommandOutput extends ListImportsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListImportsCommand_base: {
24
+ new (input: ListImportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns information on all imports, or a select set of imports by
@@ -83,23 +86,5 @@ export interface ListImportsCommandOutput extends ListImportsResponse, __Metadat
83
86
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
84
87
  *
85
88
  */
86
- export declare class ListImportsCommand extends $Command<ListImportsCommandInput, ListImportsCommandOutput, CloudTrailClientResolvedConfig> {
87
- readonly input: ListImportsCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListImportsCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImportsCommandInput, ListImportsCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListImportsCommand extends ListImportsCommand_base {
105
90
  }
@@ -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 { ListPublicKeysRequest, ListPublicKeysResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {
21
20
  */
22
21
  export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPublicKeysCommand_base: {
24
+ new (input: ListPublicKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns all public keys whose private keys were used to sign the digest files within the
@@ -82,23 +85,5 @@ export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __M
82
85
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
83
86
  *
84
87
  */
85
- export declare class ListPublicKeysCommand extends $Command<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig> {
86
- readonly input: ListPublicKeysCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListPublicKeysCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPublicKeysCommandInput, ListPublicKeysCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListPublicKeysCommand extends ListPublicKeysCommand_base {
104
89
  }
@@ -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 { ListQueriesRequest, ListQueriesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListQueriesCommandInput extends ListQueriesRequest {
21
20
  */
22
21
  export interface ListQueriesCommandOutput extends ListQueriesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListQueriesCommand_base: {
24
+ new (input: ListQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of queries and query statuses for the past seven days. You must specify
@@ -107,23 +110,5 @@ export interface ListQueriesCommandOutput extends ListQueriesResponse, __Metadat
107
110
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
108
111
  *
109
112
  */
110
- export declare class ListQueriesCommand extends $Command<ListQueriesCommandInput, ListQueriesCommandOutput, CloudTrailClientResolvedConfig> {
111
- readonly input: ListQueriesCommandInput;
112
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
113
- /**
114
- * @public
115
- */
116
- constructor(input: ListQueriesCommandInput);
117
- /**
118
- * @internal
119
- */
120
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueriesCommandInput, ListQueriesCommandOutput>;
121
- /**
122
- * @internal
123
- */
124
- private serialize;
125
- /**
126
- * @internal
127
- */
128
- private deserialize;
113
+ export declare class ListQueriesCommand extends ListQueriesCommand_base {
129
114
  }
@@ -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 { ListTagsRequest, ListTagsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsCommandInput extends ListTagsRequest {
21
20
  */
22
21
  export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsCommand_base: {
24
+ new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags for the specified trails, event data stores, or channels in the current Region.</p>
@@ -132,23 +135,5 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
132
135
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
133
136
  *
134
137
  */
135
- export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig> {
136
- readonly input: ListTagsCommandInput;
137
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
138
- /**
139
- * @public
140
- */
141
- constructor(input: ListTagsCommandInput);
142
- /**
143
- * @internal
144
- */
145
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
146
- /**
147
- * @internal
148
- */
149
- private serialize;
150
- /**
151
- * @internal
152
- */
153
- private deserialize;
138
+ export declare class ListTagsCommand extends ListTagsCommand_base {
154
139
  }
@@ -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 { ListTrailsRequest, ListTrailsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTrailsCommandInput extends ListTrailsRequest {
21
20
  */
22
21
  export interface ListTrailsCommandOutput extends ListTrailsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTrailsCommand_base: {
24
+ new (input: ListTrailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists trails that are in the current account.</p>
@@ -64,23 +67,5 @@ export interface ListTrailsCommandOutput extends ListTrailsResponse, __MetadataB
64
67
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
65
68
  *
66
69
  */
67
- export declare class ListTrailsCommand extends $Command<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig> {
68
- readonly input: ListTrailsCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: ListTrailsCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrailsCommandInput, ListTrailsCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class ListTrailsCommand extends ListTrailsCommand_base {
86
71
  }
@@ -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 { LookupEventsRequest, LookupEventsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface LookupEventsCommandInput extends LookupEventsRequest {
21
20
  */
22
21
  export interface LookupEventsCommandOutput extends LookupEventsResponse, __MetadataBearer {
23
22
  }
23
+ declare const LookupEventsCommand_base: {
24
+ new (input: LookupEventsCommandInput): import("@smithy/smithy-client").CommandImpl<LookupEventsCommandInput, LookupEventsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Looks up <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html#cloudtrail-concepts-management-events">management events</a> or <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html#cloudtrail-concepts-insights-events">CloudTrail Insights events</a> that are captured by CloudTrail.
@@ -155,23 +158,5 @@ export interface LookupEventsCommandOutput extends LookupEventsResponse, __Metad
155
158
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
156
159
  *
157
160
  */
158
- export declare class LookupEventsCommand extends $Command<LookupEventsCommandInput, LookupEventsCommandOutput, CloudTrailClientResolvedConfig> {
159
- readonly input: LookupEventsCommandInput;
160
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
161
- /**
162
- * @public
163
- */
164
- constructor(input: LookupEventsCommandInput);
165
- /**
166
- * @internal
167
- */
168
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<LookupEventsCommandInput, LookupEventsCommandOutput>;
169
- /**
170
- * @internal
171
- */
172
- private serialize;
173
- /**
174
- * @internal
175
- */
176
- private deserialize;
161
+ export declare class LookupEventsCommand extends LookupEventsCommand_base {
177
162
  }
@@ -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 { PutEventSelectorsRequest, PutEventSelectorsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutEventSelectorsCommandInput extends PutEventSelectorsRequest
21
20
  */
22
21
  export interface PutEventSelectorsCommandOutput extends PutEventSelectorsResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutEventSelectorsCommand_base: {
24
+ new (input: PutEventSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Configures an event selector or advanced event selectors for your trail. Use event
@@ -283,23 +286,5 @@ export interface PutEventSelectorsCommandOutput extends PutEventSelectorsRespons
283
286
  * <p>Base exception class for all service exceptions from CloudTrail service.</p>
284
287
  *
285
288
  */
286
- export declare class PutEventSelectorsCommand extends $Command<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
287
- readonly input: PutEventSelectorsCommandInput;
288
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
289
- /**
290
- * @public
291
- */
292
- constructor(input: PutEventSelectorsCommandInput);
293
- /**
294
- * @internal
295
- */
296
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput>;
297
- /**
298
- * @internal
299
- */
300
- private serialize;
301
- /**
302
- * @internal
303
- */
304
- private deserialize;
289
+ export declare class PutEventSelectorsCommand extends PutEventSelectorsCommand_base {
305
290
  }