@aws-sdk/client-cloudtrail 3.1045.0 → 3.1046.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,
|
|
@@ -15,7 +15,7 @@ export interface ListTrailsCommandOutput
|
|
|
15
15
|
declare const ListTrailsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListTrailsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListTrailsCommandInput,
|
|
20
20
|
ListTrailsCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListTrailsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListTrailsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListTrailsCommandInput,
|
|
29
29
|
ListTrailsCommandOutput,
|
|
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 ListTrailsCommand extends ListTrailsCommand_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 LookupEventsCommandOutput
|
|
|
15
15
|
declare const LookupEventsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: LookupEventsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
LookupEventsCommandInput,
|
|
20
20
|
LookupEventsCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const LookupEventsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [LookupEventsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
LookupEventsCommandInput,
|
|
29
29
|
LookupEventsCommandOutput,
|
|
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 LookupEventsCommand extends LookupEventsCommand_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 PutEventConfigurationCommandOutput
|
|
|
19
19
|
declare const PutEventConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutEventConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutEventConfigurationCommandInput,
|
|
24
24
|
PutEventConfigurationCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutEventConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [PutEventConfigurationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutEventConfigurationCommandInput,
|
|
33
33
|
PutEventConfigurationCommandOutput,
|
|
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 PutEventConfigurationCommand extends PutEventConfigurationCommand_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 PutEventSelectorsCommandOutput
|
|
|
19
19
|
declare const PutEventSelectorsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutEventSelectorsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutEventSelectorsCommandInput,
|
|
24
24
|
PutEventSelectorsCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutEventSelectorsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutEventSelectorsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutEventSelectorsCommandInput,
|
|
33
33
|
PutEventSelectorsCommandOutput,
|
|
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 PutEventSelectorsCommand extends PutEventSelectorsCommand_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 PutInsightSelectorsCommandOutput
|
|
|
19
19
|
declare const PutInsightSelectorsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutInsightSelectorsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutInsightSelectorsCommandInput,
|
|
24
24
|
PutInsightSelectorsCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutInsightSelectorsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutInsightSelectorsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutInsightSelectorsCommandInput,
|
|
33
33
|
PutInsightSelectorsCommandOutput,
|
|
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 PutInsightSelectorsCommand extends PutInsightSelectorsCommand_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 PutResourcePolicyCommandOutput
|
|
|
19
19
|
declare const PutResourcePolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutResourcePolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutResourcePolicyCommandInput,
|
|
24
24
|
PutResourcePolicyCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutResourcePolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutResourcePolicyCommandInput,
|
|
33
33
|
PutResourcePolicyCommandOutput,
|
|
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 PutResourcePolicyCommand extends PutResourcePolicyCommand_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 RegisterOrganizationDelegatedAdminCommandOutput
|
|
|
19
19
|
declare const RegisterOrganizationDelegatedAdminCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RegisterOrganizationDelegatedAdminCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RegisterOrganizationDelegatedAdminCommandInput,
|
|
24
24
|
RegisterOrganizationDelegatedAdminCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RegisterOrganizationDelegatedAdminCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RegisterOrganizationDelegatedAdminCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RegisterOrganizationDelegatedAdminCommandInput,
|
|
33
33
|
RegisterOrganizationDelegatedAdminCommandOutput,
|
|
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 RegisterOrganizationDelegatedAdminCommand extends RegisterOrganizationDelegatedAdminCommand_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 RemoveTagsCommandOutput
|
|
|
15
15
|
declare const RemoveTagsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: RemoveTagsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
RemoveTagsCommandInput,
|
|
20
20
|
RemoveTagsCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const RemoveTagsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: RemoveTagsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
RemoveTagsCommandInput,
|
|
29
29
|
RemoveTagsCommandOutput,
|
|
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 RemoveTagsCommand extends RemoveTagsCommand_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 RestoreEventDataStoreCommandOutput
|
|
|
19
19
|
declare const RestoreEventDataStoreCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RestoreEventDataStoreCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RestoreEventDataStoreCommandInput,
|
|
24
24
|
RestoreEventDataStoreCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RestoreEventDataStoreCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RestoreEventDataStoreCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RestoreEventDataStoreCommandInput,
|
|
33
33
|
RestoreEventDataStoreCommandOutput,
|
|
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 RestoreEventDataStoreCommand extends RestoreEventDataStoreCommand_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 SearchSampleQueriesCommandOutput
|
|
|
19
19
|
declare const SearchSampleQueriesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SearchSampleQueriesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SearchSampleQueriesCommandInput,
|
|
24
24
|
SearchSampleQueriesCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SearchSampleQueriesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SearchSampleQueriesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SearchSampleQueriesCommandInput,
|
|
33
33
|
SearchSampleQueriesCommandOutput,
|
|
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 SearchSampleQueriesCommand extends SearchSampleQueriesCommand_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 StartDashboardRefreshCommandOutput
|
|
|
19
19
|
declare const StartDashboardRefreshCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartDashboardRefreshCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartDashboardRefreshCommandInput,
|
|
24
24
|
StartDashboardRefreshCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartDashboardRefreshCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartDashboardRefreshCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartDashboardRefreshCommandInput,
|
|
33
33
|
StartDashboardRefreshCommandOutput,
|
|
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 StartDashboardRefreshCommand extends StartDashboardRefreshCommand_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 StartEventDataStoreIngestionCommandOutput
|
|
|
19
19
|
declare const StartEventDataStoreIngestionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartEventDataStoreIngestionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartEventDataStoreIngestionCommandInput,
|
|
24
24
|
StartEventDataStoreIngestionCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartEventDataStoreIngestionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartEventDataStoreIngestionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartEventDataStoreIngestionCommandInput,
|
|
33
33
|
StartEventDataStoreIngestionCommandOutput,
|
|
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 StartEventDataStoreIngestionCommand extends StartEventDataStoreIngestionCommand_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 StartImportCommandOutput
|
|
|
15
15
|
declare const StartImportCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StartImportCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StartImportCommandInput,
|
|
20
20
|
StartImportCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StartImportCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [StartImportCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StartImportCommandInput,
|
|
29
29
|
StartImportCommandOutput,
|
|
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 StartImportCommand extends StartImportCommand_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 StartLoggingCommandOutput
|
|
|
15
15
|
declare const StartLoggingCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StartLoggingCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StartLoggingCommandInput,
|
|
20
20
|
StartLoggingCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StartLoggingCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: StartLoggingCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StartLoggingCommandInput,
|
|
29
29
|
StartLoggingCommandOutput,
|
|
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 StartLoggingCommand extends StartLoggingCommand_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 StartQueryCommandOutput
|
|
|
15
15
|
declare const StartQueryCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StartQueryCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StartQueryCommandInput,
|
|
20
20
|
StartQueryCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StartQueryCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [StartQueryCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StartQueryCommandInput,
|
|
29
29
|
StartQueryCommandOutput,
|
|
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 StartQueryCommand extends StartQueryCommand_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 StopEventDataStoreIngestionCommandOutput
|
|
|
19
19
|
declare const StopEventDataStoreIngestionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StopEventDataStoreIngestionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StopEventDataStoreIngestionCommandInput,
|
|
24
24
|
StopEventDataStoreIngestionCommandOutput,
|
|
25
25
|
CloudTrailClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StopEventDataStoreIngestionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StopEventDataStoreIngestionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StopEventDataStoreIngestionCommandInput,
|
|
33
33
|
StopEventDataStoreIngestionCommandOutput,
|
|
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 StopEventDataStoreIngestionCommand extends StopEventDataStoreIngestionCommand_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 StopImportCommandOutput
|
|
|
15
15
|
declare const StopImportCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StopImportCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StopImportCommandInput,
|
|
20
20
|
StopImportCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StopImportCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: StopImportCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StopImportCommandInput,
|
|
29
29
|
StopImportCommandOutput,
|
|
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 StopImportCommand extends StopImportCommand_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 StopLoggingCommandOutput
|
|
|
15
15
|
declare const StopLoggingCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: StopLoggingCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
StopLoggingCommandInput,
|
|
20
20
|
StopLoggingCommandOutput,
|
|
21
21
|
CloudTrailClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const StopLoggingCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: StopLoggingCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
StopLoggingCommandInput,
|
|
29
29
|
StopLoggingCommandOutput,
|
|
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 StopLoggingCommand extends StopLoggingCommand_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 UpdateChannelCommandOutput
|
|
|
18
18
|
declare const UpdateChannelCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateChannelCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateChannelCommandInput,
|
|
23
23
|
UpdateChannelCommandOutput,
|
|
24
24
|
CloudTrailClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateChannelCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateChannelCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateChannelCommandInput,
|
|
32
32
|
UpdateChannelCommandOutput,
|
|
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 UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
40
42
|
protected static __types: {
|