@aws-sdk/client-macie2 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 (96) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Macie2.d.ts +1234 -335
  3. package/dist-types/ts3.4/Macie2Client.d.ts +525 -139
  4. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAllowListCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateClassificationJobCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateInvitationsCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DeleteAllowListCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DescribeBucketsCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DisableMacieCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/EnableMacieCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetAllowListCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetFindingsFilterCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/GetMacieSessionCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/GetUsageTotalsCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/ListAllowListsCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -18
  63. package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +38 -17
  67. package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +38 -17
  68. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +7 -7
  73. package/dist-types/ts3.4/models/Macie2ServiceException.d.ts +8 -6
  74. package/dist-types/ts3.4/models/index.d.ts +2 -2
  75. package/dist-types/ts3.4/models/models_0.d.ts +2950 -2768
  76. package/dist-types/ts3.4/models/models_1.d.ts +132 -109
  77. package/dist-types/ts3.4/pagination/DescribeBucketsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  80. package/dist-types/ts3.4/pagination/ListClassificationJobsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListCustomDataIdentifiersPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListFindingsFiltersPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/SearchResourcesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  89. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  94. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  95. package/dist-types/ts3.4/waiters/waitForFindingRevealed.d.ts +13 -7
  96. package/package.json +35 -35
@@ -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 { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { GetFindingsPublicationConfigurationRequest, GetFindingsPublicationConfigurationResponse } from "../models/models_0";
5
- export interface GetFindingsPublicationConfigurationCommandInput extends GetFindingsPublicationConfigurationRequest {
6
- }
7
- export interface GetFindingsPublicationConfigurationCommandOutput extends GetFindingsPublicationConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetFindingsPublicationConfigurationCommand extends $Command<GetFindingsPublicationConfigurationCommandInput, GetFindingsPublicationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: GetFindingsPublicationConfigurationCommandInput;
12
- constructor(input: GetFindingsPublicationConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFindingsPublicationConfigurationCommandInput, GetFindingsPublicationConfigurationCommandOutput>;
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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import {
14
+ GetFindingsPublicationConfigurationRequest,
15
+ GetFindingsPublicationConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetFindingsPublicationConfigurationCommandInput
18
+ extends GetFindingsPublicationConfigurationRequest {}
19
+ export interface GetFindingsPublicationConfigurationCommandOutput
20
+ extends GetFindingsPublicationConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetFindingsPublicationConfigurationCommand extends $Command<
24
+ GetFindingsPublicationConfigurationCommandInput,
25
+ GetFindingsPublicationConfigurationCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetFindingsPublicationConfigurationCommandInput;
29
+ constructor(input: GetFindingsPublicationConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetFindingsPublicationConfigurationCommandInput,
37
+ GetFindingsPublicationConfigurationCommandOutput
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 { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_0";
5
- export interface GetInvitationsCountCommandInput extends GetInvitationsCountRequest {
6
- }
7
- export interface GetInvitationsCountCommandOutput extends GetInvitationsCountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetInvitationsCountCommand extends $Command<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: GetInvitationsCountCommandInput;
12
- constructor(input: GetInvitationsCountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput>;
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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import {
14
+ GetInvitationsCountRequest,
15
+ GetInvitationsCountResponse,
16
+ } from "../models/models_0";
17
+ export interface GetInvitationsCountCommandInput
18
+ extends GetInvitationsCountRequest {}
19
+ export interface GetInvitationsCountCommandOutput
20
+ extends GetInvitationsCountResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetInvitationsCountCommand extends $Command<
24
+ GetInvitationsCountCommandInput,
25
+ GetInvitationsCountCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetInvitationsCountCommandInput;
29
+ constructor(input: GetInvitationsCountCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { GetMacieSessionRequest, GetMacieSessionResponse } from "../models/models_0";
5
- export interface GetMacieSessionCommandInput extends GetMacieSessionRequest {
6
- }
7
- export interface GetMacieSessionCommandOutput extends GetMacieSessionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMacieSessionCommand extends $Command<GetMacieSessionCommandInput, GetMacieSessionCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: GetMacieSessionCommandInput;
12
- constructor(input: GetMacieSessionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMacieSessionCommandInput, GetMacieSessionCommandOutput>;
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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import {
14
+ GetMacieSessionRequest,
15
+ GetMacieSessionResponse,
16
+ } from "../models/models_0";
17
+ export interface GetMacieSessionCommandInput extends GetMacieSessionRequest {}
18
+ export interface GetMacieSessionCommandOutput
19
+ extends GetMacieSessionResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetMacieSessionCommand extends $Command<
23
+ GetMacieSessionCommandInput,
24
+ GetMacieSessionCommandOutput,
25
+ Macie2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetMacieSessionCommandInput;
28
+ constructor(input: GetMacieSessionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Macie2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetMacieSessionCommandInput, GetMacieSessionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_0";
5
- export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {
6
- }
7
- export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetMasterAccountCommand extends $Command<GetMasterAccountCommandInput, GetMasterAccountCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: GetMasterAccountCommandInput;
12
- constructor(input: GetMasterAccountCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMasterAccountCommandInput, GetMasterAccountCommandOutput>;
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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import {
14
+ GetMasterAccountRequest,
15
+ GetMasterAccountResponse,
16
+ } from "../models/models_0";
17
+ export interface GetMasterAccountCommandInput extends GetMasterAccountRequest {}
18
+ export interface GetMasterAccountCommandOutput
19
+ extends GetMasterAccountResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetMasterAccountCommand extends $Command<
23
+ GetMasterAccountCommandInput,
24
+ GetMasterAccountCommandOutput,
25
+ Macie2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetMasterAccountCommandInput;
28
+ constructor(input: GetMasterAccountCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Macie2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetMasterAccountCommandInput, GetMasterAccountCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
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, Macie2ClientResolvedConfig> {
11
- readonly input: GetMemberCommandInput;
12
- constructor(input: GetMemberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, 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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import { GetMemberRequest, GetMemberResponse } from "../models/models_0";
14
+ export interface GetMemberCommandInput extends GetMemberRequest {}
15
+ export interface GetMemberCommandOutput
16
+ extends GetMemberResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetMemberCommand extends $Command<
20
+ GetMemberCommandInput,
21
+ GetMemberCommandOutput,
22
+ Macie2ClientResolvedConfig
23
+ > {
24
+ readonly input: GetMemberCommandInput;
25
+ constructor(input: GetMemberCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: Macie2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetMemberCommandInput, GetMemberCommandOutput>;
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 { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { GetRevealConfigurationRequest, GetRevealConfigurationResponse } from "../models/models_0";
5
- export interface GetRevealConfigurationCommandInput extends GetRevealConfigurationRequest {
6
- }
7
- export interface GetRevealConfigurationCommandOutput extends GetRevealConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRevealConfigurationCommand extends $Command<GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: GetRevealConfigurationCommandInput;
12
- constructor(input: GetRevealConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput>;
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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import {
14
+ GetRevealConfigurationRequest,
15
+ GetRevealConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetRevealConfigurationCommandInput
18
+ extends GetRevealConfigurationRequest {}
19
+ export interface GetRevealConfigurationCommandOutput
20
+ extends GetRevealConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetRevealConfigurationCommand extends $Command<
24
+ GetRevealConfigurationCommandInput,
25
+ GetRevealConfigurationCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetRevealConfigurationCommandInput;
29
+ constructor(input: GetRevealConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetRevealConfigurationCommandInput,
37
+ GetRevealConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { GetSensitiveDataOccurrencesAvailabilityRequest, GetSensitiveDataOccurrencesAvailabilityResponse } from "../models/models_0";
5
- export interface GetSensitiveDataOccurrencesAvailabilityCommandInput extends GetSensitiveDataOccurrencesAvailabilityRequest {
6
- }
7
- export interface GetSensitiveDataOccurrencesAvailabilityCommandOutput extends GetSensitiveDataOccurrencesAvailabilityResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSensitiveDataOccurrencesAvailabilityCommand extends $Command<GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: GetSensitiveDataOccurrencesAvailabilityCommandInput;
12
- constructor(input: GetSensitiveDataOccurrencesAvailabilityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import {
14
+ GetSensitiveDataOccurrencesAvailabilityRequest,
15
+ GetSensitiveDataOccurrencesAvailabilityResponse,
16
+ } from "../models/models_0";
17
+ export interface GetSensitiveDataOccurrencesAvailabilityCommandInput
18
+ extends GetSensitiveDataOccurrencesAvailabilityRequest {}
19
+ export interface GetSensitiveDataOccurrencesAvailabilityCommandOutput
20
+ extends GetSensitiveDataOccurrencesAvailabilityResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetSensitiveDataOccurrencesAvailabilityCommand extends $Command<
24
+ GetSensitiveDataOccurrencesAvailabilityCommandInput,
25
+ GetSensitiveDataOccurrencesAvailabilityCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetSensitiveDataOccurrencesAvailabilityCommandInput;
29
+ constructor(input: GetSensitiveDataOccurrencesAvailabilityCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetSensitiveDataOccurrencesAvailabilityCommandInput,
37
+ GetSensitiveDataOccurrencesAvailabilityCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { GetSensitiveDataOccurrencesRequest, GetSensitiveDataOccurrencesResponse } from "../models/models_0";
5
- export interface GetSensitiveDataOccurrencesCommandInput extends GetSensitiveDataOccurrencesRequest {
6
- }
7
- export interface GetSensitiveDataOccurrencesCommandOutput extends GetSensitiveDataOccurrencesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSensitiveDataOccurrencesCommand extends $Command<GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: GetSensitiveDataOccurrencesCommandInput;
12
- constructor(input: GetSensitiveDataOccurrencesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput>;
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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import {
14
+ GetSensitiveDataOccurrencesRequest,
15
+ GetSensitiveDataOccurrencesResponse,
16
+ } from "../models/models_0";
17
+ export interface GetSensitiveDataOccurrencesCommandInput
18
+ extends GetSensitiveDataOccurrencesRequest {}
19
+ export interface GetSensitiveDataOccurrencesCommandOutput
20
+ extends GetSensitiveDataOccurrencesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetSensitiveDataOccurrencesCommand extends $Command<
24
+ GetSensitiveDataOccurrencesCommandInput,
25
+ GetSensitiveDataOccurrencesCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetSensitiveDataOccurrencesCommandInput;
29
+ constructor(input: GetSensitiveDataOccurrencesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetSensitiveDataOccurrencesCommandInput,
37
+ GetSensitiveDataOccurrencesCommandOutput
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 { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { GetUsageStatisticsRequest, GetUsageStatisticsResponse } from "../models/models_0";
5
- export interface GetUsageStatisticsCommandInput extends GetUsageStatisticsRequest {
6
- }
7
- export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetUsageStatisticsCommand extends $Command<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: GetUsageStatisticsCommandInput;
12
- constructor(input: GetUsageStatisticsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput>;
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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import {
14
+ GetUsageStatisticsRequest,
15
+ GetUsageStatisticsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetUsageStatisticsCommandInput
18
+ extends GetUsageStatisticsRequest {}
19
+ export interface GetUsageStatisticsCommandOutput
20
+ extends GetUsageStatisticsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetUsageStatisticsCommand extends $Command<
24
+ GetUsageStatisticsCommandInput,
25
+ GetUsageStatisticsCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetUsageStatisticsCommandInput;
29
+ constructor(input: GetUsageStatisticsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { GetUsageTotalsRequest, GetUsageTotalsResponse } from "../models/models_0";
5
- export interface GetUsageTotalsCommandInput extends GetUsageTotalsRequest {
6
- }
7
- export interface GetUsageTotalsCommandOutput extends GetUsageTotalsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetUsageTotalsCommand extends $Command<GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: GetUsageTotalsCommandInput;
12
- constructor(input: GetUsageTotalsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput>;
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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import {
14
+ GetUsageTotalsRequest,
15
+ GetUsageTotalsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetUsageTotalsCommandInput extends GetUsageTotalsRequest {}
18
+ export interface GetUsageTotalsCommandOutput
19
+ extends GetUsageTotalsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetUsageTotalsCommand extends $Command<
23
+ GetUsageTotalsCommandInput,
24
+ GetUsageTotalsCommandOutput,
25
+ Macie2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetUsageTotalsCommandInput;
28
+ constructor(input: GetUsageTotalsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Macie2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { ListAllowListsRequest, ListAllowListsResponse } from "../models/models_0";
5
- export interface ListAllowListsCommandInput extends ListAllowListsRequest {
6
- }
7
- export interface ListAllowListsCommandOutput extends ListAllowListsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAllowListsCommand extends $Command<ListAllowListsCommandInput, ListAllowListsCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: ListAllowListsCommandInput;
12
- constructor(input: ListAllowListsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAllowListsCommandInput, ListAllowListsCommandOutput>;
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
+ Macie2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../Macie2Client";
13
+ import {
14
+ ListAllowListsRequest,
15
+ ListAllowListsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAllowListsCommandInput extends ListAllowListsRequest {}
18
+ export interface ListAllowListsCommandOutput
19
+ extends ListAllowListsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListAllowListsCommand extends $Command<
23
+ ListAllowListsCommandInput,
24
+ ListAllowListsCommandOutput,
25
+ Macie2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListAllowListsCommandInput;
28
+ constructor(input: ListAllowListsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Macie2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListAllowListsCommandInput, ListAllowListsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }