@aws-sdk/client-cloudtrail 3.47.1 → 3.50.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 +35 -0
- package/dist-types/CloudTrail.d.ts +2 -2
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +24 -3
- package/package.json +39 -33
- package/dist-types/ts3.4/CloudTrail.d.ts +0 -150
- package/dist-types/ts3.4/CloudTrailClient.d.ts +0 -102
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -29
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1500
- package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListEventDataStoresPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPublicKeysPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/LookupEventsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -8
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -89
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
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 { DescribeQueryRequest, DescribeQueryResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeQueryCommandInput extends DescribeQueryRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeQueryCommandOutput extends DescribeQueryResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeQueryCommand extends $Command<DescribeQueryCommandInput, DescribeQueryCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeQueryCommandInput;
|
|
12
|
-
constructor(input: DescribeQueryCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeQueryCommandInput, DescribeQueryCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { DescribeTrailsRequest, DescribeTrailsResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeTrailsCommandInput extends DescribeTrailsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeTrailsCommandOutput extends DescribeTrailsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeTrailsCommand extends $Command<DescribeTrailsCommandInput, DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeTrailsCommandInput;
|
|
12
|
-
constructor(input: DescribeTrailsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrailsCommandInput, DescribeTrailsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { GetEventDataStoreRequest, GetEventDataStoreResponse } from "../models/models_0";
|
|
5
|
-
export interface GetEventDataStoreCommandInput extends GetEventDataStoreRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetEventDataStoreCommandOutput extends GetEventDataStoreResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetEventDataStoreCommand extends $Command<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: GetEventDataStoreCommandInput;
|
|
12
|
-
constructor(input: GetEventDataStoreCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { GetEventSelectorsRequest, GetEventSelectorsResponse } from "../models/models_0";
|
|
5
|
-
export interface GetEventSelectorsCommandInput extends GetEventSelectorsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetEventSelectorsCommandOutput extends GetEventSelectorsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetEventSelectorsCommand extends $Command<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: GetEventSelectorsCommandInput;
|
|
12
|
-
constructor(input: GetEventSelectorsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { GetInsightSelectorsRequest, GetInsightSelectorsResponse } from "../models/models_0";
|
|
5
|
-
export interface GetInsightSelectorsCommandInput extends GetInsightSelectorsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetInsightSelectorsCommandOutput extends GetInsightSelectorsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetInsightSelectorsCommand extends $Command<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: GetInsightSelectorsCommandInput;
|
|
12
|
-
constructor(input: GetInsightSelectorsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0";
|
|
5
|
-
export interface GetQueryResultsCommandInput extends GetQueryResultsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetQueryResultsCommand extends $Command<GetQueryResultsCommandInput, GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: GetQueryResultsCommandInput;
|
|
12
|
-
constructor(input: GetQueryResultsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetQueryResultsCommandInput, GetQueryResultsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { GetTrailRequest, GetTrailResponse } from "../models/models_0";
|
|
5
|
-
export interface GetTrailCommandInput extends GetTrailRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetTrailCommandOutput extends GetTrailResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetTrailCommand extends $Command<GetTrailCommandInput, GetTrailCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: GetTrailCommandInput;
|
|
12
|
-
constructor(input: GetTrailCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrailCommandInput, GetTrailCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { GetTrailStatusRequest, GetTrailStatusResponse } from "../models/models_0";
|
|
5
|
-
export interface GetTrailStatusCommandInput extends GetTrailStatusRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetTrailStatusCommandOutput extends GetTrailStatusResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetTrailStatusCommand extends $Command<GetTrailStatusCommandInput, GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: GetTrailStatusCommandInput;
|
|
12
|
-
constructor(input: GetTrailStatusCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTrailStatusCommandInput, GetTrailStatusCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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,17 +0,0 @@
|
|
|
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 { StopLoggingRequest, StopLoggingResponse } from "../models/models_0";
|
|
5
|
-
export interface StopLoggingCommandInput extends StopLoggingRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StopLoggingCommandOutput extends StopLoggingResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StopLoggingCommand extends $Command<StopLoggingCommandInput, StopLoggingCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: StopLoggingCommandInput;
|
|
12
|
-
constructor(input: StopLoggingCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopLoggingCommandInput, StopLoggingCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateEventDataStoreRequest, UpdateEventDataStoreResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateEventDataStoreCommandInput extends UpdateEventDataStoreRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateEventDataStoreCommandOutput extends UpdateEventDataStoreResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateEventDataStoreCommand extends $Command<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateEventDataStoreCommandInput;
|
|
12
|
-
constructor(input: UpdateEventDataStoreCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { UpdateTrailRequest, UpdateTrailResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateTrailCommandInput extends UpdateTrailRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateTrailCommandOutput extends UpdateTrailResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateTrailCommand extends $Command<UpdateTrailCommandInput, UpdateTrailCommandOutput, CloudTrailClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateTrailCommandInput;
|
|
12
|
-
constructor(input: UpdateTrailCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTrailCommandInput, UpdateTrailCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export * from "./AddTagsCommand";
|
|
2
|
-
export * from "./CancelQueryCommand";
|
|
3
|
-
export * from "./CreateEventDataStoreCommand";
|
|
4
|
-
export * from "./CreateTrailCommand";
|
|
5
|
-
export * from "./DeleteEventDataStoreCommand";
|
|
6
|
-
export * from "./DeleteTrailCommand";
|
|
7
|
-
export * from "./DescribeQueryCommand";
|
|
8
|
-
export * from "./DescribeTrailsCommand";
|
|
9
|
-
export * from "./GetEventDataStoreCommand";
|
|
10
|
-
export * from "./GetEventSelectorsCommand";
|
|
11
|
-
export * from "./GetInsightSelectorsCommand";
|
|
12
|
-
export * from "./GetQueryResultsCommand";
|
|
13
|
-
export * from "./GetTrailCommand";
|
|
14
|
-
export * from "./GetTrailStatusCommand";
|
|
15
|
-
export * from "./ListEventDataStoresCommand";
|
|
16
|
-
export * from "./ListPublicKeysCommand";
|
|
17
|
-
export * from "./ListQueriesCommand";
|
|
18
|
-
export * from "./ListTagsCommand";
|
|
19
|
-
export * from "./ListTrailsCommand";
|
|
20
|
-
export * from "./LookupEventsCommand";
|
|
21
|
-
export * from "./PutEventSelectorsCommand";
|
|
22
|
-
export * from "./PutInsightSelectorsCommand";
|
|
23
|
-
export * from "./RemoveTagsCommand";
|
|
24
|
-
export * from "./RestoreEventDataStoreCommand";
|
|
25
|
-
export * from "./StartLoggingCommand";
|
|
26
|
-
export * from "./StartQueryCommand";
|
|
27
|
-
export * from "./StopLoggingCommand";
|
|
28
|
-
export * from "./UpdateEventDataStoreCommand";
|
|
29
|
-
export * from "./UpdateTrailCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|