@aws-sdk/client-cloudtrail 3.1077.0 → 3.1078.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 (188) hide show
  1. package/dist-cjs/index.js +68 -603
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddTagsCommand.js +2 -14
  4. package/dist-es/commands/CancelQueryCommand.js +2 -14
  5. package/dist-es/commands/CreateChannelCommand.js +2 -14
  6. package/dist-es/commands/CreateDashboardCommand.js +2 -14
  7. package/dist-es/commands/CreateEventDataStoreCommand.js +2 -14
  8. package/dist-es/commands/CreateTrailCommand.js +2 -14
  9. package/dist-es/commands/DeleteChannelCommand.js +2 -14
  10. package/dist-es/commands/DeleteDashboardCommand.js +2 -14
  11. package/dist-es/commands/DeleteEventDataStoreCommand.js +2 -14
  12. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  13. package/dist-es/commands/DeleteTrailCommand.js +2 -14
  14. package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -14
  15. package/dist-es/commands/DescribeQueryCommand.js +2 -14
  16. package/dist-es/commands/DescribeTrailsCommand.js +2 -14
  17. package/dist-es/commands/DisableFederationCommand.js +2 -14
  18. package/dist-es/commands/EnableFederationCommand.js +2 -14
  19. package/dist-es/commands/GenerateQueryCommand.js +2 -14
  20. package/dist-es/commands/GetChannelCommand.js +2 -14
  21. package/dist-es/commands/GetDashboardCommand.js +2 -14
  22. package/dist-es/commands/GetEventConfigurationCommand.js +2 -14
  23. package/dist-es/commands/GetEventDataStoreCommand.js +2 -14
  24. package/dist-es/commands/GetEventSelectorsCommand.js +2 -14
  25. package/dist-es/commands/GetImportCommand.js +2 -14
  26. package/dist-es/commands/GetInsightSelectorsCommand.js +2 -14
  27. package/dist-es/commands/GetQueryResultsCommand.js +2 -14
  28. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  29. package/dist-es/commands/GetTrailCommand.js +2 -14
  30. package/dist-es/commands/GetTrailStatusCommand.js +2 -14
  31. package/dist-es/commands/ListChannelsCommand.js +2 -14
  32. package/dist-es/commands/ListDashboardsCommand.js +2 -14
  33. package/dist-es/commands/ListEventDataStoresCommand.js +2 -14
  34. package/dist-es/commands/ListImportFailuresCommand.js +2 -14
  35. package/dist-es/commands/ListImportsCommand.js +2 -14
  36. package/dist-es/commands/ListInsightsDataCommand.js +2 -14
  37. package/dist-es/commands/ListInsightsMetricDataCommand.js +2 -14
  38. package/dist-es/commands/ListPublicKeysCommand.js +2 -14
  39. package/dist-es/commands/ListQueriesCommand.js +2 -14
  40. package/dist-es/commands/ListTagsCommand.js +2 -14
  41. package/dist-es/commands/ListTrailsCommand.js +2 -14
  42. package/dist-es/commands/LookupEventsCommand.js +2 -14
  43. package/dist-es/commands/PutEventConfigurationCommand.js +2 -14
  44. package/dist-es/commands/PutEventSelectorsCommand.js +2 -14
  45. package/dist-es/commands/PutInsightSelectorsCommand.js +2 -14
  46. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  47. package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -14
  48. package/dist-es/commands/RemoveTagsCommand.js +2 -14
  49. package/dist-es/commands/RestoreEventDataStoreCommand.js +2 -14
  50. package/dist-es/commands/SearchSampleQueriesCommand.js +2 -14
  51. package/dist-es/commands/StartDashboardRefreshCommand.js +2 -14
  52. package/dist-es/commands/StartEventDataStoreIngestionCommand.js +2 -14
  53. package/dist-es/commands/StartImportCommand.js +2 -14
  54. package/dist-es/commands/StartLoggingCommand.js +2 -14
  55. package/dist-es/commands/StartQueryCommand.js +2 -14
  56. package/dist-es/commands/StopEventDataStoreIngestionCommand.js +2 -14
  57. package/dist-es/commands/StopImportCommand.js +2 -14
  58. package/dist-es/commands/StopLoggingCommand.js +2 -14
  59. package/dist-es/commands/UpdateChannelCommand.js +2 -14
  60. package/dist-es/commands/UpdateDashboardCommand.js +2 -14
  61. package/dist-es/commands/UpdateEventDataStoreCommand.js +2 -14
  62. package/dist-es/commands/UpdateTrailCommand.js +2 -14
  63. package/dist-es/index.js +1 -0
  64. package/dist-types/commandBuilder.d.ts +18 -0
  65. package/dist-types/commands/AddTagsCommand.d.ts +3 -8
  66. package/dist-types/commands/CancelQueryCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateDashboardCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateEventDataStoreCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateTrailCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteTrailCommand.d.ts +3 -8
  76. package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +3 -8
  77. package/dist-types/commands/DescribeQueryCommand.d.ts +3 -8
  78. package/dist-types/commands/DescribeTrailsCommand.d.ts +3 -8
  79. package/dist-types/commands/DisableFederationCommand.d.ts +3 -8
  80. package/dist-types/commands/EnableFederationCommand.d.ts +3 -8
  81. package/dist-types/commands/GenerateQueryCommand.d.ts +3 -8
  82. package/dist-types/commands/GetChannelCommand.d.ts +3 -8
  83. package/dist-types/commands/GetDashboardCommand.d.ts +3 -8
  84. package/dist-types/commands/GetEventConfigurationCommand.d.ts +3 -8
  85. package/dist-types/commands/GetEventDataStoreCommand.d.ts +3 -8
  86. package/dist-types/commands/GetEventSelectorsCommand.d.ts +3 -8
  87. package/dist-types/commands/GetImportCommand.d.ts +3 -8
  88. package/dist-types/commands/GetInsightSelectorsCommand.d.ts +3 -8
  89. package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -8
  90. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  91. package/dist-types/commands/GetTrailCommand.d.ts +3 -8
  92. package/dist-types/commands/GetTrailStatusCommand.d.ts +3 -8
  93. package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListDashboardsCommand.d.ts +3 -8
  95. package/dist-types/commands/ListEventDataStoresCommand.d.ts +3 -8
  96. package/dist-types/commands/ListImportFailuresCommand.d.ts +3 -8
  97. package/dist-types/commands/ListImportsCommand.d.ts +3 -8
  98. package/dist-types/commands/ListInsightsDataCommand.d.ts +3 -8
  99. package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +3 -8
  100. package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -8
  101. package/dist-types/commands/ListQueriesCommand.d.ts +3 -8
  102. package/dist-types/commands/ListTagsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListTrailsCommand.d.ts +3 -8
  104. package/dist-types/commands/LookupEventsCommand.d.ts +3 -8
  105. package/dist-types/commands/PutEventConfigurationCommand.d.ts +3 -8
  106. package/dist-types/commands/PutEventSelectorsCommand.d.ts +3 -8
  107. package/dist-types/commands/PutInsightSelectorsCommand.d.ts +3 -8
  108. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  109. package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +3 -8
  110. package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
  111. package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +3 -8
  112. package/dist-types/commands/SearchSampleQueriesCommand.d.ts +3 -8
  113. package/dist-types/commands/StartDashboardRefreshCommand.d.ts +3 -8
  114. package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +3 -8
  115. package/dist-types/commands/StartImportCommand.d.ts +3 -8
  116. package/dist-types/commands/StartLoggingCommand.d.ts +3 -8
  117. package/dist-types/commands/StartQueryCommand.d.ts +3 -8
  118. package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +3 -8
  119. package/dist-types/commands/StopImportCommand.d.ts +3 -8
  120. package/dist-types/commands/StopLoggingCommand.d.ts +3 -8
  121. package/dist-types/commands/UpdateChannelCommand.d.ts +3 -8
  122. package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -8
  123. package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +3 -8
  124. package/dist-types/commands/UpdateTrailCommand.d.ts +3 -8
  125. package/dist-types/index.d.ts +1 -0
  126. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  127. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/StopImportCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/index.d.ts +1 -0
  188. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { GetEventSelectorsRequest, GetEventSelectorsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEventSelectorsCommandInput extends GetEventSelectorsRequest
22
19
  export interface GetEventSelectorsCommandOutput extends GetEventSelectorsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEventSelectorsCommand_base: {
25
- new (input: GetEventSelectorsCommandInput): import("@smithy/core/client").CommandImpl<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEventSelectorsCommandInput): import("@smithy/core/client").CommandImpl<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEventSelectorsCommandInput): import("@smithy/core/client").CommandImpl<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEventSelectorsCommandInput): import("@smithy/core/client").CommandImpl<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the settings for the event selectors that you configured for your trail. The
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { GetImportRequest, GetImportResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetImportCommandInput extends GetImportRequest {
22
19
  export interface GetImportCommandOutput extends GetImportResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetImportCommand_base: {
25
- new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetImportCommandInput): import("@smithy/core/client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns information about a specific import. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { GetInsightSelectorsRequest, GetInsightSelectorsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetInsightSelectorsCommandInput extends GetInsightSelectorsRequ
22
19
  export interface GetInsightSelectorsCommandOutput extends GetInsightSelectorsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetInsightSelectorsCommand_base: {
25
- new (input: GetInsightSelectorsCommandInput): import("@smithy/core/client").CommandImpl<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetInsightSelectorsCommandInput]): import("@smithy/core/client").CommandImpl<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetInsightSelectorsCommandInput): import("@smithy/core/client").CommandImpl<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetInsightSelectorsCommandInput]): import("@smithy/core/client").CommandImpl<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes the settings for the Insights event selectors that you configured for your
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetQueryResultsCommandInput extends GetQueryResultsRequest {
22
19
  export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetQueryResultsCommand_base: {
25
- new (input: GetQueryResultsCommandInput): import("@smithy/core/client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQueryResultsCommandInput): import("@smithy/core/client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetQueryResultsCommandInput): import("@smithy/core/client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetQueryResultsCommandInput): import("@smithy/core/client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets event data results of a query. You must specify the <code>QueryID</code> value
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest
22
19
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourcePolicyCommand_base: {
25
- new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { GetTrailRequest, GetTrailResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTrailCommandInput extends GetTrailRequest {
22
19
  export interface GetTrailCommandOutput extends GetTrailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTrailCommand_base: {
25
- new (input: GetTrailCommandInput): import("@smithy/core/client").CommandImpl<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTrailCommandInput): import("@smithy/core/client").CommandImpl<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTrailCommandInput): import("@smithy/core/client").CommandImpl<GetTrailCommandInput, GetTrailCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTrailCommandInput): import("@smithy/core/client").CommandImpl<GetTrailCommandInput, GetTrailCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns settings information for a specified trail.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { GetTrailStatusRequest, GetTrailStatusResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTrailStatusCommandInput extends GetTrailStatusRequest {
22
19
  export interface GetTrailStatusCommandOutput extends GetTrailStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTrailStatusCommand_base: {
25
- new (input: GetTrailStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTrailStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTrailStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTrailStatusCommandInput): import("@smithy/core/client").CommandImpl<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a JSON-formatted list of information about the specified trail. Fields include
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
22
19
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListChannelsCommand_base: {
25
- new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListChannelsCommandInput]): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListChannelsCommandInput]): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the channels in the current account, and their source names.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDashboardsCommandInput extends ListDashboardsRequest {
22
19
  export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDashboardsCommand_base: {
25
- new (input: ListDashboardsCommandInput): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDashboardsCommandInput]): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDashboardsCommandInput): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDashboardsCommandInput]): import("@smithy/core/client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListEventDataStoresRequest, ListEventDataStoresResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEventDataStoresCommandInput extends ListEventDataStoresRequ
22
19
  export interface ListEventDataStoresCommandOutput extends ListEventDataStoresResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEventDataStoresCommand_base: {
25
- new (input: ListEventDataStoresCommandInput): import("@smithy/core/client").CommandImpl<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEventDataStoresCommandInput]): import("@smithy/core/client").CommandImpl<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEventDataStoresCommandInput): import("@smithy/core/client").CommandImpl<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListEventDataStoresCommandInput]): import("@smithy/core/client").CommandImpl<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about all event data stores in the account, in the current
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListImportFailuresRequest, ListImportFailuresResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListImportFailuresCommandInput extends ListImportFailuresReques
22
19
  export interface ListImportFailuresCommandOutput extends ListImportFailuresResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListImportFailuresCommand_base: {
25
- new (input: ListImportFailuresCommandInput): import("@smithy/core/client").CommandImpl<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListImportFailuresCommandInput): import("@smithy/core/client").CommandImpl<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListImportFailuresCommandInput): import("@smithy/core/client").CommandImpl<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListImportFailuresCommandInput): import("@smithy/core/client").CommandImpl<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns a list of failures for the specified import. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListImportsRequest, ListImportsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListImportsCommandInput extends ListImportsRequest {
22
19
  export interface ListImportsCommandOutput extends ListImportsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListImportsCommand_base: {
25
- new (input: ListImportsCommandInput): import("@smithy/core/client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListImportsCommandInput]): import("@smithy/core/client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListImportsCommandInput): import("@smithy/core/client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListImportsCommandInput]): import("@smithy/core/client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Returns information on all imports, or a select set of imports by
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListInsightsDataRequest, ListInsightsDataResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListInsightsDataCommandInput extends ListInsightsDataRequest {
22
19
  export interface ListInsightsDataCommandOutput extends ListInsightsDataResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListInsightsDataCommand_base: {
25
- new (input: ListInsightsDataCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsDataCommandInput, ListInsightsDataCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInsightsDataCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsDataCommandInput, ListInsightsDataCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListInsightsDataCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsDataCommandInput, ListInsightsDataCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListInsightsDataCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsDataCommandInput, ListInsightsDataCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns Insights events generated on a trail that logs data events. You can list Insights events that occurred in a Region within the last 90 days.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListInsightsMetricDataRequest, ListInsightsMetricDataResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListInsightsMetricDataCommandInput extends ListInsightsMetricDa
22
19
  export interface ListInsightsMetricDataCommandOutput extends ListInsightsMetricDataResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListInsightsMetricDataCommand_base: {
25
- new (input: ListInsightsMetricDataCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInsightsMetricDataCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListInsightsMetricDataCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListInsightsMetricDataCommandInput): import("@smithy/core/client").CommandImpl<ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns Insights metrics data for trails that have enabled Insights. The request must include the <code>EventSource</code>,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListPublicKeysRequest, ListPublicKeysResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {
22
19
  export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPublicKeysCommand_base: {
25
- new (input: ListPublicKeysCommandInput): import("@smithy/core/client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPublicKeysCommandInput]): import("@smithy/core/client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPublicKeysCommandInput): import("@smithy/core/client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPublicKeysCommandInput]): import("@smithy/core/client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns all public keys whose private keys were used to sign the digest files within the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListQueriesRequest, ListQueriesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListQueriesCommandInput extends ListQueriesRequest {
22
19
  export interface ListQueriesCommandOutput extends ListQueriesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListQueriesCommand_base: {
25
- new (input: ListQueriesCommandInput): import("@smithy/core/client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListQueriesCommandInput): import("@smithy/core/client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListQueriesCommandInput): import("@smithy/core/client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListQueriesCommandInput): import("@smithy/core/client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of queries and query statuses for the past seven days. You must specify
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListTagsRequest, ListTagsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsCommandInput extends ListTagsRequest {
22
19
  export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsCommand_base: {
25
- new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags for the specified trails, event data stores, dashboards, or channels in the current Region.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { ListTrailsRequest, ListTrailsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTrailsCommandInput extends ListTrailsRequest {
22
19
  export interface ListTrailsCommandOutput extends ListTrailsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTrailsCommand_base: {
25
- new (input: ListTrailsCommandInput): import("@smithy/core/client").CommandImpl<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTrailsCommandInput]): import("@smithy/core/client").CommandImpl<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTrailsCommandInput): import("@smithy/core/client").CommandImpl<ListTrailsCommandInput, ListTrailsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListTrailsCommandInput]): import("@smithy/core/client").CommandImpl<ListTrailsCommandInput, ListTrailsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists trails that are in the current account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { LookupEventsRequest, LookupEventsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface LookupEventsCommandInput extends LookupEventsRequest {
22
19
  export interface LookupEventsCommandOutput extends LookupEventsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const LookupEventsCommand_base: {
25
- new (input: LookupEventsCommandInput): import("@smithy/core/client").CommandImpl<LookupEventsCommandInput, LookupEventsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [LookupEventsCommandInput]): import("@smithy/core/client").CommandImpl<LookupEventsCommandInput, LookupEventsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: LookupEventsCommandInput): import("@smithy/core/client").CommandImpl<LookupEventsCommandInput, LookupEventsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [LookupEventsCommandInput]): import("@smithy/core/client").CommandImpl<LookupEventsCommandInput, LookupEventsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { PutEventConfigurationRequest, PutEventConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutEventConfigurationCommandInput extends PutEventConfiguration
22
19
  export interface PutEventConfigurationCommandOutput extends PutEventConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutEventConfigurationCommand_base: {
25
- new (input: PutEventConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutEventConfigurationCommandInput, PutEventConfigurationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [PutEventConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<PutEventConfigurationCommandInput, PutEventConfigurationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutEventConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutEventConfigurationCommandInput, PutEventConfigurationCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [PutEventConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<PutEventConfigurationCommandInput, PutEventConfigurationCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the event configuration settings for the specified event data store or trail. This operation supports updating the maximum event size, adding or modifying context key selectors for event data store, and configuring aggregation settings for the trail.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
2
  import type { PutEventSelectorsRequest, PutEventSelectorsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutEventSelectorsCommandInput extends PutEventSelectorsRequest
22
19
  export interface PutEventSelectorsCommandOutput extends PutEventSelectorsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutEventSelectorsCommand_base: {
25
- new (input: PutEventSelectorsCommandInput): import("@smithy/core/client").CommandImpl<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutEventSelectorsCommandInput): import("@smithy/core/client").CommandImpl<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutEventSelectorsCommandInput): import("@smithy/core/client").CommandImpl<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutEventSelectorsCommandInput): import("@smithy/core/client").CommandImpl<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Configures event selectors (also referred to as <i>basic event selectors</i>) or advanced event selectors for your trail. You can use