@aws-sdk/client-cloudtrail 3.169.0 → 3.171.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 (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudTrail.d.ts +531 -160
  3. package/dist-types/ts3.4/CloudTrailClient.d.ts +290 -104
  4. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +6 -6
  38. package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +7 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1267 -1555
  41. package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  43. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListEventDataStoresPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListPublicKeysPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/LookupEventsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  51. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +377 -95
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  56. package/package.json +34 -34
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { ListEventDataStoresRequest, ListEventDataStoresResponse } from "../models/models_0";
5
- export interface ListEventDataStoresCommandInput extends ListEventDataStoresRequest {
6
- }
7
- export interface ListEventDataStoresCommandOutput extends ListEventDataStoresResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEventDataStoresCommand extends $Command<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: ListEventDataStoresCommandInput;
12
- constructor(input: ListEventDataStoresCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import {
14
+ ListEventDataStoresRequest,
15
+ ListEventDataStoresResponse,
16
+ } from "../models/models_0";
17
+ export interface ListEventDataStoresCommandInput
18
+ extends ListEventDataStoresRequest {}
19
+ export interface ListEventDataStoresCommandOutput
20
+ extends ListEventDataStoresResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListEventDataStoresCommand extends $Command<
23
+ ListEventDataStoresCommandInput,
24
+ ListEventDataStoresCommandOutput,
25
+ CloudTrailClientResolvedConfig
26
+ > {
27
+ readonly input: ListEventDataStoresCommandInput;
28
+ constructor(input: ListEventDataStoresCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudTrailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { ListPublicKeysRequest, ListPublicKeysResponse } from "../models/models_0";
5
- export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {
6
- }
7
- export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPublicKeysCommand extends $Command<ListPublicKeysCommandInput, ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: ListPublicKeysCommandInput;
12
- constructor(input: ListPublicKeysCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPublicKeysCommandInput, ListPublicKeysCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import {
14
+ ListPublicKeysRequest,
15
+ ListPublicKeysResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {}
18
+ export interface ListPublicKeysCommandOutput
19
+ extends ListPublicKeysResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListPublicKeysCommand extends $Command<
22
+ ListPublicKeysCommandInput,
23
+ ListPublicKeysCommandOutput,
24
+ CloudTrailClientResolvedConfig
25
+ > {
26
+ readonly input: ListPublicKeysCommandInput;
27
+ constructor(input: ListPublicKeysCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CloudTrailClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListPublicKeysCommandInput, ListPublicKeysCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { ListQueriesRequest, ListQueriesResponse } from "../models/models_0";
5
- export interface ListQueriesCommandInput extends ListQueriesRequest {
6
- }
7
- export interface ListQueriesCommandOutput extends ListQueriesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListQueriesCommand extends $Command<ListQueriesCommandInput, ListQueriesCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: ListQueriesCommandInput;
12
- constructor(input: ListQueriesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQueriesCommandInput, ListQueriesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import { ListQueriesRequest, ListQueriesResponse } from "../models/models_0";
14
+ export interface ListQueriesCommandInput extends ListQueriesRequest {}
15
+ export interface ListQueriesCommandOutput
16
+ extends ListQueriesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListQueriesCommand extends $Command<
19
+ ListQueriesCommandInput,
20
+ ListQueriesCommandOutput,
21
+ CloudTrailClientResolvedConfig
22
+ > {
23
+ readonly input: ListQueriesCommandInput;
24
+ constructor(input: ListQueriesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudTrailClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListQueriesCommandInput, ListQueriesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
5
- export interface ListTagsCommandInput extends ListTagsRequest {
6
- }
7
- export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: ListTagsCommandInput;
12
- constructor(input: ListTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
14
+ export interface ListTagsCommandInput extends ListTagsRequest {}
15
+ export interface ListTagsCommandOutput
16
+ extends ListTagsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListTagsCommand extends $Command<
19
+ ListTagsCommandInput,
20
+ ListTagsCommandOutput,
21
+ CloudTrailClientResolvedConfig
22
+ > {
23
+ readonly input: ListTagsCommandInput;
24
+ constructor(input: ListTagsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudTrailClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { ListTrailsRequest, ListTrailsResponse } from "../models/models_0";
5
- export interface ListTrailsCommandInput extends ListTrailsRequest {
6
- }
7
- export interface ListTrailsCommandOutput extends ListTrailsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTrailsCommand extends $Command<ListTrailsCommandInput, ListTrailsCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: ListTrailsCommandInput;
12
- constructor(input: ListTrailsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTrailsCommandInput, ListTrailsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import { ListTrailsRequest, ListTrailsResponse } from "../models/models_0";
14
+ export interface ListTrailsCommandInput extends ListTrailsRequest {}
15
+ export interface ListTrailsCommandOutput
16
+ extends ListTrailsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListTrailsCommand extends $Command<
19
+ ListTrailsCommandInput,
20
+ ListTrailsCommandOutput,
21
+ CloudTrailClientResolvedConfig
22
+ > {
23
+ readonly input: ListTrailsCommandInput;
24
+ constructor(input: ListTrailsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudTrailClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListTrailsCommandInput, ListTrailsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { LookupEventsRequest, LookupEventsResponse } from "../models/models_0";
5
- export interface LookupEventsCommandInput extends LookupEventsRequest {
6
- }
7
- export interface LookupEventsCommandOutput extends LookupEventsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class LookupEventsCommand extends $Command<LookupEventsCommandInput, LookupEventsCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: LookupEventsCommandInput;
12
- constructor(input: LookupEventsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<LookupEventsCommandInput, LookupEventsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import { LookupEventsRequest, LookupEventsResponse } from "../models/models_0";
14
+ export interface LookupEventsCommandInput extends LookupEventsRequest {}
15
+ export interface LookupEventsCommandOutput
16
+ extends LookupEventsResponse,
17
+ __MetadataBearer {}
18
+ export declare class LookupEventsCommand extends $Command<
19
+ LookupEventsCommandInput,
20
+ LookupEventsCommandOutput,
21
+ CloudTrailClientResolvedConfig
22
+ > {
23
+ readonly input: LookupEventsCommandInput;
24
+ constructor(input: LookupEventsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudTrailClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<LookupEventsCommandInput, LookupEventsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { PutEventSelectorsRequest, PutEventSelectorsResponse } from "../models/models_0";
5
- export interface PutEventSelectorsCommandInput extends PutEventSelectorsRequest {
6
- }
7
- export interface PutEventSelectorsCommandOutput extends PutEventSelectorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutEventSelectorsCommand extends $Command<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: PutEventSelectorsCommandInput;
12
- constructor(input: PutEventSelectorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import {
14
+ PutEventSelectorsRequest,
15
+ PutEventSelectorsResponse,
16
+ } from "../models/models_0";
17
+ export interface PutEventSelectorsCommandInput
18
+ extends PutEventSelectorsRequest {}
19
+ export interface PutEventSelectorsCommandOutput
20
+ extends PutEventSelectorsResponse,
21
+ __MetadataBearer {}
22
+ export declare class PutEventSelectorsCommand extends $Command<
23
+ PutEventSelectorsCommandInput,
24
+ PutEventSelectorsCommandOutput,
25
+ CloudTrailClientResolvedConfig
26
+ > {
27
+ readonly input: PutEventSelectorsCommandInput;
28
+ constructor(input: PutEventSelectorsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudTrailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { PutInsightSelectorsRequest, PutInsightSelectorsResponse } from "../models/models_0";
5
- export interface PutInsightSelectorsCommandInput extends PutInsightSelectorsRequest {
6
- }
7
- export interface PutInsightSelectorsCommandOutput extends PutInsightSelectorsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutInsightSelectorsCommand extends $Command<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: PutInsightSelectorsCommandInput;
12
- constructor(input: PutInsightSelectorsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import {
14
+ PutInsightSelectorsRequest,
15
+ PutInsightSelectorsResponse,
16
+ } from "../models/models_0";
17
+ export interface PutInsightSelectorsCommandInput
18
+ extends PutInsightSelectorsRequest {}
19
+ export interface PutInsightSelectorsCommandOutput
20
+ extends PutInsightSelectorsResponse,
21
+ __MetadataBearer {}
22
+ export declare class PutInsightSelectorsCommand extends $Command<
23
+ PutInsightSelectorsCommandInput,
24
+ PutInsightSelectorsCommandOutput,
25
+ CloudTrailClientResolvedConfig
26
+ > {
27
+ readonly input: PutInsightSelectorsCommandInput;
28
+ constructor(input: PutInsightSelectorsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudTrailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { RemoveTagsRequest, RemoveTagsResponse } from "../models/models_0";
5
- export interface RemoveTagsCommandInput extends RemoveTagsRequest {
6
- }
7
- export interface RemoveTagsCommandOutput extends RemoveTagsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: RemoveTagsCommandInput;
12
- constructor(input: RemoveTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import { RemoveTagsRequest, RemoveTagsResponse } from "../models/models_0";
14
+ export interface RemoveTagsCommandInput extends RemoveTagsRequest {}
15
+ export interface RemoveTagsCommandOutput
16
+ extends RemoveTagsResponse,
17
+ __MetadataBearer {}
18
+ export declare class RemoveTagsCommand extends $Command<
19
+ RemoveTagsCommandInput,
20
+ RemoveTagsCommandOutput,
21
+ CloudTrailClientResolvedConfig
22
+ > {
23
+ readonly input: RemoveTagsCommandInput;
24
+ constructor(input: RemoveTagsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudTrailClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { RestoreEventDataStoreRequest, RestoreEventDataStoreResponse } from "../models/models_0";
5
- export interface RestoreEventDataStoreCommandInput extends RestoreEventDataStoreRequest {
6
- }
7
- export interface RestoreEventDataStoreCommandOutput extends RestoreEventDataStoreResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class RestoreEventDataStoreCommand extends $Command<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: RestoreEventDataStoreCommandInput;
12
- constructor(input: RestoreEventDataStoreCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import {
14
+ RestoreEventDataStoreRequest,
15
+ RestoreEventDataStoreResponse,
16
+ } from "../models/models_0";
17
+ export interface RestoreEventDataStoreCommandInput
18
+ extends RestoreEventDataStoreRequest {}
19
+ export interface RestoreEventDataStoreCommandOutput
20
+ extends RestoreEventDataStoreResponse,
21
+ __MetadataBearer {}
22
+ export declare class RestoreEventDataStoreCommand extends $Command<
23
+ RestoreEventDataStoreCommandInput,
24
+ RestoreEventDataStoreCommandOutput,
25
+ CloudTrailClientResolvedConfig
26
+ > {
27
+ readonly input: RestoreEventDataStoreCommandInput;
28
+ constructor(input: RestoreEventDataStoreCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CloudTrailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ RestoreEventDataStoreCommandInput,
35
+ RestoreEventDataStoreCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { StartLoggingRequest, StartLoggingResponse } from "../models/models_0";
5
- export interface StartLoggingCommandInput extends StartLoggingRequest {
6
- }
7
- export interface StartLoggingCommandOutput extends StartLoggingResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartLoggingCommand extends $Command<StartLoggingCommandInput, StartLoggingCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: StartLoggingCommandInput;
12
- constructor(input: StartLoggingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartLoggingCommandInput, StartLoggingCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import { StartLoggingRequest, StartLoggingResponse } from "../models/models_0";
14
+ export interface StartLoggingCommandInput extends StartLoggingRequest {}
15
+ export interface StartLoggingCommandOutput
16
+ extends StartLoggingResponse,
17
+ __MetadataBearer {}
18
+ export declare class StartLoggingCommand extends $Command<
19
+ StartLoggingCommandInput,
20
+ StartLoggingCommandOutput,
21
+ CloudTrailClientResolvedConfig
22
+ > {
23
+ readonly input: StartLoggingCommandInput;
24
+ constructor(input: StartLoggingCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudTrailClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StartLoggingCommandInput, StartLoggingCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
4
- import { StartQueryRequest, StartQueryResponse } from "../models/models_0";
5
- export interface StartQueryCommandInput extends StartQueryRequest {
6
- }
7
- export interface StartQueryCommandOutput extends StartQueryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartQueryCommand extends $Command<StartQueryCommandInput, StartQueryCommandOutput, CloudTrailClientResolvedConfig> {
11
- readonly input: StartQueryCommandInput;
12
- constructor(input: StartQueryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartQueryCommandInput, StartQueryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CloudTrailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CloudTrailClient";
13
+ import { StartQueryRequest, StartQueryResponse } from "../models/models_0";
14
+ export interface StartQueryCommandInput extends StartQueryRequest {}
15
+ export interface StartQueryCommandOutput
16
+ extends StartQueryResponse,
17
+ __MetadataBearer {}
18
+ export declare class StartQueryCommand extends $Command<
19
+ StartQueryCommandInput,
20
+ StartQueryCommandOutput,
21
+ CloudTrailClientResolvedConfig
22
+ > {
23
+ readonly input: StartQueryCommandInput;
24
+ constructor(input: StartQueryCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CloudTrailClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<StartQueryCommandInput, StartQueryCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }