@aws-sdk/client-cloudtrail 3.1077.0 → 3.1079.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,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CancelQueryCommandInput extends CancelQueryRequest {}
12
5
  export interface CancelQueryCommandOutput
13
6
  extends CancelQueryResponse,
@@ -18,22 +11,20 @@ declare const CancelQueryCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CancelQueryCommandInput,
20
13
  CancelQueryCommandOutput,
21
- CloudTrailClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudTrailClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CancelQueryCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CancelQueryCommandInput,
29
22
  CancelQueryCommandOutput,
30
- CloudTrailClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudTrailClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CancelQueryCommand extends CancelQueryCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  CreateChannelRequest,
10
4
  CreateChannelResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateChannelCommandInput extends CreateChannelRequest {}
15
8
  export interface CreateChannelCommandOutput
16
9
  extends CreateChannelResponse,
@@ -21,22 +14,20 @@ declare const CreateChannelCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateChannelCommandInput,
23
16
  CreateChannelCommandOutput,
24
- CloudTrailClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudTrailClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateChannelCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateChannelCommandInput,
32
25
  CreateChannelCommandOutput,
33
- CloudTrailClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudTrailClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateChannelCommand extends CreateChannelCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  CreateDashboardRequest,
10
4
  CreateDashboardResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDashboardCommandInput extends CreateDashboardRequest {}
15
8
  export interface CreateDashboardCommandOutput
16
9
  extends CreateDashboardResponse,
@@ -21,22 +14,20 @@ declare const CreateDashboardCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateDashboardCommandInput,
23
16
  CreateDashboardCommandOutput,
24
- CloudTrailClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudTrailClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateDashboardCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateDashboardCommandInput,
32
25
  CreateDashboardCommandOutput,
33
- CloudTrailClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudTrailClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateDashboardCommand extends CreateDashboardCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  CreateEventDataStoreRequest,
10
4
  CreateEventDataStoreResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateEventDataStoreCommandInput
15
8
  extends CreateEventDataStoreRequest {}
16
9
  export interface CreateEventDataStoreCommandOutput
@@ -22,22 +15,20 @@ declare const CreateEventDataStoreCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateEventDataStoreCommandInput,
24
17
  CreateEventDataStoreCommandOutput,
25
- CloudTrailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudTrailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateEventDataStoreCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateEventDataStoreCommandInput,
33
26
  CreateEventDataStoreCommandOutput,
34
- CloudTrailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudTrailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateEventDataStoreCommand extends CreateEventDataStoreCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import { CreateTrailRequest, CreateTrailResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateTrailCommandInput extends CreateTrailRequest {}
12
5
  export interface CreateTrailCommandOutput
13
6
  extends CreateTrailResponse,
@@ -18,22 +11,20 @@ declare const CreateTrailCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateTrailCommandInput,
20
13
  CreateTrailCommandOutput,
21
- CloudTrailClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudTrailClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateTrailCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateTrailCommandInput,
29
22
  CreateTrailCommandOutput,
30
- CloudTrailClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudTrailClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateTrailCommand extends CreateTrailCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  DeleteChannelRequest,
10
4
  DeleteChannelResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
15
8
  export interface DeleteChannelCommandOutput
16
9
  extends DeleteChannelResponse,
@@ -21,22 +14,20 @@ declare const DeleteChannelCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteChannelCommandInput,
23
16
  DeleteChannelCommandOutput,
24
- CloudTrailClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudTrailClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteChannelCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteChannelCommandInput,
32
25
  DeleteChannelCommandOutput,
33
- CloudTrailClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudTrailClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  DeleteDashboardRequest,
10
4
  DeleteDashboardResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {}
15
8
  export interface DeleteDashboardCommandOutput
16
9
  extends DeleteDashboardResponse,
@@ -21,22 +14,20 @@ declare const DeleteDashboardCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteDashboardCommandInput,
23
16
  DeleteDashboardCommandOutput,
24
- CloudTrailClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudTrailClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteDashboardCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteDashboardCommandInput,
32
25
  DeleteDashboardCommandOutput,
33
- CloudTrailClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudTrailClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteDashboardCommand extends DeleteDashboardCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  DeleteEventDataStoreRequest,
10
4
  DeleteEventDataStoreResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteEventDataStoreCommandInput
15
8
  extends DeleteEventDataStoreRequest {}
16
9
  export interface DeleteEventDataStoreCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteEventDataStoreCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteEventDataStoreCommandInput,
24
17
  DeleteEventDataStoreCommandOutput,
25
- CloudTrailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudTrailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteEventDataStoreCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteEventDataStoreCommandInput,
33
26
  DeleteEventDataStoreCommandOutput,
34
- CloudTrailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudTrailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteEventDataStoreCommand extends DeleteEventDataStoreCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  DeleteResourcePolicyRequest,
10
4
  DeleteResourcePolicyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteResourcePolicyCommandInput
15
8
  extends DeleteResourcePolicyRequest {}
16
9
  export interface DeleteResourcePolicyCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteResourcePolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteResourcePolicyCommandInput,
24
17
  DeleteResourcePolicyCommandOutput,
25
- CloudTrailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudTrailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteResourcePolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteResourcePolicyCommandInput,
33
26
  DeleteResourcePolicyCommandOutput,
34
- CloudTrailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudTrailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import { DeleteTrailRequest, DeleteTrailResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteTrailCommandInput extends DeleteTrailRequest {}
12
5
  export interface DeleteTrailCommandOutput
13
6
  extends DeleteTrailResponse,
@@ -18,22 +11,20 @@ declare const DeleteTrailCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteTrailCommandInput,
20
13
  DeleteTrailCommandOutput,
21
- CloudTrailClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CloudTrailClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteTrailCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteTrailCommandInput,
29
22
  DeleteTrailCommandOutput,
30
- CloudTrailClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CloudTrailClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteTrailCommand extends DeleteTrailCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  DeregisterOrganizationDelegatedAdminRequest,
10
4
  DeregisterOrganizationDelegatedAdminResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeregisterOrganizationDelegatedAdminCommandInput
15
8
  extends DeregisterOrganizationDelegatedAdminRequest {}
16
9
  export interface DeregisterOrganizationDelegatedAdminCommandOutput
@@ -22,22 +15,20 @@ declare const DeregisterOrganizationDelegatedAdminCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeregisterOrganizationDelegatedAdminCommandInput,
24
17
  DeregisterOrganizationDelegatedAdminCommandOutput,
25
- CloudTrailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudTrailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeregisterOrganizationDelegatedAdminCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeregisterOrganizationDelegatedAdminCommandInput,
33
26
  DeregisterOrganizationDelegatedAdminCommandOutput,
34
- CloudTrailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudTrailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeregisterOrganizationDelegatedAdminCommand extends DeregisterOrganizationDelegatedAdminCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  DescribeQueryRequest,
10
4
  DescribeQueryResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeQueryCommandInput extends DescribeQueryRequest {}
15
8
  export interface DescribeQueryCommandOutput
16
9
  extends DescribeQueryResponse,
@@ -21,22 +14,20 @@ declare const DescribeQueryCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeQueryCommandInput,
23
16
  DescribeQueryCommandOutput,
24
- CloudTrailClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudTrailClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeQueryCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeQueryCommandInput,
32
25
  DescribeQueryCommandOutput,
33
- CloudTrailClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudTrailClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeQueryCommand extends DescribeQueryCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  DescribeTrailsRequest,
10
4
  DescribeTrailsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeTrailsCommandInput extends DescribeTrailsRequest {}
15
8
  export interface DescribeTrailsCommandOutput
16
9
  extends DescribeTrailsResponse,
@@ -21,22 +14,20 @@ declare const DescribeTrailsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeTrailsCommandInput,
23
16
  DescribeTrailsCommandOutput,
24
- CloudTrailClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CloudTrailClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [DescribeTrailsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeTrailsCommandInput,
32
25
  DescribeTrailsCommandOutput,
33
- CloudTrailClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CloudTrailClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeTrailsCommand extends DescribeTrailsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CloudTrailClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CloudTrailClient";
8
2
  import {
9
3
  DisableFederationRequest,
10
4
  DisableFederationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisableFederationCommandInput
15
8
  extends DisableFederationRequest {}
16
9
  export interface DisableFederationCommandOutput
@@ -22,22 +15,20 @@ declare const DisableFederationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisableFederationCommandInput,
24
17
  DisableFederationCommandOutput,
25
- CloudTrailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CloudTrailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisableFederationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisableFederationCommandInput,
33
26
  DisableFederationCommandOutput,
34
- CloudTrailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CloudTrailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisableFederationCommand extends DisableFederationCommand_base {
43
34
  protected static __types: {