@aws-sdk/client-cloudtrail 3.1045.0 → 3.1047.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 (215) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +136 -137
  5. package/dist-cjs/models/CloudTrailServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/CloudTrail.js +1 -1
  10. package/dist-es/CloudTrailClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddTagsCommand.js +2 -2
  13. package/dist-es/commands/CancelQueryCommand.js +2 -2
  14. package/dist-es/commands/CreateChannelCommand.js +2 -2
  15. package/dist-es/commands/CreateDashboardCommand.js +2 -2
  16. package/dist-es/commands/CreateEventDataStoreCommand.js +2 -2
  17. package/dist-es/commands/CreateTrailCommand.js +2 -2
  18. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  19. package/dist-es/commands/DeleteDashboardCommand.js +2 -2
  20. package/dist-es/commands/DeleteEventDataStoreCommand.js +2 -2
  21. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  22. package/dist-es/commands/DeleteTrailCommand.js +2 -2
  23. package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -2
  24. package/dist-es/commands/DescribeQueryCommand.js +2 -2
  25. package/dist-es/commands/DescribeTrailsCommand.js +2 -2
  26. package/dist-es/commands/DisableFederationCommand.js +2 -2
  27. package/dist-es/commands/EnableFederationCommand.js +2 -2
  28. package/dist-es/commands/GenerateQueryCommand.js +2 -2
  29. package/dist-es/commands/GetChannelCommand.js +2 -2
  30. package/dist-es/commands/GetDashboardCommand.js +2 -2
  31. package/dist-es/commands/GetEventConfigurationCommand.js +2 -2
  32. package/dist-es/commands/GetEventDataStoreCommand.js +2 -2
  33. package/dist-es/commands/GetEventSelectorsCommand.js +2 -2
  34. package/dist-es/commands/GetImportCommand.js +2 -2
  35. package/dist-es/commands/GetInsightSelectorsCommand.js +2 -2
  36. package/dist-es/commands/GetQueryResultsCommand.js +2 -2
  37. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  38. package/dist-es/commands/GetTrailCommand.js +2 -2
  39. package/dist-es/commands/GetTrailStatusCommand.js +2 -2
  40. package/dist-es/commands/ListChannelsCommand.js +2 -2
  41. package/dist-es/commands/ListDashboardsCommand.js +2 -2
  42. package/dist-es/commands/ListEventDataStoresCommand.js +2 -2
  43. package/dist-es/commands/ListImportFailuresCommand.js +2 -2
  44. package/dist-es/commands/ListImportsCommand.js +2 -2
  45. package/dist-es/commands/ListInsightsDataCommand.js +2 -2
  46. package/dist-es/commands/ListInsightsMetricDataCommand.js +2 -2
  47. package/dist-es/commands/ListPublicKeysCommand.js +2 -2
  48. package/dist-es/commands/ListQueriesCommand.js +2 -2
  49. package/dist-es/commands/ListTagsCommand.js +2 -2
  50. package/dist-es/commands/ListTrailsCommand.js +2 -2
  51. package/dist-es/commands/LookupEventsCommand.js +2 -2
  52. package/dist-es/commands/PutEventConfigurationCommand.js +2 -2
  53. package/dist-es/commands/PutEventSelectorsCommand.js +2 -2
  54. package/dist-es/commands/PutInsightSelectorsCommand.js +2 -2
  55. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  56. package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -2
  57. package/dist-es/commands/RemoveTagsCommand.js +2 -2
  58. package/dist-es/commands/RestoreEventDataStoreCommand.js +2 -2
  59. package/dist-es/commands/SearchSampleQueriesCommand.js +2 -2
  60. package/dist-es/commands/StartDashboardRefreshCommand.js +2 -2
  61. package/dist-es/commands/StartEventDataStoreIngestionCommand.js +2 -2
  62. package/dist-es/commands/StartImportCommand.js +2 -2
  63. package/dist-es/commands/StartLoggingCommand.js +2 -2
  64. package/dist-es/commands/StartQueryCommand.js +2 -2
  65. package/dist-es/commands/StopEventDataStoreIngestionCommand.js +2 -2
  66. package/dist-es/commands/StopImportCommand.js +2 -2
  67. package/dist-es/commands/StopLoggingCommand.js +2 -2
  68. package/dist-es/commands/UpdateChannelCommand.js +2 -2
  69. package/dist-es/commands/UpdateDashboardCommand.js +2 -2
  70. package/dist-es/commands/UpdateEventDataStoreCommand.js +2 -2
  71. package/dist-es/commands/UpdateTrailCommand.js +2 -2
  72. package/dist-es/endpoint/bdd.js +1 -1
  73. package/dist-es/endpoint/endpointResolver.js +1 -1
  74. package/dist-es/models/CloudTrailServiceException.js +1 -1
  75. package/dist-es/runtimeConfig.browser.js +4 -6
  76. package/dist-es/runtimeConfig.js +4 -8
  77. package/dist-es/runtimeConfig.shared.js +3 -4
  78. package/dist-es/runtimeExtensions.js +2 -2
  79. package/dist-types/CloudTrailClient.d.ts +5 -5
  80. package/dist-types/commands/AddTagsCommand.d.ts +6 -4
  81. package/dist-types/commands/CancelQueryCommand.d.ts +6 -4
  82. package/dist-types/commands/CreateChannelCommand.d.ts +6 -4
  83. package/dist-types/commands/CreateDashboardCommand.d.ts +6 -4
  84. package/dist-types/commands/CreateEventDataStoreCommand.d.ts +6 -4
  85. package/dist-types/commands/CreateTrailCommand.d.ts +6 -4
  86. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -4
  87. package/dist-types/commands/DeleteDashboardCommand.d.ts +6 -4
  88. package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +6 -4
  89. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  90. package/dist-types/commands/DeleteTrailCommand.d.ts +6 -4
  91. package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +6 -4
  92. package/dist-types/commands/DescribeQueryCommand.d.ts +6 -4
  93. package/dist-types/commands/DescribeTrailsCommand.d.ts +6 -4
  94. package/dist-types/commands/DisableFederationCommand.d.ts +6 -4
  95. package/dist-types/commands/EnableFederationCommand.d.ts +6 -4
  96. package/dist-types/commands/GenerateQueryCommand.d.ts +6 -4
  97. package/dist-types/commands/GetChannelCommand.d.ts +6 -4
  98. package/dist-types/commands/GetDashboardCommand.d.ts +6 -4
  99. package/dist-types/commands/GetEventConfigurationCommand.d.ts +6 -4
  100. package/dist-types/commands/GetEventDataStoreCommand.d.ts +6 -4
  101. package/dist-types/commands/GetEventSelectorsCommand.d.ts +6 -4
  102. package/dist-types/commands/GetImportCommand.d.ts +6 -4
  103. package/dist-types/commands/GetInsightSelectorsCommand.d.ts +6 -4
  104. package/dist-types/commands/GetQueryResultsCommand.d.ts +6 -4
  105. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  106. package/dist-types/commands/GetTrailCommand.d.ts +6 -4
  107. package/dist-types/commands/GetTrailStatusCommand.d.ts +6 -4
  108. package/dist-types/commands/ListChannelsCommand.d.ts +6 -4
  109. package/dist-types/commands/ListDashboardsCommand.d.ts +6 -4
  110. package/dist-types/commands/ListEventDataStoresCommand.d.ts +6 -4
  111. package/dist-types/commands/ListImportFailuresCommand.d.ts +6 -4
  112. package/dist-types/commands/ListImportsCommand.d.ts +6 -4
  113. package/dist-types/commands/ListInsightsDataCommand.d.ts +6 -4
  114. package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +6 -4
  115. package/dist-types/commands/ListPublicKeysCommand.d.ts +6 -4
  116. package/dist-types/commands/ListQueriesCommand.d.ts +6 -4
  117. package/dist-types/commands/ListTagsCommand.d.ts +6 -4
  118. package/dist-types/commands/ListTrailsCommand.d.ts +6 -4
  119. package/dist-types/commands/LookupEventsCommand.d.ts +6 -4
  120. package/dist-types/commands/PutEventConfigurationCommand.d.ts +6 -4
  121. package/dist-types/commands/PutEventSelectorsCommand.d.ts +6 -4
  122. package/dist-types/commands/PutInsightSelectorsCommand.d.ts +6 -4
  123. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  124. package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +6 -4
  125. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
  126. package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +6 -4
  127. package/dist-types/commands/SearchSampleQueriesCommand.d.ts +6 -4
  128. package/dist-types/commands/StartDashboardRefreshCommand.d.ts +6 -4
  129. package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +6 -4
  130. package/dist-types/commands/StartImportCommand.d.ts +6 -4
  131. package/dist-types/commands/StartLoggingCommand.d.ts +6 -4
  132. package/dist-types/commands/StartQueryCommand.d.ts +6 -4
  133. package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +6 -4
  134. package/dist-types/commands/StopImportCommand.d.ts +6 -4
  135. package/dist-types/commands/StopLoggingCommand.d.ts +6 -4
  136. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -4
  137. package/dist-types/commands/UpdateDashboardCommand.d.ts +6 -4
  138. package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +6 -4
  139. package/dist-types/commands/UpdateTrailCommand.d.ts +6 -4
  140. package/dist-types/endpoint/bdd.d.ts +1 -1
  141. package/dist-types/extensionConfiguration.d.ts +1 -1
  142. package/dist-types/models/CloudTrailServiceException.d.ts +1 -1
  143. package/dist-types/models/errors.d.ts +1 -1
  144. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  145. package/dist-types/runtimeConfig.d.ts +2 -2
  146. package/dist-types/runtimeConfig.native.d.ts +2 -2
  147. package/dist-types/ts3.4/CloudTrailClient.d.ts +8 -14
  148. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +6 -4
  167. package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +6 -4
  168. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +6 -4
  169. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +6 -4
  170. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +6 -8
  171. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +6 -4
  172. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +6 -4
  173. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  174. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +6 -8
  175. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +6 -4
  176. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +6 -4
  177. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +6 -4
  178. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +6 -4
  179. package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +6 -4
  180. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +6 -4
  181. package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +6 -4
  182. package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +6 -4
  183. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +6 -4
  184. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +6 -4
  185. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
  186. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +6 -4
  187. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +6 -4
  188. package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +6 -4
  189. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +6 -4
  190. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +6 -4
  191. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  192. package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +6 -4
  193. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
  194. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +6 -4
  195. package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +6 -4
  196. package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +6 -4
  197. package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +6 -4
  198. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +6 -4
  199. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +6 -4
  200. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +6 -4
  201. package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +6 -4
  202. package/dist-types/ts3.4/commands/StopImportCommand.d.ts +6 -4
  203. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +6 -4
  204. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +6 -4
  205. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +6 -4
  206. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +6 -4
  207. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +6 -4
  208. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  209. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  210. package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +1 -1
  211. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  212. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  213. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  214. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  215. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { DescribeTrailsRequest, DescribeTrailsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTrailsCommandInput extends DescribeTrailsRequest {
22
22
  export interface DescribeTrailsCommandOutput extends DescribeTrailsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTrailsCommand_base: {
25
- new (input: DescribeTrailsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrailsCommandInput, DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeTrailsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeTrailsCommandInput, DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTrailsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrailsCommandInput, DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeTrailsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeTrailsCommandInput, DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves settings for one or more trails associated with the current Region for your
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { DisableFederationRequest, DisableFederationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisableFederationCommandInput extends DisableFederationRequest
22
22
  export interface DisableFederationCommandOutput extends DisableFederationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisableFederationCommand_base: {
25
- new (input: DisableFederationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableFederationCommandInput, DisableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableFederationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableFederationCommandInput, DisableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisableFederationCommandInput): import("@smithy/core/client").CommandImpl<DisableFederationCommandInput, DisableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisableFederationCommandInput): import("@smithy/core/client").CommandImpl<DisableFederationCommandInput, DisableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { EnableFederationRequest, EnableFederationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface EnableFederationCommandInput extends EnableFederationRequest {
22
22
  export interface EnableFederationCommandOutput extends EnableFederationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const EnableFederationCommand_base: {
25
- new (input: EnableFederationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableFederationCommandInput, EnableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableFederationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableFederationCommandInput, EnableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: EnableFederationCommandInput): import("@smithy/core/client").CommandImpl<EnableFederationCommandInput, EnableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: EnableFederationCommandInput): import("@smithy/core/client").CommandImpl<EnableFederationCommandInput, EnableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GenerateQueryRequest, GenerateQueryResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GenerateQueryCommandInput extends GenerateQueryRequest {
22
22
  export interface GenerateQueryCommandOutput extends GenerateQueryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GenerateQueryCommand_base: {
25
- new (input: GenerateQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateQueryCommandInput, GenerateQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GenerateQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateQueryCommandInput, GenerateQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GenerateQueryCommandInput): import("@smithy/core/client").CommandImpl<GenerateQueryCommandInput, GenerateQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GenerateQueryCommandInput): import("@smithy/core/client").CommandImpl<GenerateQueryCommandInput, GenerateQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetChannelRequest, GetChannelResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetChannelCommandInput extends GetChannelRequest {
22
22
  export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetChannelCommand_base: {
25
- new (input: GetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetChannelCommandInput): import("@smithy/core/client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetChannelCommandInput): import("@smithy/core/client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns information about a specific channel.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetDashboardRequest, GetDashboardResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetDashboardCommandInput extends GetDashboardRequest {
22
22
  export interface GetDashboardCommandOutput extends GetDashboardResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDashboardCommand_base: {
25
- new (input: GetDashboardCommandInput): import("@smithy/smithy-client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDashboardCommandInput): import("@smithy/smithy-client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDashboardCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDashboardCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardCommandInput, GetDashboardCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetEventConfigurationRequest, GetEventConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetEventConfigurationCommandInput extends GetEventConfiguration
22
22
  export interface GetEventConfigurationCommandOutput extends GetEventConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetEventConfigurationCommand_base: {
25
- new (input: GetEventConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventConfigurationCommandInput, GetEventConfigurationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetEventConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetEventConfigurationCommandInput, GetEventConfigurationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetEventConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetEventConfigurationCommandInput, GetEventConfigurationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetEventConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetEventConfigurationCommandInput, GetEventConfigurationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the current event configuration settings for the specified event data store or trail. The response includes maximum event size configuration, the context key selectors configured for the event data store, and any aggregation settings configured for the trail.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetEventDataStoreRequest, GetEventDataStoreResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetEventDataStoreCommandInput extends GetEventDataStoreRequest
22
22
  export interface GetEventDataStoreCommandOutput extends GetEventDataStoreResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetEventDataStoreCommand_base: {
25
- new (input: GetEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about an event data store specified as either an ARN or the ID
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetEventSelectorsRequest, GetEventSelectorsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetEventSelectorsCommandInput extends GetEventSelectorsRequest
22
22
  export interface GetEventSelectorsCommandOutput extends GetEventSelectorsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetEventSelectorsCommand_base: {
25
- new (input: GetEventSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEventSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the settings for the event selectors that you configured for your trail. The
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetImportRequest, GetImportResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetImportCommandInput extends GetImportRequest {
22
22
  export interface GetImportCommandOutput extends GetImportResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetImportCommand_base: {
25
- new (input: GetImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns information about a specific import. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetInsightSelectorsRequest, GetInsightSelectorsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetInsightSelectorsCommandInput extends GetInsightSelectorsRequ
22
22
  export interface GetInsightSelectorsCommandOutput extends GetInsightSelectorsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetInsightSelectorsCommand_base: {
25
- new (input: GetInsightSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetInsightSelectorsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes the settings for the Insights event selectors that you configured for your
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetQueryResultsCommandInput extends GetQueryResultsRequest {
22
22
  export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetQueryResultsCommand_base: {
25
- new (input: GetQueryResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQueryResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets event data results of a query. You must specify the <code>QueryID</code> value
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest
22
22
  export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetResourcePolicyCommand_base: {
25
- new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetTrailRequest, GetTrailResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTrailCommandInput extends GetTrailRequest {
22
22
  export interface GetTrailCommandOutput extends GetTrailResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTrailCommand_base: {
25
- new (input: GetTrailCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTrailCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns settings information for a specified trail.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { GetTrailStatusRequest, GetTrailStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTrailStatusCommandInput extends GetTrailStatusRequest {
22
22
  export interface GetTrailStatusCommandOutput extends GetTrailStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTrailStatusCommand_base: {
25
- new (input: GetTrailStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTrailStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a JSON-formatted list of information about the specified trail. Fields include
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
22
22
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListChannelsCommand_base: {
25
- new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListChannelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Lists the channels in the current account, and their source names.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListDashboardsCommandInput extends ListDashboardsRequest {
22
22
  export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDashboardsCommand_base: {
25
- new (input: ListDashboardsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDashboardsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDashboardsCommandInput, ListDashboardsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListEventDataStoresRequest, ListEventDataStoresResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEventDataStoresCommandInput extends ListEventDataStoresRequ
22
22
  export interface ListEventDataStoresCommandOutput extends ListEventDataStoresResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEventDataStoresCommand_base: {
25
- new (input: ListEventDataStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEventDataStoresCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about all event data stores in the account, in the current
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListImportFailuresRequest, ListImportFailuresResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListImportFailuresCommandInput extends ListImportFailuresReques
22
22
  export interface ListImportFailuresCommandOutput extends ListImportFailuresResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListImportFailuresCommand_base: {
25
- new (input: ListImportFailuresCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListImportFailuresCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns a list of failures for the specified import. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListImportsRequest, ListImportsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListImportsCommandInput extends ListImportsRequest {
22
22
  export interface ListImportsCommandOutput extends ListImportsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListImportsCommand_base: {
25
- new (input: ListImportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListImportsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImportsCommandInput, ListImportsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Returns information on all imports, or a select set of imports by
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListInsightsDataRequest, ListInsightsDataResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListInsightsDataCommandInput extends ListInsightsDataRequest {
22
22
  export interface ListInsightsDataCommandOutput extends ListInsightsDataResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListInsightsDataCommand_base: {
25
- new (input: ListInsightsDataCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsDataCommandInput, ListInsightsDataCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInsightsDataCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsDataCommandInput, ListInsightsDataCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListInsightsMetricDataRequest, ListInsightsMetricDataResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListInsightsMetricDataCommandInput extends ListInsightsMetricDa
22
22
  export interface ListInsightsMetricDataCommandOutput extends ListInsightsMetricDataResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListInsightsMetricDataCommand_base: {
25
- new (input: ListInsightsMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInsightsMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns Insights metrics data for trails that have enabled Insights. The request must include the <code>EventSource</code>,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListPublicKeysRequest, ListPublicKeysResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {
22
22
  export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPublicKeysCommand_base: {
25
- new (input: ListPublicKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPublicKeysCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns all public keys whose private keys were used to sign the digest files within the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListQueriesRequest, ListQueriesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListQueriesCommandInput extends ListQueriesRequest {
22
22
  export interface ListQueriesCommandOutput extends ListQueriesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListQueriesCommand_base: {
25
- new (input: ListQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueriesCommandInput, ListQueriesCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of queries and query statuses for the past seven days. You must specify
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListTagsRequest, ListTagsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsCommandInput extends ListTagsRequest {
22
22
  export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsCommand_base: {
25
- new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the tags for the specified trails, event data stores, dashboards, or channels in the current Region.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
4
  import type { ListTrailsRequest, ListTrailsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTrailsCommandInput extends ListTrailsRequest {
22
22
  export interface ListTrailsCommandOutput extends ListTrailsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTrailsCommand_base: {
25
- new (input: ListTrailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTrailsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists trails that are in the current account.</p>