@aws-sdk/client-inspector 3.49.0 → 3.50.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/package.json +25 -25
- package/dist-types/ts3.4/Inspector.d.ts +0 -190
- package/dist-types/ts3.4/InspectorClient.d.ts +0 -110
- package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -37
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1503
- package/dist-types/ts3.4/pagination/GetExclusionsPreviewPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAssessmentRunAgentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListAssessmentRunsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListAssessmentTargetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListAssessmentTemplatesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListEventSubscriptionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListExclusionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListRulesPackagesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/PreviewAgentsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { DescribeCrossAccountAccessRoleResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeCrossAccountAccessRoleCommandInput {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeCrossAccountAccessRoleCommandOutput extends DescribeCrossAccountAccessRoleResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeCrossAccountAccessRoleCommand extends $Command<DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeCrossAccountAccessRoleCommandInput;
|
|
12
|
-
constructor(input: DescribeCrossAccountAccessRoleCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { DescribeExclusionsRequest, DescribeExclusionsResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeExclusionsCommandInput extends DescribeExclusionsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeExclusionsCommandOutput extends DescribeExclusionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeExclusionsCommand extends $Command<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeExclusionsCommandInput;
|
|
12
|
-
constructor(input: DescribeExclusionsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { DescribeFindingsRequest, DescribeFindingsResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeFindingsCommandInput extends DescribeFindingsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeFindingsCommandOutput extends DescribeFindingsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeFindingsCommand extends $Command<DescribeFindingsCommandInput, DescribeFindingsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeFindingsCommandInput;
|
|
12
|
-
constructor(input: DescribeFindingsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFindingsCommandInput, DescribeFindingsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { DescribeResourceGroupsRequest, DescribeResourceGroupsResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeResourceGroupsCommandInput extends DescribeResourceGroupsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeResourceGroupsCommandOutput extends DescribeResourceGroupsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeResourceGroupsCommand extends $Command<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeResourceGroupsCommandInput;
|
|
12
|
-
constructor(input: DescribeResourceGroupsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { DescribeRulesPackagesRequest, DescribeRulesPackagesResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeRulesPackagesCommandInput extends DescribeRulesPackagesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeRulesPackagesCommandOutput extends DescribeRulesPackagesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeRulesPackagesCommand extends $Command<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeRulesPackagesCommandInput;
|
|
12
|
-
constructor(input: DescribeRulesPackagesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { GetAssessmentReportRequest, GetAssessmentReportResponse } from "../models/models_0";
|
|
5
|
-
export interface GetAssessmentReportCommandInput extends GetAssessmentReportRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetAssessmentReportCommandOutput extends GetAssessmentReportResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetAssessmentReportCommand extends $Command<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: GetAssessmentReportCommandInput;
|
|
12
|
-
constructor(input: GetAssessmentReportCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { GetExclusionsPreviewRequest, GetExclusionsPreviewResponse } from "../models/models_0";
|
|
5
|
-
export interface GetExclusionsPreviewCommandInput extends GetExclusionsPreviewRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetExclusionsPreviewCommandOutput extends GetExclusionsPreviewResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetExclusionsPreviewCommand extends $Command<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: GetExclusionsPreviewCommandInput;
|
|
12
|
-
constructor(input: GetExclusionsPreviewCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { GetTelemetryMetadataRequest, GetTelemetryMetadataResponse } from "../models/models_0";
|
|
5
|
-
export interface GetTelemetryMetadataCommandInput extends GetTelemetryMetadataRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface GetTelemetryMetadataCommandOutput extends GetTelemetryMetadataResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class GetTelemetryMetadataCommand extends $Command<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: GetTelemetryMetadataCommandInput;
|
|
12
|
-
constructor(input: GetTelemetryMetadataCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { ListAssessmentRunAgentsRequest, ListAssessmentRunAgentsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListAssessmentRunAgentsCommandInput extends ListAssessmentRunAgentsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListAssessmentRunAgentsCommandOutput extends ListAssessmentRunAgentsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListAssessmentRunAgentsCommand extends $Command<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListAssessmentRunAgentsCommandInput;
|
|
12
|
-
constructor(input: ListAssessmentRunAgentsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { ListAssessmentRunsRequest, ListAssessmentRunsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListAssessmentRunsCommandInput extends ListAssessmentRunsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListAssessmentRunsCommandOutput extends ListAssessmentRunsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListAssessmentRunsCommand extends $Command<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListAssessmentRunsCommandInput;
|
|
12
|
-
constructor(input: ListAssessmentRunsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { ListAssessmentTargetsRequest, ListAssessmentTargetsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListAssessmentTargetsCommandInput extends ListAssessmentTargetsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListAssessmentTargetsCommandOutput extends ListAssessmentTargetsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListAssessmentTargetsCommand extends $Command<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListAssessmentTargetsCommandInput;
|
|
12
|
-
constructor(input: ListAssessmentTargetsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { ListAssessmentTemplatesRequest, ListAssessmentTemplatesResponse } from "../models/models_0";
|
|
5
|
-
export interface ListAssessmentTemplatesCommandInput extends ListAssessmentTemplatesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListAssessmentTemplatesCommandOutput extends ListAssessmentTemplatesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListAssessmentTemplatesCommand extends $Command<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListAssessmentTemplatesCommandInput;
|
|
12
|
-
constructor(input: ListAssessmentTemplatesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { ListEventSubscriptionsRequest, ListEventSubscriptionsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListEventSubscriptionsCommandInput extends ListEventSubscriptionsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListEventSubscriptionsCommandOutput extends ListEventSubscriptionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListEventSubscriptionsCommand extends $Command<ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListEventSubscriptionsCommandInput;
|
|
12
|
-
constructor(input: ListEventSubscriptionsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { ListExclusionsRequest, ListExclusionsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListExclusionsCommandInput extends ListExclusionsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListExclusionsCommandOutput extends ListExclusionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListExclusionsCommand extends $Command<ListExclusionsCommandInput, ListExclusionsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListExclusionsCommandInput;
|
|
12
|
-
constructor(input: ListExclusionsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExclusionsCommandInput, ListExclusionsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListFindingsCommandInput extends ListFindingsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListFindingsCommandInput;
|
|
12
|
-
constructor(input: ListFindingsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { ListRulesPackagesRequest, ListRulesPackagesResponse } from "../models/models_0";
|
|
5
|
-
export interface ListRulesPackagesCommandInput extends ListRulesPackagesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListRulesPackagesCommandOutput extends ListRulesPackagesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListRulesPackagesCommand extends $Command<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListRulesPackagesCommandInput;
|
|
12
|
-
constructor(input: ListRulesPackagesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { PreviewAgentsRequest, PreviewAgentsResponse } from "../models/models_0";
|
|
5
|
-
export interface PreviewAgentsCommandInput extends PreviewAgentsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PreviewAgentsCommandOutput extends PreviewAgentsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PreviewAgentsCommand extends $Command<PreviewAgentsCommandInput, PreviewAgentsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: PreviewAgentsCommandInput;
|
|
12
|
-
constructor(input: PreviewAgentsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PreviewAgentsCommandInput, PreviewAgentsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { RegisterCrossAccountAccessRoleRequest } from "../models/models_0";
|
|
5
|
-
export interface RegisterCrossAccountAccessRoleCommandInput extends RegisterCrossAccountAccessRoleRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface RegisterCrossAccountAccessRoleCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class RegisterCrossAccountAccessRoleCommand extends $Command<RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: RegisterCrossAccountAccessRoleCommandInput;
|
|
12
|
-
constructor(input: RegisterCrossAccountAccessRoleCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResponse } from "../models/models_0";
|
|
5
|
-
export interface RemoveAttributesFromFindingsCommandInput extends RemoveAttributesFromFindingsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface RemoveAttributesFromFindingsCommandOutput extends RemoveAttributesFromFindingsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class RemoveAttributesFromFindingsCommand extends $Command<RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: RemoveAttributesFromFindingsCommandInput;
|
|
12
|
-
constructor(input: RemoveAttributesFromFindingsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { SetTagsForResourceRequest } from "../models/models_0";
|
|
5
|
-
export interface SetTagsForResourceCommandInput extends SetTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface SetTagsForResourceCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class SetTagsForResourceCommand extends $Command<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: SetTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: SetTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { StartAssessmentRunRequest, StartAssessmentRunResponse } from "../models/models_0";
|
|
5
|
-
export interface StartAssessmentRunCommandInput extends StartAssessmentRunRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StartAssessmentRunCommandOutput extends StartAssessmentRunResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StartAssessmentRunCommand extends $Command<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: StartAssessmentRunCommandInput;
|
|
12
|
-
constructor(input: StartAssessmentRunCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { StopAssessmentRunRequest } from "../models/models_0";
|
|
5
|
-
export interface StopAssessmentRunCommandInput extends StopAssessmentRunRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StopAssessmentRunCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StopAssessmentRunCommand extends $Command<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: StopAssessmentRunCommandInput;
|
|
12
|
-
constructor(input: StopAssessmentRunCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { SubscribeToEventRequest } from "../models/models_0";
|
|
5
|
-
export interface SubscribeToEventCommandInput extends SubscribeToEventRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface SubscribeToEventCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class SubscribeToEventCommand extends $Command<SubscribeToEventCommandInput, SubscribeToEventCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: SubscribeToEventCommandInput;
|
|
12
|
-
constructor(input: SubscribeToEventCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubscribeToEventCommandInput, SubscribeToEventCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { UnsubscribeFromEventRequest } from "../models/models_0";
|
|
5
|
-
export interface UnsubscribeFromEventCommandInput extends UnsubscribeFromEventRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UnsubscribeFromEventCommand extends $Command<UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: UnsubscribeFromEventCommandInput;
|
|
12
|
-
constructor(input: UnsubscribeFromEventCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
|
-
import { UpdateAssessmentTargetRequest } from "../models/models_0";
|
|
5
|
-
export interface UpdateAssessmentTargetCommandInput extends UpdateAssessmentTargetRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateAssessmentTargetCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateAssessmentTargetCommand extends $Command<UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateAssessmentTargetCommandInput;
|
|
12
|
-
constructor(input: UpdateAssessmentTargetCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
export * from "./AddAttributesToFindingsCommand";
|
|
2
|
-
export * from "./CreateAssessmentTargetCommand";
|
|
3
|
-
export * from "./CreateAssessmentTemplateCommand";
|
|
4
|
-
export * from "./CreateExclusionsPreviewCommand";
|
|
5
|
-
export * from "./CreateResourceGroupCommand";
|
|
6
|
-
export * from "./DeleteAssessmentRunCommand";
|
|
7
|
-
export * from "./DeleteAssessmentTargetCommand";
|
|
8
|
-
export * from "./DeleteAssessmentTemplateCommand";
|
|
9
|
-
export * from "./DescribeAssessmentRunsCommand";
|
|
10
|
-
export * from "./DescribeAssessmentTargetsCommand";
|
|
11
|
-
export * from "./DescribeAssessmentTemplatesCommand";
|
|
12
|
-
export * from "./DescribeCrossAccountAccessRoleCommand";
|
|
13
|
-
export * from "./DescribeExclusionsCommand";
|
|
14
|
-
export * from "./DescribeFindingsCommand";
|
|
15
|
-
export * from "./DescribeResourceGroupsCommand";
|
|
16
|
-
export * from "./DescribeRulesPackagesCommand";
|
|
17
|
-
export * from "./GetAssessmentReportCommand";
|
|
18
|
-
export * from "./GetExclusionsPreviewCommand";
|
|
19
|
-
export * from "./GetTelemetryMetadataCommand";
|
|
20
|
-
export * from "./ListAssessmentRunAgentsCommand";
|
|
21
|
-
export * from "./ListAssessmentRunsCommand";
|
|
22
|
-
export * from "./ListAssessmentTargetsCommand";
|
|
23
|
-
export * from "./ListAssessmentTemplatesCommand";
|
|
24
|
-
export * from "./ListEventSubscriptionsCommand";
|
|
25
|
-
export * from "./ListExclusionsCommand";
|
|
26
|
-
export * from "./ListFindingsCommand";
|
|
27
|
-
export * from "./ListRulesPackagesCommand";
|
|
28
|
-
export * from "./ListTagsForResourceCommand";
|
|
29
|
-
export * from "./PreviewAgentsCommand";
|
|
30
|
-
export * from "./RegisterCrossAccountAccessRoleCommand";
|
|
31
|
-
export * from "./RemoveAttributesFromFindingsCommand";
|
|
32
|
-
export * from "./SetTagsForResourceCommand";
|
|
33
|
-
export * from "./StartAssessmentRunCommand";
|
|
34
|
-
export * from "./StopAssessmentRunCommand";
|
|
35
|
-
export * from "./SubscribeToEventCommand";
|
|
36
|
-
export * from "./UnsubscribeFromEventCommand";
|
|
37
|
-
export * from "./UpdateAssessmentTargetCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|