@aws-sdk/client-inspector2 3.169.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 +8 -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
|
+
CancelFindingsReportRequest,
|
|
15
|
+
CancelFindingsReportResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelFindingsReportCommandInput
|
|
18
|
+
extends CancelFindingsReportRequest {}
|
|
19
|
+
export interface CancelFindingsReportCommandOutput
|
|
20
|
+
extends CancelFindingsReportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CancelFindingsReportCommand extends $Command<
|
|
24
|
+
CancelFindingsReportCommandInput,
|
|
25
|
+
CancelFindingsReportCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CancelFindingsReportCommandInput;
|
|
29
|
+
constructor(input: CancelFindingsReportCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CancelFindingsReportCommandInput,
|
|
37
|
+
CancelFindingsReportCommandOutput
|
|
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 { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateFilterCommandInput extends CreateFilterRequest {}
|
|
15
|
+
export interface CreateFilterCommandOutput
|
|
16
|
+
extends CreateFilterResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateFilterCommand extends $Command<
|
|
20
|
+
CreateFilterCommandInput,
|
|
21
|
+
CreateFilterCommandOutput,
|
|
22
|
+
Inspector2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateFilterCommandInput;
|
|
25
|
+
constructor(input: CreateFilterCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
|
|
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
|
+
CreateFindingsReportRequest,
|
|
15
|
+
CreateFindingsReportResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateFindingsReportCommandInput
|
|
18
|
+
extends CreateFindingsReportRequest {}
|
|
19
|
+
export interface CreateFindingsReportCommandOutput
|
|
20
|
+
extends CreateFindingsReportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateFindingsReportCommand extends $Command<
|
|
24
|
+
CreateFindingsReportCommandInput,
|
|
25
|
+
CreateFindingsReportCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateFindingsReportCommandInput;
|
|
29
|
+
constructor(input: CreateFindingsReportCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateFindingsReportCommandInput,
|
|
37
|
+
CreateFindingsReportCommandOutput
|
|
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 { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteFilterCommandInput extends DeleteFilterRequest {}
|
|
15
|
+
export interface DeleteFilterCommandOutput
|
|
16
|
+
extends DeleteFilterResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteFilterCommand extends $Command<
|
|
20
|
+
DeleteFilterCommandInput,
|
|
21
|
+
DeleteFilterCommandOutput,
|
|
22
|
+
Inspector2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteFilterCommandInput;
|
|
25
|
+
constructor(input: DeleteFilterCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
|
|
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
|
+
DescribeOrganizationConfigurationRequest,
|
|
15
|
+
DescribeOrganizationConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeOrganizationConfigurationCommandInput
|
|
18
|
+
extends DescribeOrganizationConfigurationRequest {}
|
|
19
|
+
export interface DescribeOrganizationConfigurationCommandOutput
|
|
20
|
+
extends DescribeOrganizationConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeOrganizationConfigurationCommand extends $Command<
|
|
24
|
+
DescribeOrganizationConfigurationCommandInput,
|
|
25
|
+
DescribeOrganizationConfigurationCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeOrganizationConfigurationCommandInput;
|
|
29
|
+
constructor(input: DescribeOrganizationConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeOrganizationConfigurationCommandInput,
|
|
37
|
+
DescribeOrganizationConfigurationCommandOutput
|
|
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 { DisableRequest, DisableResponse } from "../models/models_0";
|
|
14
|
+
export interface DisableCommandInput extends DisableRequest {}
|
|
15
|
+
export interface DisableCommandOutput
|
|
16
|
+
extends DisableResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DisableCommand extends $Command<
|
|
20
|
+
DisableCommandInput,
|
|
21
|
+
DisableCommandOutput,
|
|
22
|
+
Inspector2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DisableCommandInput;
|
|
25
|
+
constructor(input: DisableCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DisableCommandInput, DisableCommandOutput>;
|
|
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
|
+
DisableDelegatedAdminAccountRequest,
|
|
15
|
+
DisableDelegatedAdminAccountResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisableDelegatedAdminAccountCommandInput
|
|
18
|
+
extends DisableDelegatedAdminAccountRequest {}
|
|
19
|
+
export interface DisableDelegatedAdminAccountCommandOutput
|
|
20
|
+
extends DisableDelegatedAdminAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisableDelegatedAdminAccountCommand extends $Command<
|
|
24
|
+
DisableDelegatedAdminAccountCommandInput,
|
|
25
|
+
DisableDelegatedAdminAccountCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisableDelegatedAdminAccountCommandInput;
|
|
29
|
+
constructor(input: DisableDelegatedAdminAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisableDelegatedAdminAccountCommandInput,
|
|
37
|
+
DisableDelegatedAdminAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
DisassociateMemberRequest,
|
|
15
|
+
DisassociateMemberResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociateMemberCommandInput
|
|
18
|
+
extends DisassociateMemberRequest {}
|
|
19
|
+
export interface DisassociateMemberCommandOutput
|
|
20
|
+
extends DisassociateMemberResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateMemberCommand extends $Command<
|
|
24
|
+
DisassociateMemberCommandInput,
|
|
25
|
+
DisassociateMemberCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateMemberCommandInput;
|
|
29
|
+
constructor(input: DisassociateMemberCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DisassociateMemberCommandInput, DisassociateMemberCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { EnableRequest, EnableResponse } from "../models/models_0";
|
|
14
|
+
export interface EnableCommandInput extends EnableRequest {}
|
|
15
|
+
export interface EnableCommandOutput extends EnableResponse, __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class EnableCommand extends $Command<
|
|
18
|
+
EnableCommandInput,
|
|
19
|
+
EnableCommandOutput,
|
|
20
|
+
Inspector2ClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: EnableCommandInput;
|
|
23
|
+
constructor(input: EnableCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<EnableCommandInput, EnableCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
EnableDelegatedAdminAccountRequest,
|
|
15
|
+
EnableDelegatedAdminAccountResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface EnableDelegatedAdminAccountCommandInput
|
|
18
|
+
extends EnableDelegatedAdminAccountRequest {}
|
|
19
|
+
export interface EnableDelegatedAdminAccountCommandOutput
|
|
20
|
+
extends EnableDelegatedAdminAccountResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class EnableDelegatedAdminAccountCommand extends $Command<
|
|
24
|
+
EnableDelegatedAdminAccountCommandInput,
|
|
25
|
+
EnableDelegatedAdminAccountCommandOutput,
|
|
26
|
+
Inspector2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EnableDelegatedAdminAccountCommandInput;
|
|
29
|
+
constructor(input: EnableDelegatedAdminAccountCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
EnableDelegatedAdminAccountCommandInput,
|
|
37
|
+
EnableDelegatedAdminAccountCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
GetConfigurationRequest,
|
|
15
|
+
GetConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
|
|
18
|
+
export interface GetConfigurationCommandOutput
|
|
19
|
+
extends GetConfigurationResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetConfigurationCommand extends $Command<
|
|
23
|
+
GetConfigurationCommandInput,
|
|
24
|
+
GetConfigurationCommandOutput,
|
|
25
|
+
Inspector2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetConfigurationCommandInput;
|
|
28
|
+
constructor(input: GetConfigurationCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: Inspector2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|