@aws-sdk/client-cloudtrail 3.170.0 → 3.174.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.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/CloudTrail.js +75 -0
- package/dist-cjs/commands/GetImportCommand.js +36 -0
- package/dist-cjs/commands/ListImportFailuresCommand.js +36 -0
- package/dist-cjs/commands/ListImportsCommand.js +36 -0
- package/dist-cjs/commands/StartImportCommand.js +36 -0
- package/dist-cjs/commands/StopImportCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +148 -3
- package/dist-cjs/pagination/ListImportFailuresPaginator.js +36 -0
- package/dist-cjs/pagination/ListImportsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +575 -2
- package/dist-es/CloudTrail.js +75 -0
- package/dist-es/commands/GetImportCommand.js +39 -0
- package/dist-es/commands/ListImportFailuresCommand.js +39 -0
- package/dist-es/commands/ListImportsCommand.js +39 -0
- package/dist-es/commands/StartImportCommand.js +39 -0
- package/dist-es/commands/StopImportCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +94 -0
- package/dist-es/pagination/ListImportFailuresPaginator.js +75 -0
- package/dist-es/pagination/ListImportsPaginator.js +75 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +722 -60
- package/dist-types/CloudTrail.d.ts +71 -4
- package/dist-types/CloudTrailClient.d.ts +7 -2
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +15 -2
- package/dist-types/commands/GetImportCommand.d.ts +37 -0
- package/dist-types/commands/ListImportFailuresCommand.d.ts +37 -0
- package/dist-types/commands/ListImportsCommand.d.ts +37 -0
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +3 -2
- package/dist-types/commands/StartImportCommand.d.ts +45 -0
- package/dist-types/commands/StopImportCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +602 -4
- package/dist-types/pagination/ListImportFailuresPaginator.d.ts +4 -0
- package/dist-types/pagination/ListImportsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/CloudTrail.d.ts +85 -31
- package/dist-types/ts3.4/CloudTrailClient.d.ts +30 -25
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +197 -531
- package/dist-types/ts3.4/pagination/ListImportFailuresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface DeleteEventDataStoreCommandInput
|
|
|
19
19
|
export interface DeleteEventDataStoreCommandOutput
|
|
20
20
|
extends DeleteEventDataStoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteEventDataStoreCommand extends $Command<
|
|
24
23
|
DeleteEventDataStoreCommandInput,
|
|
25
24
|
DeleteEventDataStoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteEventDataStoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteEventDataStoreCommandInput;
|
|
29
28
|
constructor(input: DeleteEventDataStoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteTrailCommandInput extends DeleteTrailRequest {}
|
|
|
15
15
|
export interface DeleteTrailCommandOutput
|
|
16
16
|
extends DeleteTrailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteTrailCommand extends $Command<
|
|
20
19
|
DeleteTrailCommandInput,
|
|
21
20
|
DeleteTrailCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteTrailCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteTrailCommandInput;
|
|
25
24
|
constructor(input: DeleteTrailCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeQueryCommandInput extends DescribeQueryRequest {}
|
|
|
18
18
|
export interface DescribeQueryCommandOutput
|
|
19
19
|
extends DescribeQueryResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeQueryCommand extends $Command<
|
|
23
22
|
DescribeQueryCommandInput,
|
|
24
23
|
DescribeQueryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeQueryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeQueryCommandInput;
|
|
28
27
|
constructor(input: DescribeQueryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeTrailsCommandInput extends DescribeTrailsRequest {}
|
|
|
18
18
|
export interface DescribeTrailsCommandOutput
|
|
19
19
|
extends DescribeTrailsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeTrailsCommand extends $Command<
|
|
23
22
|
DescribeTrailsCommandInput,
|
|
24
23
|
DescribeTrailsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeTrailsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeTrailsCommandInput;
|
|
28
27
|
constructor(input: DescribeTrailsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetChannelCommandInput extends GetChannelRequest {}
|
|
|
15
15
|
export interface GetChannelCommandOutput
|
|
16
16
|
extends GetChannelResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetChannelCommand extends $Command<
|
|
20
19
|
GetChannelCommandInput,
|
|
21
20
|
GetChannelCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetChannelCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetChannelCommandInput;
|
|
25
24
|
constructor(input: GetChannelCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetEventDataStoreCommandInput
|
|
|
19
19
|
export interface GetEventDataStoreCommandOutput
|
|
20
20
|
extends GetEventDataStoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetEventDataStoreCommand extends $Command<
|
|
24
23
|
GetEventDataStoreCommandInput,
|
|
25
24
|
GetEventDataStoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetEventDataStoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetEventDataStoreCommandInput;
|
|
29
28
|
constructor(input: GetEventDataStoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetEventSelectorsCommandInput
|
|
|
19
19
|
export interface GetEventSelectorsCommandOutput
|
|
20
20
|
extends GetEventSelectorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetEventSelectorsCommand extends $Command<
|
|
24
23
|
GetEventSelectorsCommandInput,
|
|
25
24
|
GetEventSelectorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetEventSelectorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetEventSelectorsCommandInput;
|
|
29
28
|
constructor(input: GetEventSelectorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { GetImportRequest, GetImportResponse } from "../models/models_0";
|
|
14
|
+
export interface GetImportCommandInput extends GetImportRequest {}
|
|
15
|
+
export interface GetImportCommandOutput
|
|
16
|
+
extends GetImportResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetImportCommand extends $Command<
|
|
19
|
+
GetImportCommandInput,
|
|
20
|
+
GetImportCommandOutput,
|
|
21
|
+
CloudTrailClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetImportCommandInput;
|
|
24
|
+
constructor(input: GetImportCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CloudTrailClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetImportCommandInput, GetImportCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -19,7 +19,6 @@ export interface GetInsightSelectorsCommandInput
|
|
|
19
19
|
export interface GetInsightSelectorsCommandOutput
|
|
20
20
|
extends GetInsightSelectorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetInsightSelectorsCommand extends $Command<
|
|
24
23
|
GetInsightSelectorsCommandInput,
|
|
25
24
|
GetInsightSelectorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetInsightSelectorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetInsightSelectorsCommandInput;
|
|
29
28
|
constructor(input: GetInsightSelectorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetQueryResultsCommandInput extends GetQueryResultsRequest {}
|
|
|
18
18
|
export interface GetQueryResultsCommandOutput
|
|
19
19
|
extends GetQueryResultsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetQueryResultsCommand extends $Command<
|
|
23
22
|
GetQueryResultsCommandInput,
|
|
24
23
|
GetQueryResultsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetQueryResultsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetQueryResultsCommandInput;
|
|
28
27
|
constructor(input: GetQueryResultsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetTrailCommandInput extends GetTrailRequest {}
|
|
|
15
15
|
export interface GetTrailCommandOutput
|
|
16
16
|
extends GetTrailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetTrailCommand extends $Command<
|
|
20
19
|
GetTrailCommandInput,
|
|
21
20
|
GetTrailCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetTrailCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetTrailCommandInput;
|
|
25
24
|
constructor(input: GetTrailCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetTrailStatusCommandInput extends GetTrailStatusRequest {}
|
|
|
18
18
|
export interface GetTrailStatusCommandOutput
|
|
19
19
|
extends GetTrailStatusResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetTrailStatusCommand extends $Command<
|
|
23
22
|
GetTrailStatusCommandInput,
|
|
24
23
|
GetTrailStatusCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetTrailStatusCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetTrailStatusCommandInput;
|
|
28
27
|
constructor(input: GetTrailStatusCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {}
|
|
|
15
15
|
export interface ListChannelsCommandOutput
|
|
16
16
|
extends ListChannelsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListChannelsCommand extends $Command<
|
|
20
19
|
ListChannelsCommandInput,
|
|
21
20
|
ListChannelsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListChannelsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListChannelsCommandInput;
|
|
25
24
|
constructor(input: ListChannelsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListEventDataStoresCommandInput
|
|
|
19
19
|
export interface ListEventDataStoresCommandOutput
|
|
20
20
|
extends ListEventDataStoresResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListEventDataStoresCommand extends $Command<
|
|
24
23
|
ListEventDataStoresCommandInput,
|
|
25
24
|
ListEventDataStoresCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListEventDataStoresCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListEventDataStoresCommandInput;
|
|
29
28
|
constructor(input: ListEventDataStoresCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
ListImportFailuresRequest,
|
|
15
|
+
ListImportFailuresResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListImportFailuresCommandInput
|
|
18
|
+
extends ListImportFailuresRequest {}
|
|
19
|
+
export interface ListImportFailuresCommandOutput
|
|
20
|
+
extends ListImportFailuresResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListImportFailuresCommand extends $Command<
|
|
23
|
+
ListImportFailuresCommandInput,
|
|
24
|
+
ListImportFailuresCommandOutput,
|
|
25
|
+
CloudTrailClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListImportFailuresCommandInput;
|
|
28
|
+
constructor(input: ListImportFailuresCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CloudTrailClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListImportFailuresCommandInput, ListImportFailuresCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { ListImportsRequest, ListImportsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListImportsCommandInput extends ListImportsRequest {}
|
|
15
|
+
export interface ListImportsCommandOutput
|
|
16
|
+
extends ListImportsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListImportsCommand extends $Command<
|
|
19
|
+
ListImportsCommandInput,
|
|
20
|
+
ListImportsCommandOutput,
|
|
21
|
+
CloudTrailClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListImportsCommandInput;
|
|
24
|
+
constructor(input: ListImportsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CloudTrailClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListImportsCommandInput, ListImportsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -18,7 +18,6 @@ export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {}
|
|
|
18
18
|
export interface ListPublicKeysCommandOutput
|
|
19
19
|
extends ListPublicKeysResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPublicKeysCommand extends $Command<
|
|
23
22
|
ListPublicKeysCommandInput,
|
|
24
23
|
ListPublicKeysCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPublicKeysCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPublicKeysCommandInput;
|
|
28
27
|
constructor(input: ListPublicKeysCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListQueriesCommandInput extends ListQueriesRequest {}
|
|
|
15
15
|
export interface ListQueriesCommandOutput
|
|
16
16
|
extends ListQueriesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListQueriesCommand extends $Command<
|
|
20
19
|
ListQueriesCommandInput,
|
|
21
20
|
ListQueriesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListQueriesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListQueriesCommandInput;
|
|
25
24
|
constructor(input: ListQueriesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
|
15
15
|
export interface ListTagsCommandOutput
|
|
16
16
|
extends ListTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTagsCommand extends $Command<
|
|
20
19
|
ListTagsCommandInput,
|
|
21
20
|
ListTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTagsCommandInput;
|
|
25
24
|
constructor(input: ListTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTrailsCommandInput extends ListTrailsRequest {}
|
|
|
15
15
|
export interface ListTrailsCommandOutput
|
|
16
16
|
extends ListTrailsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTrailsCommand extends $Command<
|
|
20
19
|
ListTrailsCommandInput,
|
|
21
20
|
ListTrailsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTrailsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTrailsCommandInput;
|
|
25
24
|
constructor(input: ListTrailsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface LookupEventsCommandInput extends LookupEventsRequest {}
|
|
|
15
15
|
export interface LookupEventsCommandOutput
|
|
16
16
|
extends LookupEventsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class LookupEventsCommand extends $Command<
|
|
20
19
|
LookupEventsCommandInput,
|
|
21
20
|
LookupEventsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class LookupEventsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: LookupEventsCommandInput;
|
|
25
24
|
constructor(input: LookupEventsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutEventSelectorsCommandInput
|
|
|
19
19
|
export interface PutEventSelectorsCommandOutput
|
|
20
20
|
extends PutEventSelectorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutEventSelectorsCommand extends $Command<
|
|
24
23
|
PutEventSelectorsCommandInput,
|
|
25
24
|
PutEventSelectorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutEventSelectorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutEventSelectorsCommandInput;
|
|
29
28
|
constructor(input: PutEventSelectorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutInsightSelectorsCommandInput
|
|
|
19
19
|
export interface PutInsightSelectorsCommandOutput
|
|
20
20
|
extends PutInsightSelectorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutInsightSelectorsCommand extends $Command<
|
|
24
23
|
PutInsightSelectorsCommandInput,
|
|
25
24
|
PutInsightSelectorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutInsightSelectorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutInsightSelectorsCommandInput;
|
|
29
28
|
constructor(input: PutInsightSelectorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RemoveTagsCommandInput extends RemoveTagsRequest {}
|
|
|
15
15
|
export interface RemoveTagsCommandOutput
|
|
16
16
|
extends RemoveTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RemoveTagsCommand extends $Command<
|
|
20
19
|
RemoveTagsCommandInput,
|
|
21
20
|
RemoveTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RemoveTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RemoveTagsCommandInput;
|
|
25
24
|
constructor(input: RemoveTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RestoreEventDataStoreCommandInput
|
|
|
19
19
|
export interface RestoreEventDataStoreCommandOutput
|
|
20
20
|
extends RestoreEventDataStoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RestoreEventDataStoreCommand extends $Command<
|
|
24
23
|
RestoreEventDataStoreCommandInput,
|
|
25
24
|
RestoreEventDataStoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RestoreEventDataStoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RestoreEventDataStoreCommandInput;
|
|
29
28
|
constructor(input: RestoreEventDataStoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { StartImportRequest, StartImportResponse } from "../models/models_0";
|
|
14
|
+
export interface StartImportCommandInput extends StartImportRequest {}
|
|
15
|
+
export interface StartImportCommandOutput
|
|
16
|
+
extends StartImportResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StartImportCommand extends $Command<
|
|
19
|
+
StartImportCommandInput,
|
|
20
|
+
StartImportCommandOutput,
|
|
21
|
+
CloudTrailClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StartImportCommandInput;
|
|
24
|
+
constructor(input: StartImportCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CloudTrailClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StartImportCommandInput, StartImportCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -15,7 +15,6 @@ export interface StartLoggingCommandInput extends StartLoggingRequest {}
|
|
|
15
15
|
export interface StartLoggingCommandOutput
|
|
16
16
|
extends StartLoggingResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StartLoggingCommand extends $Command<
|
|
20
19
|
StartLoggingCommandInput,
|
|
21
20
|
StartLoggingCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StartLoggingCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StartLoggingCommandInput;
|
|
25
24
|
constructor(input: StartLoggingCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StartQueryCommandInput extends StartQueryRequest {}
|
|
|
15
15
|
export interface StartQueryCommandOutput
|
|
16
16
|
extends StartQueryResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StartQueryCommand extends $Command<
|
|
20
19
|
StartQueryCommandInput,
|
|
21
20
|
StartQueryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StartQueryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StartQueryCommandInput;
|
|
25
24
|
constructor(input: StartQueryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { StopImportRequest, StopImportResponse } from "../models/models_0";
|
|
14
|
+
export interface StopImportCommandInput extends StopImportRequest {}
|
|
15
|
+
export interface StopImportCommandOutput
|
|
16
|
+
extends StopImportResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StopImportCommand extends $Command<
|
|
19
|
+
StopImportCommandInput,
|
|
20
|
+
StopImportCommandOutput,
|
|
21
|
+
CloudTrailClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StopImportCommandInput;
|
|
24
|
+
constructor(input: StopImportCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CloudTrailClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StopImportCommandInput, StopImportCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -15,7 +15,6 @@ export interface StopLoggingCommandInput extends StopLoggingRequest {}
|
|
|
15
15
|
export interface StopLoggingCommandOutput
|
|
16
16
|
extends StopLoggingResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopLoggingCommand extends $Command<
|
|
20
19
|
StopLoggingCommandInput,
|
|
21
20
|
StopLoggingCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopLoggingCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopLoggingCommandInput;
|
|
25
24
|
constructor(input: StopLoggingCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateEventDataStoreCommandInput
|
|
|
19
19
|
export interface UpdateEventDataStoreCommandOutput
|
|
20
20
|
extends UpdateEventDataStoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateEventDataStoreCommand extends $Command<
|
|
24
23
|
UpdateEventDataStoreCommandInput,
|
|
25
24
|
UpdateEventDataStoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateEventDataStoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateEventDataStoreCommandInput;
|
|
29
28
|
constructor(input: UpdateEventDataStoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateTrailCommandInput extends UpdateTrailRequest {}
|
|
|
15
15
|
export interface UpdateTrailCommandOutput
|
|
16
16
|
extends UpdateTrailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateTrailCommand extends $Command<
|
|
20
19
|
UpdateTrailCommandInput,
|
|
21
20
|
UpdateTrailCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateTrailCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateTrailCommandInput;
|
|
25
24
|
constructor(input: UpdateTrailCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -9,12 +9,15 @@ export * from "./DescribeTrailsCommand";
|
|
|
9
9
|
export * from "./GetChannelCommand";
|
|
10
10
|
export * from "./GetEventDataStoreCommand";
|
|
11
11
|
export * from "./GetEventSelectorsCommand";
|
|
12
|
+
export * from "./GetImportCommand";
|
|
12
13
|
export * from "./GetInsightSelectorsCommand";
|
|
13
14
|
export * from "./GetQueryResultsCommand";
|
|
14
15
|
export * from "./GetTrailCommand";
|
|
15
16
|
export * from "./GetTrailStatusCommand";
|
|
16
17
|
export * from "./ListChannelsCommand";
|
|
17
18
|
export * from "./ListEventDataStoresCommand";
|
|
19
|
+
export * from "./ListImportFailuresCommand";
|
|
20
|
+
export * from "./ListImportsCommand";
|
|
18
21
|
export * from "./ListPublicKeysCommand";
|
|
19
22
|
export * from "./ListQueriesCommand";
|
|
20
23
|
export * from "./ListTagsCommand";
|
|
@@ -24,8 +27,10 @@ export * from "./PutEventSelectorsCommand";
|
|
|
24
27
|
export * from "./PutInsightSelectorsCommand";
|
|
25
28
|
export * from "./RemoveTagsCommand";
|
|
26
29
|
export * from "./RestoreEventDataStoreCommand";
|
|
30
|
+
export * from "./StartImportCommand";
|
|
27
31
|
export * from "./StartLoggingCommand";
|
|
28
32
|
export * from "./StartQueryCommand";
|
|
33
|
+
export * from "./StopImportCommand";
|
|
29
34
|
export * from "./StopLoggingCommand";
|
|
30
35
|
export * from "./UpdateEventDataStoreCommand";
|
|
31
36
|
export * from "./UpdateTrailCommand";
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CloudTrailServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|