@aws-sdk/client-cloudtrail 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CloudTrail.d.ts +0 -31
- package/dist-types/ts3.4/CloudTrailClient.d.ts +0 -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/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/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/StartLoggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +0 -2
- 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/models/CloudTrailServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -531
- 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
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -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
|
}
|