@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.
Files changed (75) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/InspectorServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +166 -3
  5. package/dist-cjs/protocols/Aws_json1_1.js +403 -1415
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/InspectorServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +153 -1
  9. package/dist-es/protocols/Aws_json1_1.js +860 -1542
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/InspectorServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +79 -72
  13. package/dist-types/ts3.4/Inspector.d.ts +190 -0
  14. package/dist-types/ts3.4/InspectorClient.d.ts +110 -0
  15. package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/index.d.ts +37 -0
  53. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  54. package/dist-types/ts3.4/index.d.ts +6 -0
  55. package/dist-types/ts3.4/models/InspectorServiceException.d.ts +6 -0
  56. package/dist-types/ts3.4/models/index.d.ts +1 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +1506 -0
  58. package/dist-types/ts3.4/pagination/GetExclusionsPreviewPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  60. package/dist-types/ts3.4/pagination/ListAssessmentRunAgentsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListAssessmentRunsPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListAssessmentTargetsPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/ListAssessmentTemplatesPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/ListEventSubscriptionsPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/ListExclusionsPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/ListRulesPackagesPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/PreviewAgentsPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  70. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +113 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  75. 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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { 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
+ }
@@ -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 { DescribeResourceGroupsRequest, DescribeResourceGroupsResponse } from "../models/models_0";
5
+ export interface DescribeResourceGroupsCommandInput extends DescribeResourceGroupsRequest {
6
+ }
7
+ export interface DescribeResourceGroupsCommandOutput extends DescribeResourceGroupsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeResourceGroupsCommand extends $Command<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: DescribeResourceGroupsCommandInput;
12
+ constructor(input: DescribeResourceGroupsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { DescribeRulesPackagesRequest, DescribeRulesPackagesResponse } from "../models/models_0";
5
+ export interface DescribeRulesPackagesCommandInput extends DescribeRulesPackagesRequest {
6
+ }
7
+ export interface DescribeRulesPackagesCommandOutput extends DescribeRulesPackagesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeRulesPackagesCommand extends $Command<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: DescribeRulesPackagesCommandInput;
12
+ constructor(input: DescribeRulesPackagesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { GetAssessmentReportRequest, GetAssessmentReportResponse } from "../models/models_0";
5
+ export interface GetAssessmentReportCommandInput extends GetAssessmentReportRequest {
6
+ }
7
+ export interface GetAssessmentReportCommandOutput extends GetAssessmentReportResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetAssessmentReportCommand extends $Command<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: GetAssessmentReportCommandInput;
12
+ constructor(input: GetAssessmentReportCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { GetExclusionsPreviewRequest, GetExclusionsPreviewResponse } from "../models/models_0";
5
+ export interface GetExclusionsPreviewCommandInput extends GetExclusionsPreviewRequest {
6
+ }
7
+ export interface GetExclusionsPreviewCommandOutput extends GetExclusionsPreviewResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetExclusionsPreviewCommand extends $Command<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: GetExclusionsPreviewCommandInput;
12
+ constructor(input: GetExclusionsPreviewCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { GetTelemetryMetadataRequest, GetTelemetryMetadataResponse } from "../models/models_0";
5
+ export interface GetTelemetryMetadataCommandInput extends GetTelemetryMetadataRequest {
6
+ }
7
+ export interface GetTelemetryMetadataCommandOutput extends GetTelemetryMetadataResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetTelemetryMetadataCommand extends $Command<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: GetTelemetryMetadataCommandInput;
12
+ constructor(input: GetTelemetryMetadataCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { ListAssessmentRunAgentsRequest, ListAssessmentRunAgentsResponse } from "../models/models_0";
5
+ export interface ListAssessmentRunAgentsCommandInput extends ListAssessmentRunAgentsRequest {
6
+ }
7
+ export interface ListAssessmentRunAgentsCommandOutput extends ListAssessmentRunAgentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAssessmentRunAgentsCommand extends $Command<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: ListAssessmentRunAgentsCommandInput;
12
+ constructor(input: ListAssessmentRunAgentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { ListAssessmentRunsRequest, ListAssessmentRunsResponse } from "../models/models_0";
5
+ export interface ListAssessmentRunsCommandInput extends ListAssessmentRunsRequest {
6
+ }
7
+ export interface ListAssessmentRunsCommandOutput extends ListAssessmentRunsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAssessmentRunsCommand extends $Command<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: ListAssessmentRunsCommandInput;
12
+ constructor(input: ListAssessmentRunsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { ListAssessmentTargetsRequest, ListAssessmentTargetsResponse } from "../models/models_0";
5
+ export interface ListAssessmentTargetsCommandInput extends ListAssessmentTargetsRequest {
6
+ }
7
+ export interface ListAssessmentTargetsCommandOutput extends ListAssessmentTargetsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAssessmentTargetsCommand extends $Command<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: ListAssessmentTargetsCommandInput;
12
+ constructor(input: ListAssessmentTargetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { ListAssessmentTemplatesRequest, ListAssessmentTemplatesResponse } from "../models/models_0";
5
+ export interface ListAssessmentTemplatesCommandInput extends ListAssessmentTemplatesRequest {
6
+ }
7
+ export interface ListAssessmentTemplatesCommandOutput extends ListAssessmentTemplatesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAssessmentTemplatesCommand extends $Command<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: ListAssessmentTemplatesCommandInput;
12
+ constructor(input: ListAssessmentTemplatesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { ListEventSubscriptionsRequest, ListEventSubscriptionsResponse } from "../models/models_0";
5
+ export interface ListEventSubscriptionsCommandInput extends ListEventSubscriptionsRequest {
6
+ }
7
+ export interface ListEventSubscriptionsCommandOutput extends ListEventSubscriptionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListEventSubscriptionsCommand extends $Command<ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: ListEventSubscriptionsCommandInput;
12
+ constructor(input: ListEventSubscriptionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { ListExclusionsRequest, ListExclusionsResponse } from "../models/models_0";
5
+ export interface ListExclusionsCommandInput extends ListExclusionsRequest {
6
+ }
7
+ export interface ListExclusionsCommandOutput extends ListExclusionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListExclusionsCommand extends $Command<ListExclusionsCommandInput, ListExclusionsCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: ListExclusionsCommandInput;
12
+ constructor(input: ListExclusionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExclusionsCommandInput, ListExclusionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
5
+ export interface ListFindingsCommandInput extends ListFindingsRequest {
6
+ }
7
+ export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: ListFindingsCommandInput;
12
+ constructor(input: ListFindingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { ListRulesPackagesRequest, ListRulesPackagesResponse } from "../models/models_0";
5
+ export interface ListRulesPackagesCommandInput extends ListRulesPackagesRequest {
6
+ }
7
+ export interface ListRulesPackagesCommandOutput extends ListRulesPackagesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListRulesPackagesCommand extends $Command<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: ListRulesPackagesCommandInput;
12
+ constructor(input: ListRulesPackagesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
+ }
7
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: ListTagsForResourceCommandInput;
12
+ constructor(input: ListTagsForResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { PreviewAgentsRequest, PreviewAgentsResponse } from "../models/models_0";
5
+ export interface PreviewAgentsCommandInput extends PreviewAgentsRequest {
6
+ }
7
+ export interface PreviewAgentsCommandOutput extends PreviewAgentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PreviewAgentsCommand extends $Command<PreviewAgentsCommandInput, PreviewAgentsCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: PreviewAgentsCommandInput;
12
+ constructor(input: PreviewAgentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PreviewAgentsCommandInput, PreviewAgentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { RegisterCrossAccountAccessRoleRequest } from "../models/models_0";
5
+ export interface RegisterCrossAccountAccessRoleCommandInput extends RegisterCrossAccountAccessRoleRequest {
6
+ }
7
+ export interface RegisterCrossAccountAccessRoleCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class RegisterCrossAccountAccessRoleCommand extends $Command<RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: RegisterCrossAccountAccessRoleCommandInput;
12
+ constructor(input: RegisterCrossAccountAccessRoleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResponse } from "../models/models_0";
5
+ export interface RemoveAttributesFromFindingsCommandInput extends RemoveAttributesFromFindingsRequest {
6
+ }
7
+ export interface RemoveAttributesFromFindingsCommandOutput extends RemoveAttributesFromFindingsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class RemoveAttributesFromFindingsCommand extends $Command<RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: RemoveAttributesFromFindingsCommandInput;
12
+ constructor(input: RemoveAttributesFromFindingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { SetTagsForResourceRequest } from "../models/models_0";
5
+ export interface SetTagsForResourceCommandInput extends SetTagsForResourceRequest {
6
+ }
7
+ export interface SetTagsForResourceCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class SetTagsForResourceCommand extends $Command<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: SetTagsForResourceCommandInput;
12
+ constructor(input: SetTagsForResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -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 { StartAssessmentRunRequest, StartAssessmentRunResponse } from "../models/models_0";
5
+ export interface StartAssessmentRunCommandInput extends StartAssessmentRunRequest {
6
+ }
7
+ export interface StartAssessmentRunCommandOutput extends StartAssessmentRunResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartAssessmentRunCommand extends $Command<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput, InspectorClientResolvedConfig> {
11
+ readonly input: StartAssessmentRunCommandInput;
12
+ constructor(input: StartAssessmentRunCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }