@aws-sdk/client-cloudtrail 3.1087.0 → 3.1089.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 +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeregisterOrganizationDelegatedAdminResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeregisterOrganizationDelegatedAdminCommandInput
|
|
8
|
-
extends DeregisterOrganizationDelegatedAdminRequest {}
|
|
7
|
+
export interface DeregisterOrganizationDelegatedAdminCommandInput extends DeregisterOrganizationDelegatedAdminRequest {}
|
|
9
8
|
export interface DeregisterOrganizationDelegatedAdminCommandOutput
|
|
10
|
-
extends DeregisterOrganizationDelegatedAdminResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeregisterOrganizationDelegatedAdminResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeregisterOrganizationDelegatedAdminCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeregisterOrganizationDelegatedAdminCommandInput
|
|
12
|
+
input: DeregisterOrganizationDelegatedAdminCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeregisterOrganizationDelegatedAdminCommandInput,
|
|
17
15
|
DeregisterOrganizationDelegatedAdminCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeregisterOrganizationDelegatedAdminCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeregisterOrganizationDelegatedAdminCommandInput
|
|
21
|
+
input: DeregisterOrganizationDelegatedAdminCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeregisterOrganizationDelegatedAdminCommandInput,
|
|
26
24
|
DeregisterOrganizationDelegatedAdminCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeQueryRequest,
|
|
4
|
-
DescribeQueryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeQueryRequest, DescribeQueryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeQueryCommandInput extends DescribeQueryRequest {}
|
|
8
|
-
export interface DescribeQueryCommandOutput
|
|
9
|
-
extends DescribeQueryResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeQueryCommandOutput extends DescribeQueryResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeQueryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeQueryCommandInput
|
|
8
|
+
input: DescribeQueryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeQueryCommandInput,
|
|
16
11
|
DescribeQueryCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeTrailsRequest,
|
|
4
|
-
DescribeTrailsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeTrailsRequest, DescribeTrailsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeTrailsCommandInput extends DescribeTrailsRequest {}
|
|
8
|
-
export interface DescribeTrailsCommandOutput
|
|
9
|
-
extends DescribeTrailsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeTrailsCommandOutput extends DescribeTrailsResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeTrailsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeTrailsCommandInput
|
|
8
|
+
input: DescribeTrailsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeTrailsCommandInput,
|
|
16
11
|
DescribeTrailsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DisableFederationRequest,
|
|
4
|
-
DisableFederationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DisableFederationRequest, DisableFederationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisableFederationCommandInput
|
|
8
|
-
extends DisableFederationRequest {}
|
|
4
|
+
export interface DisableFederationCommandInput extends DisableFederationRequest {}
|
|
9
5
|
export interface DisableFederationCommandOutput
|
|
10
|
-
extends DisableFederationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DisableFederationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DisableFederationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DisableFederationCommandInput
|
|
9
|
+
input: DisableFederationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DisableFederationCommandInput,
|
|
17
12
|
DisableFederationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DisableFederationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DisableFederationCommandInput
|
|
18
|
+
input: DisableFederationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DisableFederationCommandInput,
|
|
26
21
|
DisableFederationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
EnableFederationRequest,
|
|
4
|
-
EnableFederationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { EnableFederationRequest, EnableFederationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface EnableFederationCommandInput extends EnableFederationRequest {}
|
|
8
|
-
export interface EnableFederationCommandOutput
|
|
9
|
-
extends EnableFederationResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface EnableFederationCommandOutput extends EnableFederationResponse, __MetadataBearer {}
|
|
11
6
|
declare const EnableFederationCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: EnableFederationCommandInput
|
|
8
|
+
input: EnableFederationCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
EnableFederationCommandInput,
|
|
16
11
|
EnableFederationCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const EnableFederationCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: EnableFederationCommandInput
|
|
17
|
+
input: EnableFederationCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
EnableFederationCommandInput,
|
|
25
20
|
EnableFederationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GenerateQueryRequest,
|
|
4
|
-
GenerateQueryResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GenerateQueryRequest, GenerateQueryResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GenerateQueryCommandInput extends GenerateQueryRequest {}
|
|
8
|
-
export interface GenerateQueryCommandOutput
|
|
9
|
-
extends GenerateQueryResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GenerateQueryCommandOutput extends GenerateQueryResponse, __MetadataBearer {}
|
|
11
6
|
declare const GenerateQueryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GenerateQueryCommandInput
|
|
8
|
+
input: GenerateQueryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GenerateQueryCommandInput,
|
|
16
11
|
GenerateQueryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GenerateQueryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GenerateQueryCommandInput
|
|
17
|
+
input: GenerateQueryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GenerateQueryCommandInput,
|
|
25
20
|
GenerateQueryCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetChannelRequest, GetChannelResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetChannelCommandInput extends GetChannelRequest {}
|
|
5
|
-
export interface GetChannelCommandOutput
|
|
6
|
-
extends GetChannelResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetChannelCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetChannelCommandInput
|
|
8
|
+
input: GetChannelCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetChannelCommandInput,
|
|
13
11
|
GetChannelCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetChannelCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetChannelCommandInput
|
|
17
|
+
input: GetChannelCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetChannelCommandInput,
|
|
22
20
|
GetChannelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetDashboardRequest, GetDashboardResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetDashboardCommandInput extends GetDashboardRequest {}
|
|
5
|
-
export interface GetDashboardCommandOutput
|
|
6
|
-
extends GetDashboardResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDashboardCommandOutput extends GetDashboardResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetDashboardCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetDashboardCommandInput
|
|
8
|
+
input: GetDashboardCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetDashboardCommandInput,
|
|
13
11
|
GetDashboardCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetDashboardCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetDashboardCommandInput
|
|
17
|
+
input: GetDashboardCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetDashboardCommandInput,
|
|
22
20
|
GetDashboardCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetEventConfigurationRequest,
|
|
4
|
-
GetEventConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetEventConfigurationRequest, GetEventConfigurationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetEventConfigurationCommandInput
|
|
8
|
-
extends GetEventConfigurationRequest {}
|
|
4
|
+
export interface GetEventConfigurationCommandInput extends GetEventConfigurationRequest {}
|
|
9
5
|
export interface GetEventConfigurationCommandOutput
|
|
10
|
-
extends GetEventConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetEventConfigurationResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetEventConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetEventConfigurationCommandInput
|
|
9
|
+
input: GetEventConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetEventConfigurationCommandInput,
|
|
17
12
|
GetEventConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetEventDataStoreRequest,
|
|
4
|
-
GetEventDataStoreResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetEventDataStoreRequest, GetEventDataStoreResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetEventDataStoreCommandInput
|
|
8
|
-
extends GetEventDataStoreRequest {}
|
|
4
|
+
export interface GetEventDataStoreCommandInput extends GetEventDataStoreRequest {}
|
|
9
5
|
export interface GetEventDataStoreCommandOutput
|
|
10
|
-
extends GetEventDataStoreResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetEventDataStoreResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetEventDataStoreCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetEventDataStoreCommandInput
|
|
9
|
+
input: GetEventDataStoreCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetEventDataStoreCommandInput,
|
|
17
12
|
GetEventDataStoreCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetEventDataStoreCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetEventDataStoreCommandInput
|
|
18
|
+
input: GetEventDataStoreCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetEventDataStoreCommandInput,
|
|
26
21
|
GetEventDataStoreCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetEventSelectorsRequest,
|
|
4
|
-
GetEventSelectorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetEventSelectorsRequest, GetEventSelectorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetEventSelectorsCommandInput
|
|
8
|
-
extends GetEventSelectorsRequest {}
|
|
4
|
+
export interface GetEventSelectorsCommandInput extends GetEventSelectorsRequest {}
|
|
9
5
|
export interface GetEventSelectorsCommandOutput
|
|
10
|
-
extends GetEventSelectorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetEventSelectorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetEventSelectorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetEventSelectorsCommandInput
|
|
9
|
+
input: GetEventSelectorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetEventSelectorsCommandInput,
|
|
17
12
|
GetEventSelectorsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetEventSelectorsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetEventSelectorsCommandInput
|
|
18
|
+
input: GetEventSelectorsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetEventSelectorsCommandInput,
|
|
26
21
|
GetEventSelectorsCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetImportRequest, GetImportResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetImportCommandInput extends GetImportRequest {}
|
|
5
|
-
export interface GetImportCommandOutput
|
|
6
|
-
extends GetImportResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetImportCommandOutput extends GetImportResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetImportCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetImportCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetImportCommandInput,
|
|
11
11
|
GetImportCommandOutput,
|
|
12
12
|
import("..").CloudTrailClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetImportCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetImportCommandInput,
|
|
18
20
|
GetImportCommandOutput,
|
|
19
21
|
import("..").CloudTrailClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetInsightSelectorsRequest,
|
|
4
|
-
GetInsightSelectorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetInsightSelectorsRequest, GetInsightSelectorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetInsightSelectorsCommandInput
|
|
8
|
-
extends GetInsightSelectorsRequest {}
|
|
4
|
+
export interface GetInsightSelectorsCommandInput extends GetInsightSelectorsRequest {}
|
|
9
5
|
export interface GetInsightSelectorsCommandOutput
|
|
10
|
-
extends GetInsightSelectorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetInsightSelectorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetInsightSelectorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetInsightSelectorsCommandInput
|
|
9
|
+
input: GetInsightSelectorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetInsightSelectorsCommandInput,
|
|
17
12
|
GetInsightSelectorsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetQueryResultsRequest,
|
|
4
|
-
GetQueryResultsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetQueryResultsCommandInput extends GetQueryResultsRequest {}
|
|
8
|
-
export interface GetQueryResultsCommandOutput
|
|
9
|
-
extends GetQueryResultsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetQueryResultsCommandOutput extends GetQueryResultsResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetQueryResultsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetQueryResultsCommandInput
|
|
8
|
+
input: GetQueryResultsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetQueryResultsCommandInput,
|
|
16
11
|
GetQueryResultsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetQueryResultsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetQueryResultsCommandInput
|
|
17
|
+
input: GetQueryResultsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetQueryResultsCommandInput,
|
|
25
20
|
GetQueryResultsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetResourcePolicyRequest,
|
|
4
|
-
GetResourcePolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResourcePolicyCommandInput
|
|
8
|
-
extends GetResourcePolicyRequest {}
|
|
4
|
+
export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {}
|
|
9
5
|
export interface GetResourcePolicyCommandOutput
|
|
10
|
-
extends GetResourcePolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetResourcePolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetResourcePolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetResourcePolicyCommandInput
|
|
9
|
+
input: GetResourcePolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetResourcePolicyCommandInput,
|
|
17
12
|
GetResourcePolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetResourcePolicyCommandInput
|
|
18
|
+
input: GetResourcePolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetResourcePolicyCommandInput,
|
|
26
21
|
GetResourcePolicyCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetTrailRequest, GetTrailResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetTrailCommandInput extends GetTrailRequest {}
|
|
5
|
-
export interface GetTrailCommandOutput
|
|
6
|
-
extends GetTrailResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetTrailCommandOutput extends GetTrailResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetTrailCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetTrailCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetTrailCommandInput,
|
|
11
11
|
GetTrailCommandOutput,
|
|
12
12
|
import("..").CloudTrailClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetTrailCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetTrailCommandInput,
|
|
18
20
|
GetTrailCommandOutput,
|
|
19
21
|
import("..").CloudTrailClientResolvedConfig,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTrailStatusRequest,
|
|
4
|
-
GetTrailStatusResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetTrailStatusRequest, GetTrailStatusResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetTrailStatusCommandInput extends GetTrailStatusRequest {}
|
|
8
|
-
export interface GetTrailStatusCommandOutput
|
|
9
|
-
extends GetTrailStatusResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetTrailStatusCommandOutput extends GetTrailStatusResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetTrailStatusCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetTrailStatusCommandInput
|
|
8
|
+
input: GetTrailStatusCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetTrailStatusCommandInput,
|
|
16
11
|
GetTrailStatusCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetTrailStatusCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetTrailStatusCommandInput
|
|
17
|
+
input: GetTrailStatusCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetTrailStatusCommandInput,
|
|
25
20
|
GetTrailStatusCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListChannelsCommandInput extends ListChannelsRequest {}
|
|
5
|
-
export interface ListChannelsCommandOutput
|
|
6
|
-
extends ListChannelsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListChannelsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListChannelsCommandInput
|
|
8
|
+
input: ListChannelsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListChannelsCommandInput,
|
|
13
11
|
ListChannelsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDashboardsRequest,
|
|
4
|
-
ListDashboardsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDashboardsCommandInput extends ListDashboardsRequest {}
|
|
8
|
-
export interface ListDashboardsCommandOutput
|
|
9
|
-
extends ListDashboardsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListDashboardsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDashboardsCommandInput
|
|
8
|
+
input: ListDashboardsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDashboardsCommandInput,
|
|
16
11
|
ListDashboardsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEventDataStoresRequest,
|
|
4
|
-
ListEventDataStoresResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEventDataStoresRequest, ListEventDataStoresResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEventDataStoresCommandInput
|
|
8
|
-
extends ListEventDataStoresRequest {}
|
|
4
|
+
export interface ListEventDataStoresCommandInput extends ListEventDataStoresRequest {}
|
|
9
5
|
export interface ListEventDataStoresCommandOutput
|
|
10
|
-
extends ListEventDataStoresResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListEventDataStoresResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListEventDataStoresCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListEventDataStoresCommandInput
|
|
9
|
+
input: ListEventDataStoresCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListEventDataStoresCommandInput,
|
|
17
12
|
ListEventDataStoresCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListImportFailuresRequest,
|
|
4
|
-
ListImportFailuresResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListImportFailuresRequest, ListImportFailuresResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListImportFailuresCommandInput
|
|
8
|
-
extends ListImportFailuresRequest {}
|
|
4
|
+
export interface ListImportFailuresCommandInput extends ListImportFailuresRequest {}
|
|
9
5
|
export interface ListImportFailuresCommandOutput
|
|
10
|
-
extends ListImportFailuresResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListImportFailuresResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListImportFailuresCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListImportFailuresCommandInput
|
|
9
|
+
input: ListImportFailuresCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListImportFailuresCommandInput,
|
|
17
12
|
ListImportFailuresCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListImportFailuresCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListImportFailuresCommandInput
|
|
18
|
+
input: ListImportFailuresCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListImportFailuresCommandInput,
|
|
26
21
|
ListImportFailuresCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListImportsRequest, ListImportsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListImportsCommandInput extends ListImportsRequest {}
|
|
5
|
-
export interface ListImportsCommandOutput
|
|
6
|
-
extends ListImportsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListImportsCommandOutput extends ListImportsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListImportsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListImportsCommandInput
|
|
8
|
+
input: ListImportsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListImportsCommandInput,
|
|
13
11
|
ListImportsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListInsightsDataRequest,
|
|
4
|
-
ListInsightsDataResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListInsightsDataRequest, ListInsightsDataResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListInsightsDataCommandInput extends ListInsightsDataRequest {}
|
|
8
|
-
export interface ListInsightsDataCommandOutput
|
|
9
|
-
extends ListInsightsDataResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListInsightsDataCommandOutput extends ListInsightsDataResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListInsightsDataCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListInsightsDataCommandInput
|
|
8
|
+
input: ListInsightsDataCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListInsightsDataCommandInput,
|
|
16
11
|
ListInsightsDataCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListInsightsDataCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListInsightsDataCommandInput
|
|
17
|
+
input: ListInsightsDataCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListInsightsDataCommandInput,
|
|
25
20
|
ListInsightsDataCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListInsightsMetricDataRequest,
|
|
4
|
-
ListInsightsMetricDataResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListInsightsMetricDataRequest, ListInsightsMetricDataResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListInsightsMetricDataCommandInput
|
|
8
|
-
extends ListInsightsMetricDataRequest {}
|
|
4
|
+
export interface ListInsightsMetricDataCommandInput extends ListInsightsMetricDataRequest {}
|
|
9
5
|
export interface ListInsightsMetricDataCommandOutput
|
|
10
|
-
extends ListInsightsMetricDataResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListInsightsMetricDataResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListInsightsMetricDataCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListInsightsMetricDataCommandInput
|
|
9
|
+
input: ListInsightsMetricDataCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListInsightsMetricDataCommandInput,
|
|
17
12
|
ListInsightsMetricDataCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListInsightsMetricDataCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListInsightsMetricDataCommandInput
|
|
18
|
+
input: ListInsightsMetricDataCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListInsightsMetricDataCommandInput,
|
|
26
21
|
ListInsightsMetricDataCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPublicKeysRequest,
|
|
4
|
-
ListPublicKeysResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPublicKeysRequest, ListPublicKeysResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {}
|
|
8
|
-
export interface ListPublicKeysCommandOutput
|
|
9
|
-
extends ListPublicKeysResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListPublicKeysCommandOutput extends ListPublicKeysResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListPublicKeysCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListPublicKeysCommandInput
|
|
8
|
+
input: ListPublicKeysCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListPublicKeysCommandInput,
|
|
16
11
|
ListPublicKeysCommandOutput,
|