@aws-sdk/client-cloudtrail 3.1076.0 → 3.1078.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 +71 -605
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
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 {
|
|
9
3
|
PutEventConfigurationRequest,
|
|
10
4
|
PutEventConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutEventConfigurationCommandInput
|
|
15
8
|
extends PutEventConfigurationRequest {}
|
|
16
9
|
export interface PutEventConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutEventConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutEventConfigurationCommandInput,
|
|
24
17
|
PutEventConfigurationCommandOutput,
|
|
25
|
-
CloudTrailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [PutEventConfigurationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutEventConfigurationCommandInput,
|
|
33
26
|
PutEventConfigurationCommandOutput,
|
|
34
|
-
CloudTrailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutEventConfigurationCommand extends PutEventConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
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 {
|
|
9
3
|
PutEventSelectorsRequest,
|
|
10
4
|
PutEventSelectorsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutEventSelectorsCommandInput
|
|
15
8
|
extends PutEventSelectorsRequest {}
|
|
16
9
|
export interface PutEventSelectorsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutEventSelectorsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutEventSelectorsCommandInput,
|
|
24
17
|
PutEventSelectorsCommandOutput,
|
|
25
|
-
CloudTrailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutEventSelectorsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutEventSelectorsCommandInput,
|
|
33
26
|
PutEventSelectorsCommandOutput,
|
|
34
|
-
CloudTrailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutEventSelectorsCommand extends PutEventSelectorsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
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 {
|
|
9
3
|
PutInsightSelectorsRequest,
|
|
10
4
|
PutInsightSelectorsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutInsightSelectorsCommandInput
|
|
15
8
|
extends PutInsightSelectorsRequest {}
|
|
16
9
|
export interface PutInsightSelectorsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutInsightSelectorsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutInsightSelectorsCommandInput,
|
|
24
17
|
PutInsightSelectorsCommandOutput,
|
|
25
|
-
CloudTrailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutInsightSelectorsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutInsightSelectorsCommandInput,
|
|
33
26
|
PutInsightSelectorsCommandOutput,
|
|
34
|
-
CloudTrailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutInsightSelectorsCommand extends PutInsightSelectorsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
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 {
|
|
9
3
|
PutResourcePolicyRequest,
|
|
10
4
|
PutResourcePolicyResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutResourcePolicyCommandInput
|
|
15
8
|
extends PutResourcePolicyRequest {}
|
|
16
9
|
export interface PutResourcePolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutResourcePolicyCommandInput,
|
|
24
17
|
PutResourcePolicyCommandOutput,
|
|
25
|
-
CloudTrailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutResourcePolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutResourcePolicyCommandInput,
|
|
33
26
|
PutResourcePolicyCommandOutput,
|
|
34
|
-
CloudTrailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
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 {
|
|
9
3
|
RegisterOrganizationDelegatedAdminRequest,
|
|
10
4
|
RegisterOrganizationDelegatedAdminResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RegisterOrganizationDelegatedAdminCommandInput
|
|
15
8
|
extends RegisterOrganizationDelegatedAdminRequest {}
|
|
16
9
|
export interface RegisterOrganizationDelegatedAdminCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RegisterOrganizationDelegatedAdminCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RegisterOrganizationDelegatedAdminCommandInput,
|
|
24
17
|
RegisterOrganizationDelegatedAdminCommandOutput,
|
|
25
|
-
CloudTrailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: RegisterOrganizationDelegatedAdminCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RegisterOrganizationDelegatedAdminCommandInput,
|
|
33
26
|
RegisterOrganizationDelegatedAdminCommandOutput,
|
|
34
|
-
CloudTrailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class RegisterOrganizationDelegatedAdminCommand extends RegisterOrganizationDelegatedAdminCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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 { RemoveTagsRequest, RemoveTagsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RemoveTagsCommandInput extends RemoveTagsRequest {}
|
|
12
5
|
export interface RemoveTagsCommandOutput
|
|
13
6
|
extends RemoveTagsResponse,
|
|
@@ -18,22 +11,20 @@ declare const RemoveTagsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RemoveTagsCommandInput,
|
|
20
13
|
RemoveTagsCommandOutput,
|
|
21
|
-
CloudTrailClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RemoveTagsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RemoveTagsCommandInput,
|
|
29
22
|
RemoveTagsCommandOutput,
|
|
30
|
-
CloudTrailClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
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 {
|
|
9
3
|
RestoreEventDataStoreRequest,
|
|
10
4
|
RestoreEventDataStoreResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RestoreEventDataStoreCommandInput
|
|
15
8
|
extends RestoreEventDataStoreRequest {}
|
|
16
9
|
export interface RestoreEventDataStoreCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RestoreEventDataStoreCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RestoreEventDataStoreCommandInput,
|
|
24
17
|
RestoreEventDataStoreCommandOutput,
|
|
25
|
-
CloudTrailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: RestoreEventDataStoreCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RestoreEventDataStoreCommandInput,
|
|
33
26
|
RestoreEventDataStoreCommandOutput,
|
|
34
|
-
CloudTrailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class RestoreEventDataStoreCommand extends RestoreEventDataStoreCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
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 {
|
|
9
3
|
SearchSampleQueriesRequest,
|
|
10
4
|
SearchSampleQueriesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SearchSampleQueriesCommandInput
|
|
15
8
|
extends SearchSampleQueriesRequest {}
|
|
16
9
|
export interface SearchSampleQueriesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const SearchSampleQueriesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
SearchSampleQueriesCommandInput,
|
|
24
17
|
SearchSampleQueriesCommandOutput,
|
|
25
|
-
CloudTrailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: SearchSampleQueriesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
SearchSampleQueriesCommandInput,
|
|
33
26
|
SearchSampleQueriesCommandOutput,
|
|
34
|
-
CloudTrailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class SearchSampleQueriesCommand extends SearchSampleQueriesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
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 {
|
|
9
3
|
StartDashboardRefreshRequest,
|
|
10
4
|
StartDashboardRefreshResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartDashboardRefreshCommandInput
|
|
15
8
|
extends StartDashboardRefreshRequest {}
|
|
16
9
|
export interface StartDashboardRefreshCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartDashboardRefreshCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartDashboardRefreshCommandInput,
|
|
24
17
|
StartDashboardRefreshCommandOutput,
|
|
25
|
-
CloudTrailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartDashboardRefreshCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartDashboardRefreshCommandInput,
|
|
33
26
|
StartDashboardRefreshCommandOutput,
|
|
34
|
-
CloudTrailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartDashboardRefreshCommand extends StartDashboardRefreshCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
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 {
|
|
9
3
|
StartEventDataStoreIngestionRequest,
|
|
10
4
|
StartEventDataStoreIngestionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartEventDataStoreIngestionCommandInput
|
|
15
8
|
extends StartEventDataStoreIngestionRequest {}
|
|
16
9
|
export interface StartEventDataStoreIngestionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartEventDataStoreIngestionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartEventDataStoreIngestionCommandInput,
|
|
24
17
|
StartEventDataStoreIngestionCommandOutput,
|
|
25
|
-
CloudTrailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartEventDataStoreIngestionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartEventDataStoreIngestionCommandInput,
|
|
33
26
|
StartEventDataStoreIngestionCommandOutput,
|
|
34
|
-
CloudTrailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartEventDataStoreIngestionCommand extends StartEventDataStoreIngestionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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 { StartImportRequest, StartImportResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StartImportCommandInput extends StartImportRequest {}
|
|
12
5
|
export interface StartImportCommandOutput
|
|
13
6
|
extends StartImportResponse,
|
|
@@ -18,22 +11,20 @@ declare const StartImportCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StartImportCommandInput,
|
|
20
13
|
StartImportCommandOutput,
|
|
21
|
-
CloudTrailClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [StartImportCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
StartImportCommandInput,
|
|
29
22
|
StartImportCommandOutput,
|
|
30
|
-
CloudTrailClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class StartImportCommand extends StartImportCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -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 { StartLoggingRequest, StartLoggingResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StartLoggingCommandInput extends StartLoggingRequest {}
|
|
12
5
|
export interface StartLoggingCommandOutput
|
|
13
6
|
extends StartLoggingResponse,
|
|
@@ -18,22 +11,20 @@ declare const StartLoggingCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StartLoggingCommandInput,
|
|
20
13
|
StartLoggingCommandOutput,
|
|
21
|
-
CloudTrailClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: StartLoggingCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
StartLoggingCommandInput,
|
|
29
22
|
StartLoggingCommandOutput,
|
|
30
|
-
CloudTrailClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class StartLoggingCommand extends StartLoggingCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -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 { StartQueryRequest, StartQueryResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StartQueryCommandInput extends StartQueryRequest {}
|
|
12
5
|
export interface StartQueryCommandOutput
|
|
13
6
|
extends StartQueryResponse,
|
|
@@ -18,22 +11,20 @@ declare const StartQueryCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StartQueryCommandInput,
|
|
20
13
|
StartQueryCommandOutput,
|
|
21
|
-
CloudTrailClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [StartQueryCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
StartQueryCommandInput,
|
|
29
22
|
StartQueryCommandOutput,
|
|
30
|
-
CloudTrailClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class StartQueryCommand extends StartQueryCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
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 {
|
|
9
3
|
StopEventDataStoreIngestionRequest,
|
|
10
4
|
StopEventDataStoreIngestionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StopEventDataStoreIngestionCommandInput
|
|
15
8
|
extends StopEventDataStoreIngestionRequest {}
|
|
16
9
|
export interface StopEventDataStoreIngestionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StopEventDataStoreIngestionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StopEventDataStoreIngestionCommandInput,
|
|
24
17
|
StopEventDataStoreIngestionCommandOutput,
|
|
25
|
-
CloudTrailClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StopEventDataStoreIngestionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StopEventDataStoreIngestionCommandInput,
|
|
33
26
|
StopEventDataStoreIngestionCommandOutput,
|
|
34
|
-
CloudTrailClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CloudTrailClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StopEventDataStoreIngestionCommand extends StopEventDataStoreIngestionCommand_base {
|
|
43
34
|
protected static __types: {
|