@aws-sdk/client-inspector 3.47.1 → 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 +32 -0
- package/package.json +39 -33
- 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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @aws-sdk/client-inspector
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
7
39
|
|
|
8
40
|
**Note:** Version bump only for package @aws-sdk/client-inspector
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-inspector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.50.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,41 +18,47 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.50.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.50.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.50.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.50.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.50.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.50.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.50.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.50.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.50.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.50.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.50.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.50.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.50.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.50.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.50.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.50.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.50.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.50.0",
|
|
39
|
+
"@aws-sdk/types": "3.50.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.50.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.50.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.50.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.50.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.50.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
-
"@
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.49.0",
|
|
55
|
+
"@tsconfig/recommended": "1.0.1",
|
|
56
|
+
"@types/node": "^12.7.5",
|
|
57
|
+
"concurrently": "7.0.0",
|
|
58
|
+
"downlevel-dts": "0.7.0",
|
|
59
|
+
"rimraf": "3.0.2",
|
|
60
|
+
"typedoc": "0.19.2",
|
|
61
|
+
"typescript": "~4.3.5"
|
|
56
62
|
},
|
|
57
63
|
"engines": {
|
|
58
64
|
"node": ">=12.0.0"
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput } from "./commands/AddAttributesToFindingsCommand";
|
|
3
|
-
import { CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput } from "./commands/CreateAssessmentTargetCommand";
|
|
4
|
-
import { CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput } from "./commands/CreateAssessmentTemplateCommand";
|
|
5
|
-
import { CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput } from "./commands/CreateExclusionsPreviewCommand";
|
|
6
|
-
import { CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput } from "./commands/CreateResourceGroupCommand";
|
|
7
|
-
import { DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput } from "./commands/DeleteAssessmentRunCommand";
|
|
8
|
-
import { DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput } from "./commands/DeleteAssessmentTargetCommand";
|
|
9
|
-
import { DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput } from "./commands/DeleteAssessmentTemplateCommand";
|
|
10
|
-
import { DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput } from "./commands/DescribeAssessmentRunsCommand";
|
|
11
|
-
import { DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput } from "./commands/DescribeAssessmentTargetsCommand";
|
|
12
|
-
import { DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput } from "./commands/DescribeAssessmentTemplatesCommand";
|
|
13
|
-
import { DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput } from "./commands/DescribeCrossAccountAccessRoleCommand";
|
|
14
|
-
import { DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput } from "./commands/DescribeExclusionsCommand";
|
|
15
|
-
import { DescribeFindingsCommandInput, DescribeFindingsCommandOutput } from "./commands/DescribeFindingsCommand";
|
|
16
|
-
import { DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput } from "./commands/DescribeResourceGroupsCommand";
|
|
17
|
-
import { DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput } from "./commands/DescribeRulesPackagesCommand";
|
|
18
|
-
import { GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput } from "./commands/GetAssessmentReportCommand";
|
|
19
|
-
import { GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput } from "./commands/GetExclusionsPreviewCommand";
|
|
20
|
-
import { GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput } from "./commands/GetTelemetryMetadataCommand";
|
|
21
|
-
import { ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput } from "./commands/ListAssessmentRunAgentsCommand";
|
|
22
|
-
import { ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput } from "./commands/ListAssessmentRunsCommand";
|
|
23
|
-
import { ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput } from "./commands/ListAssessmentTargetsCommand";
|
|
24
|
-
import { ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput } from "./commands/ListAssessmentTemplatesCommand";
|
|
25
|
-
import { ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput } from "./commands/ListEventSubscriptionsCommand";
|
|
26
|
-
import { ListExclusionsCommandInput, ListExclusionsCommandOutput } from "./commands/ListExclusionsCommand";
|
|
27
|
-
import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
28
|
-
import { ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput } from "./commands/ListRulesPackagesCommand";
|
|
29
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
30
|
-
import { PreviewAgentsCommandInput, PreviewAgentsCommandOutput } from "./commands/PreviewAgentsCommand";
|
|
31
|
-
import { RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput } from "./commands/RegisterCrossAccountAccessRoleCommand";
|
|
32
|
-
import { RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput } from "./commands/RemoveAttributesFromFindingsCommand";
|
|
33
|
-
import { SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput } from "./commands/SetTagsForResourceCommand";
|
|
34
|
-
import { StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput } from "./commands/StartAssessmentRunCommand";
|
|
35
|
-
import { StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput } from "./commands/StopAssessmentRunCommand";
|
|
36
|
-
import { SubscribeToEventCommandInput, SubscribeToEventCommandOutput } from "./commands/SubscribeToEventCommand";
|
|
37
|
-
import { UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput } from "./commands/UnsubscribeFromEventCommand";
|
|
38
|
-
import { UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput } from "./commands/UpdateAssessmentTargetCommand";
|
|
39
|
-
import { InspectorClient } from "./InspectorClient";
|
|
40
|
-
|
|
41
|
-
export declare class Inspector extends InspectorClient {
|
|
42
|
-
|
|
43
|
-
addAttributesToFindings(args: AddAttributesToFindingsCommandInput, options?: __HttpHandlerOptions): Promise<AddAttributesToFindingsCommandOutput>;
|
|
44
|
-
addAttributesToFindings(args: AddAttributesToFindingsCommandInput, cb: (err: any, data?: AddAttributesToFindingsCommandOutput) => void): void;
|
|
45
|
-
addAttributesToFindings(args: AddAttributesToFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddAttributesToFindingsCommandOutput) => void): void;
|
|
46
|
-
|
|
47
|
-
createAssessmentTarget(args: CreateAssessmentTargetCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssessmentTargetCommandOutput>;
|
|
48
|
-
createAssessmentTarget(args: CreateAssessmentTargetCommandInput, cb: (err: any, data?: CreateAssessmentTargetCommandOutput) => void): void;
|
|
49
|
-
createAssessmentTarget(args: CreateAssessmentTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssessmentTargetCommandOutput) => void): void;
|
|
50
|
-
|
|
51
|
-
createAssessmentTemplate(args: CreateAssessmentTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssessmentTemplateCommandOutput>;
|
|
52
|
-
createAssessmentTemplate(args: CreateAssessmentTemplateCommandInput, cb: (err: any, data?: CreateAssessmentTemplateCommandOutput) => void): void;
|
|
53
|
-
createAssessmentTemplate(args: CreateAssessmentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssessmentTemplateCommandOutput) => void): void;
|
|
54
|
-
|
|
55
|
-
createExclusionsPreview(args: CreateExclusionsPreviewCommandInput, options?: __HttpHandlerOptions): Promise<CreateExclusionsPreviewCommandOutput>;
|
|
56
|
-
createExclusionsPreview(args: CreateExclusionsPreviewCommandInput, cb: (err: any, data?: CreateExclusionsPreviewCommandOutput) => void): void;
|
|
57
|
-
createExclusionsPreview(args: CreateExclusionsPreviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExclusionsPreviewCommandOutput) => void): void;
|
|
58
|
-
|
|
59
|
-
createResourceGroup(args: CreateResourceGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateResourceGroupCommandOutput>;
|
|
60
|
-
createResourceGroup(args: CreateResourceGroupCommandInput, cb: (err: any, data?: CreateResourceGroupCommandOutput) => void): void;
|
|
61
|
-
createResourceGroup(args: CreateResourceGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateResourceGroupCommandOutput) => void): void;
|
|
62
|
-
|
|
63
|
-
deleteAssessmentRun(args: DeleteAssessmentRunCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentRunCommandOutput>;
|
|
64
|
-
deleteAssessmentRun(args: DeleteAssessmentRunCommandInput, cb: (err: any, data?: DeleteAssessmentRunCommandOutput) => void): void;
|
|
65
|
-
deleteAssessmentRun(args: DeleteAssessmentRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentRunCommandOutput) => void): void;
|
|
66
|
-
|
|
67
|
-
deleteAssessmentTarget(args: DeleteAssessmentTargetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentTargetCommandOutput>;
|
|
68
|
-
deleteAssessmentTarget(args: DeleteAssessmentTargetCommandInput, cb: (err: any, data?: DeleteAssessmentTargetCommandOutput) => void): void;
|
|
69
|
-
deleteAssessmentTarget(args: DeleteAssessmentTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentTargetCommandOutput) => void): void;
|
|
70
|
-
|
|
71
|
-
deleteAssessmentTemplate(args: DeleteAssessmentTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentTemplateCommandOutput>;
|
|
72
|
-
deleteAssessmentTemplate(args: DeleteAssessmentTemplateCommandInput, cb: (err: any, data?: DeleteAssessmentTemplateCommandOutput) => void): void;
|
|
73
|
-
deleteAssessmentTemplate(args: DeleteAssessmentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentTemplateCommandOutput) => void): void;
|
|
74
|
-
|
|
75
|
-
describeAssessmentRuns(args: DescribeAssessmentRunsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssessmentRunsCommandOutput>;
|
|
76
|
-
describeAssessmentRuns(args: DescribeAssessmentRunsCommandInput, cb: (err: any, data?: DescribeAssessmentRunsCommandOutput) => void): void;
|
|
77
|
-
describeAssessmentRuns(args: DescribeAssessmentRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssessmentRunsCommandOutput) => void): void;
|
|
78
|
-
|
|
79
|
-
describeAssessmentTargets(args: DescribeAssessmentTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssessmentTargetsCommandOutput>;
|
|
80
|
-
describeAssessmentTargets(args: DescribeAssessmentTargetsCommandInput, cb: (err: any, data?: DescribeAssessmentTargetsCommandOutput) => void): void;
|
|
81
|
-
describeAssessmentTargets(args: DescribeAssessmentTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssessmentTargetsCommandOutput) => void): void;
|
|
82
|
-
|
|
83
|
-
describeAssessmentTemplates(args: DescribeAssessmentTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAssessmentTemplatesCommandOutput>;
|
|
84
|
-
describeAssessmentTemplates(args: DescribeAssessmentTemplatesCommandInput, cb: (err: any, data?: DescribeAssessmentTemplatesCommandOutput) => void): void;
|
|
85
|
-
describeAssessmentTemplates(args: DescribeAssessmentTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAssessmentTemplatesCommandOutput) => void): void;
|
|
86
|
-
|
|
87
|
-
describeCrossAccountAccessRole(args: DescribeCrossAccountAccessRoleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCrossAccountAccessRoleCommandOutput>;
|
|
88
|
-
describeCrossAccountAccessRole(args: DescribeCrossAccountAccessRoleCommandInput, cb: (err: any, data?: DescribeCrossAccountAccessRoleCommandOutput) => void): void;
|
|
89
|
-
describeCrossAccountAccessRole(args: DescribeCrossAccountAccessRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCrossAccountAccessRoleCommandOutput) => void): void;
|
|
90
|
-
|
|
91
|
-
describeExclusions(args: DescribeExclusionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExclusionsCommandOutput>;
|
|
92
|
-
describeExclusions(args: DescribeExclusionsCommandInput, cb: (err: any, data?: DescribeExclusionsCommandOutput) => void): void;
|
|
93
|
-
describeExclusions(args: DescribeExclusionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExclusionsCommandOutput) => void): void;
|
|
94
|
-
|
|
95
|
-
describeFindings(args: DescribeFindingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFindingsCommandOutput>;
|
|
96
|
-
describeFindings(args: DescribeFindingsCommandInput, cb: (err: any, data?: DescribeFindingsCommandOutput) => void): void;
|
|
97
|
-
describeFindings(args: DescribeFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFindingsCommandOutput) => void): void;
|
|
98
|
-
|
|
99
|
-
describeResourceGroups(args: DescribeResourceGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourceGroupsCommandOutput>;
|
|
100
|
-
describeResourceGroups(args: DescribeResourceGroupsCommandInput, cb: (err: any, data?: DescribeResourceGroupsCommandOutput) => void): void;
|
|
101
|
-
describeResourceGroups(args: DescribeResourceGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceGroupsCommandOutput) => void): void;
|
|
102
|
-
|
|
103
|
-
describeRulesPackages(args: DescribeRulesPackagesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRulesPackagesCommandOutput>;
|
|
104
|
-
describeRulesPackages(args: DescribeRulesPackagesCommandInput, cb: (err: any, data?: DescribeRulesPackagesCommandOutput) => void): void;
|
|
105
|
-
describeRulesPackages(args: DescribeRulesPackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRulesPackagesCommandOutput) => void): void;
|
|
106
|
-
|
|
107
|
-
getAssessmentReport(args: GetAssessmentReportCommandInput, options?: __HttpHandlerOptions): Promise<GetAssessmentReportCommandOutput>;
|
|
108
|
-
getAssessmentReport(args: GetAssessmentReportCommandInput, cb: (err: any, data?: GetAssessmentReportCommandOutput) => void): void;
|
|
109
|
-
getAssessmentReport(args: GetAssessmentReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssessmentReportCommandOutput) => void): void;
|
|
110
|
-
|
|
111
|
-
getExclusionsPreview(args: GetExclusionsPreviewCommandInput, options?: __HttpHandlerOptions): Promise<GetExclusionsPreviewCommandOutput>;
|
|
112
|
-
getExclusionsPreview(args: GetExclusionsPreviewCommandInput, cb: (err: any, data?: GetExclusionsPreviewCommandOutput) => void): void;
|
|
113
|
-
getExclusionsPreview(args: GetExclusionsPreviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExclusionsPreviewCommandOutput) => void): void;
|
|
114
|
-
|
|
115
|
-
getTelemetryMetadata(args: GetTelemetryMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetTelemetryMetadataCommandOutput>;
|
|
116
|
-
getTelemetryMetadata(args: GetTelemetryMetadataCommandInput, cb: (err: any, data?: GetTelemetryMetadataCommandOutput) => void): void;
|
|
117
|
-
getTelemetryMetadata(args: GetTelemetryMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTelemetryMetadataCommandOutput) => void): void;
|
|
118
|
-
|
|
119
|
-
listAssessmentRunAgents(args: ListAssessmentRunAgentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentRunAgentsCommandOutput>;
|
|
120
|
-
listAssessmentRunAgents(args: ListAssessmentRunAgentsCommandInput, cb: (err: any, data?: ListAssessmentRunAgentsCommandOutput) => void): void;
|
|
121
|
-
listAssessmentRunAgents(args: ListAssessmentRunAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentRunAgentsCommandOutput) => void): void;
|
|
122
|
-
|
|
123
|
-
listAssessmentRuns(args: ListAssessmentRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentRunsCommandOutput>;
|
|
124
|
-
listAssessmentRuns(args: ListAssessmentRunsCommandInput, cb: (err: any, data?: ListAssessmentRunsCommandOutput) => void): void;
|
|
125
|
-
listAssessmentRuns(args: ListAssessmentRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentRunsCommandOutput) => void): void;
|
|
126
|
-
|
|
127
|
-
listAssessmentTargets(args: ListAssessmentTargetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentTargetsCommandOutput>;
|
|
128
|
-
listAssessmentTargets(args: ListAssessmentTargetsCommandInput, cb: (err: any, data?: ListAssessmentTargetsCommandOutput) => void): void;
|
|
129
|
-
listAssessmentTargets(args: ListAssessmentTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentTargetsCommandOutput) => void): void;
|
|
130
|
-
|
|
131
|
-
listAssessmentTemplates(args: ListAssessmentTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentTemplatesCommandOutput>;
|
|
132
|
-
listAssessmentTemplates(args: ListAssessmentTemplatesCommandInput, cb: (err: any, data?: ListAssessmentTemplatesCommandOutput) => void): void;
|
|
133
|
-
listAssessmentTemplates(args: ListAssessmentTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentTemplatesCommandOutput) => void): void;
|
|
134
|
-
|
|
135
|
-
listEventSubscriptions(args: ListEventSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventSubscriptionsCommandOutput>;
|
|
136
|
-
listEventSubscriptions(args: ListEventSubscriptionsCommandInput, cb: (err: any, data?: ListEventSubscriptionsCommandOutput) => void): void;
|
|
137
|
-
listEventSubscriptions(args: ListEventSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventSubscriptionsCommandOutput) => void): void;
|
|
138
|
-
|
|
139
|
-
listExclusions(args: ListExclusionsCommandInput, options?: __HttpHandlerOptions): Promise<ListExclusionsCommandOutput>;
|
|
140
|
-
listExclusions(args: ListExclusionsCommandInput, cb: (err: any, data?: ListExclusionsCommandOutput) => void): void;
|
|
141
|
-
listExclusions(args: ListExclusionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExclusionsCommandOutput) => void): void;
|
|
142
|
-
|
|
143
|
-
listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
|
|
144
|
-
listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
|
|
145
|
-
listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
|
|
146
|
-
|
|
147
|
-
listRulesPackages(args: ListRulesPackagesCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesPackagesCommandOutput>;
|
|
148
|
-
listRulesPackages(args: ListRulesPackagesCommandInput, cb: (err: any, data?: ListRulesPackagesCommandOutput) => void): void;
|
|
149
|
-
listRulesPackages(args: ListRulesPackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesPackagesCommandOutput) => void): void;
|
|
150
|
-
|
|
151
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
152
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
153
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
154
|
-
|
|
155
|
-
previewAgents(args: PreviewAgentsCommandInput, options?: __HttpHandlerOptions): Promise<PreviewAgentsCommandOutput>;
|
|
156
|
-
previewAgents(args: PreviewAgentsCommandInput, cb: (err: any, data?: PreviewAgentsCommandOutput) => void): void;
|
|
157
|
-
previewAgents(args: PreviewAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PreviewAgentsCommandOutput) => void): void;
|
|
158
|
-
|
|
159
|
-
registerCrossAccountAccessRole(args: RegisterCrossAccountAccessRoleCommandInput, options?: __HttpHandlerOptions): Promise<RegisterCrossAccountAccessRoleCommandOutput>;
|
|
160
|
-
registerCrossAccountAccessRole(args: RegisterCrossAccountAccessRoleCommandInput, cb: (err: any, data?: RegisterCrossAccountAccessRoleCommandOutput) => void): void;
|
|
161
|
-
registerCrossAccountAccessRole(args: RegisterCrossAccountAccessRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterCrossAccountAccessRoleCommandOutput) => void): void;
|
|
162
|
-
|
|
163
|
-
removeAttributesFromFindings(args: RemoveAttributesFromFindingsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveAttributesFromFindingsCommandOutput>;
|
|
164
|
-
removeAttributesFromFindings(args: RemoveAttributesFromFindingsCommandInput, cb: (err: any, data?: RemoveAttributesFromFindingsCommandOutput) => void): void;
|
|
165
|
-
removeAttributesFromFindings(args: RemoveAttributesFromFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveAttributesFromFindingsCommandOutput) => void): void;
|
|
166
|
-
|
|
167
|
-
setTagsForResource(args: SetTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<SetTagsForResourceCommandOutput>;
|
|
168
|
-
setTagsForResource(args: SetTagsForResourceCommandInput, cb: (err: any, data?: SetTagsForResourceCommandOutput) => void): void;
|
|
169
|
-
setTagsForResource(args: SetTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetTagsForResourceCommandOutput) => void): void;
|
|
170
|
-
|
|
171
|
-
startAssessmentRun(args: StartAssessmentRunCommandInput, options?: __HttpHandlerOptions): Promise<StartAssessmentRunCommandOutput>;
|
|
172
|
-
startAssessmentRun(args: StartAssessmentRunCommandInput, cb: (err: any, data?: StartAssessmentRunCommandOutput) => void): void;
|
|
173
|
-
startAssessmentRun(args: StartAssessmentRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAssessmentRunCommandOutput) => void): void;
|
|
174
|
-
|
|
175
|
-
stopAssessmentRun(args: StopAssessmentRunCommandInput, options?: __HttpHandlerOptions): Promise<StopAssessmentRunCommandOutput>;
|
|
176
|
-
stopAssessmentRun(args: StopAssessmentRunCommandInput, cb: (err: any, data?: StopAssessmentRunCommandOutput) => void): void;
|
|
177
|
-
stopAssessmentRun(args: StopAssessmentRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopAssessmentRunCommandOutput) => void): void;
|
|
178
|
-
|
|
179
|
-
subscribeToEvent(args: SubscribeToEventCommandInput, options?: __HttpHandlerOptions): Promise<SubscribeToEventCommandOutput>;
|
|
180
|
-
subscribeToEvent(args: SubscribeToEventCommandInput, cb: (err: any, data?: SubscribeToEventCommandOutput) => void): void;
|
|
181
|
-
subscribeToEvent(args: SubscribeToEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SubscribeToEventCommandOutput) => void): void;
|
|
182
|
-
|
|
183
|
-
unsubscribeFromEvent(args: UnsubscribeFromEventCommandInput, options?: __HttpHandlerOptions): Promise<UnsubscribeFromEventCommandOutput>;
|
|
184
|
-
unsubscribeFromEvent(args: UnsubscribeFromEventCommandInput, cb: (err: any, data?: UnsubscribeFromEventCommandOutput) => void): void;
|
|
185
|
-
unsubscribeFromEvent(args: UnsubscribeFromEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnsubscribeFromEventCommandOutput) => void): void;
|
|
186
|
-
|
|
187
|
-
updateAssessmentTarget(args: UpdateAssessmentTargetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentTargetCommandOutput>;
|
|
188
|
-
updateAssessmentTarget(args: UpdateAssessmentTargetCommandInput, cb: (err: any, data?: UpdateAssessmentTargetCommandOutput) => void): void;
|
|
189
|
-
updateAssessmentTarget(args: UpdateAssessmentTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentTargetCommandOutput) => void): void;
|
|
190
|
-
}
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
-
import { AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput } from "./commands/AddAttributesToFindingsCommand";
|
|
10
|
-
import { CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput } from "./commands/CreateAssessmentTargetCommand";
|
|
11
|
-
import { CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput } from "./commands/CreateAssessmentTemplateCommand";
|
|
12
|
-
import { CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput } from "./commands/CreateExclusionsPreviewCommand";
|
|
13
|
-
import { CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput } from "./commands/CreateResourceGroupCommand";
|
|
14
|
-
import { DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput } from "./commands/DeleteAssessmentRunCommand";
|
|
15
|
-
import { DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput } from "./commands/DeleteAssessmentTargetCommand";
|
|
16
|
-
import { DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput } from "./commands/DeleteAssessmentTemplateCommand";
|
|
17
|
-
import { DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput } from "./commands/DescribeAssessmentRunsCommand";
|
|
18
|
-
import { DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput } from "./commands/DescribeAssessmentTargetsCommand";
|
|
19
|
-
import { DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput } from "./commands/DescribeAssessmentTemplatesCommand";
|
|
20
|
-
import { DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput } from "./commands/DescribeCrossAccountAccessRoleCommand";
|
|
21
|
-
import { DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput } from "./commands/DescribeExclusionsCommand";
|
|
22
|
-
import { DescribeFindingsCommandInput, DescribeFindingsCommandOutput } from "./commands/DescribeFindingsCommand";
|
|
23
|
-
import { DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput } from "./commands/DescribeResourceGroupsCommand";
|
|
24
|
-
import { DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput } from "./commands/DescribeRulesPackagesCommand";
|
|
25
|
-
import { GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput } from "./commands/GetAssessmentReportCommand";
|
|
26
|
-
import { GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput } from "./commands/GetExclusionsPreviewCommand";
|
|
27
|
-
import { GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput } from "./commands/GetTelemetryMetadataCommand";
|
|
28
|
-
import { ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput } from "./commands/ListAssessmentRunAgentsCommand";
|
|
29
|
-
import { ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput } from "./commands/ListAssessmentRunsCommand";
|
|
30
|
-
import { ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput } from "./commands/ListAssessmentTargetsCommand";
|
|
31
|
-
import { ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput } from "./commands/ListAssessmentTemplatesCommand";
|
|
32
|
-
import { ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput } from "./commands/ListEventSubscriptionsCommand";
|
|
33
|
-
import { ListExclusionsCommandInput, ListExclusionsCommandOutput } from "./commands/ListExclusionsCommand";
|
|
34
|
-
import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
35
|
-
import { ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput } from "./commands/ListRulesPackagesCommand";
|
|
36
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
37
|
-
import { PreviewAgentsCommandInput, PreviewAgentsCommandOutput } from "./commands/PreviewAgentsCommand";
|
|
38
|
-
import { RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput } from "./commands/RegisterCrossAccountAccessRoleCommand";
|
|
39
|
-
import { RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput } from "./commands/RemoveAttributesFromFindingsCommand";
|
|
40
|
-
import { SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput } from "./commands/SetTagsForResourceCommand";
|
|
41
|
-
import { StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput } from "./commands/StartAssessmentRunCommand";
|
|
42
|
-
import { StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput } from "./commands/StopAssessmentRunCommand";
|
|
43
|
-
import { SubscribeToEventCommandInput, SubscribeToEventCommandOutput } from "./commands/SubscribeToEventCommand";
|
|
44
|
-
import { UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput } from "./commands/UnsubscribeFromEventCommand";
|
|
45
|
-
import { UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput } from "./commands/UpdateAssessmentTargetCommand";
|
|
46
|
-
export declare type ServiceInputTypes = AddAttributesToFindingsCommandInput | CreateAssessmentTargetCommandInput | CreateAssessmentTemplateCommandInput | CreateExclusionsPreviewCommandInput | CreateResourceGroupCommandInput | DeleteAssessmentRunCommandInput | DeleteAssessmentTargetCommandInput | DeleteAssessmentTemplateCommandInput | DescribeAssessmentRunsCommandInput | DescribeAssessmentTargetsCommandInput | DescribeAssessmentTemplatesCommandInput | DescribeCrossAccountAccessRoleCommandInput | DescribeExclusionsCommandInput | DescribeFindingsCommandInput | DescribeResourceGroupsCommandInput | DescribeRulesPackagesCommandInput | GetAssessmentReportCommandInput | GetExclusionsPreviewCommandInput | GetTelemetryMetadataCommandInput | ListAssessmentRunAgentsCommandInput | ListAssessmentRunsCommandInput | ListAssessmentTargetsCommandInput | ListAssessmentTemplatesCommandInput | ListEventSubscriptionsCommandInput | ListExclusionsCommandInput | ListFindingsCommandInput | ListRulesPackagesCommandInput | ListTagsForResourceCommandInput | PreviewAgentsCommandInput | RegisterCrossAccountAccessRoleCommandInput | RemoveAttributesFromFindingsCommandInput | SetTagsForResourceCommandInput | StartAssessmentRunCommandInput | StopAssessmentRunCommandInput | SubscribeToEventCommandInput | UnsubscribeFromEventCommandInput | UpdateAssessmentTargetCommandInput;
|
|
47
|
-
export declare type ServiceOutputTypes = AddAttributesToFindingsCommandOutput | CreateAssessmentTargetCommandOutput | CreateAssessmentTemplateCommandOutput | CreateExclusionsPreviewCommandOutput | CreateResourceGroupCommandOutput | DeleteAssessmentRunCommandOutput | DeleteAssessmentTargetCommandOutput | DeleteAssessmentTemplateCommandOutput | DescribeAssessmentRunsCommandOutput | DescribeAssessmentTargetsCommandOutput | DescribeAssessmentTemplatesCommandOutput | DescribeCrossAccountAccessRoleCommandOutput | DescribeExclusionsCommandOutput | DescribeFindingsCommandOutput | DescribeResourceGroupsCommandOutput | DescribeRulesPackagesCommandOutput | GetAssessmentReportCommandOutput | GetExclusionsPreviewCommandOutput | GetTelemetryMetadataCommandOutput | ListAssessmentRunAgentsCommandOutput | ListAssessmentRunsCommandOutput | ListAssessmentTargetsCommandOutput | ListAssessmentTemplatesCommandOutput | ListEventSubscriptionsCommandOutput | ListExclusionsCommandOutput | ListFindingsCommandOutput | ListRulesPackagesCommandOutput | ListTagsForResourceCommandOutput | PreviewAgentsCommandOutput | RegisterCrossAccountAccessRoleCommandOutput | RemoveAttributesFromFindingsCommandOutput | SetTagsForResourceCommandOutput | StartAssessmentRunCommandOutput | StopAssessmentRunCommandOutput | SubscribeToEventCommandOutput | UnsubscribeFromEventCommandOutput | UpdateAssessmentTargetCommandOutput;
|
|
48
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
49
|
-
|
|
50
|
-
requestHandler?: __HttpHandler;
|
|
51
|
-
|
|
52
|
-
sha256?: __HashConstructor;
|
|
53
|
-
|
|
54
|
-
urlParser?: __UrlParser;
|
|
55
|
-
|
|
56
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
57
|
-
|
|
58
|
-
streamCollector?: __StreamCollector;
|
|
59
|
-
|
|
60
|
-
base64Decoder?: __Decoder;
|
|
61
|
-
|
|
62
|
-
base64Encoder?: __Encoder;
|
|
63
|
-
|
|
64
|
-
utf8Decoder?: __Decoder;
|
|
65
|
-
|
|
66
|
-
utf8Encoder?: __Encoder;
|
|
67
|
-
|
|
68
|
-
runtime?: string;
|
|
69
|
-
|
|
70
|
-
disableHostPrefix?: boolean;
|
|
71
|
-
|
|
72
|
-
maxAttempts?: number | __Provider<number>;
|
|
73
|
-
|
|
74
|
-
retryMode?: string | __Provider<string>;
|
|
75
|
-
|
|
76
|
-
logger?: __Logger;
|
|
77
|
-
|
|
78
|
-
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
79
|
-
|
|
80
|
-
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
81
|
-
|
|
82
|
-
serviceId?: string;
|
|
83
|
-
|
|
84
|
-
region?: string | __Provider<string>;
|
|
85
|
-
|
|
86
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
87
|
-
|
|
88
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
89
|
-
|
|
90
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
91
|
-
|
|
92
|
-
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
93
|
-
}
|
|
94
|
-
declare type InspectorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
95
|
-
|
|
96
|
-
export interface InspectorClientConfig extends InspectorClientConfigType {
|
|
97
|
-
}
|
|
98
|
-
declare type InspectorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
99
|
-
|
|
100
|
-
export interface InspectorClientResolvedConfig extends InspectorClientResolvedConfigType {
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
export declare class InspectorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, InspectorClientResolvedConfig> {
|
|
104
|
-
|
|
105
|
-
readonly config: InspectorClientResolvedConfig;
|
|
106
|
-
constructor(configuration: InspectorClientConfig);
|
|
107
|
-
|
|
108
|
-
destroy(): void;
|
|
109
|
-
}
|
|
110
|
-
export {};
|
|
@@ -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 { AddAttributesToFindingsRequest, AddAttributesToFindingsResponse } from "../models/models_0";
|
|
5
|
-
export interface AddAttributesToFindingsCommandInput extends AddAttributesToFindingsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AddAttributesToFindingsCommandOutput extends AddAttributesToFindingsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class AddAttributesToFindingsCommand extends $Command<AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: AddAttributesToFindingsCommandInput;
|
|
12
|
-
constructor(input: AddAttributesToFindingsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput>;
|
|
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 { CreateAssessmentTargetRequest, CreateAssessmentTargetResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateAssessmentTargetCommandInput extends CreateAssessmentTargetRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateAssessmentTargetCommandOutput extends CreateAssessmentTargetResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateAssessmentTargetCommand extends $Command<CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateAssessmentTargetCommandInput;
|
|
12
|
-
constructor(input: CreateAssessmentTargetCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput>;
|
|
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 { CreateAssessmentTemplateRequest, CreateAssessmentTemplateResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateAssessmentTemplateCommandInput extends CreateAssessmentTemplateRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateAssessmentTemplateCommandOutput extends CreateAssessmentTemplateResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateAssessmentTemplateCommand extends $Command<CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateAssessmentTemplateCommandInput;
|
|
12
|
-
constructor(input: CreateAssessmentTemplateCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput>;
|
|
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 { CreateExclusionsPreviewRequest, CreateExclusionsPreviewResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateExclusionsPreviewCommandInput extends CreateExclusionsPreviewRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateExclusionsPreviewCommandOutput extends CreateExclusionsPreviewResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateExclusionsPreviewCommand extends $Command<CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateExclusionsPreviewCommandInput;
|
|
12
|
-
constructor(input: CreateExclusionsPreviewCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput>;
|
|
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 { CreateResourceGroupRequest, CreateResourceGroupResponse } from "../models/models_0";
|
|
5
|
-
export interface CreateResourceGroupCommandInput extends CreateResourceGroupRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateResourceGroupCommandOutput extends CreateResourceGroupResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class CreateResourceGroupCommand extends $Command<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: CreateResourceGroupCommandInput;
|
|
12
|
-
constructor(input: CreateResourceGroupCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput>;
|
|
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 { DeleteAssessmentRunRequest } from "../models/models_0";
|
|
5
|
-
export interface DeleteAssessmentRunCommandInput extends DeleteAssessmentRunRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteAssessmentRunCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteAssessmentRunCommand extends $Command<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteAssessmentRunCommandInput;
|
|
12
|
-
constructor(input: DeleteAssessmentRunCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput>;
|
|
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 { DeleteAssessmentTargetRequest } from "../models/models_0";
|
|
5
|
-
export interface DeleteAssessmentTargetCommandInput extends DeleteAssessmentTargetRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteAssessmentTargetCommand extends $Command<DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteAssessmentTargetCommandInput;
|
|
12
|
-
constructor(input: DeleteAssessmentTargetCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput>;
|
|
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 { DeleteAssessmentTemplateRequest } from "../models/models_0";
|
|
5
|
-
export interface DeleteAssessmentTemplateCommandInput extends DeleteAssessmentTemplateRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteAssessmentTemplateCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeleteAssessmentTemplateCommand extends $Command<DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: DeleteAssessmentTemplateCommandInput;
|
|
12
|
-
constructor(input: DeleteAssessmentTemplateCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput>;
|
|
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 { DescribeAssessmentRunsRequest, DescribeAssessmentRunsResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeAssessmentRunsCommandInput extends DescribeAssessmentRunsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeAssessmentRunsCommandOutput extends DescribeAssessmentRunsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeAssessmentRunsCommand extends $Command<DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput, InspectorClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeAssessmentRunsCommandInput;
|
|
12
|
-
constructor(input: DescribeAssessmentRunsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|