@aws-sdk/client-inspector2 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Inspector2.d.ts +586 -165
- package/dist-types/ts3.4/Inspector2Client.d.ts +321 -105
- package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +32 -32
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/Inspector2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2317 -2195
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccountPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCoverageStatisticsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDelegatedAdminAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingAggregationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUsageTotalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import {
|
|
14
|
+
GetDelegatedAdminAccountRequest,
|
|
15
|
+
GetDelegatedAdminAccountResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDelegatedAdminAccountCommandInput
|
|
18
|
+
extends GetDelegatedAdminAccountRequest {}
|
|
19
|
+
export interface GetDelegatedAdminAccountCommandOutput
|
|
20
|
+
extends GetDelegatedAdminAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDelegatedAdminAccountCommand extends $Command<
|
|
24
|
+
GetDelegatedAdminAccountCommandInput,
|
|
25
|
+
GetDelegatedAdminAccountCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDelegatedAdminAccountCommandInput;
|
|
29
|
+
constructor(input: GetDelegatedAdminAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDelegatedAdminAccountCommandInput,
|
|
37
|
+
GetDelegatedAdminAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import {
|
|
14
|
+
GetFindingsReportStatusRequest,
|
|
15
|
+
GetFindingsReportStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetFindingsReportStatusCommandInput
|
|
18
|
+
extends GetFindingsReportStatusRequest {}
|
|
19
|
+
export interface GetFindingsReportStatusCommandOutput
|
|
20
|
+
extends GetFindingsReportStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetFindingsReportStatusCommand extends $Command<
|
|
24
|
+
GetFindingsReportStatusCommandInput,
|
|
25
|
+
GetFindingsReportStatusCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetFindingsReportStatusCommandInput;
|
|
29
|
+
constructor(input: GetFindingsReportStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetFindingsReportStatusCommandInput,
|
|
37
|
+
GetFindingsReportStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import { GetMemberRequest, GetMemberResponse } from "../models/models_0";
|
|
14
|
+
export interface GetMemberCommandInput extends GetMemberRequest {}
|
|
15
|
+
export interface GetMemberCommandOutput
|
|
16
|
+
extends GetMemberResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetMemberCommand extends $Command<
|
|
20
|
+
GetMemberCommandInput,
|
|
21
|
+
GetMemberCommandOutput,
|
|
22
|
+
Inspector2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetMemberCommandInput;
|
|
25
|
+
constructor(input: GetMemberCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetMemberCommandInput, GetMemberCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import {
|
|
14
|
+
ListAccountPermissionsRequest,
|
|
15
|
+
ListAccountPermissionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAccountPermissionsCommandInput
|
|
18
|
+
extends ListAccountPermissionsRequest {}
|
|
19
|
+
export interface ListAccountPermissionsCommandOutput
|
|
20
|
+
extends ListAccountPermissionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAccountPermissionsCommand extends $Command<
|
|
24
|
+
ListAccountPermissionsCommandInput,
|
|
25
|
+
ListAccountPermissionsCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAccountPermissionsCommandInput;
|
|
29
|
+
constructor(input: ListAccountPermissionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAccountPermissionsCommandInput,
|
|
37
|
+
ListAccountPermissionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0";
|
|
14
|
+
export interface ListCoverageCommandInput extends ListCoverageRequest {}
|
|
15
|
+
export interface ListCoverageCommandOutput
|
|
16
|
+
extends ListCoverageResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListCoverageCommand extends $Command<
|
|
20
|
+
ListCoverageCommandInput,
|
|
21
|
+
ListCoverageCommandOutput,
|
|
22
|
+
Inspector2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListCoverageCommandInput;
|
|
25
|
+
constructor(input: ListCoverageCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListCoverageCommandInput, ListCoverageCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import {
|
|
14
|
+
ListCoverageStatisticsRequest,
|
|
15
|
+
ListCoverageStatisticsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListCoverageStatisticsCommandInput
|
|
18
|
+
extends ListCoverageStatisticsRequest {}
|
|
19
|
+
export interface ListCoverageStatisticsCommandOutput
|
|
20
|
+
extends ListCoverageStatisticsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListCoverageStatisticsCommand extends $Command<
|
|
24
|
+
ListCoverageStatisticsCommandInput,
|
|
25
|
+
ListCoverageStatisticsCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListCoverageStatisticsCommandInput;
|
|
29
|
+
constructor(input: ListCoverageStatisticsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListCoverageStatisticsCommandInput,
|
|
37
|
+
ListCoverageStatisticsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import {
|
|
14
|
+
ListDelegatedAdminAccountsRequest,
|
|
15
|
+
ListDelegatedAdminAccountsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDelegatedAdminAccountsCommandInput
|
|
18
|
+
extends ListDelegatedAdminAccountsRequest {}
|
|
19
|
+
export interface ListDelegatedAdminAccountsCommandOutput
|
|
20
|
+
extends ListDelegatedAdminAccountsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDelegatedAdminAccountsCommand extends $Command<
|
|
24
|
+
ListDelegatedAdminAccountsCommandInput,
|
|
25
|
+
ListDelegatedAdminAccountsCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDelegatedAdminAccountsCommandInput;
|
|
29
|
+
constructor(input: ListDelegatedAdminAccountsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDelegatedAdminAccountsCommandInput,
|
|
37
|
+
ListDelegatedAdminAccountsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
|
|
14
|
+
export interface ListFiltersCommandInput extends ListFiltersRequest {}
|
|
15
|
+
export interface ListFiltersCommandOutput
|
|
16
|
+
extends ListFiltersResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListFiltersCommand extends $Command<
|
|
20
|
+
ListFiltersCommandInput,
|
|
21
|
+
ListFiltersCommandOutput,
|
|
22
|
+
Inspector2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListFiltersCommandInput;
|
|
25
|
+
constructor(input: ListFiltersCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListFiltersCommandInput, ListFiltersCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import {
|
|
14
|
+
ListFindingAggregationsRequest,
|
|
15
|
+
ListFindingAggregationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListFindingAggregationsCommandInput
|
|
18
|
+
extends ListFindingAggregationsRequest {}
|
|
19
|
+
export interface ListFindingAggregationsCommandOutput
|
|
20
|
+
extends ListFindingAggregationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListFindingAggregationsCommand extends $Command<
|
|
24
|
+
ListFindingAggregationsCommandInput,
|
|
25
|
+
ListFindingAggregationsCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListFindingAggregationsCommandInput;
|
|
29
|
+
constructor(input: ListFindingAggregationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListFindingAggregationsCommandInput,
|
|
37
|
+
ListFindingAggregationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListFindingsCommandInput extends ListFindingsRequest {}
|
|
15
|
+
export interface ListFindingsCommandOutput
|
|
16
|
+
extends ListFindingsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListFindingsCommand extends $Command<
|
|
20
|
+
ListFindingsCommandInput,
|
|
21
|
+
ListFindingsCommandOutput,
|
|
22
|
+
Inspector2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListFindingsCommandInput;
|
|
25
|
+
constructor(input: ListFindingsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
Inspector2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../Inspector2Client";
|
|
13
|
+
import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
|
|
14
|
+
export interface ListMembersCommandInput extends ListMembersRequest {}
|
|
15
|
+
export interface ListMembersCommandOutput
|
|
16
|
+
extends ListMembersResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListMembersCommand extends $Command<
|
|
20
|
+
ListMembersCommandInput,
|
|
21
|
+
ListMembersCommandOutput,
|
|
22
|
+
Inspector2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListMembersCommandInput;
|
|
25
|
+
constructor(input: ListMembersCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|