@aws-sdk/client-inspector2 3.169.0 → 3.171.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 (58) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Inspector2.d.ts +554 -165
  3. package/dist-types/ts3.4/Inspector2Client.d.ts +296 -105
  4. package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DisableCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/EnableCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/index.d.ts +32 -32
  37. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  38. package/dist-types/ts3.4/index.d.ts +6 -6
  39. package/dist-types/ts3.4/models/Inspector2ServiceException.d.ts +7 -6
  40. package/dist-types/ts3.4/models/index.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +1757 -2195
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  43. package/dist-types/ts3.4/pagination/ListAccountPermissionsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListCoverageStatisticsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListDelegatedAdminAccountsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListFindingAggregationsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListUsageTotalsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  58. package/package.json +34 -34
@@ -1,17 +1,39 @@
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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { GetFindingsReportStatusRequest, GetFindingsReportStatusResponse } from "../models/models_0";
5
- export interface GetFindingsReportStatusCommandInput extends GetFindingsReportStatusRequest {
6
- }
7
- export interface GetFindingsReportStatusCommandOutput extends GetFindingsReportStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFindingsReportStatusCommand extends $Command<GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: GetFindingsReportStatusCommandInput;
12
- constructor(input: GetFindingsReportStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput>;
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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
13
+ import {
14
+ GetFindingsReportStatusRequest,
15
+ GetFindingsReportStatusResponse,
16
+ } from "../models/models_0";
17
+ export interface GetFindingsReportStatusCommandInput
18
+ extends GetFindingsReportStatusRequest {}
19
+ export interface GetFindingsReportStatusCommandOutput
20
+ extends GetFindingsReportStatusResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetFindingsReportStatusCommand extends $Command<
23
+ GetFindingsReportStatusCommandInput,
24
+ GetFindingsReportStatusCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetFindingsReportStatusCommandInput;
28
+ constructor(input: GetFindingsReportStatusCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetFindingsReportStatusCommandInput,
35
+ GetFindingsReportStatusCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { GetMemberRequest, GetMemberResponse } from "../models/models_0";
5
- export interface GetMemberCommandInput extends GetMemberRequest {
6
- }
7
- export interface GetMemberCommandOutput extends GetMemberResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMemberCommand extends $Command<GetMemberCommandInput, GetMemberCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: GetMemberCommandInput;
12
- constructor(input: GetMemberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMemberCommandInput, GetMemberCommandOutput>;
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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
13
+ import { GetMemberRequest, GetMemberResponse } from "../models/models_0";
14
+ export interface GetMemberCommandInput extends GetMemberRequest {}
15
+ export interface GetMemberCommandOutput
16
+ extends GetMemberResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetMemberCommand extends $Command<
19
+ GetMemberCommandInput,
20
+ GetMemberCommandOutput,
21
+ Inspector2ClientResolvedConfig
22
+ > {
23
+ readonly input: GetMemberCommandInput;
24
+ constructor(input: GetMemberCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: Inspector2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetMemberCommandInput, GetMemberCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListAccountPermissionsRequest, ListAccountPermissionsResponse } from "../models/models_0";
5
- export interface ListAccountPermissionsCommandInput extends ListAccountPermissionsRequest {
6
- }
7
- export interface ListAccountPermissionsCommandOutput extends ListAccountPermissionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAccountPermissionsCommand extends $Command<ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: ListAccountPermissionsCommandInput;
12
- constructor(input: ListAccountPermissionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput>;
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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
13
+ import {
14
+ ListAccountPermissionsRequest,
15
+ ListAccountPermissionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAccountPermissionsCommandInput
18
+ extends ListAccountPermissionsRequest {}
19
+ export interface ListAccountPermissionsCommandOutput
20
+ extends ListAccountPermissionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListAccountPermissionsCommand extends $Command<
23
+ ListAccountPermissionsCommandInput,
24
+ ListAccountPermissionsCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListAccountPermissionsCommandInput;
28
+ constructor(input: ListAccountPermissionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListAccountPermissionsCommandInput,
35
+ ListAccountPermissionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0";
5
- export interface ListCoverageCommandInput extends ListCoverageRequest {
6
- }
7
- export interface ListCoverageCommandOutput extends ListCoverageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCoverageCommand extends $Command<ListCoverageCommandInput, ListCoverageCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: ListCoverageCommandInput;
12
- constructor(input: ListCoverageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCoverageCommandInput, ListCoverageCommandOutput>;
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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
13
+ import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0";
14
+ export interface ListCoverageCommandInput extends ListCoverageRequest {}
15
+ export interface ListCoverageCommandOutput
16
+ extends ListCoverageResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListCoverageCommand extends $Command<
19
+ ListCoverageCommandInput,
20
+ ListCoverageCommandOutput,
21
+ Inspector2ClientResolvedConfig
22
+ > {
23
+ readonly input: ListCoverageCommandInput;
24
+ constructor(input: ListCoverageCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: Inspector2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListCoverageCommandInput, ListCoverageCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListCoverageStatisticsRequest, ListCoverageStatisticsResponse } from "../models/models_0";
5
- export interface ListCoverageStatisticsCommandInput extends ListCoverageStatisticsRequest {
6
- }
7
- export interface ListCoverageStatisticsCommandOutput extends ListCoverageStatisticsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCoverageStatisticsCommand extends $Command<ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: ListCoverageStatisticsCommandInput;
12
- constructor(input: ListCoverageStatisticsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput>;
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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
13
+ import {
14
+ ListCoverageStatisticsRequest,
15
+ ListCoverageStatisticsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListCoverageStatisticsCommandInput
18
+ extends ListCoverageStatisticsRequest {}
19
+ export interface ListCoverageStatisticsCommandOutput
20
+ extends ListCoverageStatisticsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListCoverageStatisticsCommand extends $Command<
23
+ ListCoverageStatisticsCommandInput,
24
+ ListCoverageStatisticsCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListCoverageStatisticsCommandInput;
28
+ constructor(input: ListCoverageStatisticsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListCoverageStatisticsCommandInput,
35
+ ListCoverageStatisticsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListDelegatedAdminAccountsRequest, ListDelegatedAdminAccountsResponse } from "../models/models_0";
5
- export interface ListDelegatedAdminAccountsCommandInput extends ListDelegatedAdminAccountsRequest {
6
- }
7
- export interface ListDelegatedAdminAccountsCommandOutput extends ListDelegatedAdminAccountsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDelegatedAdminAccountsCommand extends $Command<ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: ListDelegatedAdminAccountsCommandInput;
12
- constructor(input: ListDelegatedAdminAccountsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput>;
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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
13
+ import {
14
+ ListDelegatedAdminAccountsRequest,
15
+ ListDelegatedAdminAccountsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDelegatedAdminAccountsCommandInput
18
+ extends ListDelegatedAdminAccountsRequest {}
19
+ export interface ListDelegatedAdminAccountsCommandOutput
20
+ extends ListDelegatedAdminAccountsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListDelegatedAdminAccountsCommand extends $Command<
23
+ ListDelegatedAdminAccountsCommandInput,
24
+ ListDelegatedAdminAccountsCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListDelegatedAdminAccountsCommandInput;
28
+ constructor(input: ListDelegatedAdminAccountsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListDelegatedAdminAccountsCommandInput,
35
+ ListDelegatedAdminAccountsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
5
- export interface ListFiltersCommandInput extends ListFiltersRequest {
6
- }
7
- export interface ListFiltersCommandOutput extends ListFiltersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: ListFiltersCommandInput;
12
- constructor(input: ListFiltersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFiltersCommandInput, ListFiltersCommandOutput>;
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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
13
+ import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0";
14
+ export interface ListFiltersCommandInput extends ListFiltersRequest {}
15
+ export interface ListFiltersCommandOutput
16
+ extends ListFiltersResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListFiltersCommand extends $Command<
19
+ ListFiltersCommandInput,
20
+ ListFiltersCommandOutput,
21
+ Inspector2ClientResolvedConfig
22
+ > {
23
+ readonly input: ListFiltersCommandInput;
24
+ constructor(input: ListFiltersCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: Inspector2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListFiltersCommandInput, ListFiltersCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListFindingAggregationsRequest, ListFindingAggregationsResponse } from "../models/models_0";
5
- export interface ListFindingAggregationsCommandInput extends ListFindingAggregationsRequest {
6
- }
7
- export interface ListFindingAggregationsCommandOutput extends ListFindingAggregationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFindingAggregationsCommand extends $Command<ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: ListFindingAggregationsCommandInput;
12
- constructor(input: ListFindingAggregationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput>;
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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
13
+ import {
14
+ ListFindingAggregationsRequest,
15
+ ListFindingAggregationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListFindingAggregationsCommandInput
18
+ extends ListFindingAggregationsRequest {}
19
+ export interface ListFindingAggregationsCommandOutput
20
+ extends ListFindingAggregationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListFindingAggregationsCommand extends $Command<
23
+ ListFindingAggregationsCommandInput,
24
+ ListFindingAggregationsCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListFindingAggregationsCommandInput;
28
+ constructor(input: ListFindingAggregationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListFindingAggregationsCommandInput,
35
+ ListFindingAggregationsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
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, Inspector2ClientResolvedConfig> {
11
- readonly input: ListFindingsCommandInput;
12
- constructor(input: ListFindingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, 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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
13
+ import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
14
+ export interface ListFindingsCommandInput extends ListFindingsRequest {}
15
+ export interface ListFindingsCommandOutput
16
+ extends ListFindingsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListFindingsCommand extends $Command<
19
+ ListFindingsCommandInput,
20
+ ListFindingsCommandOutput,
21
+ Inspector2ClientResolvedConfig
22
+ > {
23
+ readonly input: ListFindingsCommandInput;
24
+ constructor(input: ListFindingsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: Inspector2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
5
- export interface ListMembersCommandInput extends ListMembersRequest {
6
- }
7
- export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: ListMembersCommandInput;
12
- constructor(input: ListMembersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
13
+ import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
14
+ export interface ListMembersCommandInput extends ListMembersRequest {}
15
+ export interface ListMembersCommandOutput
16
+ extends ListMembersResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListMembersCommand extends $Command<
19
+ ListMembersCommandInput,
20
+ ListMembersCommandOutput,
21
+ Inspector2ClientResolvedConfig
22
+ > {
23
+ readonly input: ListMembersCommandInput;
24
+ constructor(input: ListMembersCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: Inspector2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
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 { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
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, Inspector2ClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, 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
+ Inspector2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Inspector2Client";
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
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }