@aws-sdk/client-cloudtrail 3.337.0 → 3.341.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/CloudTrailClient.js +2 -1
- package/dist-cjs/commands/AddTagsCommand.js +2 -1
- package/dist-cjs/commands/CancelQueryCommand.js +2 -1
- package/dist-cjs/commands/CreateChannelCommand.js +2 -1
- package/dist-cjs/commands/CreateEventDataStoreCommand.js +2 -1
- package/dist-cjs/commands/CreateTrailCommand.js +2 -1
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -1
- package/dist-cjs/commands/DeleteEventDataStoreCommand.js +2 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteTrailCommand.js +2 -1
- package/dist-cjs/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -1
- package/dist-cjs/commands/DescribeQueryCommand.js +2 -1
- package/dist-cjs/commands/DescribeTrailsCommand.js +2 -1
- package/dist-cjs/commands/GetChannelCommand.js +2 -1
- package/dist-cjs/commands/GetEventDataStoreCommand.js +2 -1
- package/dist-cjs/commands/GetEventSelectorsCommand.js +2 -1
- package/dist-cjs/commands/GetImportCommand.js +2 -1
- package/dist-cjs/commands/GetInsightSelectorsCommand.js +2 -1
- package/dist-cjs/commands/GetQueryResultsCommand.js +2 -1
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/GetTrailCommand.js +2 -1
- package/dist-cjs/commands/GetTrailStatusCommand.js +2 -1
- package/dist-cjs/commands/ListChannelsCommand.js +2 -1
- package/dist-cjs/commands/ListEventDataStoresCommand.js +2 -1
- package/dist-cjs/commands/ListImportFailuresCommand.js +2 -1
- package/dist-cjs/commands/ListImportsCommand.js +2 -1
- package/dist-cjs/commands/ListPublicKeysCommand.js +2 -1
- package/dist-cjs/commands/ListQueriesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsCommand.js +2 -1
- package/dist-cjs/commands/ListTrailsCommand.js +2 -1
- package/dist-cjs/commands/LookupEventsCommand.js +2 -1
- package/dist-cjs/commands/PutEventSelectorsCommand.js +2 -1
- package/dist-cjs/commands/PutInsightSelectorsCommand.js +2 -1
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -1
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -1
- package/dist-cjs/commands/RestoreEventDataStoreCommand.js +2 -1
- package/dist-cjs/commands/StartImportCommand.js +2 -1
- package/dist-cjs/commands/StartLoggingCommand.js +2 -1
- package/dist-cjs/commands/StartQueryCommand.js +2 -1
- package/dist-cjs/commands/StopImportCommand.js +2 -1
- package/dist-cjs/commands/StopLoggingCommand.js +2 -1
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -1
- package/dist-cjs/commands/UpdateEventDataStoreCommand.js +2 -1
- package/dist-cjs/commands/UpdateTrailCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/CloudTrailServiceException.js +2 -1
- package/dist-es/CloudTrailClient.js +1 -0
- package/dist-es/commands/AddTagsCommand.js +1 -0
- package/dist-es/commands/CancelQueryCommand.js +1 -0
- package/dist-es/commands/CreateChannelCommand.js +1 -0
- package/dist-es/commands/CreateEventDataStoreCommand.js +1 -0
- package/dist-es/commands/CreateTrailCommand.js +1 -0
- package/dist-es/commands/DeleteChannelCommand.js +1 -0
- package/dist-es/commands/DeleteEventDataStoreCommand.js +1 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
- package/dist-es/commands/DeleteTrailCommand.js +1 -0
- package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +1 -0
- package/dist-es/commands/DescribeQueryCommand.js +1 -0
- package/dist-es/commands/DescribeTrailsCommand.js +1 -0
- package/dist-es/commands/GetChannelCommand.js +1 -0
- package/dist-es/commands/GetEventDataStoreCommand.js +1 -0
- package/dist-es/commands/GetEventSelectorsCommand.js +1 -0
- package/dist-es/commands/GetImportCommand.js +1 -0
- package/dist-es/commands/GetInsightSelectorsCommand.js +1 -0
- package/dist-es/commands/GetQueryResultsCommand.js +1 -0
- package/dist-es/commands/GetResourcePolicyCommand.js +1 -0
- package/dist-es/commands/GetTrailCommand.js +1 -0
- package/dist-es/commands/GetTrailStatusCommand.js +1 -0
- package/dist-es/commands/ListChannelsCommand.js +1 -0
- package/dist-es/commands/ListEventDataStoresCommand.js +1 -0
- package/dist-es/commands/ListImportFailuresCommand.js +1 -0
- package/dist-es/commands/ListImportsCommand.js +1 -0
- package/dist-es/commands/ListPublicKeysCommand.js +1 -0
- package/dist-es/commands/ListQueriesCommand.js +1 -0
- package/dist-es/commands/ListTagsCommand.js +1 -0
- package/dist-es/commands/ListTrailsCommand.js +1 -0
- package/dist-es/commands/LookupEventsCommand.js +1 -0
- package/dist-es/commands/PutEventSelectorsCommand.js +1 -0
- package/dist-es/commands/PutInsightSelectorsCommand.js +1 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
- package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +1 -0
- package/dist-es/commands/RemoveTagsCommand.js +1 -0
- package/dist-es/commands/RestoreEventDataStoreCommand.js +1 -0
- package/dist-es/commands/StartImportCommand.js +1 -0
- package/dist-es/commands/StartLoggingCommand.js +1 -0
- package/dist-es/commands/StartQueryCommand.js +1 -0
- package/dist-es/commands/StopImportCommand.js +1 -0
- package/dist-es/commands/StopLoggingCommand.js +1 -0
- package/dist-es/commands/UpdateChannelCommand.js +1 -0
- package/dist-es/commands/UpdateEventDataStoreCommand.js +1 -0
- package/dist-es/commands/UpdateTrailCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/CloudTrailServiceException.js +1 -0
- package/dist-types/CloudTrailClient.d.ts +3 -3
- package/dist-types/commands/AddTagsCommand.d.ts +4 -0
- package/dist-types/commands/CancelQueryCommand.d.ts +4 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +4 -0
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +4 -0
- package/dist-types/commands/CreateTrailCommand.d.ts +4 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTrailCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +4 -0
- package/dist-types/commands/DescribeQueryCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTrailsCommand.d.ts +4 -0
- package/dist-types/commands/GetChannelCommand.d.ts +4 -0
- package/dist-types/commands/GetEventDataStoreCommand.d.ts +4 -0
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +4 -0
- package/dist-types/commands/GetImportCommand.d.ts +4 -0
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +4 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +4 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetTrailCommand.d.ts +4 -0
- package/dist-types/commands/GetTrailStatusCommand.d.ts +4 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +4 -0
- package/dist-types/commands/ListEventDataStoresCommand.d.ts +4 -0
- package/dist-types/commands/ListImportFailuresCommand.d.ts +4 -0
- package/dist-types/commands/ListImportsCommand.d.ts +4 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +4 -0
- package/dist-types/commands/ListQueriesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsCommand.d.ts +4 -0
- package/dist-types/commands/ListTrailsCommand.d.ts +4 -0
- package/dist-types/commands/LookupEventsCommand.d.ts +4 -0
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +4 -0
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +4 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +4 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +4 -0
- package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +4 -0
- package/dist-types/commands/StartImportCommand.d.ts +4 -0
- package/dist-types/commands/StartLoggingCommand.d.ts +4 -0
- package/dist-types/commands/StartQueryCommand.d.ts +4 -0
- package/dist-types/commands/StopImportCommand.d.ts +4 -0
- package/dist-types/commands/StopLoggingCommand.d.ts +4 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTrailCommand.d.ts +4 -0
- package/dist-types/index.d.ts +22 -2
- package/dist-types/models/CloudTrailServiceException.d.ts +1 -0
- package/dist-types/ts3.4/CloudTrailClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { DescribeTrailsRequest, DescribeTrailsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { GetChannelRequest, GetChannelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { GetEventDataStoreRequest, GetEventDataStoreResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { GetEventSelectorsRequest, GetEventSelectorsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { GetImportRequest, GetImportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { GetInsightSelectorsRequest, GetInsightSelectorsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { GetTrailRequest, GetTrailResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { GetTrailStatusRequest, GetTrailStatusResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { ListEventDataStoresRequest, ListEventDataStoresResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { ListImportFailuresRequest, ListImportFailuresResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { ListImportsRequest, ListImportsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { ListPublicKeysRequest, ListPublicKeysResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { ListQueriesRequest, ListQueriesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { ListTrailsRequest, ListTrailsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { LookupEventsRequest, LookupEventsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { PutEventSelectorsRequest, PutEventSelectorsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { PutInsightSelectorsRequest, PutInsightSelectorsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { RegisterOrganizationDelegatedAdminRequest, RegisterOrganizationDelegatedAdminResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { RemoveTagsRequest, RemoveTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { RestoreEventDataStoreRequest, RestoreEventDataStoreResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { StartImportRequest, StartImportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { StartLoggingRequest, StartLoggingResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { StartQueryRequest, StartQueryResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { StopImportRequest, StopImportResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { StopLoggingRequest, StopLoggingResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { UpdateEventDataStoreRequest, UpdateEventDataStoreResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
5
5
|
import { UpdateTrailRequest, UpdateTrailResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>CloudTrail</fullname>
|
|
3
|
+
* <p>This is the CloudTrail API Reference. It provides descriptions of actions, data
|
|
4
|
+
* types, common parameters, and common errors for CloudTrail.</p>
|
|
5
|
+
* <p>CloudTrail is a web service that records Amazon Web Services API calls for your
|
|
6
|
+
* Amazon Web Services account and delivers log files to an Amazon S3 bucket. The
|
|
7
|
+
* recorded information includes the identity of the user, the start time of the Amazon Web Services API call, the source IP address, the request parameters, and the response
|
|
8
|
+
* elements returned by the service.</p>
|
|
9
|
+
* <note>
|
|
10
|
+
* <p>As an alternative to the API, you can use one of the Amazon Web Services SDKs, which
|
|
11
|
+
* consist of libraries and sample code for various programming languages and platforms
|
|
12
|
+
* (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide programmatic access to CloudTrail. For example, the SDKs handle cryptographically signing requests,
|
|
13
|
+
* managing errors, and retrying requests automatically. For more information about the
|
|
14
|
+
* Amazon Web Services SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools to Build on Amazon Web Services</a>.</p>
|
|
15
|
+
* </note>
|
|
16
|
+
* <p>See the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html">CloudTrail
|
|
17
|
+
* User Guide</a> for information about the data that is included with each Amazon Web Services API call listed in the log files.</p>
|
|
18
|
+
*
|
|
19
|
+
* @packageDocumentation
|
|
20
|
+
*/
|
|
2
21
|
export * from "./CloudTrailClient";
|
|
22
|
+
export * from "./CloudTrail";
|
|
3
23
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
24
|
export * from "./pagination";
|
|
25
|
+
export * from "./models";
|
|
6
26
|
export { CloudTrailServiceException } from "./models/CloudTrailServiceException";
|
|
@@ -227,6 +227,7 @@ import {
|
|
|
227
227
|
ClientResolvedEndpointParameters,
|
|
228
228
|
EndpointParameters,
|
|
229
229
|
} from "./endpoint/EndpointParameters";
|
|
230
|
+
export { __Client };
|
|
230
231
|
export type ServiceInputTypes =
|
|
231
232
|
| AddTagsCommandInput
|
|
232
233
|
| CancelQueryCommandInput
|
|
@@ -341,7 +342,7 @@ export interface ClientDefaults
|
|
|
341
342
|
logger?: __Logger;
|
|
342
343
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
343
344
|
}
|
|
344
|
-
type CloudTrailClientConfigType = Partial<
|
|
345
|
+
export type CloudTrailClientConfigType = Partial<
|
|
345
346
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
346
347
|
> &
|
|
347
348
|
ClientDefaults &
|
|
@@ -353,7 +354,7 @@ type CloudTrailClientConfigType = Partial<
|
|
|
353
354
|
UserAgentInputConfig &
|
|
354
355
|
ClientInputEndpointParameters;
|
|
355
356
|
export interface CloudTrailClientConfig extends CloudTrailClientConfigType {}
|
|
356
|
-
type CloudTrailClientResolvedConfigType =
|
|
357
|
+
export type CloudTrailClientResolvedConfigType =
|
|
357
358
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
358
359
|
Required<ClientDefaults> &
|
|
359
360
|
RegionResolvedConfig &
|
|
@@ -375,4 +376,3 @@ export declare class CloudTrailClient extends __Client<
|
|
|
375
376
|
constructor(configuration: CloudTrailClientConfig);
|
|
376
377
|
destroy(): void;
|
|
377
378
|
}
|
|
378
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { AddTagsRequest, AddTagsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface AddTagsCommandInput extends AddTagsRequest {}
|
|
16
17
|
export interface AddTagsCommandOutput
|
|
17
18
|
extends AddTagsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CancelQueryCommandInput extends CancelQueryRequest {}
|
|
16
17
|
export interface CancelQueryCommandOutput
|
|
17
18
|
extends CancelQueryResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateChannelRequest,
|
|
16
16
|
CreateChannelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateChannelCommandInput extends CreateChannelRequest {}
|
|
19
20
|
export interface CreateChannelCommandOutput
|
|
20
21
|
extends CreateChannelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateEventDataStoreRequest,
|
|
16
16
|
CreateEventDataStoreResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateEventDataStoreCommandInput
|
|
19
20
|
extends CreateEventDataStoreRequest {}
|
|
20
21
|
export interface CreateEventDataStoreCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { CreateTrailRequest, CreateTrailResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateTrailCommandInput extends CreateTrailRequest {}
|
|
16
17
|
export interface CreateTrailCommandOutput
|
|
17
18
|
extends CreateTrailResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteChannelRequest,
|
|
16
16
|
DeleteChannelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
|
|
19
20
|
export interface DeleteChannelCommandOutput
|
|
20
21
|
extends DeleteChannelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteEventDataStoreRequest,
|
|
16
16
|
DeleteEventDataStoreResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteEventDataStoreCommandInput
|
|
19
20
|
extends DeleteEventDataStoreRequest {}
|
|
20
21
|
export interface DeleteEventDataStoreCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteResourcePolicyRequest,
|
|
16
16
|
DeleteResourcePolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteResourcePolicyCommandInput
|
|
19
20
|
extends DeleteResourcePolicyRequest {}
|
|
20
21
|
export interface DeleteResourcePolicyCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { DeleteTrailRequest, DeleteTrailResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteTrailCommandInput extends DeleteTrailRequest {}
|
|
16
17
|
export interface DeleteTrailCommandOutput
|
|
17
18
|
extends DeleteTrailResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeregisterOrganizationDelegatedAdminRequest,
|
|
16
16
|
DeregisterOrganizationDelegatedAdminResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeregisterOrganizationDelegatedAdminCommandInput
|
|
19
20
|
extends DeregisterOrganizationDelegatedAdminRequest {}
|
|
20
21
|
export interface DeregisterOrganizationDelegatedAdminCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeQueryRequest,
|
|
16
16
|
DescribeQueryResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeQueryCommandInput extends DescribeQueryRequest {}
|
|
19
20
|
export interface DescribeQueryCommandOutput
|
|
20
21
|
extends DescribeQueryResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeTrailsRequest,
|
|
16
16
|
DescribeTrailsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeTrailsCommandInput extends DescribeTrailsRequest {}
|
|
19
20
|
export interface DescribeTrailsCommandOutput
|
|
20
21
|
extends DescribeTrailsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { GetChannelRequest, GetChannelResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetChannelCommandInput extends GetChannelRequest {}
|
|
16
17
|
export interface GetChannelCommandOutput
|
|
17
18
|
extends GetChannelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetEventDataStoreRequest,
|
|
16
16
|
GetEventDataStoreResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetEventDataStoreCommandInput
|
|
19
20
|
extends GetEventDataStoreRequest {}
|
|
20
21
|
export interface GetEventDataStoreCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetEventSelectorsRequest,
|
|
16
16
|
GetEventSelectorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetEventSelectorsCommandInput
|
|
19
20
|
extends GetEventSelectorsRequest {}
|
|
20
21
|
export interface GetEventSelectorsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { GetImportRequest, GetImportResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetImportCommandInput extends GetImportRequest {}
|
|
16
17
|
export interface GetImportCommandOutput
|
|
17
18
|
extends GetImportResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetInsightSelectorsRequest,
|
|
16
16
|
GetInsightSelectorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetInsightSelectorsCommandInput
|
|
19
20
|
extends GetInsightSelectorsRequest {}
|
|
20
21
|
export interface GetInsightSelectorsCommandOutput
|