@aws-sdk/client-cloudtrail 3.477.0 → 3.481.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/dist-cjs/commands/AddTagsCommand.js +18 -41
- package/dist-cjs/commands/CancelQueryCommand.js +18 -41
- package/dist-cjs/commands/CreateChannelCommand.js +18 -41
- package/dist-cjs/commands/CreateEventDataStoreCommand.js +18 -41
- package/dist-cjs/commands/CreateTrailCommand.js +18 -41
- package/dist-cjs/commands/DeleteChannelCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventDataStoreCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteTrailCommand.js +18 -41
- package/dist-cjs/commands/DeregisterOrganizationDelegatedAdminCommand.js +18 -41
- package/dist-cjs/commands/DescribeQueryCommand.js +18 -41
- package/dist-cjs/commands/DescribeTrailsCommand.js +18 -41
- package/dist-cjs/commands/DisableFederationCommand.js +18 -41
- package/dist-cjs/commands/EnableFederationCommand.js +18 -41
- package/dist-cjs/commands/GetChannelCommand.js +18 -41
- package/dist-cjs/commands/GetEventDataStoreCommand.js +18 -41
- package/dist-cjs/commands/GetEventSelectorsCommand.js +18 -41
- package/dist-cjs/commands/GetImportCommand.js +18 -41
- package/dist-cjs/commands/GetInsightSelectorsCommand.js +18 -41
- package/dist-cjs/commands/GetQueryResultsCommand.js +18 -41
- package/dist-cjs/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/GetTrailCommand.js +18 -41
- package/dist-cjs/commands/GetTrailStatusCommand.js +18 -41
- package/dist-cjs/commands/ListChannelsCommand.js +18 -41
- package/dist-cjs/commands/ListEventDataStoresCommand.js +18 -41
- package/dist-cjs/commands/ListImportFailuresCommand.js +18 -41
- package/dist-cjs/commands/ListImportsCommand.js +18 -41
- package/dist-cjs/commands/ListPublicKeysCommand.js +18 -41
- package/dist-cjs/commands/ListQueriesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsCommand.js +18 -41
- package/dist-cjs/commands/ListTrailsCommand.js +18 -41
- package/dist-cjs/commands/LookupEventsCommand.js +18 -41
- package/dist-cjs/commands/PutEventSelectorsCommand.js +18 -41
- package/dist-cjs/commands/PutInsightSelectorsCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/RegisterOrganizationDelegatedAdminCommand.js +18 -41
- package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
- package/dist-cjs/commands/RestoreEventDataStoreCommand.js +18 -41
- package/dist-cjs/commands/StartEventDataStoreIngestionCommand.js +18 -41
- package/dist-cjs/commands/StartImportCommand.js +18 -41
- package/dist-cjs/commands/StartLoggingCommand.js +18 -41
- package/dist-cjs/commands/StartQueryCommand.js +18 -41
- package/dist-cjs/commands/StopEventDataStoreIngestionCommand.js +18 -41
- package/dist-cjs/commands/StopImportCommand.js +18 -41
- package/dist-cjs/commands/StopLoggingCommand.js +18 -41
- package/dist-cjs/commands/UpdateChannelCommand.js +18 -41
- package/dist-cjs/commands/UpdateEventDataStoreCommand.js +18 -41
- package/dist-cjs/commands/UpdateTrailCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetQueryResultsPaginator.js +2 -23
- package/dist-cjs/pagination/ListChannelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEventDataStoresPaginator.js +2 -24
- package/dist-cjs/pagination/ListImportFailuresPaginator.js +2 -24
- package/dist-cjs/pagination/ListImportsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPublicKeysPaginator.js +2 -23
- package/dist-cjs/pagination/ListQueriesPaginator.js +2 -24
- package/dist-cjs/pagination/ListTagsPaginator.js +2 -23
- package/dist-cjs/pagination/ListTrailsPaginator.js +2 -23
- package/dist-cjs/pagination/LookupEventsPaginator.js +2 -24
- package/dist-es/commands/AddTagsCommand.js +18 -41
- package/dist-es/commands/CancelQueryCommand.js +18 -41
- package/dist-es/commands/CreateChannelCommand.js +18 -41
- package/dist-es/commands/CreateEventDataStoreCommand.js +18 -41
- package/dist-es/commands/CreateTrailCommand.js +18 -41
- package/dist-es/commands/DeleteChannelCommand.js +18 -41
- package/dist-es/commands/DeleteEventDataStoreCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteTrailCommand.js +18 -41
- package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +18 -41
- package/dist-es/commands/DescribeQueryCommand.js +18 -41
- package/dist-es/commands/DescribeTrailsCommand.js +18 -41
- package/dist-es/commands/DisableFederationCommand.js +18 -41
- package/dist-es/commands/EnableFederationCommand.js +18 -41
- package/dist-es/commands/GetChannelCommand.js +18 -41
- package/dist-es/commands/GetEventDataStoreCommand.js +18 -41
- package/dist-es/commands/GetEventSelectorsCommand.js +18 -41
- package/dist-es/commands/GetImportCommand.js +18 -41
- package/dist-es/commands/GetInsightSelectorsCommand.js +18 -41
- package/dist-es/commands/GetQueryResultsCommand.js +18 -41
- package/dist-es/commands/GetResourcePolicyCommand.js +18 -41
- package/dist-es/commands/GetTrailCommand.js +18 -41
- package/dist-es/commands/GetTrailStatusCommand.js +18 -41
- package/dist-es/commands/ListChannelsCommand.js +18 -41
- package/dist-es/commands/ListEventDataStoresCommand.js +18 -41
- package/dist-es/commands/ListImportFailuresCommand.js +18 -41
- package/dist-es/commands/ListImportsCommand.js +18 -41
- package/dist-es/commands/ListPublicKeysCommand.js +18 -41
- package/dist-es/commands/ListQueriesCommand.js +18 -41
- package/dist-es/commands/ListTagsCommand.js +18 -41
- package/dist-es/commands/ListTrailsCommand.js +18 -41
- package/dist-es/commands/LookupEventsCommand.js +18 -41
- package/dist-es/commands/PutEventSelectorsCommand.js +18 -41
- package/dist-es/commands/PutInsightSelectorsCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +18 -41
- package/dist-es/commands/RemoveTagsCommand.js +18 -41
- package/dist-es/commands/RestoreEventDataStoreCommand.js +18 -41
- package/dist-es/commands/StartEventDataStoreIngestionCommand.js +18 -41
- package/dist-es/commands/StartImportCommand.js +18 -41
- package/dist-es/commands/StartLoggingCommand.js +18 -41
- package/dist-es/commands/StartQueryCommand.js +18 -41
- package/dist-es/commands/StopEventDataStoreIngestionCommand.js +18 -41
- package/dist-es/commands/StopImportCommand.js +18 -41
- package/dist-es/commands/StopLoggingCommand.js +18 -41
- package/dist-es/commands/UpdateChannelCommand.js +18 -41
- package/dist-es/commands/UpdateEventDataStoreCommand.js +18 -41
- package/dist-es/commands/UpdateTrailCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetQueryResultsPaginator.js +2 -22
- package/dist-es/pagination/ListChannelsPaginator.js +2 -23
- package/dist-es/pagination/ListEventDataStoresPaginator.js +2 -23
- package/dist-es/pagination/ListImportFailuresPaginator.js +2 -23
- package/dist-es/pagination/ListImportsPaginator.js +2 -23
- package/dist-es/pagination/ListPublicKeysPaginator.js +2 -22
- package/dist-es/pagination/ListQueriesPaginator.js +2 -23
- package/dist-es/pagination/ListTagsPaginator.js +2 -22
- package/dist-es/pagination/ListTrailsPaginator.js +2 -22
- package/dist-es/pagination/LookupEventsPaginator.js +2 -23
- package/dist-types/commands/AddTagsCommand.d.ts +6 -21
- package/dist-types/commands/CancelQueryCommand.d.ts +6 -21
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -21
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrailCommand.d.ts +6 -21
- package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrailCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +6 -21
- package/dist-types/commands/DescribeQueryCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTrailsCommand.d.ts +6 -21
- package/dist-types/commands/DisableFederationCommand.d.ts +6 -21
- package/dist-types/commands/EnableFederationCommand.d.ts +6 -21
- package/dist-types/commands/GetChannelCommand.d.ts +6 -21
- package/dist-types/commands/GetEventDataStoreCommand.d.ts +6 -21
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +6 -21
- package/dist-types/commands/GetImportCommand.d.ts +6 -21
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +6 -21
- package/dist-types/commands/GetQueryResultsCommand.d.ts +6 -21
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetTrailCommand.d.ts +6 -21
- package/dist-types/commands/GetTrailStatusCommand.d.ts +6 -21
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
- package/dist-types/commands/ListEventDataStoresCommand.d.ts +6 -21
- package/dist-types/commands/ListImportFailuresCommand.d.ts +6 -21
- package/dist-types/commands/ListImportsCommand.d.ts +6 -21
- package/dist-types/commands/ListPublicKeysCommand.d.ts +6 -21
- package/dist-types/commands/ListQueriesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsCommand.d.ts +6 -21
- package/dist-types/commands/ListTrailsCommand.d.ts +6 -21
- package/dist-types/commands/LookupEventsCommand.d.ts +6 -21
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +6 -21
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
- package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +6 -21
- package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +6 -21
- package/dist-types/commands/StartImportCommand.d.ts +6 -21
- package/dist-types/commands/StartLoggingCommand.d.ts +6 -21
- package/dist-types/commands/StartQueryCommand.d.ts +6 -21
- package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +6 -21
- package/dist-types/commands/StopImportCommand.d.ts +6 -21
- package/dist-types/commands/StopLoggingCommand.d.ts +6 -21
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTrailCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetQueryResultsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventDataStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportFailuresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPublicKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrailsPaginator.d.ts +1 -1
- package/dist-types/pagination/LookupEventsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEventDataStoresPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImportFailuresPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPublicKeysPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/LookupEventsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteChannelCommand_base: {
|
|
24
|
+
new (input: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a channel.</p>
|
|
@@ -62,23 +65,5 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
62
65
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
63
66
|
*
|
|
64
67
|
*/
|
|
65
|
-
export declare class DeleteChannelCommand extends
|
|
66
|
-
readonly input: DeleteChannelCommandInput;
|
|
67
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
*/
|
|
71
|
-
constructor(input: DeleteChannelCommandInput);
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private serialize;
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
private deserialize;
|
|
68
|
+
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
84
69
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { DeleteEventDataStoreRequest, DeleteEventDataStoreResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteEventDataStoreCommandInput extends DeleteEventDataStoreRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteEventDataStoreCommandOutput extends DeleteEventDataStoreResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteEventDataStoreCommand_base: {
|
|
24
|
+
new (input: DeleteEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventDataStoreCommandInput, DeleteEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disables the event data store specified by <code>EventDataStore</code>, which accepts an
|
|
@@ -116,23 +119,5 @@ export interface DeleteEventDataStoreCommandOutput extends DeleteEventDataStoreR
|
|
|
116
119
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
117
120
|
*
|
|
118
121
|
*/
|
|
119
|
-
export declare class DeleteEventDataStoreCommand extends
|
|
120
|
-
readonly input: DeleteEventDataStoreCommandInput;
|
|
121
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
122
|
-
/**
|
|
123
|
-
* @public
|
|
124
|
-
*/
|
|
125
|
-
constructor(input: DeleteEventDataStoreCommandInput);
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventDataStoreCommandInput, DeleteEventDataStoreCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private serialize;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private deserialize;
|
|
122
|
+
export declare class DeleteEventDataStoreCommand extends DeleteEventDataStoreCommand_base {
|
|
138
123
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteResourcePolicyCommand_base: {
|
|
24
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -74,23 +77,5 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DeleteResourcePolicyCommand extends
|
|
78
|
-
readonly input: DeleteResourcePolicyCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DeleteResourcePolicyCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { DeleteTrailRequest, DeleteTrailResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTrailCommandInput extends DeleteTrailRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTrailCommandOutput extends DeleteTrailResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTrailCommand_base: {
|
|
24
|
+
new (input: DeleteTrailCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrailCommandInput, DeleteTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a trail. This operation must be called from the Region in which the trail was
|
|
@@ -123,23 +126,5 @@ export interface DeleteTrailCommandOutput extends DeleteTrailResponse, __Metadat
|
|
|
123
126
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
124
127
|
*
|
|
125
128
|
*/
|
|
126
|
-
export declare class DeleteTrailCommand extends
|
|
127
|
-
readonly input: DeleteTrailCommandInput;
|
|
128
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
129
|
-
/**
|
|
130
|
-
* @public
|
|
131
|
-
*/
|
|
132
|
-
constructor(input: DeleteTrailCommandInput);
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTrailCommandInput, DeleteTrailCommandOutput>;
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
private serialize;
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
private deserialize;
|
|
129
|
+
export declare class DeleteTrailCommand extends DeleteTrailCommand_base {
|
|
145
130
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { DeregisterOrganizationDelegatedAdminRequest, DeregisterOrganizationDelegatedAdminResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeregisterOrganizationDelegatedAdminCommandInput extends Deregi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeregisterOrganizationDelegatedAdminCommandOutput extends DeregisterOrganizationDelegatedAdminResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeregisterOrganizationDelegatedAdminCommand_base: {
|
|
24
|
+
new (input: DeregisterOrganizationDelegatedAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterOrganizationDelegatedAdminCommandInput, DeregisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes CloudTrail delegated administrator permissions from a member account in
|
|
@@ -94,23 +97,5 @@ export interface DeregisterOrganizationDelegatedAdminCommandOutput extends Dereg
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class DeregisterOrganizationDelegatedAdminCommand extends
|
|
98
|
-
readonly input: DeregisterOrganizationDelegatedAdminCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: DeregisterOrganizationDelegatedAdminCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterOrganizationDelegatedAdminCommandInput, DeregisterOrganizationDelegatedAdminCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class DeregisterOrganizationDelegatedAdminCommand extends DeregisterOrganizationDelegatedAdminCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { DescribeQueryRequest, DescribeQueryResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeQueryCommandInput extends DescribeQueryRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeQueryCommandOutput extends DescribeQueryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeQueryCommand_base: {
|
|
24
|
+
new (input: DescribeQueryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeQueryCommandInput, DescribeQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns metadata about a query, including query run time in milliseconds, number of
|
|
@@ -96,23 +99,5 @@ export interface DescribeQueryCommandOutput extends DescribeQueryResponse, __Met
|
|
|
96
99
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class DescribeQueryCommand extends
|
|
100
|
-
readonly input: DescribeQueryCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: DescribeQueryCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeQueryCommandInput, DescribeQueryCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class DescribeQueryCommand extends DescribeQueryCommand_base {
|
|
118
103
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { DescribeTrailsRequest, DescribeTrailsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTrailsCommandInput extends DescribeTrailsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTrailsCommandOutput extends DescribeTrailsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTrailsCommand_base: {
|
|
24
|
+
new (input: DescribeTrailsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTrailsCommandInput, DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves settings for one or more trails associated with the current Region for your
|
|
@@ -107,23 +110,5 @@ export interface DescribeTrailsCommandOutput extends DescribeTrailsResponse, __M
|
|
|
107
110
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
108
111
|
*
|
|
109
112
|
*/
|
|
110
|
-
export declare class DescribeTrailsCommand extends
|
|
111
|
-
readonly input: DescribeTrailsCommandInput;
|
|
112
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
-
/**
|
|
114
|
-
* @public
|
|
115
|
-
*/
|
|
116
|
-
constructor(input: DescribeTrailsCommandInput);
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrailsCommandInput, DescribeTrailsCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private serialize;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private deserialize;
|
|
113
|
+
export declare class DescribeTrailsCommand extends DescribeTrailsCommand_base {
|
|
129
114
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { DisableFederationRequest, DisableFederationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisableFederationCommandInput extends DisableFederationRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisableFederationCommandOutput extends DisableFederationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisableFederationCommand_base: {
|
|
24
|
+
new (input: DisableFederationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableFederationCommandInput, DisableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -113,23 +116,5 @@ export interface DisableFederationCommandOutput extends DisableFederationRespons
|
|
|
113
116
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
114
117
|
*
|
|
115
118
|
*/
|
|
116
|
-
export declare class DisableFederationCommand extends
|
|
117
|
-
readonly input: DisableFederationCommandInput;
|
|
118
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
119
|
-
/**
|
|
120
|
-
* @public
|
|
121
|
-
*/
|
|
122
|
-
constructor(input: DisableFederationCommandInput);
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableFederationCommandInput, DisableFederationCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private serialize;
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
private deserialize;
|
|
119
|
+
export declare class DisableFederationCommand extends DisableFederationCommand_base {
|
|
135
120
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { EnableFederationRequest, EnableFederationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface EnableFederationCommandInput extends EnableFederationRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface EnableFederationCommandOutput extends EnableFederationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const EnableFederationCommand_base: {
|
|
24
|
+
new (input: EnableFederationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableFederationCommandInput, EnableFederationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -127,23 +130,5 @@ export interface EnableFederationCommandOutput extends EnableFederationResponse,
|
|
|
127
130
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
128
131
|
*
|
|
129
132
|
*/
|
|
130
|
-
export declare class EnableFederationCommand extends
|
|
131
|
-
readonly input: EnableFederationCommandInput;
|
|
132
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
133
|
-
/**
|
|
134
|
-
* @public
|
|
135
|
-
*/
|
|
136
|
-
constructor(input: EnableFederationCommandInput);
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableFederationCommandInput, EnableFederationCommandOutput>;
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
private serialize;
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
private deserialize;
|
|
133
|
+
export declare class EnableFederationCommand extends EnableFederationCommand_base {
|
|
149
134
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { GetChannelRequest, GetChannelResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetChannelCommandInput extends GetChannelRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetChannelCommand_base: {
|
|
24
|
+
new (input: GetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Returns information about a specific channel.
|
|
@@ -109,23 +112,5 @@ export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataB
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class GetChannelCommand extends
|
|
113
|
-
readonly input: GetChannelCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: GetChannelCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChannelCommandInput, GetChannelCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class GetChannelCommand extends GetChannelCommand_base {
|
|
131
116
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { GetEventDataStoreRequest, GetEventDataStoreResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEventDataStoreCommandInput extends GetEventDataStoreRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEventDataStoreCommandOutput extends GetEventDataStoreResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEventDataStoreCommand_base: {
|
|
24
|
+
new (input: GetEventDataStoreCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about an event data store specified as either an ARN or the ID
|
|
@@ -110,23 +113,5 @@ export interface GetEventDataStoreCommandOutput extends GetEventDataStoreRespons
|
|
|
110
113
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
111
114
|
*
|
|
112
115
|
*/
|
|
113
|
-
export declare class GetEventDataStoreCommand extends
|
|
114
|
-
readonly input: GetEventDataStoreCommandInput;
|
|
115
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
-
/**
|
|
117
|
-
* @public
|
|
118
|
-
*/
|
|
119
|
-
constructor(input: GetEventDataStoreCommandInput);
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput>;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private serialize;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private deserialize;
|
|
116
|
+
export declare class GetEventDataStoreCommand extends GetEventDataStoreCommand_base {
|
|
132
117
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { GetEventSelectorsRequest, GetEventSelectorsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEventSelectorsCommandInput extends GetEventSelectorsRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEventSelectorsCommandOutput extends GetEventSelectorsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEventSelectorsCommand_base: {
|
|
24
|
+
new (input: GetEventSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the settings for the event selectors that you configured for your trail. The
|
|
@@ -169,23 +172,5 @@ export interface GetEventSelectorsCommandOutput extends GetEventSelectorsRespons
|
|
|
169
172
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
170
173
|
*
|
|
171
174
|
*/
|
|
172
|
-
export declare class GetEventSelectorsCommand extends
|
|
173
|
-
readonly input: GetEventSelectorsCommandInput;
|
|
174
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
175
|
-
/**
|
|
176
|
-
* @public
|
|
177
|
-
*/
|
|
178
|
-
constructor(input: GetEventSelectorsCommandInput);
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput>;
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
|
-
private serialize;
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
private deserialize;
|
|
175
|
+
export declare class GetEventSelectorsCommand extends GetEventSelectorsCommand_base {
|
|
191
176
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { GetImportRequest, GetImportResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetImportCommandInput extends GetImportRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetImportCommandOutput extends GetImportResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetImportCommand_base: {
|
|
24
|
+
new (input: GetImportCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportCommandInput, GetImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Returns information about a specific import. </p>
|
|
@@ -85,23 +88,5 @@ export interface GetImportCommandOutput extends GetImportResponse, __MetadataBea
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class GetImportCommand extends
|
|
89
|
-
readonly input: GetImportCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: GetImportCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImportCommandInput, GetImportCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class GetImportCommand extends GetImportCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
4
|
import { GetInsightSelectorsRequest, GetInsightSelectorsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetInsightSelectorsCommandInput extends GetInsightSelectorsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetInsightSelectorsCommandOutput extends GetInsightSelectorsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetInsightSelectorsCommand_base: {
|
|
24
|
+
new (input: GetInsightSelectorsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the settings for the Insights event selectors that you configured for your
|
|
@@ -131,23 +134,5 @@ export interface GetInsightSelectorsCommandOutput extends GetInsightSelectorsRes
|
|
|
131
134
|
* <p>Base exception class for all service exceptions from CloudTrail service.</p>
|
|
132
135
|
*
|
|
133
136
|
*/
|
|
134
|
-
export declare class GetInsightSelectorsCommand extends
|
|
135
|
-
readonly input: GetInsightSelectorsCommandInput;
|
|
136
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
137
|
-
/**
|
|
138
|
-
* @public
|
|
139
|
-
*/
|
|
140
|
-
constructor(input: GetInsightSelectorsCommandInput);
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudTrailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
private serialize;
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
private deserialize;
|
|
137
|
+
export declare class GetInsightSelectorsCommand extends GetInsightSelectorsCommand_base {
|
|
153
138
|
}
|