@aws-sdk/client-inspector 3.169.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 +8 -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 { DescribeResourceGroupsRequest, DescribeResourceGroupsResponse } from "../models/models_0";
5
- export interface DescribeResourceGroupsCommandInput extends DescribeResourceGroupsRequest {
6
- }
7
- export interface DescribeResourceGroupsCommandOutput extends DescribeResourceGroupsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeResourceGroupsCommand extends $Command<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: DescribeResourceGroupsCommandInput;
12
- constructor(input: DescribeResourceGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ DescribeResourceGroupsRequest,
15
+ DescribeResourceGroupsResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeResourceGroupsCommandInput
18
+ extends DescribeResourceGroupsRequest {}
19
+ export interface DescribeResourceGroupsCommandOutput
20
+ extends DescribeResourceGroupsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeResourceGroupsCommand extends $Command<
24
+ DescribeResourceGroupsCommandInput,
25
+ DescribeResourceGroupsCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeResourceGroupsCommandInput;
29
+ constructor(input: DescribeResourceGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeResourceGroupsCommandInput,
37
+ DescribeResourceGroupsCommandOutput
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 { DescribeRulesPackagesRequest, DescribeRulesPackagesResponse } from "../models/models_0";
5
- export interface DescribeRulesPackagesCommandInput extends DescribeRulesPackagesRequest {
6
- }
7
- export interface DescribeRulesPackagesCommandOutput extends DescribeRulesPackagesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeRulesPackagesCommand extends $Command<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: DescribeRulesPackagesCommandInput;
12
- constructor(input: DescribeRulesPackagesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ DescribeRulesPackagesRequest,
15
+ DescribeRulesPackagesResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeRulesPackagesCommandInput
18
+ extends DescribeRulesPackagesRequest {}
19
+ export interface DescribeRulesPackagesCommandOutput
20
+ extends DescribeRulesPackagesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeRulesPackagesCommand extends $Command<
24
+ DescribeRulesPackagesCommandInput,
25
+ DescribeRulesPackagesCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeRulesPackagesCommandInput;
29
+ constructor(input: DescribeRulesPackagesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeRulesPackagesCommandInput,
37
+ DescribeRulesPackagesCommandOutput
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 { GetAssessmentReportRequest, GetAssessmentReportResponse } from "../models/models_0";
5
- export interface GetAssessmentReportCommandInput extends GetAssessmentReportRequest {
6
- }
7
- export interface GetAssessmentReportCommandOutput extends GetAssessmentReportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAssessmentReportCommand extends $Command<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: GetAssessmentReportCommandInput;
12
- constructor(input: GetAssessmentReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ GetAssessmentReportRequest,
15
+ GetAssessmentReportResponse,
16
+ } from "../models/models_0";
17
+ export interface GetAssessmentReportCommandInput
18
+ extends GetAssessmentReportRequest {}
19
+ export interface GetAssessmentReportCommandOutput
20
+ extends GetAssessmentReportResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetAssessmentReportCommand extends $Command<
24
+ GetAssessmentReportCommandInput,
25
+ GetAssessmentReportCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: GetAssessmentReportCommandInput;
29
+ constructor(input: GetAssessmentReportCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { GetExclusionsPreviewRequest, GetExclusionsPreviewResponse } from "../models/models_0";
5
- export interface GetExclusionsPreviewCommandInput extends GetExclusionsPreviewRequest {
6
- }
7
- export interface GetExclusionsPreviewCommandOutput extends GetExclusionsPreviewResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetExclusionsPreviewCommand extends $Command<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: GetExclusionsPreviewCommandInput;
12
- constructor(input: GetExclusionsPreviewCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ GetExclusionsPreviewRequest,
15
+ GetExclusionsPreviewResponse,
16
+ } from "../models/models_0";
17
+ export interface GetExclusionsPreviewCommandInput
18
+ extends GetExclusionsPreviewRequest {}
19
+ export interface GetExclusionsPreviewCommandOutput
20
+ extends GetExclusionsPreviewResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetExclusionsPreviewCommand extends $Command<
24
+ GetExclusionsPreviewCommandInput,
25
+ GetExclusionsPreviewCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: GetExclusionsPreviewCommandInput;
29
+ constructor(input: GetExclusionsPreviewCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetExclusionsPreviewCommandInput,
37
+ GetExclusionsPreviewCommandOutput
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 { GetTelemetryMetadataRequest, GetTelemetryMetadataResponse } from "../models/models_0";
5
- export interface GetTelemetryMetadataCommandInput extends GetTelemetryMetadataRequest {
6
- }
7
- export interface GetTelemetryMetadataCommandOutput extends GetTelemetryMetadataResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTelemetryMetadataCommand extends $Command<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: GetTelemetryMetadataCommandInput;
12
- constructor(input: GetTelemetryMetadataCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ GetTelemetryMetadataRequest,
15
+ GetTelemetryMetadataResponse,
16
+ } from "../models/models_0";
17
+ export interface GetTelemetryMetadataCommandInput
18
+ extends GetTelemetryMetadataRequest {}
19
+ export interface GetTelemetryMetadataCommandOutput
20
+ extends GetTelemetryMetadataResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetTelemetryMetadataCommand extends $Command<
24
+ GetTelemetryMetadataCommandInput,
25
+ GetTelemetryMetadataCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: GetTelemetryMetadataCommandInput;
29
+ constructor(input: GetTelemetryMetadataCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetTelemetryMetadataCommandInput,
37
+ GetTelemetryMetadataCommandOutput
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 { ListAssessmentRunAgentsRequest, ListAssessmentRunAgentsResponse } from "../models/models_0";
5
- export interface ListAssessmentRunAgentsCommandInput extends ListAssessmentRunAgentsRequest {
6
- }
7
- export interface ListAssessmentRunAgentsCommandOutput extends ListAssessmentRunAgentsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAssessmentRunAgentsCommand extends $Command<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: ListAssessmentRunAgentsCommandInput;
12
- constructor(input: ListAssessmentRunAgentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ ListAssessmentRunAgentsRequest,
15
+ ListAssessmentRunAgentsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAssessmentRunAgentsCommandInput
18
+ extends ListAssessmentRunAgentsRequest {}
19
+ export interface ListAssessmentRunAgentsCommandOutput
20
+ extends ListAssessmentRunAgentsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListAssessmentRunAgentsCommand extends $Command<
24
+ ListAssessmentRunAgentsCommandInput,
25
+ ListAssessmentRunAgentsCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: ListAssessmentRunAgentsCommandInput;
29
+ constructor(input: ListAssessmentRunAgentsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListAssessmentRunAgentsCommandInput,
37
+ ListAssessmentRunAgentsCommandOutput
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 { ListAssessmentRunsRequest, ListAssessmentRunsResponse } from "../models/models_0";
5
- export interface ListAssessmentRunsCommandInput extends ListAssessmentRunsRequest {
6
- }
7
- export interface ListAssessmentRunsCommandOutput extends ListAssessmentRunsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAssessmentRunsCommand extends $Command<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: ListAssessmentRunsCommandInput;
12
- constructor(input: ListAssessmentRunsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ ListAssessmentRunsRequest,
15
+ ListAssessmentRunsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAssessmentRunsCommandInput
18
+ extends ListAssessmentRunsRequest {}
19
+ export interface ListAssessmentRunsCommandOutput
20
+ extends ListAssessmentRunsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListAssessmentRunsCommand extends $Command<
24
+ ListAssessmentRunsCommandInput,
25
+ ListAssessmentRunsCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: ListAssessmentRunsCommandInput;
29
+ constructor(input: ListAssessmentRunsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListAssessmentTargetsRequest, ListAssessmentTargetsResponse } from "../models/models_0";
5
- export interface ListAssessmentTargetsCommandInput extends ListAssessmentTargetsRequest {
6
- }
7
- export interface ListAssessmentTargetsCommandOutput extends ListAssessmentTargetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAssessmentTargetsCommand extends $Command<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: ListAssessmentTargetsCommandInput;
12
- constructor(input: ListAssessmentTargetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ ListAssessmentTargetsRequest,
15
+ ListAssessmentTargetsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAssessmentTargetsCommandInput
18
+ extends ListAssessmentTargetsRequest {}
19
+ export interface ListAssessmentTargetsCommandOutput
20
+ extends ListAssessmentTargetsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListAssessmentTargetsCommand extends $Command<
24
+ ListAssessmentTargetsCommandInput,
25
+ ListAssessmentTargetsCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: ListAssessmentTargetsCommandInput;
29
+ constructor(input: ListAssessmentTargetsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListAssessmentTargetsCommandInput,
37
+ ListAssessmentTargetsCommandOutput
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 { ListAssessmentTemplatesRequest, ListAssessmentTemplatesResponse } from "../models/models_0";
5
- export interface ListAssessmentTemplatesCommandInput extends ListAssessmentTemplatesRequest {
6
- }
7
- export interface ListAssessmentTemplatesCommandOutput extends ListAssessmentTemplatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAssessmentTemplatesCommand extends $Command<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: ListAssessmentTemplatesCommandInput;
12
- constructor(input: ListAssessmentTemplatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ ListAssessmentTemplatesRequest,
15
+ ListAssessmentTemplatesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAssessmentTemplatesCommandInput
18
+ extends ListAssessmentTemplatesRequest {}
19
+ export interface ListAssessmentTemplatesCommandOutput
20
+ extends ListAssessmentTemplatesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListAssessmentTemplatesCommand extends $Command<
24
+ ListAssessmentTemplatesCommandInput,
25
+ ListAssessmentTemplatesCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: ListAssessmentTemplatesCommandInput;
29
+ constructor(input: ListAssessmentTemplatesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListAssessmentTemplatesCommandInput,
37
+ ListAssessmentTemplatesCommandOutput
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 { ListEventSubscriptionsRequest, ListEventSubscriptionsResponse } from "../models/models_0";
5
- export interface ListEventSubscriptionsCommandInput extends ListEventSubscriptionsRequest {
6
- }
7
- export interface ListEventSubscriptionsCommandOutput extends ListEventSubscriptionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEventSubscriptionsCommand extends $Command<ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: ListEventSubscriptionsCommandInput;
12
- constructor(input: ListEventSubscriptionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ ListEventSubscriptionsRequest,
15
+ ListEventSubscriptionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListEventSubscriptionsCommandInput
18
+ extends ListEventSubscriptionsRequest {}
19
+ export interface ListEventSubscriptionsCommandOutput
20
+ extends ListEventSubscriptionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListEventSubscriptionsCommand extends $Command<
24
+ ListEventSubscriptionsCommandInput,
25
+ ListEventSubscriptionsCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: ListEventSubscriptionsCommandInput;
29
+ constructor(input: ListEventSubscriptionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListEventSubscriptionsCommandInput,
37
+ ListEventSubscriptionsCommandOutput
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 { ListExclusionsRequest, ListExclusionsResponse } from "../models/models_0";
5
- export interface ListExclusionsCommandInput extends ListExclusionsRequest {
6
- }
7
- export interface ListExclusionsCommandOutput extends ListExclusionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListExclusionsCommand extends $Command<ListExclusionsCommandInput, ListExclusionsCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: ListExclusionsCommandInput;
12
- constructor(input: ListExclusionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExclusionsCommandInput, ListExclusionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ 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
+ ListExclusionsRequest,
15
+ ListExclusionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListExclusionsCommandInput extends ListExclusionsRequest {}
18
+ export interface ListExclusionsCommandOutput
19
+ extends ListExclusionsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListExclusionsCommand extends $Command<
23
+ ListExclusionsCommandInput,
24
+ ListExclusionsCommandOutput,
25
+ InspectorClientResolvedConfig
26
+ > {
27
+ readonly input: ListExclusionsCommandInput;
28
+ constructor(input: ListExclusionsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: InspectorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListExclusionsCommandInput, ListExclusionsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }