@aws-sdk/client-inspector 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Inspector.d.ts +670 -190
  3. package/dist-types/ts3.4/InspectorClient.d.ts +351 -110
  4. package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +33 -17
  10. package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +33 -17
  38. package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/InspectorServiceException.d.ts +8 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +1403 -1290
  47. package/dist-types/ts3.4/pagination/GetExclusionsPreviewPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  49. package/dist-types/ts3.4/pagination/ListAssessmentRunAgentsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListAssessmentRunsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListAssessmentTargetsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListAssessmentTemplatesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListEventSubscriptionsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListExclusionsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListRulesPackagesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/PreviewAgentsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  59. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  64. package/package.json +34 -34
@@ -1,17 +1,41 @@
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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import {
14
+ CreateExclusionsPreviewRequest,
15
+ CreateExclusionsPreviewResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateExclusionsPreviewCommandInput
18
+ extends CreateExclusionsPreviewRequest {}
19
+ export interface CreateExclusionsPreviewCommandOutput
20
+ extends CreateExclusionsPreviewResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateExclusionsPreviewCommand extends $Command<
24
+ CreateExclusionsPreviewCommandInput,
25
+ CreateExclusionsPreviewCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: CreateExclusionsPreviewCommandInput;
29
+ constructor(input: CreateExclusionsPreviewCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateExclusionsPreviewCommandInput,
37
+ CreateExclusionsPreviewCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import {
14
+ CreateResourceGroupRequest,
15
+ CreateResourceGroupResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateResourceGroupCommandInput
18
+ extends CreateResourceGroupRequest {}
19
+ export interface CreateResourceGroupCommandOutput
20
+ extends CreateResourceGroupResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateResourceGroupCommand extends $Command<
24
+ CreateResourceGroupCommandInput,
25
+ CreateResourceGroupCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: CreateResourceGroupCommandInput;
29
+ constructor(input: CreateResourceGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,33 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import { DeleteAssessmentRunRequest } from "../models/models_0";
14
+ export interface DeleteAssessmentRunCommandInput
15
+ extends DeleteAssessmentRunRequest {}
16
+ export interface DeleteAssessmentRunCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteAssessmentRunCommand extends $Command<
19
+ DeleteAssessmentRunCommandInput,
20
+ DeleteAssessmentRunCommandOutput,
21
+ InspectorClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteAssessmentRunCommandInput;
24
+ constructor(input: DeleteAssessmentRunCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: InspectorClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import { DeleteAssessmentTargetRequest } from "../models/models_0";
14
+ export interface DeleteAssessmentTargetCommandInput
15
+ extends DeleteAssessmentTargetRequest {}
16
+ export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteAssessmentTargetCommand extends $Command<
19
+ DeleteAssessmentTargetCommandInput,
20
+ DeleteAssessmentTargetCommandOutput,
21
+ InspectorClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteAssessmentTargetCommandInput;
24
+ constructor(input: DeleteAssessmentTargetCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: InspectorClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeleteAssessmentTargetCommandInput,
32
+ DeleteAssessmentTargetCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import { DeleteAssessmentTemplateRequest } from "../models/models_0";
14
+ export interface DeleteAssessmentTemplateCommandInput
15
+ extends DeleteAssessmentTemplateRequest {}
16
+ export interface DeleteAssessmentTemplateCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteAssessmentTemplateCommand extends $Command<
20
+ DeleteAssessmentTemplateCommandInput,
21
+ DeleteAssessmentTemplateCommandOutput,
22
+ InspectorClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteAssessmentTemplateCommandInput;
25
+ constructor(input: DeleteAssessmentTemplateCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: InspectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteAssessmentTemplateCommandInput,
33
+ DeleteAssessmentTemplateCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import {
14
+ DescribeAssessmentRunsRequest,
15
+ DescribeAssessmentRunsResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeAssessmentRunsCommandInput
18
+ extends DescribeAssessmentRunsRequest {}
19
+ export interface DescribeAssessmentRunsCommandOutput
20
+ extends DescribeAssessmentRunsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeAssessmentRunsCommand extends $Command<
24
+ DescribeAssessmentRunsCommandInput,
25
+ DescribeAssessmentRunsCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAssessmentRunsCommandInput;
29
+ constructor(input: DescribeAssessmentRunsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeAssessmentRunsCommandInput,
37
+ DescribeAssessmentRunsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
4
- import { DescribeAssessmentTargetsRequest, DescribeAssessmentTargetsResponse } from "../models/models_0";
5
- export interface DescribeAssessmentTargetsCommandInput extends DescribeAssessmentTargetsRequest {
6
- }
7
- export interface DescribeAssessmentTargetsCommandOutput extends DescribeAssessmentTargetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAssessmentTargetsCommand extends $Command<DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: DescribeAssessmentTargetsCommandInput;
12
- constructor(input: DescribeAssessmentTargetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import {
14
+ DescribeAssessmentTargetsRequest,
15
+ DescribeAssessmentTargetsResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeAssessmentTargetsCommandInput
18
+ extends DescribeAssessmentTargetsRequest {}
19
+ export interface DescribeAssessmentTargetsCommandOutput
20
+ extends DescribeAssessmentTargetsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeAssessmentTargetsCommand extends $Command<
24
+ DescribeAssessmentTargetsCommandInput,
25
+ DescribeAssessmentTargetsCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAssessmentTargetsCommandInput;
29
+ constructor(input: DescribeAssessmentTargetsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeAssessmentTargetsCommandInput,
37
+ DescribeAssessmentTargetsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
4
- import { DescribeAssessmentTemplatesRequest, DescribeAssessmentTemplatesResponse } from "../models/models_0";
5
- export interface DescribeAssessmentTemplatesCommandInput extends DescribeAssessmentTemplatesRequest {
6
- }
7
- export interface DescribeAssessmentTemplatesCommandOutput extends DescribeAssessmentTemplatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAssessmentTemplatesCommand extends $Command<DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: DescribeAssessmentTemplatesCommandInput;
12
- constructor(input: DescribeAssessmentTemplatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import {
14
+ DescribeAssessmentTemplatesRequest,
15
+ DescribeAssessmentTemplatesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeAssessmentTemplatesCommandInput
18
+ extends DescribeAssessmentTemplatesRequest {}
19
+ export interface DescribeAssessmentTemplatesCommandOutput
20
+ extends DescribeAssessmentTemplatesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeAssessmentTemplatesCommand extends $Command<
24
+ DescribeAssessmentTemplatesCommandInput,
25
+ DescribeAssessmentTemplatesCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAssessmentTemplatesCommandInput;
29
+ constructor(input: DescribeAssessmentTemplatesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeAssessmentTemplatesCommandInput,
37
+ DescribeAssessmentTemplatesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import { DescribeCrossAccountAccessRoleResponse } from "../models/models_0";
14
+ export interface DescribeCrossAccountAccessRoleCommandInput {}
15
+ export interface DescribeCrossAccountAccessRoleCommandOutput
16
+ extends DescribeCrossAccountAccessRoleResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DescribeCrossAccountAccessRoleCommand extends $Command<
20
+ DescribeCrossAccountAccessRoleCommandInput,
21
+ DescribeCrossAccountAccessRoleCommandOutput,
22
+ InspectorClientResolvedConfig
23
+ > {
24
+ readonly input: DescribeCrossAccountAccessRoleCommandInput;
25
+ constructor(input: DescribeCrossAccountAccessRoleCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: InspectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DescribeCrossAccountAccessRoleCommandInput,
33
+ DescribeCrossAccountAccessRoleCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import {
14
+ DescribeExclusionsRequest,
15
+ DescribeExclusionsResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeExclusionsCommandInput
18
+ extends DescribeExclusionsRequest {}
19
+ export interface DescribeExclusionsCommandOutput
20
+ extends DescribeExclusionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeExclusionsCommand extends $Command<
24
+ DescribeExclusionsCommandInput,
25
+ DescribeExclusionsCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeExclusionsCommandInput;
29
+ constructor(input: DescribeExclusionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ InspectorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../InspectorClient";
13
+ import {
14
+ DescribeFindingsRequest,
15
+ DescribeFindingsResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeFindingsCommandInput extends DescribeFindingsRequest {}
18
+ export interface DescribeFindingsCommandOutput
19
+ extends DescribeFindingsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeFindingsCommand extends $Command<
23
+ DescribeFindingsCommandInput,
24
+ DescribeFindingsCommandOutput,
25
+ InspectorClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeFindingsCommandInput;
28
+ constructor(input: DescribeFindingsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: InspectorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeFindingsCommandInput, DescribeFindingsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }