@aws-sdk/client-cloudtrail 3.190.0 → 3.192.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 (183) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/CloudTrailClient.js +11 -8
  3. package/dist-cjs/commands/AddTagsCommand.js +10 -0
  4. package/dist-cjs/commands/CancelQueryCommand.js +10 -0
  5. package/dist-cjs/commands/CreateEventDataStoreCommand.js +10 -0
  6. package/dist-cjs/commands/CreateTrailCommand.js +10 -0
  7. package/dist-cjs/commands/DeleteEventDataStoreCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteTrailCommand.js +10 -0
  9. package/dist-cjs/commands/DescribeQueryCommand.js +10 -0
  10. package/dist-cjs/commands/DescribeTrailsCommand.js +10 -0
  11. package/dist-cjs/commands/GetChannelCommand.js +10 -0
  12. package/dist-cjs/commands/GetEventDataStoreCommand.js +10 -0
  13. package/dist-cjs/commands/GetEventSelectorsCommand.js +10 -0
  14. package/dist-cjs/commands/GetImportCommand.js +10 -0
  15. package/dist-cjs/commands/GetInsightSelectorsCommand.js +10 -0
  16. package/dist-cjs/commands/GetQueryResultsCommand.js +10 -0
  17. package/dist-cjs/commands/GetTrailCommand.js +10 -0
  18. package/dist-cjs/commands/GetTrailStatusCommand.js +10 -0
  19. package/dist-cjs/commands/ListChannelsCommand.js +10 -0
  20. package/dist-cjs/commands/ListEventDataStoresCommand.js +10 -0
  21. package/dist-cjs/commands/ListImportFailuresCommand.js +10 -0
  22. package/dist-cjs/commands/ListImportsCommand.js +10 -0
  23. package/dist-cjs/commands/ListPublicKeysCommand.js +10 -0
  24. package/dist-cjs/commands/ListQueriesCommand.js +10 -0
  25. package/dist-cjs/commands/ListTagsCommand.js +10 -0
  26. package/dist-cjs/commands/ListTrailsCommand.js +10 -0
  27. package/dist-cjs/commands/LookupEventsCommand.js +10 -0
  28. package/dist-cjs/commands/PutEventSelectorsCommand.js +10 -0
  29. package/dist-cjs/commands/PutInsightSelectorsCommand.js +10 -0
  30. package/dist-cjs/commands/RemoveTagsCommand.js +10 -0
  31. package/dist-cjs/commands/RestoreEventDataStoreCommand.js +10 -0
  32. package/dist-cjs/commands/StartImportCommand.js +10 -0
  33. package/dist-cjs/commands/StartLoggingCommand.js +10 -0
  34. package/dist-cjs/commands/StartQueryCommand.js +10 -0
  35. package/dist-cjs/commands/StopImportCommand.js +10 -0
  36. package/dist-cjs/commands/StopLoggingCommand.js +10 -0
  37. package/dist-cjs/commands/UpdateEventDataStoreCommand.js +10 -0
  38. package/dist-cjs/commands/UpdateTrailCommand.js +10 -0
  39. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  40. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  41. package/dist-cjs/endpoint/ruleset.js +356 -0
  42. package/dist-cjs/models/models_0.js +15 -3
  43. package/dist-cjs/protocols/Aws_json1_1.js +15 -0
  44. package/dist-cjs/runtimeConfig.shared.js +3 -3
  45. package/dist-es/CloudTrailClient.js +12 -9
  46. package/dist-es/commands/AddTagsCommand.js +10 -0
  47. package/dist-es/commands/CancelQueryCommand.js +10 -0
  48. package/dist-es/commands/CreateEventDataStoreCommand.js +10 -0
  49. package/dist-es/commands/CreateTrailCommand.js +10 -0
  50. package/dist-es/commands/DeleteEventDataStoreCommand.js +10 -0
  51. package/dist-es/commands/DeleteTrailCommand.js +10 -0
  52. package/dist-es/commands/DescribeQueryCommand.js +10 -0
  53. package/dist-es/commands/DescribeTrailsCommand.js +10 -0
  54. package/dist-es/commands/GetChannelCommand.js +10 -0
  55. package/dist-es/commands/GetEventDataStoreCommand.js +10 -0
  56. package/dist-es/commands/GetEventSelectorsCommand.js +10 -0
  57. package/dist-es/commands/GetImportCommand.js +10 -0
  58. package/dist-es/commands/GetInsightSelectorsCommand.js +10 -0
  59. package/dist-es/commands/GetQueryResultsCommand.js +10 -0
  60. package/dist-es/commands/GetTrailCommand.js +10 -0
  61. package/dist-es/commands/GetTrailStatusCommand.js +10 -0
  62. package/dist-es/commands/ListChannelsCommand.js +10 -0
  63. package/dist-es/commands/ListEventDataStoresCommand.js +10 -0
  64. package/dist-es/commands/ListImportFailuresCommand.js +10 -0
  65. package/dist-es/commands/ListImportsCommand.js +10 -0
  66. package/dist-es/commands/ListPublicKeysCommand.js +10 -0
  67. package/dist-es/commands/ListQueriesCommand.js +10 -0
  68. package/dist-es/commands/ListTagsCommand.js +10 -0
  69. package/dist-es/commands/ListTrailsCommand.js +10 -0
  70. package/dist-es/commands/LookupEventsCommand.js +10 -0
  71. package/dist-es/commands/PutEventSelectorsCommand.js +10 -0
  72. package/dist-es/commands/PutInsightSelectorsCommand.js +10 -0
  73. package/dist-es/commands/RemoveTagsCommand.js +10 -0
  74. package/dist-es/commands/RestoreEventDataStoreCommand.js +10 -0
  75. package/dist-es/commands/StartImportCommand.js +10 -0
  76. package/dist-es/commands/StartLoggingCommand.js +10 -0
  77. package/dist-es/commands/StartQueryCommand.js +10 -0
  78. package/dist-es/commands/StopImportCommand.js +10 -0
  79. package/dist-es/commands/StopLoggingCommand.js +10 -0
  80. package/dist-es/commands/UpdateEventDataStoreCommand.js +10 -0
  81. package/dist-es/commands/UpdateTrailCommand.js +10 -0
  82. package/dist-es/endpoint/EndpointParameters.js +8 -0
  83. package/dist-es/endpoint/endpointResolver.js +8 -0
  84. package/dist-es/endpoint/ruleset.js +353 -0
  85. package/dist-es/models/models_0.js +12 -0
  86. package/dist-es/protocols/Aws_json1_1.js +15 -0
  87. package/dist-es/runtimeConfig.shared.js +2 -2
  88. package/dist-types/CloudTrail.d.ts +9 -5
  89. package/dist-types/CloudTrailClient.d.ts +6 -9
  90. package/dist-types/commands/AddTagsCommand.d.ts +2 -0
  91. package/dist-types/commands/CancelQueryCommand.d.ts +2 -0
  92. package/dist-types/commands/CreateEventDataStoreCommand.d.ts +2 -0
  93. package/dist-types/commands/CreateTrailCommand.d.ts +2 -0
  94. package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +2 -0
  95. package/dist-types/commands/DeleteTrailCommand.d.ts +2 -0
  96. package/dist-types/commands/DescribeQueryCommand.d.ts +2 -0
  97. package/dist-types/commands/DescribeTrailsCommand.d.ts +2 -0
  98. package/dist-types/commands/GetChannelCommand.d.ts +4 -1
  99. package/dist-types/commands/GetEventDataStoreCommand.d.ts +2 -0
  100. package/dist-types/commands/GetEventSelectorsCommand.d.ts +2 -0
  101. package/dist-types/commands/GetImportCommand.d.ts +3 -1
  102. package/dist-types/commands/GetInsightSelectorsCommand.d.ts +2 -0
  103. package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -0
  104. package/dist-types/commands/GetTrailCommand.d.ts +2 -0
  105. package/dist-types/commands/GetTrailStatusCommand.d.ts +2 -0
  106. package/dist-types/commands/ListChannelsCommand.d.ts +4 -1
  107. package/dist-types/commands/ListEventDataStoresCommand.d.ts +2 -0
  108. package/dist-types/commands/ListImportFailuresCommand.d.ts +2 -0
  109. package/dist-types/commands/ListImportsCommand.d.ts +2 -0
  110. package/dist-types/commands/ListPublicKeysCommand.d.ts +2 -0
  111. package/dist-types/commands/ListQueriesCommand.d.ts +2 -0
  112. package/dist-types/commands/ListTagsCommand.d.ts +2 -0
  113. package/dist-types/commands/ListTrailsCommand.d.ts +2 -0
  114. package/dist-types/commands/LookupEventsCommand.d.ts +2 -0
  115. package/dist-types/commands/PutEventSelectorsCommand.d.ts +2 -0
  116. package/dist-types/commands/PutInsightSelectorsCommand.d.ts +2 -0
  117. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -0
  118. package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +2 -0
  119. package/dist-types/commands/StartImportCommand.d.ts +5 -1
  120. package/dist-types/commands/StartLoggingCommand.d.ts +2 -0
  121. package/dist-types/commands/StartQueryCommand.d.ts +3 -1
  122. package/dist-types/commands/StopImportCommand.d.ts +2 -0
  123. package/dist-types/commands/StopLoggingCommand.d.ts +2 -0
  124. package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +2 -0
  125. package/dist-types/commands/UpdateTrailCommand.d.ts +2 -0
  126. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  127. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  128. package/dist-types/endpoint/ruleset.d.ts +2 -0
  129. package/dist-types/models/models_0.d.ts +87 -69
  130. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  131. package/dist-types/runtimeConfig.d.ts +4 -2
  132. package/dist-types/runtimeConfig.native.d.ts +4 -2
  133. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  134. package/dist-types/ts3.4/CloudTrailClient.d.ts +15 -8
  135. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -0
  136. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +2 -0
  137. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +2 -0
  138. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +2 -0
  139. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +2 -0
  140. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +2 -0
  141. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +2 -0
  142. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +2 -0
  143. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +2 -0
  144. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +2 -0
  145. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +2 -0
  146. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +2 -0
  147. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +2 -0
  148. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +2 -0
  149. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +2 -0
  150. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +2 -0
  151. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
  152. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +2 -0
  153. package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +2 -0
  154. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -0
  155. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +2 -0
  156. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +2 -0
  157. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -0
  158. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +2 -0
  159. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +2 -0
  160. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +2 -0
  161. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +2 -0
  162. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -0
  163. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +2 -0
  164. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +2 -0
  165. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +2 -0
  166. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +2 -0
  167. package/dist-types/ts3.4/commands/StopImportCommand.d.ts +2 -0
  168. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +2 -0
  169. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +2 -0
  170. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +2 -0
  171. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  172. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  173. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  174. package/dist-types/ts3.4/models/models_0.d.ts +14 -0
  175. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  176. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  177. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  178. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  179. package/package.json +4 -3
  180. package/dist-cjs/endpoints.js +0 -185
  181. package/dist-es/endpoints.js +0 -181
  182. package/dist-types/endpoints.d.ts +0 -2
  183. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -27,6 +28,7 @@ export interface CancelQueryCommandOutput extends CancelQueryResponse, __Metadat
27
28
  */
28
29
  export declare class CancelQueryCommand extends $Command<CancelQueryCommandInput, CancelQueryCommandOutput, CloudTrailClientResolvedConfig> {
29
30
  readonly input: CancelQueryCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CancelQueryCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -25,6 +26,7 @@ export interface CreateEventDataStoreCommandOutput extends CreateEventDataStoreR
25
26
  */
26
27
  export declare class CreateEventDataStoreCommand extends $Command<CreateEventDataStoreCommandInput, CreateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig> {
27
28
  readonly input: CreateEventDataStoreCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateEventDataStoreCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -26,6 +27,7 @@ export interface CreateTrailCommandOutput extends CreateTrailResponse, __Metadat
26
27
  */
27
28
  export declare class CreateTrailCommand extends $Command<CreateTrailCommandInput, CreateTrailCommandOutput, CloudTrailClientResolvedConfig> {
28
29
  readonly input: CreateTrailCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateTrailCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -31,6 +32,7 @@ export interface DeleteEventDataStoreCommandOutput extends DeleteEventDataStoreR
31
32
  */
32
33
  export declare class DeleteEventDataStoreCommand extends $Command<DeleteEventDataStoreCommandInput, DeleteEventDataStoreCommandOutput, CloudTrailClientResolvedConfig> {
33
34
  readonly input: DeleteEventDataStoreCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DeleteEventDataStoreCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -27,6 +28,7 @@ export interface DeleteTrailCommandOutput extends DeleteTrailResponse, __Metadat
27
28
  */
28
29
  export declare class DeleteTrailCommand extends $Command<DeleteTrailCommandInput, DeleteTrailCommandOutput, CloudTrailClientResolvedConfig> {
29
30
  readonly input: DeleteTrailCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteTrailCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -26,6 +27,7 @@ export interface DescribeQueryCommandOutput extends DescribeQueryResponse, __Met
26
27
  */
27
28
  export declare class DescribeQueryCommand extends $Command<DescribeQueryCommandInput, DescribeQueryCommandOutput, CloudTrailClientResolvedConfig> {
28
29
  readonly input: DescribeQueryCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeQueryCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -25,6 +26,7 @@ export interface DescribeTrailsCommandOutput extends DescribeTrailsResponse, __M
25
26
  */
26
27
  export declare class DescribeTrailsCommand extends $Command<DescribeTrailsCommandInput, DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig> {
27
28
  readonly input: DescribeTrailsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeTrailsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -8,7 +9,8 @@ export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataB
8
9
  }
9
10
  /**
10
11
  * <p>
11
- * Returns the specified CloudTrail service-linked channel. Amazon Web Services services create service-linked channels to view CloudTrail events.
12
+ * Returns information about a specific channel. Amazon Web Services services create service-linked channels to get information about CloudTrail events on your behalf. For more information about
13
+ * service-linked channels, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/viewing-service-linked-channels.html">Viewing service-linked channels for CloudTrail by using the CLI.</a>.
12
14
  * </p>
13
15
  * @example
14
16
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,6 +29,7 @@ export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataB
27
29
  */
28
30
  export declare class GetChannelCommand extends $Command<GetChannelCommandInput, GetChannelCommandOutput, CloudTrailClientResolvedConfig> {
29
31
  readonly input: GetChannelCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
33
  constructor(input: GetChannelCommandInput);
31
34
  /**
32
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -25,6 +26,7 @@ export interface GetEventDataStoreCommandOutput extends GetEventDataStoreRespons
25
26
  */
26
27
  export declare class GetEventDataStoreCommand extends $Command<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput, CloudTrailClientResolvedConfig> {
27
28
  readonly input: GetEventDataStoreCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetEventDataStoreCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -54,6 +55,7 @@ export interface GetEventSelectorsCommandOutput extends GetEventSelectorsRespons
54
55
  */
55
56
  export declare class GetEventSelectorsCommand extends $Command<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
56
57
  readonly input: GetEventSelectorsCommandInput;
58
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
59
  constructor(input: GetEventSelectorsCommandInput);
58
60
  /**
59
61
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -8,7 +9,7 @@ export interface GetImportCommandOutput extends GetImportResponse, __MetadataBea
8
9
  }
9
10
  /**
10
11
  * <p>
11
- * Returns information for the specified import.
12
+ * Returns information about a specific import.
12
13
  * </p>
13
14
  * @example
14
15
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,6 +28,7 @@ export interface GetImportCommandOutput extends GetImportResponse, __MetadataBea
27
28
  */
28
29
  export declare class GetImportCommand extends $Command<GetImportCommandInput, GetImportCommandOutput, CloudTrailClientResolvedConfig> {
29
30
  readonly input: GetImportCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: GetImportCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -31,6 +32,7 @@ export interface GetInsightSelectorsCommandOutput extends GetInsightSelectorsRes
31
32
  */
32
33
  export declare class GetInsightSelectorsCommand extends $Command<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
33
34
  readonly input: GetInsightSelectorsCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: GetInsightSelectorsCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -26,6 +27,7 @@ export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, _
26
27
  */
27
28
  export declare class GetQueryResultsCommand extends $Command<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig> {
28
29
  readonly input: GetQueryResultsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: GetQueryResultsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -25,6 +26,7 @@ export interface GetTrailCommandOutput extends GetTrailResponse, __MetadataBeare
25
26
  */
26
27
  export declare class GetTrailCommand extends $Command<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig> {
27
28
  readonly input: GetTrailCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetTrailCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -25,6 +26,7 @@ export interface GetTrailStatusCommandOutput extends GetTrailStatusResponse, __M
25
26
  */
26
27
  export declare class GetTrailStatusCommand extends $Command<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig> {
27
28
  readonly input: GetTrailStatusCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetTrailStatusCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -8,7 +9,8 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
8
9
  }
9
10
  /**
10
11
  * <p>
11
- * Returns all CloudTrail channels.
12
+ * Lists the channels in the current account, and their source names. Amazon Web Services services create service-linked channels get information about CloudTrail events on your behalf. For more information about
13
+ * service-linked channels, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/viewing-service-linked-channels.html">Viewing service-linked channels for CloudTrail by using the CLI</a>.
12
14
  * </p>
13
15
  * @example
14
16
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,6 +29,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
27
29
  */
28
30
  export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, CloudTrailClientResolvedConfig> {
29
31
  readonly input: ListChannelsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
33
  constructor(input: ListChannelsCommandInput);
31
34
  /**
32
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -25,6 +26,7 @@ export interface ListEventDataStoresCommandOutput extends ListEventDataStoresRes
25
26
  */
26
27
  export declare class ListEventDataStoresCommand extends $Command<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig> {
27
28
  readonly input: ListEventDataStoresCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListEventDataStoresCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -27,6 +28,7 @@ export interface ListImportFailuresCommandOutput extends ListImportFailuresRespo
27
28
  */
28
29
  export declare class ListImportFailuresCommand extends $Command<ListImportFailuresCommandInput, ListImportFailuresCommandOutput, CloudTrailClientResolvedConfig> {
29
30
  readonly input: ListImportFailuresCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListImportFailuresCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -27,6 +28,7 @@ export interface ListImportsCommandOutput extends ListImportsResponse, __Metadat
27
28
  */
28
29
  export declare class ListImportsCommand extends $Command<ListImportsCommandInput, ListImportsCommandOutput, CloudTrailClientResolvedConfig> {
29
30
  readonly input: ListImportsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListImportsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -30,6 +31,7 @@ export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __M
30
31
  */
31
32
  export declare class ListPublicKeysCommand extends $Command<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig> {
32
33
  readonly input: ListPublicKeysCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: ListPublicKeysCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -29,6 +30,7 @@ export interface ListQueriesCommandOutput extends ListQueriesResponse, __Metadat
29
30
  */
30
31
  export declare class ListQueriesCommand extends $Command<ListQueriesCommandInput, ListQueriesCommandOutput, CloudTrailClientResolvedConfig> {
31
32
  readonly input: ListQueriesCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: ListQueriesCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -25,6 +26,7 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
25
26
  */
26
27
  export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig> {
27
28
  readonly input: ListTagsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -25,6 +26,7 @@ export interface ListTrailsCommandOutput extends ListTrailsResponse, __MetadataB
25
26
  */
26
27
  export declare class ListTrailsCommand extends $Command<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig> {
27
28
  readonly input: ListTrailsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTrailsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -72,6 +73,7 @@ export interface LookupEventsCommandOutput extends LookupEventsResponse, __Metad
72
73
  */
73
74
  export declare class LookupEventsCommand extends $Command<LookupEventsCommandInput, LookupEventsCommandOutput, CloudTrailClientResolvedConfig> {
74
75
  readonly input: LookupEventsCommandInput;
76
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
77
  constructor(input: LookupEventsCommandInput);
76
78
  /**
77
79
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -70,6 +71,7 @@ export interface PutEventSelectorsCommandOutput extends PutEventSelectorsRespons
70
71
  */
71
72
  export declare class PutEventSelectorsCommand extends $Command<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
72
73
  readonly input: PutEventSelectorsCommandInput;
74
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
75
  constructor(input: PutEventSelectorsCommandInput);
74
76
  /**
75
77
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -28,6 +29,7 @@ export interface PutInsightSelectorsCommandOutput extends PutInsightSelectorsRes
28
29
  */
29
30
  export declare class PutInsightSelectorsCommand extends $Command<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
30
31
  readonly input: PutInsightSelectorsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: PutInsightSelectorsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -25,6 +26,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsResponse, __MetadataB
25
26
  */
26
27
  export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, CloudTrailClientResolvedConfig> {
27
28
  readonly input: RemoveTagsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RemoveTagsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -27,6 +28,7 @@ export interface RestoreEventDataStoreCommandOutput extends RestoreEventDataStor
27
28
  */
28
29
  export declare class RestoreEventDataStoreCommand extends $Command<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput, CloudTrailClientResolvedConfig> {
29
30
  readonly input: RestoreEventDataStoreCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: RestoreEventDataStoreCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -8,7 +9,9 @@ export interface StartImportCommandOutput extends StartImportResponse, __Metadat
8
9
  }
9
10
  /**
10
11
  * <p>
11
- * Starts an import of logged trail events from a source S3 bucket to a destination event data store.
12
+ * Starts an import of logged trail events from a source S3 bucket to a destination event data store. By default, CloudTrail only imports events contained in the S3 bucket's <code>CloudTrail</code> prefix and the
13
+ * prefixes inside the <code>CloudTrail</code> prefix, and does not check prefixes for other Amazon Web Services services. If you want to import CloudTrail events contained in another prefix, you must include the prefix
14
+ * in the <code>S3LocationUri</code>. For more considerations about importing trail events, see <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-copy-trail-to-lake.html#cloudtrail-trail-copy-considerations">Considerations</a>.
12
15
  * </p>
13
16
  * <p>
14
17
  * When you start a new import, the <code>Destinations</code> and
@@ -35,6 +38,7 @@ export interface StartImportCommandOutput extends StartImportResponse, __Metadat
35
38
  */
36
39
  export declare class StartImportCommand extends $Command<StartImportCommandInput, StartImportCommandOutput, CloudTrailClientResolvedConfig> {
37
40
  readonly input: StartImportCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
42
  constructor(input: StartImportCommandInput);
39
43
  /**
40
44
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -25,6 +26,7 @@ export interface StartLoggingCommandOutput extends StartLoggingResponse, __Metad
25
26
  */
26
27
  export declare class StartLoggingCommand extends $Command<StartLoggingCommandInput, StartLoggingCommandOutput, CloudTrailClientResolvedConfig> {
27
28
  readonly input: StartLoggingCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartLoggingCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -8,7 +9,7 @@ export interface StartQueryCommandOutput extends StartQueryResponse, __MetadataB
8
9
  }
9
10
  /**
10
11
  * <p>Starts a CloudTrail Lake query. The required <code>QueryStatement</code>
11
- * parameter provides your SQL query, enclosed in single quotation marks.</p>
12
+ * parameter provides your SQL query, enclosed in single quotation marks. Use the optional <code>DeliveryS3Uri</code> parameter to deliver the query results to an S3 bucket.</p>
12
13
  * @example
13
14
  * Use a bare-bones client and the command you need to make an API call.
14
15
  * ```javascript
@@ -26,6 +27,7 @@ export interface StartQueryCommandOutput extends StartQueryResponse, __MetadataB
26
27
  */
27
28
  export declare class StartQueryCommand extends $Command<StartQueryCommandInput, StartQueryCommandOutput, CloudTrailClientResolvedConfig> {
28
29
  readonly input: StartQueryCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: StartQueryCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -27,6 +28,7 @@ export interface StopImportCommandOutput extends StopImportResponse, __MetadataB
27
28
  */
28
29
  export declare class StopImportCommand extends $Command<StopImportCommandInput, StopImportCommandOutput, CloudTrailClientResolvedConfig> {
29
30
  readonly input: StopImportCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: StopImportCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -31,6 +32,7 @@ export interface StopLoggingCommandOutput extends StopLoggingResponse, __Metadat
31
32
  */
32
33
  export declare class StopLoggingCommand extends $Command<StopLoggingCommandInput, StopLoggingCommandOutput, CloudTrailClientResolvedConfig> {
33
34
  readonly input: StopLoggingCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: StopLoggingCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -30,6 +31,7 @@ export interface UpdateEventDataStoreCommandOutput extends UpdateEventDataStoreR
30
31
  */
31
32
  export declare class UpdateEventDataStoreCommand extends $Command<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig> {
32
33
  readonly input: UpdateEventDataStoreCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: UpdateEventDataStoreCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
@@ -30,6 +31,7 @@ export interface UpdateTrailCommandOutput extends UpdateTrailResponse, __Metadat
30
31
  */
31
32
  export declare class UpdateTrailCommand extends $Command<UpdateTrailCommandInput, UpdateTrailCommandOutput, CloudTrailClientResolvedConfig> {
32
33
  readonly input: UpdateTrailCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: UpdateTrailCommandInput);
34
36
  /**
35
37
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "../endpoint/EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;