@aws-sdk/client-inspector 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/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
|
+
DescribeResourceGroupsRequest,
|
|
15
|
+
DescribeResourceGroupsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeResourceGroupsCommandInput
|
|
18
|
+
extends DescribeResourceGroupsRequest {}
|
|
19
|
+
export interface DescribeResourceGroupsCommandOutput
|
|
20
|
+
extends DescribeResourceGroupsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeResourceGroupsCommand extends $Command<
|
|
24
|
+
DescribeResourceGroupsCommandInput,
|
|
25
|
+
DescribeResourceGroupsCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeResourceGroupsCommandInput;
|
|
29
|
+
constructor(input: DescribeResourceGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeResourceGroupsCommandInput,
|
|
37
|
+
DescribeResourceGroupsCommandOutput
|
|
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
|
+
DescribeRulesPackagesRequest,
|
|
15
|
+
DescribeRulesPackagesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRulesPackagesCommandInput
|
|
18
|
+
extends DescribeRulesPackagesRequest {}
|
|
19
|
+
export interface DescribeRulesPackagesCommandOutput
|
|
20
|
+
extends DescribeRulesPackagesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeRulesPackagesCommand extends $Command<
|
|
24
|
+
DescribeRulesPackagesCommandInput,
|
|
25
|
+
DescribeRulesPackagesCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeRulesPackagesCommandInput;
|
|
29
|
+
constructor(input: DescribeRulesPackagesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeRulesPackagesCommandInput,
|
|
37
|
+
DescribeRulesPackagesCommandOutput
|
|
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
|
+
GetAssessmentReportRequest,
|
|
15
|
+
GetAssessmentReportResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAssessmentReportCommandInput
|
|
18
|
+
extends GetAssessmentReportRequest {}
|
|
19
|
+
export interface GetAssessmentReportCommandOutput
|
|
20
|
+
extends GetAssessmentReportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAssessmentReportCommand extends $Command<
|
|
24
|
+
GetAssessmentReportCommandInput,
|
|
25
|
+
GetAssessmentReportCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAssessmentReportCommandInput;
|
|
29
|
+
constructor(input: GetAssessmentReportCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
GetExclusionsPreviewRequest,
|
|
15
|
+
GetExclusionsPreviewResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetExclusionsPreviewCommandInput
|
|
18
|
+
extends GetExclusionsPreviewRequest {}
|
|
19
|
+
export interface GetExclusionsPreviewCommandOutput
|
|
20
|
+
extends GetExclusionsPreviewResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetExclusionsPreviewCommand extends $Command<
|
|
24
|
+
GetExclusionsPreviewCommandInput,
|
|
25
|
+
GetExclusionsPreviewCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetExclusionsPreviewCommandInput;
|
|
29
|
+
constructor(input: GetExclusionsPreviewCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetExclusionsPreviewCommandInput,
|
|
37
|
+
GetExclusionsPreviewCommandOutput
|
|
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
|
+
GetTelemetryMetadataRequest,
|
|
15
|
+
GetTelemetryMetadataResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetTelemetryMetadataCommandInput
|
|
18
|
+
extends GetTelemetryMetadataRequest {}
|
|
19
|
+
export interface GetTelemetryMetadataCommandOutput
|
|
20
|
+
extends GetTelemetryMetadataResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetTelemetryMetadataCommand extends $Command<
|
|
24
|
+
GetTelemetryMetadataCommandInput,
|
|
25
|
+
GetTelemetryMetadataCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetTelemetryMetadataCommandInput;
|
|
29
|
+
constructor(input: GetTelemetryMetadataCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetTelemetryMetadataCommandInput,
|
|
37
|
+
GetTelemetryMetadataCommandOutput
|
|
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
|
+
ListAssessmentRunAgentsRequest,
|
|
15
|
+
ListAssessmentRunAgentsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAssessmentRunAgentsCommandInput
|
|
18
|
+
extends ListAssessmentRunAgentsRequest {}
|
|
19
|
+
export interface ListAssessmentRunAgentsCommandOutput
|
|
20
|
+
extends ListAssessmentRunAgentsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAssessmentRunAgentsCommand extends $Command<
|
|
24
|
+
ListAssessmentRunAgentsCommandInput,
|
|
25
|
+
ListAssessmentRunAgentsCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAssessmentRunAgentsCommandInput;
|
|
29
|
+
constructor(input: ListAssessmentRunAgentsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAssessmentRunAgentsCommandInput,
|
|
37
|
+
ListAssessmentRunAgentsCommandOutput
|
|
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
|
+
ListAssessmentRunsRequest,
|
|
15
|
+
ListAssessmentRunsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAssessmentRunsCommandInput
|
|
18
|
+
extends ListAssessmentRunsRequest {}
|
|
19
|
+
export interface ListAssessmentRunsCommandOutput
|
|
20
|
+
extends ListAssessmentRunsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAssessmentRunsCommand extends $Command<
|
|
24
|
+
ListAssessmentRunsCommandInput,
|
|
25
|
+
ListAssessmentRunsCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAssessmentRunsCommandInput;
|
|
29
|
+
constructor(input: ListAssessmentRunsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
ListAssessmentTargetsRequest,
|
|
15
|
+
ListAssessmentTargetsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAssessmentTargetsCommandInput
|
|
18
|
+
extends ListAssessmentTargetsRequest {}
|
|
19
|
+
export interface ListAssessmentTargetsCommandOutput
|
|
20
|
+
extends ListAssessmentTargetsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAssessmentTargetsCommand extends $Command<
|
|
24
|
+
ListAssessmentTargetsCommandInput,
|
|
25
|
+
ListAssessmentTargetsCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAssessmentTargetsCommandInput;
|
|
29
|
+
constructor(input: ListAssessmentTargetsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAssessmentTargetsCommandInput,
|
|
37
|
+
ListAssessmentTargetsCommandOutput
|
|
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
|
+
ListAssessmentTemplatesRequest,
|
|
15
|
+
ListAssessmentTemplatesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAssessmentTemplatesCommandInput
|
|
18
|
+
extends ListAssessmentTemplatesRequest {}
|
|
19
|
+
export interface ListAssessmentTemplatesCommandOutput
|
|
20
|
+
extends ListAssessmentTemplatesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAssessmentTemplatesCommand extends $Command<
|
|
24
|
+
ListAssessmentTemplatesCommandInput,
|
|
25
|
+
ListAssessmentTemplatesCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAssessmentTemplatesCommandInput;
|
|
29
|
+
constructor(input: ListAssessmentTemplatesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAssessmentTemplatesCommandInput,
|
|
37
|
+
ListAssessmentTemplatesCommandOutput
|
|
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
|
+
ListEventSubscriptionsRequest,
|
|
15
|
+
ListEventSubscriptionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEventSubscriptionsCommandInput
|
|
18
|
+
extends ListEventSubscriptionsRequest {}
|
|
19
|
+
export interface ListEventSubscriptionsCommandOutput
|
|
20
|
+
extends ListEventSubscriptionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListEventSubscriptionsCommand extends $Command<
|
|
24
|
+
ListEventSubscriptionsCommandInput,
|
|
25
|
+
ListEventSubscriptionsCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListEventSubscriptionsCommandInput;
|
|
29
|
+
constructor(input: ListEventSubscriptionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListEventSubscriptionsCommandInput,
|
|
37
|
+
ListEventSubscriptionsCommandOutput
|
|
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 {
|
|
14
|
+
ListExclusionsRequest,
|
|
15
|
+
ListExclusionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListExclusionsCommandInput extends ListExclusionsRequest {}
|
|
18
|
+
export interface ListExclusionsCommandOutput
|
|
19
|
+
extends ListExclusionsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListExclusionsCommand extends $Command<
|
|
23
|
+
ListExclusionsCommandInput,
|
|
24
|
+
ListExclusionsCommandOutput,
|
|
25
|
+
InspectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListExclusionsCommandInput;
|
|
28
|
+
constructor(input: ListExclusionsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: InspectorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListExclusionsCommandInput, ListExclusionsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|