@aws-sdk/client-cloudtrail 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/CloudTrail.d.ts +210 -287
- package/dist-types/ts3.4/CloudTrailClient.d.ts +22 -82
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopImportCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +84 -331
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListQueriesRequest, ListQueriesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListQueriesCommandInput extends ListQueriesRequest {}
|
|
5
|
-
export interface ListQueriesCommandOutput
|
|
6
|
-
extends ListQueriesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListQueriesCommandOutput extends ListQueriesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListQueriesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListQueriesCommandInput
|
|
8
|
+
input: ListQueriesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListQueriesCommandInput,
|
|
13
11
|
ListQueriesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListQueriesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListQueriesCommandInput
|
|
17
|
+
input: ListQueriesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListQueriesCommandInput,
|
|
22
20
|
ListQueriesCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
5
|
-
export interface ListTagsCommandOutput
|
|
6
|
-
extends ListTagsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListTagsCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListTagsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListTagsCommandInput,
|
|
11
11
|
ListTagsCommandOutput,
|
|
12
12
|
import("..").CloudTrailClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListTagsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListTagsCommandInput,
|
|
18
20
|
ListTagsCommandOutput,
|
|
19
21
|
import("..").CloudTrailClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListTrailsRequest, ListTrailsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListTrailsCommandInput extends ListTrailsRequest {}
|
|
5
|
-
export interface ListTrailsCommandOutput
|
|
6
|
-
extends ListTrailsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTrailsCommandOutput extends ListTrailsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListTrailsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListTrailsCommandInput
|
|
8
|
+
input: ListTrailsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListTrailsCommandInput,
|
|
13
11
|
ListTrailsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { LookupEventsRequest, LookupEventsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface LookupEventsCommandInput extends LookupEventsRequest {}
|
|
5
|
-
export interface LookupEventsCommandOutput
|
|
6
|
-
extends LookupEventsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface LookupEventsCommandOutput extends LookupEventsResponse, __MetadataBearer {}
|
|
8
6
|
declare const LookupEventsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: LookupEventsCommandInput
|
|
8
|
+
input: LookupEventsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
LookupEventsCommandInput,
|
|
13
11
|
LookupEventsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutEventConfigurationRequest,
|
|
4
|
-
PutEventConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutEventConfigurationRequest, PutEventConfigurationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutEventConfigurationCommandInput
|
|
8
|
-
extends PutEventConfigurationRequest {}
|
|
4
|
+
export interface PutEventConfigurationCommandInput extends PutEventConfigurationRequest {}
|
|
9
5
|
export interface PutEventConfigurationCommandOutput
|
|
10
|
-
extends PutEventConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutEventConfigurationResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutEventConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutEventConfigurationCommandInput
|
|
9
|
+
input: PutEventConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutEventConfigurationCommandInput,
|
|
17
12
|
PutEventConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutEventSelectorsRequest,
|
|
4
|
-
PutEventSelectorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutEventSelectorsRequest, PutEventSelectorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutEventSelectorsCommandInput
|
|
8
|
-
extends PutEventSelectorsRequest {}
|
|
4
|
+
export interface PutEventSelectorsCommandInput extends PutEventSelectorsRequest {}
|
|
9
5
|
export interface PutEventSelectorsCommandOutput
|
|
10
|
-
extends PutEventSelectorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutEventSelectorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutEventSelectorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutEventSelectorsCommandInput
|
|
9
|
+
input: PutEventSelectorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutEventSelectorsCommandInput,
|
|
17
12
|
PutEventSelectorsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutEventSelectorsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutEventSelectorsCommandInput
|
|
18
|
+
input: PutEventSelectorsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutEventSelectorsCommandInput,
|
|
26
21
|
PutEventSelectorsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutInsightSelectorsRequest,
|
|
4
|
-
PutInsightSelectorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutInsightSelectorsRequest, PutInsightSelectorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutInsightSelectorsCommandInput
|
|
8
|
-
extends PutInsightSelectorsRequest {}
|
|
4
|
+
export interface PutInsightSelectorsCommandInput extends PutInsightSelectorsRequest {}
|
|
9
5
|
export interface PutInsightSelectorsCommandOutput
|
|
10
|
-
extends PutInsightSelectorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutInsightSelectorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutInsightSelectorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutInsightSelectorsCommandInput
|
|
9
|
+
input: PutInsightSelectorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutInsightSelectorsCommandInput,
|
|
17
12
|
PutInsightSelectorsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutInsightSelectorsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutInsightSelectorsCommandInput
|
|
18
|
+
input: PutInsightSelectorsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutInsightSelectorsCommandInput,
|
|
26
21
|
PutInsightSelectorsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutResourcePolicyRequest,
|
|
4
|
-
PutResourcePolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutResourcePolicyCommandInput
|
|
8
|
-
extends PutResourcePolicyRequest {}
|
|
4
|
+
export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {}
|
|
9
5
|
export interface PutResourcePolicyCommandOutput
|
|
10
|
-
extends PutResourcePolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutResourcePolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutResourcePolicyCommandInput
|
|
9
|
+
input: PutResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutResourcePolicyCommandInput,
|
|
17
12
|
PutResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutResourcePolicyCommandInput
|
|
18
|
+
input: PutResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutResourcePolicyCommandInput,
|
|
26
21
|
PutResourcePolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RegisterOrganizationDelegatedAdminResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RegisterOrganizationDelegatedAdminCommandInput
|
|
8
|
-
extends RegisterOrganizationDelegatedAdminRequest {}
|
|
7
|
+
export interface RegisterOrganizationDelegatedAdminCommandInput extends RegisterOrganizationDelegatedAdminRequest {}
|
|
9
8
|
export interface RegisterOrganizationDelegatedAdminCommandOutput
|
|
10
|
-
extends RegisterOrganizationDelegatedAdminResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RegisterOrganizationDelegatedAdminResponse, __MetadataBearer {}
|
|
12
10
|
declare const RegisterOrganizationDelegatedAdminCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RegisterOrganizationDelegatedAdminCommandInput
|
|
12
|
+
input: RegisterOrganizationDelegatedAdminCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RegisterOrganizationDelegatedAdminCommandInput,
|
|
17
15
|
RegisterOrganizationDelegatedAdminCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RegisterOrganizationDelegatedAdminCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RegisterOrganizationDelegatedAdminCommandInput
|
|
21
|
+
input: RegisterOrganizationDelegatedAdminCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RegisterOrganizationDelegatedAdminCommandInput,
|
|
26
24
|
RegisterOrganizationDelegatedAdminCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { RemoveTagsRequest, RemoveTagsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface RemoveTagsCommandInput extends RemoveTagsRequest {}
|
|
5
|
-
export interface RemoveTagsCommandOutput
|
|
6
|
-
extends RemoveTagsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RemoveTagsCommandOutput extends RemoveTagsResponse, __MetadataBearer {}
|
|
8
6
|
declare const RemoveTagsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: RemoveTagsCommandInput
|
|
8
|
+
input: RemoveTagsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
RemoveTagsCommandInput,
|
|
13
11
|
RemoveTagsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const RemoveTagsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: RemoveTagsCommandInput
|
|
17
|
+
input: RemoveTagsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
RemoveTagsCommandInput,
|
|
22
20
|
RemoveTagsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RestoreEventDataStoreRequest,
|
|
4
|
-
RestoreEventDataStoreResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RestoreEventDataStoreRequest, RestoreEventDataStoreResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface RestoreEventDataStoreCommandInput
|
|
8
|
-
extends RestoreEventDataStoreRequest {}
|
|
4
|
+
export interface RestoreEventDataStoreCommandInput extends RestoreEventDataStoreRequest {}
|
|
9
5
|
export interface RestoreEventDataStoreCommandOutput
|
|
10
|
-
extends RestoreEventDataStoreResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends RestoreEventDataStoreResponse, __MetadataBearer {}
|
|
12
7
|
declare const RestoreEventDataStoreCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: RestoreEventDataStoreCommandInput
|
|
9
|
+
input: RestoreEventDataStoreCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
RestoreEventDataStoreCommandInput,
|
|
17
12
|
RestoreEventDataStoreCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const RestoreEventDataStoreCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: RestoreEventDataStoreCommandInput
|
|
18
|
+
input: RestoreEventDataStoreCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
RestoreEventDataStoreCommandInput,
|
|
26
21
|
RestoreEventDataStoreCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SearchSampleQueriesRequest,
|
|
4
|
-
SearchSampleQueriesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SearchSampleQueriesRequest, SearchSampleQueriesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SearchSampleQueriesCommandInput
|
|
8
|
-
extends SearchSampleQueriesRequest {}
|
|
4
|
+
export interface SearchSampleQueriesCommandInput extends SearchSampleQueriesRequest {}
|
|
9
5
|
export interface SearchSampleQueriesCommandOutput
|
|
10
|
-
extends SearchSampleQueriesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SearchSampleQueriesResponse, __MetadataBearer {}
|
|
12
7
|
declare const SearchSampleQueriesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SearchSampleQueriesCommandInput
|
|
9
|
+
input: SearchSampleQueriesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SearchSampleQueriesCommandInput,
|
|
17
12
|
SearchSampleQueriesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SearchSampleQueriesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SearchSampleQueriesCommandInput
|
|
18
|
+
input: SearchSampleQueriesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SearchSampleQueriesCommandInput,
|
|
26
21
|
SearchSampleQueriesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartDashboardRefreshRequest,
|
|
4
|
-
StartDashboardRefreshResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartDashboardRefreshRequest, StartDashboardRefreshResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartDashboardRefreshCommandInput
|
|
8
|
-
extends StartDashboardRefreshRequest {}
|
|
4
|
+
export interface StartDashboardRefreshCommandInput extends StartDashboardRefreshRequest {}
|
|
9
5
|
export interface StartDashboardRefreshCommandOutput
|
|
10
|
-
extends StartDashboardRefreshResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartDashboardRefreshResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartDashboardRefreshCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartDashboardRefreshCommandInput
|
|
9
|
+
input: StartDashboardRefreshCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartDashboardRefreshCommandInput,
|
|
17
12
|
StartDashboardRefreshCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartDashboardRefreshCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartDashboardRefreshCommandInput
|
|
18
|
+
input: StartDashboardRefreshCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartDashboardRefreshCommandInput,
|
|
26
21
|
StartDashboardRefreshCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartEventDataStoreIngestionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartEventDataStoreIngestionCommandInput
|
|
8
|
-
extends StartEventDataStoreIngestionRequest {}
|
|
7
|
+
export interface StartEventDataStoreIngestionCommandInput extends StartEventDataStoreIngestionRequest {}
|
|
9
8
|
export interface StartEventDataStoreIngestionCommandOutput
|
|
10
|
-
extends StartEventDataStoreIngestionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartEventDataStoreIngestionResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartEventDataStoreIngestionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartEventDataStoreIngestionCommandInput
|
|
12
|
+
input: StartEventDataStoreIngestionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartEventDataStoreIngestionCommandInput,
|
|
17
15
|
StartEventDataStoreIngestionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartEventDataStoreIngestionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartEventDataStoreIngestionCommandInput
|
|
21
|
+
input: StartEventDataStoreIngestionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartEventDataStoreIngestionCommandInput,
|
|
26
24
|
StartEventDataStoreIngestionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StartImportRequest, StartImportResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StartImportCommandInput extends StartImportRequest {}
|
|
5
|
-
export interface StartImportCommandOutput
|
|
6
|
-
extends StartImportResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartImportCommandOutput extends StartImportResponse, __MetadataBearer {}
|
|
8
6
|
declare const StartImportCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartImportCommandInput
|
|
8
|
+
input: StartImportCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartImportCommandInput,
|
|
13
11
|
StartImportCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StartLoggingRequest, StartLoggingResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StartLoggingCommandInput extends StartLoggingRequest {}
|
|
5
|
-
export interface StartLoggingCommandOutput
|
|
6
|
-
extends StartLoggingResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartLoggingCommandOutput extends StartLoggingResponse, __MetadataBearer {}
|
|
8
6
|
declare const StartLoggingCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartLoggingCommandInput
|
|
8
|
+
input: StartLoggingCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartLoggingCommandInput,
|
|
13
11
|
StartLoggingCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StartLoggingCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StartLoggingCommandInput
|
|
17
|
+
input: StartLoggingCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StartLoggingCommandInput,
|
|
22
20
|
StartLoggingCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StartQueryRequest, StartQueryResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StartQueryCommandInput extends StartQueryRequest {}
|
|
5
|
-
export interface StartQueryCommandOutput
|
|
6
|
-
extends StartQueryResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartQueryCommandOutput extends StartQueryResponse, __MetadataBearer {}
|
|
8
6
|
declare const StartQueryCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartQueryCommandInput
|
|
8
|
+
input: StartQueryCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartQueryCommandInput,
|
|
13
11
|
StartQueryCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StopEventDataStoreIngestionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StopEventDataStoreIngestionCommandInput
|
|
8
|
-
extends StopEventDataStoreIngestionRequest {}
|
|
7
|
+
export interface StopEventDataStoreIngestionCommandInput extends StopEventDataStoreIngestionRequest {}
|
|
9
8
|
export interface StopEventDataStoreIngestionCommandOutput
|
|
10
|
-
extends StopEventDataStoreIngestionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StopEventDataStoreIngestionResponse, __MetadataBearer {}
|
|
12
10
|
declare const StopEventDataStoreIngestionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StopEventDataStoreIngestionCommandInput
|
|
12
|
+
input: StopEventDataStoreIngestionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StopEventDataStoreIngestionCommandInput,
|
|
17
15
|
StopEventDataStoreIngestionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StopEventDataStoreIngestionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StopEventDataStoreIngestionCommandInput
|
|
21
|
+
input: StopEventDataStoreIngestionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StopEventDataStoreIngestionCommandInput,
|
|
26
24
|
StopEventDataStoreIngestionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StopImportRequest, StopImportResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StopImportCommandInput extends StopImportRequest {}
|
|
5
|
-
export interface StopImportCommandOutput
|
|
6
|
-
extends StopImportResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopImportCommandOutput extends StopImportResponse, __MetadataBearer {}
|
|
8
6
|
declare const StopImportCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StopImportCommandInput
|
|
8
|
+
input: StopImportCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StopImportCommandInput,
|
|
13
11
|
StopImportCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StopImportCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StopImportCommandInput
|
|
17
|
+
input: StopImportCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StopImportCommandInput,
|
|
22
20
|
StopImportCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StopLoggingRequest, StopLoggingResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StopLoggingCommandInput extends StopLoggingRequest {}
|
|
5
|
-
export interface StopLoggingCommandOutput
|
|
6
|
-
extends StopLoggingResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopLoggingCommandOutput extends StopLoggingResponse, __MetadataBearer {}
|
|
8
6
|
declare const StopLoggingCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StopLoggingCommandInput
|
|
8
|
+
input: StopLoggingCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StopLoggingCommandInput,
|
|
13
11
|
StopLoggingCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StopLoggingCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StopLoggingCommandInput
|
|
17
|
+
input: StopLoggingCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StopLoggingCommandInput,
|
|
22
20
|
StopLoggingCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateChannelRequest,
|
|
4
|
-
UpdateChannelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
|
|
8
|
-
export interface UpdateChannelCommandOutput
|
|
9
|
-
extends UpdateChannelResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateChannelCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateChannelCommandInput
|
|
8
|
+
input: UpdateChannelCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateChannelCommandInput,
|
|
16
11
|
UpdateChannelCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateChannelCommandInput
|
|
17
|
+
input: UpdateChannelCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateChannelCommandInput,
|
|
25
20
|
UpdateChannelCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDashboardRequest,
|
|
4
|
-
UpdateDashboardResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateDashboardCommandInput extends UpdateDashboardRequest {}
|
|
8
|
-
export interface UpdateDashboardCommandOutput
|
|
9
|
-
extends UpdateDashboardResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateDashboardCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateDashboardCommandInput
|
|
8
|
+
input: UpdateDashboardCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateDashboardCommandInput,
|
|
16
11
|
UpdateDashboardCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateDashboardCommandInput
|
|
17
|
+
input: UpdateDashboardCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateDashboardCommandInput,
|
|
25
20
|
UpdateDashboardCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateEventDataStoreRequest,
|
|
4
|
-
UpdateEventDataStoreResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateEventDataStoreRequest, UpdateEventDataStoreResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateEventDataStoreCommandInput
|
|
8
|
-
extends UpdateEventDataStoreRequest {}
|
|
4
|
+
export interface UpdateEventDataStoreCommandInput extends UpdateEventDataStoreRequest {}
|
|
9
5
|
export interface UpdateEventDataStoreCommandOutput
|
|
10
|
-
extends UpdateEventDataStoreResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateEventDataStoreResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateEventDataStoreCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateEventDataStoreCommandInput
|
|
9
|
+
input: UpdateEventDataStoreCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateEventDataStoreCommandInput,
|
|
17
12
|
UpdateEventDataStoreCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateEventDataStoreCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateEventDataStoreCommandInput
|
|
18
|
+
input: UpdateEventDataStoreCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateEventDataStoreCommandInput,
|
|
26
21
|
UpdateEventDataStoreCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateTrailRequest, UpdateTrailResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateTrailCommandInput extends UpdateTrailRequest {}
|
|
5
|
-
export interface UpdateTrailCommandOutput
|
|
6
|
-
extends UpdateTrailResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateTrailCommandOutput extends UpdateTrailResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateTrailCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateTrailCommandInput
|
|
8
|
+
input: UpdateTrailCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateTrailCommandInput,
|
|
13
11
|
UpdateTrailCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateTrailCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateTrailCommandInput
|
|
17
|
+
input: UpdateTrailCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateTrailCommandInput,
|
|
22
20
|
UpdateTrailCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|