@aws-sdk/client-inspector 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/Inspector.d.ts +670 -190
- package/dist-types/ts3.4/InspectorClient.d.ts +351 -110
- package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- 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/InspectorServiceException.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 +1403 -1290
- package/dist-types/ts3.4/pagination/GetExclusionsPreviewPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssessmentRunAgentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventSubscriptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExclusionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRulesPackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/PreviewAgentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- 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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateExclusionsPreviewRequest,
|
|
15
|
+
CreateExclusionsPreviewResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateExclusionsPreviewCommandInput
|
|
18
|
+
extends CreateExclusionsPreviewRequest {}
|
|
19
|
+
export interface CreateExclusionsPreviewCommandOutput
|
|
20
|
+
extends CreateExclusionsPreviewResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateExclusionsPreviewCommand extends $Command<
|
|
24
|
+
CreateExclusionsPreviewCommandInput,
|
|
25
|
+
CreateExclusionsPreviewCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateExclusionsPreviewCommandInput;
|
|
29
|
+
constructor(input: CreateExclusionsPreviewCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateExclusionsPreviewCommandInput,
|
|
37
|
+
CreateExclusionsPreviewCommandOutput
|
|
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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateResourceGroupRequest,
|
|
15
|
+
CreateResourceGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateResourceGroupCommandInput
|
|
18
|
+
extends CreateResourceGroupRequest {}
|
|
19
|
+
export interface CreateResourceGroupCommandOutput
|
|
20
|
+
extends CreateResourceGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateResourceGroupCommand extends $Command<
|
|
24
|
+
CreateResourceGroupCommandInput,
|
|
25
|
+
CreateResourceGroupCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateResourceGroupCommandInput;
|
|
29
|
+
constructor(input: CreateResourceGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import { DeleteAssessmentRunRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAssessmentRunCommandInput
|
|
15
|
+
extends DeleteAssessmentRunRequest {}
|
|
16
|
+
export interface DeleteAssessmentRunCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteAssessmentRunCommand extends $Command<
|
|
19
|
+
DeleteAssessmentRunCommandInput,
|
|
20
|
+
DeleteAssessmentRunCommandOutput,
|
|
21
|
+
InspectorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteAssessmentRunCommandInput;
|
|
24
|
+
constructor(input: DeleteAssessmentRunCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: InspectorClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import { DeleteAssessmentTargetRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAssessmentTargetCommandInput
|
|
15
|
+
extends DeleteAssessmentTargetRequest {}
|
|
16
|
+
export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteAssessmentTargetCommand extends $Command<
|
|
19
|
+
DeleteAssessmentTargetCommandInput,
|
|
20
|
+
DeleteAssessmentTargetCommandOutput,
|
|
21
|
+
InspectorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteAssessmentTargetCommandInput;
|
|
24
|
+
constructor(input: DeleteAssessmentTargetCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: InspectorClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
DeleteAssessmentTargetCommandInput,
|
|
32
|
+
DeleteAssessmentTargetCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import { DeleteAssessmentTemplateRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteAssessmentTemplateCommandInput
|
|
15
|
+
extends DeleteAssessmentTemplateRequest {}
|
|
16
|
+
export interface DeleteAssessmentTemplateCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteAssessmentTemplateCommand extends $Command<
|
|
20
|
+
DeleteAssessmentTemplateCommandInput,
|
|
21
|
+
DeleteAssessmentTemplateCommandOutput,
|
|
22
|
+
InspectorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteAssessmentTemplateCommandInput;
|
|
25
|
+
constructor(input: DeleteAssessmentTemplateCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: InspectorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DeleteAssessmentTemplateCommandInput,
|
|
33
|
+
DeleteAssessmentTemplateCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAssessmentRunsRequest,
|
|
15
|
+
DescribeAssessmentRunsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAssessmentRunsCommandInput
|
|
18
|
+
extends DescribeAssessmentRunsRequest {}
|
|
19
|
+
export interface DescribeAssessmentRunsCommandOutput
|
|
20
|
+
extends DescribeAssessmentRunsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAssessmentRunsCommand extends $Command<
|
|
24
|
+
DescribeAssessmentRunsCommandInput,
|
|
25
|
+
DescribeAssessmentRunsCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAssessmentRunsCommandInput;
|
|
29
|
+
constructor(input: DescribeAssessmentRunsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAssessmentRunsCommandInput,
|
|
37
|
+
DescribeAssessmentRunsCommandOutput
|
|
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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAssessmentTargetsRequest,
|
|
15
|
+
DescribeAssessmentTargetsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAssessmentTargetsCommandInput
|
|
18
|
+
extends DescribeAssessmentTargetsRequest {}
|
|
19
|
+
export interface DescribeAssessmentTargetsCommandOutput
|
|
20
|
+
extends DescribeAssessmentTargetsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAssessmentTargetsCommand extends $Command<
|
|
24
|
+
DescribeAssessmentTargetsCommandInput,
|
|
25
|
+
DescribeAssessmentTargetsCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAssessmentTargetsCommandInput;
|
|
29
|
+
constructor(input: DescribeAssessmentTargetsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAssessmentTargetsCommandInput,
|
|
37
|
+
DescribeAssessmentTargetsCommandOutput
|
|
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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAssessmentTemplatesRequest,
|
|
15
|
+
DescribeAssessmentTemplatesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAssessmentTemplatesCommandInput
|
|
18
|
+
extends DescribeAssessmentTemplatesRequest {}
|
|
19
|
+
export interface DescribeAssessmentTemplatesCommandOutput
|
|
20
|
+
extends DescribeAssessmentTemplatesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAssessmentTemplatesCommand extends $Command<
|
|
24
|
+
DescribeAssessmentTemplatesCommandInput,
|
|
25
|
+
DescribeAssessmentTemplatesCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAssessmentTemplatesCommandInput;
|
|
29
|
+
constructor(input: DescribeAssessmentTemplatesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAssessmentTemplatesCommandInput,
|
|
37
|
+
DescribeAssessmentTemplatesCommandOutput
|
|
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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import { DescribeCrossAccountAccessRoleResponse } from "../models/models_0";
|
|
14
|
+
export interface DescribeCrossAccountAccessRoleCommandInput {}
|
|
15
|
+
export interface DescribeCrossAccountAccessRoleCommandOutput
|
|
16
|
+
extends DescribeCrossAccountAccessRoleResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeCrossAccountAccessRoleCommand extends $Command<
|
|
20
|
+
DescribeCrossAccountAccessRoleCommandInput,
|
|
21
|
+
DescribeCrossAccountAccessRoleCommandOutput,
|
|
22
|
+
InspectorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeCrossAccountAccessRoleCommandInput;
|
|
25
|
+
constructor(input: DescribeCrossAccountAccessRoleCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: InspectorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
DescribeCrossAccountAccessRoleCommandInput,
|
|
33
|
+
DescribeCrossAccountAccessRoleCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeExclusionsRequest,
|
|
15
|
+
DescribeExclusionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeExclusionsCommandInput
|
|
18
|
+
extends DescribeExclusionsRequest {}
|
|
19
|
+
export interface DescribeExclusionsCommandOutput
|
|
20
|
+
extends DescribeExclusionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeExclusionsCommand extends $Command<
|
|
24
|
+
DescribeExclusionsCommandInput,
|
|
25
|
+
DescribeExclusionsCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeExclusionsCommandInput;
|
|
29
|
+
constructor(input: DescribeExclusionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeFindingsRequest,
|
|
15
|
+
DescribeFindingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeFindingsCommandInput extends DescribeFindingsRequest {}
|
|
18
|
+
export interface DescribeFindingsCommandOutput
|
|
19
|
+
extends DescribeFindingsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeFindingsCommand extends $Command<
|
|
23
|
+
DescribeFindingsCommandInput,
|
|
24
|
+
DescribeFindingsCommandOutput,
|
|
25
|
+
InspectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeFindingsCommandInput;
|
|
28
|
+
constructor(input: DescribeFindingsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: InspectorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeFindingsCommandInput, DescribeFindingsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|