@aws-sdk/client-inspector 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/InspectorServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +166 -3
- package/dist-cjs/protocols/Aws_json1_1.js +403 -1415
- package/dist-es/index.js +1 -0
- package/dist-es/models/InspectorServiceException.js +12 -0
- package/dist-es/models/models_0.js +153 -1
- package/dist-es/protocols/Aws_json1_1.js +860 -1542
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/InspectorServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +79 -72
- package/dist-types/ts3.4/Inspector.d.ts +190 -0
- package/dist-types/ts3.4/InspectorClient.d.ts +110 -0
- package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +37 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/InspectorServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1506 -0
- package/dist-types/ts3.4/pagination/GetExclusionsPreviewPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAssessmentRunAgentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssessmentRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssessmentTargetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssessmentTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEventSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListExclusionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRulesPackagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/PreviewAgentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +113 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class InspectorServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|