@aws-sdk/client-cloudtrail 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +136 -137
- package/dist-cjs/models/CloudTrailServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CloudTrail.js +1 -1
- package/dist-es/CloudTrailClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/CancelQueryCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateDashboardCommand.js +2 -2
- package/dist-es/commands/CreateEventDataStoreCommand.js +2 -2
- package/dist-es/commands/CreateTrailCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +2 -2
- package/dist-es/commands/DeleteDashboardCommand.js +2 -2
- package/dist-es/commands/DeleteEventDataStoreCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteTrailCommand.js +2 -2
- package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -2
- package/dist-es/commands/DescribeQueryCommand.js +2 -2
- package/dist-es/commands/DescribeTrailsCommand.js +2 -2
- package/dist-es/commands/DisableFederationCommand.js +2 -2
- package/dist-es/commands/EnableFederationCommand.js +2 -2
- package/dist-es/commands/GenerateQueryCommand.js +2 -2
- package/dist-es/commands/GetChannelCommand.js +2 -2
- package/dist-es/commands/GetDashboardCommand.js +2 -2
- package/dist-es/commands/GetEventConfigurationCommand.js +2 -2
- package/dist-es/commands/GetEventDataStoreCommand.js +2 -2
- package/dist-es/commands/GetEventSelectorsCommand.js +2 -2
- package/dist-es/commands/GetImportCommand.js +2 -2
- package/dist-es/commands/GetInsightSelectorsCommand.js +2 -2
- package/dist-es/commands/GetQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetTrailCommand.js +2 -2
- package/dist-es/commands/GetTrailStatusCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListDashboardsCommand.js +2 -2
- package/dist-es/commands/ListEventDataStoresCommand.js +2 -2
- package/dist-es/commands/ListImportFailuresCommand.js +2 -2
- package/dist-es/commands/ListImportsCommand.js +2 -2
- package/dist-es/commands/ListInsightsDataCommand.js +2 -2
- package/dist-es/commands/ListInsightsMetricDataCommand.js +2 -2
- package/dist-es/commands/ListPublicKeysCommand.js +2 -2
- package/dist-es/commands/ListQueriesCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListTrailsCommand.js +2 -2
- package/dist-es/commands/LookupEventsCommand.js +2 -2
- package/dist-es/commands/PutEventConfigurationCommand.js +2 -2
- package/dist-es/commands/PutEventSelectorsCommand.js +2 -2
- package/dist-es/commands/PutInsightSelectorsCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RestoreEventDataStoreCommand.js +2 -2
- package/dist-es/commands/SearchSampleQueriesCommand.js +2 -2
- package/dist-es/commands/StartDashboardRefreshCommand.js +2 -2
- package/dist-es/commands/StartEventDataStoreIngestionCommand.js +2 -2
- package/dist-es/commands/StartImportCommand.js +2 -2
- package/dist-es/commands/StartLoggingCommand.js +2 -2
- package/dist-es/commands/StartQueryCommand.js +2 -2
- package/dist-es/commands/StopEventDataStoreIngestionCommand.js +2 -2
- package/dist-es/commands/StopImportCommand.js +2 -2
- package/dist-es/commands/StopLoggingCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +2 -2
- package/dist-es/commands/UpdateDashboardCommand.js +2 -2
- package/dist-es/commands/UpdateEventDataStoreCommand.js +2 -2
- package/dist-es/commands/UpdateTrailCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CloudTrailServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CloudTrailClient.d.ts +5 -5
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/CancelQueryCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/commands/CreateDashboardCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +6 -4
- package/dist-types/commands/CreateTrailCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDashboardCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTrailCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +6 -4
- package/dist-types/commands/DescribeQueryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrailsCommand.d.ts +6 -4
- package/dist-types/commands/DisableFederationCommand.d.ts +6 -4
- package/dist-types/commands/EnableFederationCommand.d.ts +6 -4
- package/dist-types/commands/GenerateQueryCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelCommand.d.ts +6 -4
- package/dist-types/commands/GetDashboardCommand.d.ts +6 -4
- package/dist-types/commands/GetEventConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetEventDataStoreCommand.d.ts +6 -4
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +6 -4
- package/dist-types/commands/GetImportCommand.d.ts +6 -4
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +6 -4
- package/dist-types/commands/GetQueryResultsCommand.d.ts +6 -4
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetTrailCommand.d.ts +6 -4
- package/dist-types/commands/GetTrailStatusCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListDashboardsCommand.d.ts +6 -4
- package/dist-types/commands/ListEventDataStoresCommand.d.ts +6 -4
- package/dist-types/commands/ListImportFailuresCommand.d.ts +6 -4
- package/dist-types/commands/ListImportsCommand.d.ts +6 -4
- package/dist-types/commands/ListInsightsDataCommand.d.ts +6 -4
- package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +6 -4
- package/dist-types/commands/ListPublicKeysCommand.d.ts +6 -4
- package/dist-types/commands/ListQueriesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsCommand.d.ts +6 -4
- package/dist-types/commands/ListTrailsCommand.d.ts +6 -4
- package/dist-types/commands/LookupEventsCommand.d.ts +6 -4
- package/dist-types/commands/PutEventConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +6 -4
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +6 -4
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +6 -4
- package/dist-types/commands/SearchSampleQueriesCommand.d.ts +6 -4
- package/dist-types/commands/StartDashboardRefreshCommand.d.ts +6 -4
- package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +6 -4
- package/dist-types/commands/StartImportCommand.d.ts +6 -4
- package/dist-types/commands/StartLoggingCommand.d.ts +6 -4
- package/dist-types/commands/StartQueryCommand.d.ts +6 -4
- package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +6 -4
- package/dist-types/commands/StopImportCommand.d.ts +6 -4
- package/dist-types/commands/StopLoggingCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTrailCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CloudTrailServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CloudTrailClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -13,21 +13,23 @@ export interface AddTagsCommandOutput
|
|
|
13
13
|
extends AddTagsResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const AddTagsCommand_base: {
|
|
16
|
-
new (input: AddTagsCommandInput): import("@smithy/
|
|
16
|
+
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
AddTagsCommandInput,
|
|
18
18
|
AddTagsCommandOutput,
|
|
19
19
|
CloudTrailClientResolvedConfig,
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
-
new (input: AddTagsCommandInput): import("@smithy/
|
|
23
|
+
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
24
|
AddTagsCommandInput,
|
|
25
25
|
AddTagsCommandOutput,
|
|
26
26
|
CloudTrailClientResolvedConfig,
|
|
27
27
|
ServiceInputTypes,
|
|
28
28
|
ServiceOutputTypes
|
|
29
29
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
31
33
|
};
|
|
32
34
|
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
33
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CancelQueryCommandOutput
|
|
|
15
15
|
declare const CancelQueryCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CancelQueryCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CancelQueryCommandInput,
|
|
20
20
|
CancelQueryCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CancelQueryCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CancelQueryCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CancelQueryCommandInput,
|
|
29
29
|
CancelQueryCommandOutput,
|
|
30
30
|
CloudTrailClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CancelQueryCommand extends CancelQueryCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateChannelCommandOutput
|
|
|
18
18
|
declare const CreateChannelCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateChannelCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateChannelCommandInput,
|
|
23
23
|
CreateChannelCommandOutput,
|
|
24
24
|
CloudTrailClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateChannelCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateChannelCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateChannelCommandInput,
|
|
32
32
|
CreateChannelCommandOutput,
|
|
33
33
|
CloudTrailClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateDashboardCommandOutput
|
|
|
18
18
|
declare const CreateDashboardCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateDashboardCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateDashboardCommandInput,
|
|
23
23
|
CreateDashboardCommandOutput,
|
|
24
24
|
CloudTrailClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateDashboardCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateDashboardCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateDashboardCommandInput,
|
|
32
32
|
CreateDashboardCommandOutput,
|
|
33
33
|
CloudTrailClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateDashboardCommand extends CreateDashboardCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateEventDataStoreCommandOutput
|
|
|
19
19
|
declare const CreateEventDataStoreCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateEventDataStoreCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateEventDataStoreCommandInput,
|
|
24
24
|
CreateEventDataStoreCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateEventDataStoreCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateEventDataStoreCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateEventDataStoreCommandInput,
|
|
33
33
|
CreateEventDataStoreCommandOutput,
|
|
34
34
|
CloudTrailClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateEventDataStoreCommand extends CreateEventDataStoreCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateTrailCommandOutput
|
|
|
15
15
|
declare const CreateTrailCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateTrailCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateTrailCommandInput,
|
|
20
20
|
CreateTrailCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateTrailCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateTrailCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateTrailCommandInput,
|
|
29
29
|
CreateTrailCommandOutput,
|
|
30
30
|
CloudTrailClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateTrailCommand extends CreateTrailCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteChannelCommandOutput
|
|
|
18
18
|
declare const DeleteChannelCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteChannelCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteChannelCommandInput,
|
|
23
23
|
DeleteChannelCommandOutput,
|
|
24
24
|
CloudTrailClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteChannelCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteChannelCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteChannelCommandInput,
|
|
32
32
|
DeleteChannelCommandOutput,
|
|
33
33
|
CloudTrailClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteDashboardCommandOutput
|
|
|
18
18
|
declare const DeleteDashboardCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteDashboardCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteDashboardCommandInput,
|
|
23
23
|
DeleteDashboardCommandOutput,
|
|
24
24
|
CloudTrailClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteDashboardCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteDashboardCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteDashboardCommandInput,
|
|
32
32
|
DeleteDashboardCommandOutput,
|
|
33
33
|
CloudTrailClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteDashboardCommand extends DeleteDashboardCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteEventDataStoreCommandOutput
|
|
|
19
19
|
declare const DeleteEventDataStoreCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteEventDataStoreCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteEventDataStoreCommandInput,
|
|
24
24
|
DeleteEventDataStoreCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteEventDataStoreCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteEventDataStoreCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteEventDataStoreCommandInput,
|
|
33
33
|
DeleteEventDataStoreCommandOutput,
|
|
34
34
|
CloudTrailClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteEventDataStoreCommand extends DeleteEventDataStoreCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteResourcePolicyCommandOutput
|
|
|
19
19
|
declare const DeleteResourcePolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteResourcePolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteResourcePolicyCommandInput,
|
|
24
24
|
DeleteResourcePolicyCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteResourcePolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteResourcePolicyCommandInput,
|
|
33
33
|
DeleteResourcePolicyCommandOutput,
|
|
34
34
|
CloudTrailClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteTrailCommandOutput
|
|
|
15
15
|
declare const DeleteTrailCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteTrailCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteTrailCommandInput,
|
|
20
20
|
DeleteTrailCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteTrailCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteTrailCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteTrailCommandInput,
|
|
29
29
|
DeleteTrailCommandOutput,
|
|
30
30
|
CloudTrailClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteTrailCommand extends DeleteTrailCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeregisterOrganizationDelegatedAdminCommandOutput
|
|
|
19
19
|
declare const DeregisterOrganizationDelegatedAdminCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeregisterOrganizationDelegatedAdminCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeregisterOrganizationDelegatedAdminCommandInput,
|
|
24
24
|
DeregisterOrganizationDelegatedAdminCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeregisterOrganizationDelegatedAdminCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeregisterOrganizationDelegatedAdminCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeregisterOrganizationDelegatedAdminCommandInput,
|
|
33
33
|
DeregisterOrganizationDelegatedAdminCommandOutput,
|
|
34
34
|
CloudTrailClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeregisterOrganizationDelegatedAdminCommand extends DeregisterOrganizationDelegatedAdminCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeQueryCommandOutput
|
|
|
18
18
|
declare const DescribeQueryCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeQueryCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeQueryCommandInput,
|
|
23
23
|
DescribeQueryCommandOutput,
|
|
24
24
|
CloudTrailClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeQueryCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [DescribeQueryCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeQueryCommandInput,
|
|
32
32
|
DescribeQueryCommandOutput,
|
|
33
33
|
CloudTrailClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeQueryCommand extends DescribeQueryCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeTrailsCommandOutput
|
|
|
18
18
|
declare const DescribeTrailsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeTrailsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeTrailsCommandInput,
|
|
23
23
|
DescribeTrailsCommandOutput,
|
|
24
24
|
CloudTrailClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeTrailsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [DescribeTrailsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeTrailsCommandInput,
|
|
32
32
|
DescribeTrailsCommandOutput,
|
|
33
33
|
CloudTrailClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeTrailsCommand extends DescribeTrailsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DisableFederationCommandOutput
|
|
|
19
19
|
declare const DisableFederationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisableFederationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisableFederationCommandInput,
|
|
24
24
|
DisableFederationCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisableFederationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisableFederationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisableFederationCommandInput,
|
|
33
33
|
DisableFederationCommandOutput,
|
|
34
34
|
CloudTrailClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisableFederationCommand extends DisableFederationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface EnableFederationCommandOutput
|
|
|
18
18
|
declare const EnableFederationCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: EnableFederationCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
EnableFederationCommandInput,
|
|
23
23
|
EnableFederationCommandOutput,
|
|
24
24
|
CloudTrailClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const EnableFederationCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: EnableFederationCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
EnableFederationCommandInput,
|
|
32
32
|
EnableFederationCommandOutput,
|
|
33
33
|
CloudTrailClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class EnableFederationCommand extends EnableFederationCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GenerateQueryCommandOutput
|
|
|
18
18
|
declare const GenerateQueryCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GenerateQueryCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GenerateQueryCommandInput,
|
|
23
23
|
GenerateQueryCommandOutput,
|
|
24
24
|
CloudTrailClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GenerateQueryCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GenerateQueryCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GenerateQueryCommandInput,
|
|
32
32
|
GenerateQueryCommandOutput,
|
|
33
33
|
CloudTrailClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GenerateQueryCommand extends GenerateQueryCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetChannelCommandOutput
|
|
|
15
15
|
declare const GetChannelCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetChannelCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetChannelCommandInput,
|
|
20
20
|
GetChannelCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetChannelCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetChannelCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetChannelCommandInput,
|
|
29
29
|
GetChannelCommandOutput,
|
|
30
30
|
CloudTrailClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetChannelCommand extends GetChannelCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetDashboardCommandOutput
|
|
|
15
15
|
declare const GetDashboardCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetDashboardCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetDashboardCommandInput,
|
|
20
20
|
GetDashboardCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetDashboardCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetDashboardCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetDashboardCommandInput,
|
|
29
29
|
GetDashboardCommandOutput,
|
|
30
30
|
CloudTrailClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetDashboardCommand extends GetDashboardCommand_base {
|
|
37
39
|
protected static __types: {
|