@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
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetQueryResultsRequest,
|
|
16
16
|
GetQueryResultsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetQueryResultsCommandInput extends GetQueryResultsRequest {}
|
|
19
20
|
export interface GetQueryResultsCommandOutput
|
|
20
21
|
extends GetQueryResultsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetResourcePolicyRequest,
|
|
16
16
|
GetResourcePolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetResourcePolicyCommandInput
|
|
19
20
|
extends GetResourcePolicyRequest {}
|
|
20
21
|
export interface GetResourcePolicyCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { GetTrailRequest, GetTrailResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetTrailCommandInput extends GetTrailRequest {}
|
|
16
17
|
export interface GetTrailCommandOutput
|
|
17
18
|
extends GetTrailResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetTrailStatusRequest,
|
|
16
16
|
GetTrailStatusResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetTrailStatusCommandInput extends GetTrailStatusRequest {}
|
|
19
20
|
export interface GetTrailStatusCommandOutput
|
|
20
21
|
extends GetTrailStatusResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListChannelsCommandInput extends ListChannelsRequest {}
|
|
16
17
|
export interface ListChannelsCommandOutput
|
|
17
18
|
extends ListChannelsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEventDataStoresRequest,
|
|
16
16
|
ListEventDataStoresResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEventDataStoresCommandInput
|
|
19
20
|
extends ListEventDataStoresRequest {}
|
|
20
21
|
export interface ListEventDataStoresCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListImportFailuresRequest,
|
|
16
16
|
ListImportFailuresResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListImportFailuresCommandInput
|
|
19
20
|
extends ListImportFailuresRequest {}
|
|
20
21
|
export interface ListImportFailuresCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { ListImportsRequest, ListImportsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListImportsCommandInput extends ListImportsRequest {}
|
|
16
17
|
export interface ListImportsCommandOutput
|
|
17
18
|
extends ListImportsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListPublicKeysRequest,
|
|
16
16
|
ListPublicKeysResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {}
|
|
19
20
|
export interface ListPublicKeysCommandOutput
|
|
20
21
|
extends ListPublicKeysResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { ListQueriesRequest, ListQueriesResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListQueriesCommandInput extends ListQueriesRequest {}
|
|
16
17
|
export interface ListQueriesCommandOutput
|
|
17
18
|
extends ListQueriesResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
16
17
|
export interface ListTagsCommandOutput
|
|
17
18
|
extends ListTagsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { ListTrailsRequest, ListTrailsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListTrailsCommandInput extends ListTrailsRequest {}
|
|
16
17
|
export interface ListTrailsCommandOutput
|
|
17
18
|
extends ListTrailsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { LookupEventsRequest, LookupEventsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface LookupEventsCommandInput extends LookupEventsRequest {}
|
|
16
17
|
export interface LookupEventsCommandOutput
|
|
17
18
|
extends LookupEventsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
PutEventSelectorsRequest,
|
|
16
16
|
PutEventSelectorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutEventSelectorsCommandInput
|
|
19
20
|
extends PutEventSelectorsRequest {}
|
|
20
21
|
export interface PutEventSelectorsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
PutInsightSelectorsRequest,
|
|
16
16
|
PutInsightSelectorsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutInsightSelectorsCommandInput
|
|
19
20
|
extends PutInsightSelectorsRequest {}
|
|
20
21
|
export interface PutInsightSelectorsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
PutResourcePolicyRequest,
|
|
16
16
|
PutResourcePolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutResourcePolicyCommandInput
|
|
19
20
|
extends PutResourcePolicyRequest {}
|
|
20
21
|
export interface PutResourcePolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
RegisterOrganizationDelegatedAdminRequest,
|
|
16
16
|
RegisterOrganizationDelegatedAdminResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RegisterOrganizationDelegatedAdminCommandInput
|
|
19
20
|
extends RegisterOrganizationDelegatedAdminRequest {}
|
|
20
21
|
export interface RegisterOrganizationDelegatedAdminCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { RemoveTagsRequest, RemoveTagsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RemoveTagsCommandInput extends RemoveTagsRequest {}
|
|
16
17
|
export interface RemoveTagsCommandOutput
|
|
17
18
|
extends RemoveTagsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
RestoreEventDataStoreRequest,
|
|
16
16
|
RestoreEventDataStoreResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RestoreEventDataStoreCommandInput
|
|
19
20
|
extends RestoreEventDataStoreRequest {}
|
|
20
21
|
export interface RestoreEventDataStoreCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { StartImportRequest, StartImportResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartImportCommandInput extends StartImportRequest {}
|
|
16
17
|
export interface StartImportCommandOutput
|
|
17
18
|
extends StartImportResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { StartLoggingRequest, StartLoggingResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartLoggingCommandInput extends StartLoggingRequest {}
|
|
16
17
|
export interface StartLoggingCommandOutput
|
|
17
18
|
extends StartLoggingResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { StartQueryRequest, StartQueryResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartQueryCommandInput extends StartQueryRequest {}
|
|
16
17
|
export interface StartQueryCommandOutput
|
|
17
18
|
extends StartQueryResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { StopImportRequest, StopImportResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StopImportCommandInput extends StopImportRequest {}
|
|
16
17
|
export interface StopImportCommandOutput
|
|
17
18
|
extends StopImportResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { StopLoggingRequest, StopLoggingResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StopLoggingCommandInput extends StopLoggingRequest {}
|
|
16
17
|
export interface StopLoggingCommandOutput
|
|
17
18
|
extends StopLoggingResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateChannelRequest,
|
|
16
16
|
UpdateChannelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
|
|
19
20
|
export interface UpdateChannelCommandOutput
|
|
20
21
|
extends UpdateChannelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateEventDataStoreRequest,
|
|
16
16
|
UpdateEventDataStoreResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateEventDataStoreCommandInput
|
|
19
20
|
extends UpdateEventDataStoreRequest {}
|
|
20
21
|
export interface UpdateEventDataStoreCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudTrailClient";
|
|
14
14
|
import { UpdateTrailRequest, UpdateTrailResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateTrailCommandInput extends UpdateTrailRequest {}
|
|
16
17
|
export interface UpdateTrailCommandOutput
|
|
17
18
|
extends UpdateTrailResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./CloudTrail";
|
|
2
1
|
export * from "./CloudTrailClient";
|
|
2
|
+
export * from "./CloudTrail";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { CloudTrailServiceException } from "./models/CloudTrailServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class CloudTrailServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudtrail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.341.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.341.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.341.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.341.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.341.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.341.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.341.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.341.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.341.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.341.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.341.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.341.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.341.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.341.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.341.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.341.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.341.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.341.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.341.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.341.0",
|
|
43
|
+
"@aws-sdk/types": "3.341.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.341.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.341.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.341.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.341.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.341.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.341.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.341.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|