@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,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 { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
5
- export interface CreateFilterCommandInput extends CreateFilterRequest {
6
- }
7
- export interface CreateFilterCommandOutput extends CreateFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: CreateFilterCommandInput;
12
- constructor(input: CreateFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
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 { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
14
+ export interface CreateFilterCommandInput extends CreateFilterRequest {}
15
+ export interface CreateFilterCommandOutput
16
+ extends CreateFilterResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateFilterCommand extends $Command<
19
+ CreateFilterCommandInput,
20
+ CreateFilterCommandOutput,
21
+ Inspector2ClientResolvedConfig
22
+ > {
23
+ readonly input: CreateFilterCommandInput;
24
+ constructor(input: CreateFilterCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: Inspector2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
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 { CreateFindingsReportRequest, CreateFindingsReportResponse } from "../models/models_0";
5
- export interface CreateFindingsReportCommandInput extends CreateFindingsReportRequest {
6
- }
7
- export interface CreateFindingsReportCommandOutput extends CreateFindingsReportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFindingsReportCommand extends $Command<CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: CreateFindingsReportCommandInput;
12
- constructor(input: CreateFindingsReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput>;
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
+ CreateFindingsReportRequest,
15
+ CreateFindingsReportResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateFindingsReportCommandInput
18
+ extends CreateFindingsReportRequest {}
19
+ export interface CreateFindingsReportCommandOutput
20
+ extends CreateFindingsReportResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateFindingsReportCommand extends $Command<
23
+ CreateFindingsReportCommandInput,
24
+ CreateFindingsReportCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateFindingsReportCommandInput;
28
+ constructor(input: CreateFindingsReportCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateFindingsReportCommandInput,
35
+ CreateFindingsReportCommandOutput
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 { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0";
5
- export interface DeleteFilterCommandInput extends DeleteFilterRequest {
6
- }
7
- export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: DeleteFilterCommandInput;
12
- constructor(input: DeleteFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
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 { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0";
14
+ export interface DeleteFilterCommandInput extends DeleteFilterRequest {}
15
+ export interface DeleteFilterCommandOutput
16
+ extends DeleteFilterResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteFilterCommand extends $Command<
19
+ DeleteFilterCommandInput,
20
+ DeleteFilterCommandOutput,
21
+ Inspector2ClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteFilterCommandInput;
24
+ constructor(input: DeleteFilterCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: Inspector2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
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 { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
5
- export interface DescribeOrganizationConfigurationCommandInput extends DescribeOrganizationConfigurationRequest {
6
- }
7
- export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: DescribeOrganizationConfigurationCommandInput;
12
- constructor(input: DescribeOrganizationConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput>;
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
+ DescribeOrganizationConfigurationRequest,
15
+ DescribeOrganizationConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeOrganizationConfigurationCommandInput
18
+ extends DescribeOrganizationConfigurationRequest {}
19
+ export interface DescribeOrganizationConfigurationCommandOutput
20
+ extends DescribeOrganizationConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeOrganizationConfigurationCommand extends $Command<
23
+ DescribeOrganizationConfigurationCommandInput,
24
+ DescribeOrganizationConfigurationCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeOrganizationConfigurationCommandInput;
28
+ constructor(input: DescribeOrganizationConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeOrganizationConfigurationCommandInput,
35
+ DescribeOrganizationConfigurationCommandOutput
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 { DisableRequest, DisableResponse } from "../models/models_0";
5
- export interface DisableCommandInput extends DisableRequest {
6
- }
7
- export interface DisableCommandOutput extends DisableResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableCommand extends $Command<DisableCommandInput, DisableCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: DisableCommandInput;
12
- constructor(input: DisableCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableCommandInput, DisableCommandOutput>;
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 { DisableRequest, DisableResponse } from "../models/models_0";
14
+ export interface DisableCommandInput extends DisableRequest {}
15
+ export interface DisableCommandOutput
16
+ extends DisableResponse,
17
+ __MetadataBearer {}
18
+ export declare class DisableCommand extends $Command<
19
+ DisableCommandInput,
20
+ DisableCommandOutput,
21
+ Inspector2ClientResolvedConfig
22
+ > {
23
+ readonly input: DisableCommandInput;
24
+ constructor(input: DisableCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: Inspector2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DisableCommandInput, DisableCommandOutput>;
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 { DisableDelegatedAdminAccountRequest, DisableDelegatedAdminAccountResponse } from "../models/models_0";
5
- export interface DisableDelegatedAdminAccountCommandInput extends DisableDelegatedAdminAccountRequest {
6
- }
7
- export interface DisableDelegatedAdminAccountCommandOutput extends DisableDelegatedAdminAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableDelegatedAdminAccountCommand extends $Command<DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: DisableDelegatedAdminAccountCommandInput;
12
- constructor(input: DisableDelegatedAdminAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput>;
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
+ DisableDelegatedAdminAccountRequest,
15
+ DisableDelegatedAdminAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface DisableDelegatedAdminAccountCommandInput
18
+ extends DisableDelegatedAdminAccountRequest {}
19
+ export interface DisableDelegatedAdminAccountCommandOutput
20
+ extends DisableDelegatedAdminAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisableDelegatedAdminAccountCommand extends $Command<
23
+ DisableDelegatedAdminAccountCommandInput,
24
+ DisableDelegatedAdminAccountCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: DisableDelegatedAdminAccountCommandInput;
28
+ constructor(input: DisableDelegatedAdminAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DisableDelegatedAdminAccountCommandInput,
35
+ DisableDelegatedAdminAccountCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { DisassociateMemberRequest, DisassociateMemberResponse } from "../models/models_0";
5
- export interface DisassociateMemberCommandInput extends DisassociateMemberRequest {
6
- }
7
- export interface DisassociateMemberCommandOutput extends DisassociateMemberResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateMemberCommand extends $Command<DisassociateMemberCommandInput, DisassociateMemberCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: DisassociateMemberCommandInput;
12
- constructor(input: DisassociateMemberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMemberCommandInput, DisassociateMemberCommandOutput>;
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
+ DisassociateMemberRequest,
15
+ DisassociateMemberResponse,
16
+ } from "../models/models_0";
17
+ export interface DisassociateMemberCommandInput
18
+ extends DisassociateMemberRequest {}
19
+ export interface DisassociateMemberCommandOutput
20
+ extends DisassociateMemberResponse,
21
+ __MetadataBearer {}
22
+ export declare class DisassociateMemberCommand extends $Command<
23
+ DisassociateMemberCommandInput,
24
+ DisassociateMemberCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: DisassociateMemberCommandInput;
28
+ constructor(input: DisassociateMemberCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DisassociateMemberCommandInput, DisassociateMemberCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,30 @@
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 { EnableRequest, EnableResponse } from "../models/models_0";
5
- export interface EnableCommandInput extends EnableRequest {
6
- }
7
- export interface EnableCommandOutput extends EnableResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableCommand extends $Command<EnableCommandInput, EnableCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: EnableCommandInput;
12
- constructor(input: EnableCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableCommandInput, EnableCommandOutput>;
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 { EnableRequest, EnableResponse } from "../models/models_0";
14
+ export interface EnableCommandInput extends EnableRequest {}
15
+ export interface EnableCommandOutput extends EnableResponse, __MetadataBearer {}
16
+ export declare class EnableCommand extends $Command<
17
+ EnableCommandInput,
18
+ EnableCommandOutput,
19
+ Inspector2ClientResolvedConfig
20
+ > {
21
+ readonly input: EnableCommandInput;
22
+ constructor(input: EnableCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: Inspector2ClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<EnableCommandInput, EnableCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -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 { EnableDelegatedAdminAccountRequest, EnableDelegatedAdminAccountResponse } from "../models/models_0";
5
- export interface EnableDelegatedAdminAccountCommandInput extends EnableDelegatedAdminAccountRequest {
6
- }
7
- export interface EnableDelegatedAdminAccountCommandOutput extends EnableDelegatedAdminAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableDelegatedAdminAccountCommand extends $Command<EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: EnableDelegatedAdminAccountCommandInput;
12
- constructor(input: EnableDelegatedAdminAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput>;
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
+ EnableDelegatedAdminAccountRequest,
15
+ EnableDelegatedAdminAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface EnableDelegatedAdminAccountCommandInput
18
+ extends EnableDelegatedAdminAccountRequest {}
19
+ export interface EnableDelegatedAdminAccountCommandOutput
20
+ extends EnableDelegatedAdminAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class EnableDelegatedAdminAccountCommand extends $Command<
23
+ EnableDelegatedAdminAccountCommandInput,
24
+ EnableDelegatedAdminAccountCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: EnableDelegatedAdminAccountCommandInput;
28
+ constructor(input: EnableDelegatedAdminAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ EnableDelegatedAdminAccountCommandInput,
35
+ EnableDelegatedAdminAccountCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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 { GetConfigurationRequest, GetConfigurationResponse } from "../models/models_0";
5
- export interface GetConfigurationCommandInput extends GetConfigurationRequest {
6
- }
7
- export interface GetConfigurationCommandOutput extends GetConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetConfigurationCommand extends $Command<GetConfigurationCommandInput, GetConfigurationCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: GetConfigurationCommandInput;
12
- constructor(input: GetConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
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
+ GetConfigurationRequest,
15
+ GetConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
18
+ export interface GetConfigurationCommandOutput
19
+ extends GetConfigurationResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetConfigurationCommand extends $Command<
22
+ GetConfigurationCommandInput,
23
+ GetConfigurationCommandOutput,
24
+ Inspector2ClientResolvedConfig
25
+ > {
26
+ readonly input: GetConfigurationCommandInput;
27
+ constructor(input: GetConfigurationCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: Inspector2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { GetDelegatedAdminAccountRequest, GetDelegatedAdminAccountResponse } from "../models/models_0";
5
- export interface GetDelegatedAdminAccountCommandInput extends GetDelegatedAdminAccountRequest {
6
- }
7
- export interface GetDelegatedAdminAccountCommandOutput extends GetDelegatedAdminAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDelegatedAdminAccountCommand extends $Command<GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: GetDelegatedAdminAccountCommandInput;
12
- constructor(input: GetDelegatedAdminAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput>;
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
+ GetDelegatedAdminAccountRequest,
15
+ GetDelegatedAdminAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface GetDelegatedAdminAccountCommandInput
18
+ extends GetDelegatedAdminAccountRequest {}
19
+ export interface GetDelegatedAdminAccountCommandOutput
20
+ extends GetDelegatedAdminAccountResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetDelegatedAdminAccountCommand extends $Command<
23
+ GetDelegatedAdminAccountCommandInput,
24
+ GetDelegatedAdminAccountCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetDelegatedAdminAccountCommandInput;
28
+ constructor(input: GetDelegatedAdminAccountCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: Inspector2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetDelegatedAdminAccountCommandInput,
35
+ GetDelegatedAdminAccountCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }