@aws-sdk/client-macie2 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/CHANGELOG.md +16 -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,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 { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
5
- export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {
6
- }
7
- export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: AcceptInvitationCommandInput;
12
- constructor(input: AcceptInvitationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
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
+ AcceptInvitationRequest,
15
+ AcceptInvitationResponse,
16
+ } from "../models/models_0";
17
+ export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {}
18
+ export interface AcceptInvitationCommandOutput
19
+ extends AcceptInvitationResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class AcceptInvitationCommand extends $Command<
23
+ AcceptInvitationCommandInput,
24
+ AcceptInvitationCommandOutput,
25
+ Macie2ClientResolvedConfig
26
+ > {
27
+ readonly input: AcceptInvitationCommandInput;
28
+ constructor(input: AcceptInvitationCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Macie2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { BatchGetCustomDataIdentifiersRequest, BatchGetCustomDataIdentifiersResponse } from "../models/models_0";
5
- export interface BatchGetCustomDataIdentifiersCommandInput extends BatchGetCustomDataIdentifiersRequest {
6
- }
7
- export interface BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCustomDataIdentifiersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetCustomDataIdentifiersCommand extends $Command<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: BatchGetCustomDataIdentifiersCommandInput;
12
- constructor(input: BatchGetCustomDataIdentifiersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput>;
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
+ BatchGetCustomDataIdentifiersRequest,
15
+ BatchGetCustomDataIdentifiersResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchGetCustomDataIdentifiersCommandInput
18
+ extends BatchGetCustomDataIdentifiersRequest {}
19
+ export interface BatchGetCustomDataIdentifiersCommandOutput
20
+ extends BatchGetCustomDataIdentifiersResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchGetCustomDataIdentifiersCommand extends $Command<
24
+ BatchGetCustomDataIdentifiersCommandInput,
25
+ BatchGetCustomDataIdentifiersCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: BatchGetCustomDataIdentifiersCommandInput;
29
+ constructor(input: BatchGetCustomDataIdentifiersCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchGetCustomDataIdentifiersCommandInput,
37
+ BatchGetCustomDataIdentifiersCommandOutput
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 { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { CreateAllowListRequest, CreateAllowListResponse } from "../models/models_0";
5
- export interface CreateAllowListCommandInput extends CreateAllowListRequest {
6
- }
7
- export interface CreateAllowListCommandOutput extends CreateAllowListResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAllowListCommand extends $Command<CreateAllowListCommandInput, CreateAllowListCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: CreateAllowListCommandInput;
12
- constructor(input: CreateAllowListCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAllowListCommandInput, CreateAllowListCommandOutput>;
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
+ CreateAllowListRequest,
15
+ CreateAllowListResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAllowListCommandInput extends CreateAllowListRequest {}
18
+ export interface CreateAllowListCommandOutput
19
+ extends CreateAllowListResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateAllowListCommand extends $Command<
23
+ CreateAllowListCommandInput,
24
+ CreateAllowListCommandOutput,
25
+ Macie2ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateAllowListCommandInput;
28
+ constructor(input: CreateAllowListCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Macie2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateAllowListCommandInput, CreateAllowListCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
- import { CreateClassificationJobRequest, CreateClassificationJobResponse } from "../models/models_0";
5
- export interface CreateClassificationJobCommandInput extends CreateClassificationJobRequest {
6
- }
7
- export interface CreateClassificationJobCommandOutput extends CreateClassificationJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateClassificationJobCommand extends $Command<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: CreateClassificationJobCommandInput;
12
- constructor(input: CreateClassificationJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput>;
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
+ CreateClassificationJobRequest,
15
+ CreateClassificationJobResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateClassificationJobCommandInput
18
+ extends CreateClassificationJobRequest {}
19
+ export interface CreateClassificationJobCommandOutput
20
+ extends CreateClassificationJobResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateClassificationJobCommand extends $Command<
24
+ CreateClassificationJobCommandInput,
25
+ CreateClassificationJobCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: CreateClassificationJobCommandInput;
29
+ constructor(input: CreateClassificationJobCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateClassificationJobCommandInput,
37
+ CreateClassificationJobCommandOutput
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 { CreateCustomDataIdentifierRequest, CreateCustomDataIdentifierResponse } from "../models/models_0";
5
- export interface CreateCustomDataIdentifierCommandInput extends CreateCustomDataIdentifierRequest {
6
- }
7
- export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDataIdentifierResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCustomDataIdentifierCommand extends $Command<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: CreateCustomDataIdentifierCommandInput;
12
- constructor(input: CreateCustomDataIdentifierCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput>;
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
+ CreateCustomDataIdentifierRequest,
15
+ CreateCustomDataIdentifierResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateCustomDataIdentifierCommandInput
18
+ extends CreateCustomDataIdentifierRequest {}
19
+ export interface CreateCustomDataIdentifierCommandOutput
20
+ extends CreateCustomDataIdentifierResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateCustomDataIdentifierCommand extends $Command<
24
+ CreateCustomDataIdentifierCommandInput,
25
+ CreateCustomDataIdentifierCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCustomDataIdentifierCommandInput;
29
+ constructor(input: CreateCustomDataIdentifierCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateCustomDataIdentifierCommandInput,
37
+ CreateCustomDataIdentifierCommandOutput
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 { CreateFindingsFilterRequest, CreateFindingsFilterResponse } from "../models/models_0";
5
- export interface CreateFindingsFilterCommandInput extends CreateFindingsFilterRequest {
6
- }
7
- export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFindingsFilterCommand extends $Command<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: CreateFindingsFilterCommandInput;
12
- constructor(input: CreateFindingsFilterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput>;
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
+ CreateFindingsFilterRequest,
15
+ CreateFindingsFilterResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateFindingsFilterCommandInput
18
+ extends CreateFindingsFilterRequest {}
19
+ export interface CreateFindingsFilterCommandOutput
20
+ extends CreateFindingsFilterResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateFindingsFilterCommand extends $Command<
24
+ CreateFindingsFilterCommandInput,
25
+ CreateFindingsFilterCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: CreateFindingsFilterCommandInput;
29
+ constructor(input: CreateFindingsFilterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateFindingsFilterCommandInput,
37
+ CreateFindingsFilterCommandOutput
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 { CreateInvitationsRequest, CreateInvitationsResponse } from "../models/models_0";
5
- export interface CreateInvitationsCommandInput extends CreateInvitationsRequest {
6
- }
7
- export interface CreateInvitationsCommandOutput extends CreateInvitationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateInvitationsCommand extends $Command<CreateInvitationsCommandInput, CreateInvitationsCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: CreateInvitationsCommandInput;
12
- constructor(input: CreateInvitationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInvitationsCommandInput, CreateInvitationsCommandOutput>;
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
+ CreateInvitationsRequest,
15
+ CreateInvitationsResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateInvitationsCommandInput
18
+ extends CreateInvitationsRequest {}
19
+ export interface CreateInvitationsCommandOutput
20
+ extends CreateInvitationsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateInvitationsCommand extends $Command<
24
+ CreateInvitationsCommandInput,
25
+ CreateInvitationsCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: CreateInvitationsCommandInput;
29
+ constructor(input: CreateInvitationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateInvitationsCommandInput, CreateInvitationsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { CreateMemberRequest, CreateMemberResponse } from "../models/models_0";
5
- export interface CreateMemberCommandInput extends CreateMemberRequest {
6
- }
7
- export interface CreateMemberCommandOutput extends CreateMemberResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMemberCommand extends $Command<CreateMemberCommandInput, CreateMemberCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: CreateMemberCommandInput;
12
- constructor(input: CreateMemberCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMemberCommandInput, CreateMemberCommandOutput>;
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 { CreateMemberRequest, CreateMemberResponse } from "../models/models_0";
14
+ export interface CreateMemberCommandInput extends CreateMemberRequest {}
15
+ export interface CreateMemberCommandOutput
16
+ extends CreateMemberResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateMemberCommand extends $Command<
20
+ CreateMemberCommandInput,
21
+ CreateMemberCommandOutput,
22
+ Macie2ClientResolvedConfig
23
+ > {
24
+ readonly input: CreateMemberCommandInput;
25
+ constructor(input: CreateMemberCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: Macie2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateMemberCommandInput, CreateMemberCommandOutput>;
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 { CreateSampleFindingsRequest, CreateSampleFindingsResponse } from "../models/models_0";
5
- export interface CreateSampleFindingsCommandInput extends CreateSampleFindingsRequest {
6
- }
7
- export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSampleFindingsCommand extends $Command<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: CreateSampleFindingsCommandInput;
12
- constructor(input: CreateSampleFindingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput>;
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
+ CreateSampleFindingsRequest,
15
+ CreateSampleFindingsResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateSampleFindingsCommandInput
18
+ extends CreateSampleFindingsRequest {}
19
+ export interface CreateSampleFindingsCommandOutput
20
+ extends CreateSampleFindingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateSampleFindingsCommand extends $Command<
24
+ CreateSampleFindingsCommandInput,
25
+ CreateSampleFindingsCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: CreateSampleFindingsCommandInput;
29
+ constructor(input: CreateSampleFindingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateSampleFindingsCommandInput,
37
+ CreateSampleFindingsCommandOutput
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 { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_0";
5
- export interface DeclineInvitationsCommandInput extends DeclineInvitationsRequest {
6
- }
7
- export interface DeclineInvitationsCommandOutput extends DeclineInvitationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: DeclineInvitationsCommandInput;
12
- constructor(input: DeclineInvitationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput>;
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
+ DeclineInvitationsRequest,
15
+ DeclineInvitationsResponse,
16
+ } from "../models/models_0";
17
+ export interface DeclineInvitationsCommandInput
18
+ extends DeclineInvitationsRequest {}
19
+ export interface DeclineInvitationsCommandOutput
20
+ extends DeclineInvitationsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeclineInvitationsCommand extends $Command<
24
+ DeclineInvitationsCommandInput,
25
+ DeclineInvitationsCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: DeclineInvitationsCommandInput;
29
+ constructor(input: DeclineInvitationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput>;
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 { DeleteAllowListRequest, DeleteAllowListResponse } from "../models/models_0";
5
- export interface DeleteAllowListCommandInput extends DeleteAllowListRequest {
6
- }
7
- export interface DeleteAllowListCommandOutput extends DeleteAllowListResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAllowListCommand extends $Command<DeleteAllowListCommandInput, DeleteAllowListCommandOutput, Macie2ClientResolvedConfig> {
11
- readonly input: DeleteAllowListCommandInput;
12
- constructor(input: DeleteAllowListCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAllowListCommandInput, DeleteAllowListCommandOutput>;
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
+ DeleteAllowListRequest,
15
+ DeleteAllowListResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteAllowListCommandInput extends DeleteAllowListRequest {}
18
+ export interface DeleteAllowListCommandOutput
19
+ extends DeleteAllowListResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteAllowListCommand extends $Command<
23
+ DeleteAllowListCommandInput,
24
+ DeleteAllowListCommandOutput,
25
+ Macie2ClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteAllowListCommandInput;
28
+ constructor(input: DeleteAllowListCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: Macie2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteAllowListCommandInput, DeleteAllowListCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }