@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,34 @@
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
- }
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 { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
14
+ export interface ListFindingsCommandInput extends ListFindingsRequest {}
15
+ export interface ListFindingsCommandOutput
16
+ extends ListFindingsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListFindingsCommand extends $Command<
20
+ ListFindingsCommandInput,
21
+ ListFindingsCommandOutput,
22
+ InspectorClientResolvedConfig
23
+ > {
24
+ readonly input: ListFindingsCommandInput;
25
+ constructor(input: ListFindingsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: InspectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { 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
- }
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
+ ListRulesPackagesRequest,
15
+ ListRulesPackagesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListRulesPackagesCommandInput
18
+ extends ListRulesPackagesRequest {}
19
+ export interface ListRulesPackagesCommandOutput
20
+ extends ListRulesPackagesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListRulesPackagesCommand extends $Command<
24
+ ListRulesPackagesCommandInput,
25
+ ListRulesPackagesCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: ListRulesPackagesCommandInput;
29
+ constructor(input: ListRulesPackagesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { 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
- }
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { 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
- }
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
+ PreviewAgentsRequest,
15
+ PreviewAgentsResponse,
16
+ } from "../models/models_0";
17
+ export interface PreviewAgentsCommandInput extends PreviewAgentsRequest {}
18
+ export interface PreviewAgentsCommandOutput
19
+ extends PreviewAgentsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class PreviewAgentsCommand extends $Command<
23
+ PreviewAgentsCommandInput,
24
+ PreviewAgentsCommandOutput,
25
+ InspectorClientResolvedConfig
26
+ > {
27
+ readonly input: PreviewAgentsCommandInput;
28
+ constructor(input: PreviewAgentsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: InspectorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<PreviewAgentsCommandInput, PreviewAgentsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
- }
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 { RegisterCrossAccountAccessRoleRequest } from "../models/models_0";
14
+ export interface RegisterCrossAccountAccessRoleCommandInput
15
+ extends RegisterCrossAccountAccessRoleRequest {}
16
+ export interface RegisterCrossAccountAccessRoleCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class RegisterCrossAccountAccessRoleCommand extends $Command<
20
+ RegisterCrossAccountAccessRoleCommandInput,
21
+ RegisterCrossAccountAccessRoleCommandOutput,
22
+ InspectorClientResolvedConfig
23
+ > {
24
+ readonly input: RegisterCrossAccountAccessRoleCommandInput;
25
+ constructor(input: RegisterCrossAccountAccessRoleCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: InspectorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ RegisterCrossAccountAccessRoleCommandInput,
33
+ RegisterCrossAccountAccessRoleCommandOutput
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 { 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
- }
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
+ RemoveAttributesFromFindingsRequest,
15
+ RemoveAttributesFromFindingsResponse,
16
+ } from "../models/models_0";
17
+ export interface RemoveAttributesFromFindingsCommandInput
18
+ extends RemoveAttributesFromFindingsRequest {}
19
+ export interface RemoveAttributesFromFindingsCommandOutput
20
+ extends RemoveAttributesFromFindingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class RemoveAttributesFromFindingsCommand extends $Command<
24
+ RemoveAttributesFromFindingsCommandInput,
25
+ RemoveAttributesFromFindingsCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: RemoveAttributesFromFindingsCommandInput;
29
+ constructor(input: RemoveAttributesFromFindingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ RemoveAttributesFromFindingsCommandInput,
37
+ RemoveAttributesFromFindingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
- }
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 { SetTagsForResourceRequest } from "../models/models_0";
14
+ export interface SetTagsForResourceCommandInput
15
+ extends SetTagsForResourceRequest {}
16
+ export interface SetTagsForResourceCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class SetTagsForResourceCommand extends $Command<
19
+ SetTagsForResourceCommandInput,
20
+ SetTagsForResourceCommandOutput,
21
+ InspectorClientResolvedConfig
22
+ > {
23
+ readonly input: SetTagsForResourceCommandInput;
24
+ constructor(input: SetTagsForResourceCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: InspectorClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -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 { 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
- }
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
+ StartAssessmentRunRequest,
15
+ StartAssessmentRunResponse,
16
+ } from "../models/models_0";
17
+ export interface StartAssessmentRunCommandInput
18
+ extends StartAssessmentRunRequest {}
19
+ export interface StartAssessmentRunCommandOutput
20
+ extends StartAssessmentRunResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartAssessmentRunCommand extends $Command<
24
+ StartAssessmentRunCommandInput,
25
+ StartAssessmentRunCommandOutput,
26
+ InspectorClientResolvedConfig
27
+ > {
28
+ readonly input: StartAssessmentRunCommandInput;
29
+ constructor(input: StartAssessmentRunCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: InspectorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput>;
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 { StopAssessmentRunRequest } from "../models/models_0";
5
- export interface StopAssessmentRunCommandInput extends StopAssessmentRunRequest {
6
- }
7
- export interface StopAssessmentRunCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class StopAssessmentRunCommand extends $Command<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: StopAssessmentRunCommandInput;
12
- constructor(input: StopAssessmentRunCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { StopAssessmentRunRequest } from "../models/models_0";
14
+ export interface StopAssessmentRunCommandInput
15
+ extends StopAssessmentRunRequest {}
16
+ export interface StopAssessmentRunCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class StopAssessmentRunCommand extends $Command<
19
+ StopAssessmentRunCommandInput,
20
+ StopAssessmentRunCommandOutput,
21
+ InspectorClientResolvedConfig
22
+ > {
23
+ readonly input: StopAssessmentRunCommandInput;
24
+ constructor(input: StopAssessmentRunCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: InspectorClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
4
- import { SubscribeToEventRequest } from "../models/models_0";
5
- export interface SubscribeToEventCommandInput extends SubscribeToEventRequest {
6
- }
7
- export interface SubscribeToEventCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SubscribeToEventCommand extends $Command<SubscribeToEventCommandInput, SubscribeToEventCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: SubscribeToEventCommandInput;
12
- constructor(input: SubscribeToEventCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubscribeToEventCommandInput, SubscribeToEventCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { SubscribeToEventRequest } from "../models/models_0";
14
+ export interface SubscribeToEventCommandInput extends SubscribeToEventRequest {}
15
+ export interface SubscribeToEventCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class SubscribeToEventCommand extends $Command<
18
+ SubscribeToEventCommandInput,
19
+ SubscribeToEventCommandOutput,
20
+ InspectorClientResolvedConfig
21
+ > {
22
+ readonly input: SubscribeToEventCommandInput;
23
+ constructor(input: SubscribeToEventCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: InspectorClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<SubscribeToEventCommandInput, SubscribeToEventCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { UnsubscribeFromEventRequest } from "../models/models_0";
5
- export interface UnsubscribeFromEventCommandInput extends UnsubscribeFromEventRequest {
6
- }
7
- export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UnsubscribeFromEventCommand extends $Command<UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput, InspectorClientResolvedConfig> {
11
- readonly input: UnsubscribeFromEventCommandInput;
12
- constructor(input: UnsubscribeFromEventCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { UnsubscribeFromEventRequest } from "../models/models_0";
14
+ export interface UnsubscribeFromEventCommandInput
15
+ extends UnsubscribeFromEventRequest {}
16
+ export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class UnsubscribeFromEventCommand extends $Command<
19
+ UnsubscribeFromEventCommandInput,
20
+ UnsubscribeFromEventCommandOutput,
21
+ InspectorClientResolvedConfig
22
+ > {
23
+ readonly input: UnsubscribeFromEventCommandInput;
24
+ constructor(input: UnsubscribeFromEventCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: InspectorClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ UnsubscribeFromEventCommandInput,
32
+ UnsubscribeFromEventCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }