@aws-sdk/client-inspector2 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Inspector2.d.ts +586 -165
  3. package/dist-types/ts3.4/Inspector2Client.d.ts +321 -105
  4. package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DisableCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/EnableCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -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 +8 -6
  40. package/dist-types/ts3.4/models/index.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +2317 -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 +66 -38
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  58. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { CancelFindingsReportRequest, CancelFindingsReportResponse } from "../models/models_0";
5
- export interface CancelFindingsReportCommandInput extends CancelFindingsReportRequest {
6
- }
7
- export interface CancelFindingsReportCommandOutput extends CancelFindingsReportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelFindingsReportCommand extends $Command<CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput, Inspector2ClientResolvedConfig> {
11
- readonly input: CancelFindingsReportCommandInput;
12
- constructor(input: CancelFindingsReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput>;
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
+ CancelFindingsReportRequest,
15
+ CancelFindingsReportResponse,
16
+ } from "../models/models_0";
17
+ export interface CancelFindingsReportCommandInput
18
+ extends CancelFindingsReportRequest {}
19
+ export interface CancelFindingsReportCommandOutput
20
+ extends CancelFindingsReportResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CancelFindingsReportCommand extends $Command<
24
+ CancelFindingsReportCommandInput,
25
+ CancelFindingsReportCommandOutput,
26
+ Inspector2ClientResolvedConfig
27
+ > {
28
+ readonly input: CancelFindingsReportCommandInput;
29
+ constructor(input: CancelFindingsReportCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Inspector2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CancelFindingsReportCommandInput,
37
+ CancelFindingsReportCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
19
+ export declare class CreateFilterCommand extends $Command<
20
+ CreateFilterCommandInput,
21
+ CreateFilterCommandOutput,
22
+ Inspector2ClientResolvedConfig
23
+ > {
24
+ readonly input: CreateFilterCommandInput;
25
+ constructor(input: CreateFilterCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: Inspector2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
23
+ export declare class CreateFindingsReportCommand extends $Command<
24
+ CreateFindingsReportCommandInput,
25
+ CreateFindingsReportCommandOutput,
26
+ Inspector2ClientResolvedConfig
27
+ > {
28
+ readonly input: CreateFindingsReportCommandInput;
29
+ constructor(input: CreateFindingsReportCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Inspector2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateFindingsReportCommandInput,
37
+ CreateFindingsReportCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
19
+ export declare class DeleteFilterCommand extends $Command<
20
+ DeleteFilterCommandInput,
21
+ DeleteFilterCommandOutput,
22
+ Inspector2ClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteFilterCommandInput;
25
+ constructor(input: DeleteFilterCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: Inspector2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteFilterCommandInput, DeleteFilterCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
23
+ export declare class DescribeOrganizationConfigurationCommand extends $Command<
24
+ DescribeOrganizationConfigurationCommandInput,
25
+ DescribeOrganizationConfigurationCommandOutput,
26
+ Inspector2ClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeOrganizationConfigurationCommandInput;
29
+ constructor(input: DescribeOrganizationConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Inspector2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeOrganizationConfigurationCommandInput,
37
+ DescribeOrganizationConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
19
+ export declare class DisableCommand extends $Command<
20
+ DisableCommandInput,
21
+ DisableCommandOutput,
22
+ Inspector2ClientResolvedConfig
23
+ > {
24
+ readonly input: DisableCommandInput;
25
+ constructor(input: DisableCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: Inspector2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DisableCommandInput, DisableCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
23
+ export declare class DisableDelegatedAdminAccountCommand extends $Command<
24
+ DisableDelegatedAdminAccountCommandInput,
25
+ DisableDelegatedAdminAccountCommandOutput,
26
+ Inspector2ClientResolvedConfig
27
+ > {
28
+ readonly input: DisableDelegatedAdminAccountCommandInput;
29
+ constructor(input: DisableDelegatedAdminAccountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Inspector2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisableDelegatedAdminAccountCommandInput,
37
+ DisableDelegatedAdminAccountCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
23
+ export declare class DisassociateMemberCommand extends $Command<
24
+ DisassociateMemberCommandInput,
25
+ DisassociateMemberCommandOutput,
26
+ Inspector2ClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateMemberCommandInput;
29
+ constructor(input: DisassociateMemberCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Inspector2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DisassociateMemberCommandInput, DisassociateMemberCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { 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
+
17
+ export declare class EnableCommand extends $Command<
18
+ EnableCommandInput,
19
+ EnableCommandOutput,
20
+ Inspector2ClientResolvedConfig
21
+ > {
22
+ readonly input: EnableCommandInput;
23
+ constructor(input: EnableCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: Inspector2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<EnableCommandInput, EnableCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
+
23
+ export declare class EnableDelegatedAdminAccountCommand extends $Command<
24
+ EnableDelegatedAdminAccountCommandInput,
25
+ EnableDelegatedAdminAccountCommandOutput,
26
+ Inspector2ClientResolvedConfig
27
+ > {
28
+ readonly input: EnableDelegatedAdminAccountCommandInput;
29
+ constructor(input: EnableDelegatedAdminAccountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Inspector2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ EnableDelegatedAdminAccountCommandInput,
37
+ EnableDelegatedAdminAccountCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
+
22
+ export declare class GetConfigurationCommand extends $Command<
23
+ GetConfigurationCommandInput,
24
+ GetConfigurationCommandOutput,
25
+ Inspector2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetConfigurationCommandInput;
28
+ constructor(input: GetConfigurationCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Inspector2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }