@aws-sdk/client-cloudtrail 3.1077.0 → 3.1079.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/index.js +68 -603
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/CancelQueryCommand.js +2 -14
- package/dist-es/commands/CreateChannelCommand.js +2 -14
- package/dist-es/commands/CreateDashboardCommand.js +2 -14
- package/dist-es/commands/CreateEventDataStoreCommand.js +2 -14
- package/dist-es/commands/CreateTrailCommand.js +2 -14
- package/dist-es/commands/DeleteChannelCommand.js +2 -14
- package/dist-es/commands/DeleteDashboardCommand.js +2 -14
- package/dist-es/commands/DeleteEventDataStoreCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteTrailCommand.js +2 -14
- package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -14
- package/dist-es/commands/DescribeQueryCommand.js +2 -14
- package/dist-es/commands/DescribeTrailsCommand.js +2 -14
- package/dist-es/commands/DisableFederationCommand.js +2 -14
- package/dist-es/commands/EnableFederationCommand.js +2 -14
- package/dist-es/commands/GenerateQueryCommand.js +2 -14
- package/dist-es/commands/GetChannelCommand.js +2 -14
- package/dist-es/commands/GetDashboardCommand.js +2 -14
- package/dist-es/commands/GetEventConfigurationCommand.js +2 -14
- package/dist-es/commands/GetEventDataStoreCommand.js +2 -14
- package/dist-es/commands/GetEventSelectorsCommand.js +2 -14
- package/dist-es/commands/GetImportCommand.js +2 -14
- package/dist-es/commands/GetInsightSelectorsCommand.js +2 -14
- package/dist-es/commands/GetQueryResultsCommand.js +2 -14
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
- package/dist-es/commands/GetTrailCommand.js +2 -14
- package/dist-es/commands/GetTrailStatusCommand.js +2 -14
- package/dist-es/commands/ListChannelsCommand.js +2 -14
- package/dist-es/commands/ListDashboardsCommand.js +2 -14
- package/dist-es/commands/ListEventDataStoresCommand.js +2 -14
- package/dist-es/commands/ListImportFailuresCommand.js +2 -14
- package/dist-es/commands/ListImportsCommand.js +2 -14
- package/dist-es/commands/ListInsightsDataCommand.js +2 -14
- package/dist-es/commands/ListInsightsMetricDataCommand.js +2 -14
- package/dist-es/commands/ListPublicKeysCommand.js +2 -14
- package/dist-es/commands/ListQueriesCommand.js +2 -14
- package/dist-es/commands/ListTagsCommand.js +2 -14
- package/dist-es/commands/ListTrailsCommand.js +2 -14
- package/dist-es/commands/LookupEventsCommand.js +2 -14
- package/dist-es/commands/PutEventConfigurationCommand.js +2 -14
- package/dist-es/commands/PutEventSelectorsCommand.js +2 -14
- package/dist-es/commands/PutInsightSelectorsCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/RestoreEventDataStoreCommand.js +2 -14
- package/dist-es/commands/SearchSampleQueriesCommand.js +2 -14
- package/dist-es/commands/StartDashboardRefreshCommand.js +2 -14
- package/dist-es/commands/StartEventDataStoreIngestionCommand.js +2 -14
- package/dist-es/commands/StartImportCommand.js +2 -14
- package/dist-es/commands/StartLoggingCommand.js +2 -14
- package/dist-es/commands/StartQueryCommand.js +2 -14
- package/dist-es/commands/StopEventDataStoreIngestionCommand.js +2 -14
- package/dist-es/commands/StopImportCommand.js +2 -14
- package/dist-es/commands/StopLoggingCommand.js +2 -14
- package/dist-es/commands/UpdateChannelCommand.js +2 -14
- package/dist-es/commands/UpdateDashboardCommand.js +2 -14
- package/dist-es/commands/UpdateEventDataStoreCommand.js +2 -14
- package/dist-es/commands/UpdateTrailCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/CancelQueryCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateDashboardCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrailCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrailCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +3 -8
- package/dist-types/commands/DescribeQueryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrailsCommand.d.ts +3 -8
- package/dist-types/commands/DisableFederationCommand.d.ts +3 -8
- package/dist-types/commands/EnableFederationCommand.d.ts +3 -8
- package/dist-types/commands/GenerateQueryCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelCommand.d.ts +3 -8
- package/dist-types/commands/GetDashboardCommand.d.ts +3 -8
- package/dist-types/commands/GetEventConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetEventDataStoreCommand.d.ts +3 -8
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +3 -8
- package/dist-types/commands/GetImportCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +3 -8
- package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetTrailCommand.d.ts +3 -8
- package/dist-types/commands/GetTrailStatusCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListDashboardsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventDataStoresCommand.d.ts +3 -8
- package/dist-types/commands/ListImportFailuresCommand.d.ts +3 -8
- package/dist-types/commands/ListImportsCommand.d.ts +3 -8
- package/dist-types/commands/ListInsightsDataCommand.d.ts +3 -8
- package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +3 -8
- package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -8
- package/dist-types/commands/ListQueriesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsCommand.d.ts +3 -8
- package/dist-types/commands/ListTrailsCommand.d.ts +3 -8
- package/dist-types/commands/LookupEventsCommand.d.ts +3 -8
- package/dist-types/commands/PutEventConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +3 -8
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +3 -8
- package/dist-types/commands/SearchSampleQueriesCommand.d.ts +3 -8
- package/dist-types/commands/StartDashboardRefreshCommand.d.ts +3 -8
- package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +3 -8
- package/dist-types/commands/StartImportCommand.d.ts +3 -8
- package/dist-types/commands/StartLoggingCommand.d.ts +3 -8
- package/dist-types/commands/StartQueryCommand.d.ts +3 -8
- package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +3 -8
- package/dist-types/commands/StopImportCommand.d.ts +3 -8
- package/dist-types/commands/StopLoggingCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTrailCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { PutInsightSelectorsRequest, PutInsightSelectorsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutInsightSelectorsCommandInput extends PutInsightSelectorsRequ
|
|
|
22
19
|
export interface PutInsightSelectorsCommandOutput extends PutInsightSelectorsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutInsightSelectorsCommand_base: {
|
|
25
|
-
new (input: PutInsightSelectorsCommandInput): import("@smithy/core/client").CommandImpl<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutInsightSelectorsCommandInput): import("@smithy/core/client").CommandImpl<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutInsightSelectorsCommandInput): import("@smithy/core/client").CommandImpl<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutInsightSelectorsCommandInput): import("@smithy/core/client").CommandImpl<PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lets you enable Insights event logging on specific event categories by specifying the Insights selectors that you
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
|
|
|
22
19
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutResourcePolicyCommand_base: {
|
|
25
|
-
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { RegisterOrganizationDelegatedAdminRequest, RegisterOrganizationDelegatedAdminResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RegisterOrganizationDelegatedAdminCommandInput extends Register
|
|
|
22
19
|
export interface RegisterOrganizationDelegatedAdminCommandOutput extends RegisterOrganizationDelegatedAdminResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RegisterOrganizationDelegatedAdminCommand_base: {
|
|
25
|
-
new (input: RegisterOrganizationDelegatedAdminCommandInput): import("@smithy/core/client").CommandImpl<RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RegisterOrganizationDelegatedAdminCommandInput): import("@smithy/core/client").CommandImpl<RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RegisterOrganizationDelegatedAdminCommandInput): import("@smithy/core/client").CommandImpl<RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RegisterOrganizationDelegatedAdminCommandInput): import("@smithy/core/client").CommandImpl<RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Registers an organization’s member account as the CloudTrail <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-delegated-administrator.html">delegated administrator</a>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { RemoveTagsRequest, RemoveTagsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RemoveTagsCommandInput extends RemoveTagsRequest {
|
|
|
22
19
|
export interface RemoveTagsCommandOutput extends RemoveTagsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RemoveTagsCommand_base: {
|
|
25
|
-
new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified tags from a trail, event data store, dashboard, or channel.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { RestoreEventDataStoreRequest, RestoreEventDataStoreResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RestoreEventDataStoreCommandInput extends RestoreEventDataStore
|
|
|
22
19
|
export interface RestoreEventDataStoreCommandOutput extends RestoreEventDataStoreResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RestoreEventDataStoreCommand_base: {
|
|
25
|
-
new (input: RestoreEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RestoreEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RestoreEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RestoreEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Restores a deleted event data store specified by <code>EventDataStore</code>, which
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { SearchSampleQueriesRequest, SearchSampleQueriesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SearchSampleQueriesCommandInput extends SearchSampleQueriesRequ
|
|
|
22
19
|
export interface SearchSampleQueriesCommandOutput extends SearchSampleQueriesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SearchSampleQueriesCommand_base: {
|
|
25
|
-
new (input: SearchSampleQueriesCommandInput): import("@smithy/core/client").CommandImpl<SearchSampleQueriesCommandInput, SearchSampleQueriesCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SearchSampleQueriesCommandInput): import("@smithy/core/client").CommandImpl<SearchSampleQueriesCommandInput, SearchSampleQueriesCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SearchSampleQueriesCommandInput): import("@smithy/core/client").CommandImpl<SearchSampleQueriesCommandInput, SearchSampleQueriesCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SearchSampleQueriesCommandInput): import("@smithy/core/client").CommandImpl<SearchSampleQueriesCommandInput, SearchSampleQueriesCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { StartDashboardRefreshRequest, StartDashboardRefreshResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartDashboardRefreshCommandInput extends StartDashboardRefresh
|
|
|
22
19
|
export interface StartDashboardRefreshCommandOutput extends StartDashboardRefreshResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartDashboardRefreshCommand_base: {
|
|
25
|
-
new (input: StartDashboardRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartDashboardRefreshCommandInput, StartDashboardRefreshCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartDashboardRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartDashboardRefreshCommandInput, StartDashboardRefreshCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartDashboardRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartDashboardRefreshCommandInput, StartDashboardRefreshCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartDashboardRefreshCommandInput): import("@smithy/core/client").CommandImpl<StartDashboardRefreshCommandInput, StartDashboardRefreshCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { StartEventDataStoreIngestionRequest, StartEventDataStoreIngestionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartEventDataStoreIngestionCommandInput extends StartEventData
|
|
|
22
19
|
export interface StartEventDataStoreIngestionCommandOutput extends StartEventDataStoreIngestionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartEventDataStoreIngestionCommand_base: {
|
|
25
|
-
new (input: StartEventDataStoreIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartEventDataStoreIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartEventDataStoreIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartEventDataStoreIngestionCommandInput): import("@smithy/core/client").CommandImpl<StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To start ingestion, the event data store <code>Status</code> must be <code>STOPPED_INGESTION</code>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { StartImportRequest, StartImportResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartImportCommandInput extends StartImportRequest {
|
|
|
22
19
|
export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartImportCommand_base: {
|
|
25
|
-
new (input: StartImportCommandInput): import("@smithy/core/client").CommandImpl<StartImportCommandInput, StartImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [StartImportCommandInput]): import("@smithy/core/client").CommandImpl<StartImportCommandInput, StartImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartImportCommandInput): import("@smithy/core/client").CommandImpl<StartImportCommandInput, StartImportCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [StartImportCommandInput]): import("@smithy/core/client").CommandImpl<StartImportCommandInput, StartImportCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Starts an import of logged trail events from a source S3 bucket to a destination event
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { StartLoggingRequest, StartLoggingResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartLoggingCommandInput extends StartLoggingRequest {
|
|
|
22
19
|
export interface StartLoggingCommandOutput extends StartLoggingResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartLoggingCommand_base: {
|
|
25
|
-
new (input: StartLoggingCommandInput): import("@smithy/core/client").CommandImpl<StartLoggingCommandInput, StartLoggingCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartLoggingCommandInput): import("@smithy/core/client").CommandImpl<StartLoggingCommandInput, StartLoggingCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartLoggingCommandInput): import("@smithy/core/client").CommandImpl<StartLoggingCommandInput, StartLoggingCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartLoggingCommandInput): import("@smithy/core/client").CommandImpl<StartLoggingCommandInput, StartLoggingCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts the recording of Amazon Web Services API calls and log file delivery for a trail.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { StartQueryRequest, StartQueryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartQueryCommandInput extends StartQueryRequest {
|
|
|
22
19
|
export interface StartQueryCommandOutput extends StartQueryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartQueryCommand_base: {
|
|
25
|
-
new (input: StartQueryCommandInput): import("@smithy/core/client").CommandImpl<StartQueryCommandInput, StartQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [StartQueryCommandInput]): import("@smithy/core/client").CommandImpl<StartQueryCommandInput, StartQueryCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartQueryCommandInput): import("@smithy/core/client").CommandImpl<StartQueryCommandInput, StartQueryCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [StartQueryCommandInput]): import("@smithy/core/client").CommandImpl<StartQueryCommandInput, StartQueryCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a CloudTrail Lake query. Use the <code>QueryStatement</code>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { StopEventDataStoreIngestionRequest, StopEventDataStoreIngestionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StopEventDataStoreIngestionCommandInput extends StopEventDataSt
|
|
|
22
19
|
export interface StopEventDataStoreIngestionCommandOutput extends StopEventDataStoreIngestionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopEventDataStoreIngestionCommand_base: {
|
|
25
|
-
new (input: StopEventDataStoreIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopEventDataStoreIngestionCommandInput, StopEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopEventDataStoreIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopEventDataStoreIngestionCommandInput, StopEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopEventDataStoreIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopEventDataStoreIngestionCommandInput, StopEventDataStoreIngestionCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopEventDataStoreIngestionCommandInput): import("@smithy/core/client").CommandImpl<StopEventDataStoreIngestionCommandInput, StopEventDataStoreIngestionCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To stop ingestion, the event data store <code>Status</code> must be <code>ENABLED</code>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { StopImportRequest, StopImportResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StopImportCommandInput extends StopImportRequest {
|
|
|
22
19
|
export interface StopImportCommandOutput extends StopImportResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopImportCommand_base: {
|
|
25
|
-
new (input: StopImportCommandInput): import("@smithy/core/client").CommandImpl<StopImportCommandInput, StopImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopImportCommandInput): import("@smithy/core/client").CommandImpl<StopImportCommandInput, StopImportCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopImportCommandInput): import("@smithy/core/client").CommandImpl<StopImportCommandInput, StopImportCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopImportCommandInput): import("@smithy/core/client").CommandImpl<StopImportCommandInput, StopImportCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Stops a specified import. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { StopLoggingRequest, StopLoggingResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StopLoggingCommandInput extends StopLoggingRequest {
|
|
|
22
19
|
export interface StopLoggingCommandOutput extends StopLoggingResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopLoggingCommand_base: {
|
|
25
|
-
new (input: StopLoggingCommandInput): import("@smithy/core/client").CommandImpl<StopLoggingCommandInput, StopLoggingCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopLoggingCommandInput): import("@smithy/core/client").CommandImpl<StopLoggingCommandInput, StopLoggingCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopLoggingCommandInput): import("@smithy/core/client").CommandImpl<StopLoggingCommandInput, StopLoggingCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopLoggingCommandInput): import("@smithy/core/client").CommandImpl<StopLoggingCommandInput, StopLoggingCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Suspends the recording of Amazon Web Services API calls and log file delivery for the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {
|
|
|
22
19
|
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateChannelCommand_base: {
|
|
25
|
-
new (input: UpdateChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a channel specified by a required channel ARN or UUID.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateDashboardCommandInput extends UpdateDashboardRequest {
|
|
|
22
19
|
export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDashboardCommand_base: {
|
|
25
|
-
new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDashboardCommandInput): import("@smithy/core/client").CommandImpl<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { UpdateEventDataStoreRequest, UpdateEventDataStoreResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateEventDataStoreCommandInput extends UpdateEventDataStoreRe
|
|
|
22
19
|
export interface UpdateEventDataStoreCommandOutput extends UpdateEventDataStoreResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateEventDataStoreCommand_base: {
|
|
25
|
-
new (input: UpdateEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateEventDataStoreCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an event data store. The required <code>EventDataStore</code> value is an ARN or
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudTrailClient";
|
|
4
2
|
import type { UpdateTrailRequest, UpdateTrailResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateTrailCommandInput extends UpdateTrailRequest {
|
|
|
22
19
|
export interface UpdateTrailCommandOutput extends UpdateTrailResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTrailCommand_base: {
|
|
25
|
-
new (input: UpdateTrailCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrailCommandInput, UpdateTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateTrailCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrailCommandInput, UpdateTrailCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTrailCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrailCommandInput, UpdateTrailCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateTrailCommandInput): import("@smithy/core/client").CommandImpl<UpdateTrailCommandInput, UpdateTrailCommandOutput, import("..").CloudTrailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates trail settings that control what events you are logging, and how to handle log
|
package/dist-types/index.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
24
24
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
25
25
|
export type { CloudTrailExtensionConfiguration } from "./extensionConfiguration";
|
|
26
26
|
export * from "./commands";
|
|
27
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
27
28
|
export * from "./schemas/schemas_0";
|
|
28
29
|
export * from "./pagination";
|
|
29
30
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CloudTrailClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./CloudTrailClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
CloudTrailClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
CloudTrailClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CloudTrailClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CloudTrailClient";
|
|
8
2
|
import { AddTagsRequest, AddTagsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface AddTagsCommandInput extends AddTagsRequest {}
|
|
12
5
|
export interface AddTagsCommandOutput
|
|
13
6
|
extends AddTagsResponse,
|
|
@@ -16,20 +9,18 @@ declare const AddTagsCommand_base: {
|
|
|
16
9
|
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
AddTagsCommandInput,
|
|
18
11
|
AddTagsCommandOutput,
|
|
19
|
-
CloudTrailClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
AddTagsCommandInput,
|
|
25
18
|
AddTagsCommandOutput,
|
|
26
|
-
CloudTrailClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
35
26
|
protected static __types: {
|