@aws-sdk/client-macie2 3.128.0 → 3.137.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.
- package/CHANGELOG.md +31 -0
- package/dist-cjs/Macie2.js +60 -0
- package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
- package/dist-cjs/commands/BatchGetCustomDataIdentifiersCommand.js +2 -2
- package/dist-cjs/commands/CreateClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/CreateFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/CreateInvitationsCommand.js +2 -2
- package/dist-cjs/commands/CreateMemberCommand.js +2 -2
- package/dist-cjs/commands/CreateSampleFindingsCommand.js +2 -2
- package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/DeleteFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
- package/dist-cjs/commands/DescribeBucketsCommand.js +2 -2
- package/dist-cjs/commands/DescribeClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DisableMacieCommand.js +2 -2
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
- package/dist-cjs/commands/EnableMacieCommand.js +2 -2
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
- package/dist-cjs/commands/GetBucketStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetClassificationExportConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/GetFindingStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsPublicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
- package/dist-cjs/commands/GetMacieSessionCommand.js +2 -2
- package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
- package/dist-cjs/commands/GetMemberCommand.js +2 -2
- package/dist-cjs/commands/GetRevealConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +36 -0
- package/dist-cjs/commands/GetSensitiveDataOccurrencesCommand.js +36 -0
- package/dist-cjs/commands/GetUsageStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetUsageTotalsCommand.js +2 -2
- package/dist-cjs/commands/ListClassificationJobsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomDataIdentifiersCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsFiltersCommand.js +2 -2
- package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/UpdateFindingsFilterCommand.js +2 -2
- package/dist-cjs/commands/UpdateMacieSessionCommand.js +2 -2
- package/dist-cjs/commands/UpdateMemberSessionCommand.js +2 -2
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateRevealConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/models/models_0.js +1007 -1392
- package/dist-cjs/protocols/Aws_restJson1.js +368 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-cjs/waiters/waitForFindingRevealed.js +45 -0
- package/dist-es/Macie2.js +60 -0
- package/dist-es/commands/AcceptInvitationCommand.js +3 -3
- package/dist-es/commands/BatchGetCustomDataIdentifiersCommand.js +3 -3
- package/dist-es/commands/CreateClassificationJobCommand.js +3 -3
- package/dist-es/commands/CreateCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/CreateFindingsFilterCommand.js +3 -3
- package/dist-es/commands/CreateInvitationsCommand.js +3 -3
- package/dist-es/commands/CreateMemberCommand.js +3 -3
- package/dist-es/commands/CreateSampleFindingsCommand.js +3 -3
- package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/DeleteFindingsFilterCommand.js +3 -3
- package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
- package/dist-es/commands/DeleteMemberCommand.js +3 -3
- package/dist-es/commands/DescribeBucketsCommand.js +3 -3
- package/dist-es/commands/DescribeClassificationJobCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/DisableMacieCommand.js +3 -3
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateMemberCommand.js +3 -3
- package/dist-es/commands/EnableMacieCommand.js +3 -3
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
- package/dist-es/commands/GetBucketStatisticsCommand.js +3 -3
- package/dist-es/commands/GetClassificationExportConfigurationCommand.js +3 -3
- package/dist-es/commands/GetCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/GetFindingStatisticsCommand.js +3 -3
- package/dist-es/commands/GetFindingsCommand.js +3 -3
- package/dist-es/commands/GetFindingsFilterCommand.js +3 -3
- package/dist-es/commands/GetFindingsPublicationConfigurationCommand.js +3 -3
- package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
- package/dist-es/commands/GetMacieSessionCommand.js +3 -3
- package/dist-es/commands/GetMasterAccountCommand.js +3 -3
- package/dist-es/commands/GetMemberCommand.js +3 -3
- package/dist-es/commands/GetRevealConfigurationCommand.js +39 -0
- package/dist-es/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +39 -0
- package/dist-es/commands/GetSensitiveDataOccurrencesCommand.js +39 -0
- package/dist-es/commands/GetUsageStatisticsCommand.js +3 -3
- package/dist-es/commands/GetUsageTotalsCommand.js +3 -3
- package/dist-es/commands/ListClassificationJobsCommand.js +3 -3
- package/dist-es/commands/ListCustomDataIdentifiersCommand.js +3 -3
- package/dist-es/commands/ListFindingsCommand.js +3 -3
- package/dist-es/commands/ListFindingsFiltersCommand.js +3 -3
- package/dist-es/commands/ListInvitationsCommand.js +3 -3
- package/dist-es/commands/ListManagedDataIdentifiersCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutClassificationExportConfigurationCommand.js +3 -3
- package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
- package/dist-es/commands/SearchResourcesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TestCustomDataIdentifierCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateClassificationJobCommand.js +3 -3
- package/dist-es/commands/UpdateFindingsFilterCommand.js +3 -3
- package/dist-es/commands/UpdateMacieSessionCommand.js +3 -3
- package/dist-es/commands/UpdateMemberSessionCommand.js +3 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateRevealConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +277 -924
- package/dist-es/protocols/Aws_restJson1.js +470 -1
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForFindingRevealed.js +60 -0
- package/dist-types/Macie2.d.ts +28 -0
- package/dist-types/Macie2Client.d.ts +6 -2
- package/dist-types/commands/GetRevealConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +35 -0
- package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1074 -1387
- package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/Macie2.d.ts +20 -0
- package/dist-types/ts3.4/Macie2Client.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +550 -917
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForFindingRevealed.d.ts +7 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForFindingRevealed.d.ts +14 -0
- package/package.json +10 -9
|
@@ -35,6 +35,9 @@ import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } fro
|
|
|
35
35
|
import { GetMacieSessionCommandInput, GetMacieSessionCommandOutput } from "../commands/GetMacieSessionCommand";
|
|
36
36
|
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "../commands/GetMasterAccountCommand";
|
|
37
37
|
import { GetMemberCommandInput, GetMemberCommandOutput } from "../commands/GetMemberCommand";
|
|
38
|
+
import { GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput } from "../commands/GetRevealConfigurationCommand";
|
|
39
|
+
import { GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput } from "../commands/GetSensitiveDataOccurrencesAvailabilityCommand";
|
|
40
|
+
import { GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput } from "../commands/GetSensitiveDataOccurrencesCommand";
|
|
38
41
|
import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "../commands/GetUsageStatisticsCommand";
|
|
39
42
|
import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "../commands/GetUsageTotalsCommand";
|
|
40
43
|
import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "../commands/ListClassificationJobsCommand";
|
|
@@ -57,6 +60,7 @@ import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } f
|
|
|
57
60
|
import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "../commands/UpdateMacieSessionCommand";
|
|
58
61
|
import { UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput } from "../commands/UpdateMemberSessionCommand";
|
|
59
62
|
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
|
|
63
|
+
import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "../commands/UpdateRevealConfigurationCommand";
|
|
60
64
|
export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
65
|
export declare const serializeAws_restJson1BatchGetCustomDataIdentifiersCommand: (input: BatchGetCustomDataIdentifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
66
|
export declare const serializeAws_restJson1CreateClassificationJobCommand: (input: CreateClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -92,6 +96,9 @@ export declare const serializeAws_restJson1GetInvitationsCountCommand: (input: G
|
|
|
92
96
|
export declare const serializeAws_restJson1GetMacieSessionCommand: (input: GetMacieSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
97
|
export declare const serializeAws_restJson1GetMasterAccountCommand: (input: GetMasterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
98
|
export declare const serializeAws_restJson1GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_restJson1GetRevealConfigurationCommand: (input: GetRevealConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
export declare const serializeAws_restJson1GetSensitiveDataOccurrencesCommand: (input: GetSensitiveDataOccurrencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
export declare const serializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand: (input: GetSensitiveDataOccurrencesAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
102
|
export declare const serializeAws_restJson1GetUsageStatisticsCommand: (input: GetUsageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
103
|
export declare const serializeAws_restJson1GetUsageTotalsCommand: (input: GetUsageTotalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
104
|
export declare const serializeAws_restJson1ListClassificationJobsCommand: (input: ListClassificationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -114,6 +121,7 @@ export declare const serializeAws_restJson1UpdateFindingsFilterCommand: (input:
|
|
|
114
121
|
export declare const serializeAws_restJson1UpdateMacieSessionCommand: (input: UpdateMacieSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
122
|
export declare const serializeAws_restJson1UpdateMemberSessionCommand: (input: UpdateMemberSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
123
|
export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
export declare const serializeAws_restJson1UpdateRevealConfigurationCommand: (input: UpdateRevealConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
125
|
export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
|
|
118
126
|
export declare const deserializeAws_restJson1BatchGetCustomDataIdentifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCustomDataIdentifiersCommandOutput>;
|
|
119
127
|
export declare const deserializeAws_restJson1CreateClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClassificationJobCommandOutput>;
|
|
@@ -149,6 +157,9 @@ export declare const deserializeAws_restJson1GetInvitationsCountCommand: (output
|
|
|
149
157
|
export declare const deserializeAws_restJson1GetMacieSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMacieSessionCommandOutput>;
|
|
150
158
|
export declare const deserializeAws_restJson1GetMasterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMasterAccountCommandOutput>;
|
|
151
159
|
export declare const deserializeAws_restJson1GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
|
|
160
|
+
export declare const deserializeAws_restJson1GetRevealConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRevealConfigurationCommandOutput>;
|
|
161
|
+
export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSensitiveDataOccurrencesCommandOutput>;
|
|
162
|
+
export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
|
|
152
163
|
export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageStatisticsCommandOutput>;
|
|
153
164
|
export declare const deserializeAws_restJson1GetUsageTotalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageTotalsCommandOutput>;
|
|
154
165
|
export declare const deserializeAws_restJson1ListClassificationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClassificationJobsCommandOutput>;
|
|
@@ -171,3 +182,4 @@ export declare const deserializeAws_restJson1UpdateFindingsFilterCommand: (outpu
|
|
|
171
182
|
export declare const deserializeAws_restJson1UpdateMacieSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMacieSessionCommandOutput>;
|
|
172
183
|
export declare const deserializeAws_restJson1UpdateMemberSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMemberSessionCommandOutput>;
|
|
173
184
|
export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
185
|
+
export declare const deserializeAws_restJson1UpdateRevealConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRevealConfigurationCommandOutput>;
|
|
@@ -34,6 +34,9 @@ import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } fro
|
|
|
34
34
|
import { GetMacieSessionCommandInput, GetMacieSessionCommandOutput } from "./commands/GetMacieSessionCommand";
|
|
35
35
|
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
36
36
|
import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
|
|
37
|
+
import { GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput } from "./commands/GetRevealConfigurationCommand";
|
|
38
|
+
import { GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput } from "./commands/GetSensitiveDataOccurrencesAvailabilityCommand";
|
|
39
|
+
import { GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput } from "./commands/GetSensitiveDataOccurrencesCommand";
|
|
37
40
|
import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
|
|
38
41
|
import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "./commands/GetUsageTotalsCommand";
|
|
39
42
|
import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "./commands/ListClassificationJobsCommand";
|
|
@@ -56,6 +59,7 @@ import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } f
|
|
|
56
59
|
import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "./commands/UpdateMacieSessionCommand";
|
|
57
60
|
import { UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput } from "./commands/UpdateMemberSessionCommand";
|
|
58
61
|
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
62
|
+
import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "./commands/UpdateRevealConfigurationCommand";
|
|
59
63
|
import { Macie2Client } from "./Macie2Client";
|
|
60
64
|
|
|
61
65
|
export declare class Macie2 extends Macie2Client {
|
|
@@ -200,6 +204,18 @@ export declare class Macie2 extends Macie2Client {
|
|
|
200
204
|
getMember(args: GetMemberCommandInput, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
|
|
201
205
|
getMember(args: GetMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
|
|
202
206
|
|
|
207
|
+
getRevealConfiguration(args: GetRevealConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetRevealConfigurationCommandOutput>;
|
|
208
|
+
getRevealConfiguration(args: GetRevealConfigurationCommandInput, cb: (err: any, data?: GetRevealConfigurationCommandOutput) => void): void;
|
|
209
|
+
getRevealConfiguration(args: GetRevealConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRevealConfigurationCommandOutput) => void): void;
|
|
210
|
+
|
|
211
|
+
getSensitiveDataOccurrences(args: GetSensitiveDataOccurrencesCommandInput, options?: __HttpHandlerOptions): Promise<GetSensitiveDataOccurrencesCommandOutput>;
|
|
212
|
+
getSensitiveDataOccurrences(args: GetSensitiveDataOccurrencesCommandInput, cb: (err: any, data?: GetSensitiveDataOccurrencesCommandOutput) => void): void;
|
|
213
|
+
getSensitiveDataOccurrences(args: GetSensitiveDataOccurrencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSensitiveDataOccurrencesCommandOutput) => void): void;
|
|
214
|
+
|
|
215
|
+
getSensitiveDataOccurrencesAvailability(args: GetSensitiveDataOccurrencesAvailabilityCommandInput, options?: __HttpHandlerOptions): Promise<GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
|
|
216
|
+
getSensitiveDataOccurrencesAvailability(args: GetSensitiveDataOccurrencesAvailabilityCommandInput, cb: (err: any, data?: GetSensitiveDataOccurrencesAvailabilityCommandOutput) => void): void;
|
|
217
|
+
getSensitiveDataOccurrencesAvailability(args: GetSensitiveDataOccurrencesAvailabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSensitiveDataOccurrencesAvailabilityCommandOutput) => void): void;
|
|
218
|
+
|
|
203
219
|
getUsageStatistics(args: GetUsageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageStatisticsCommandOutput>;
|
|
204
220
|
getUsageStatistics(args: GetUsageStatisticsCommandInput, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
|
|
205
221
|
getUsageStatistics(args: GetUsageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
|
|
@@ -287,4 +303,8 @@ export declare class Macie2 extends Macie2Client {
|
|
|
287
303
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
288
304
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
289
305
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
306
|
+
|
|
307
|
+
updateRevealConfiguration(args: UpdateRevealConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRevealConfigurationCommandOutput>;
|
|
308
|
+
updateRevealConfiguration(args: UpdateRevealConfigurationCommandInput, cb: (err: any, data?: UpdateRevealConfigurationCommandOutput) => void): void;
|
|
309
|
+
updateRevealConfiguration(args: UpdateRevealConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRevealConfigurationCommandOutput) => void): void;
|
|
290
310
|
}
|
|
@@ -41,6 +41,9 @@ import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } fro
|
|
|
41
41
|
import { GetMacieSessionCommandInput, GetMacieSessionCommandOutput } from "./commands/GetMacieSessionCommand";
|
|
42
42
|
import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
|
|
43
43
|
import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
|
|
44
|
+
import { GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput } from "./commands/GetRevealConfigurationCommand";
|
|
45
|
+
import { GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput } from "./commands/GetSensitiveDataOccurrencesAvailabilityCommand";
|
|
46
|
+
import { GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput } from "./commands/GetSensitiveDataOccurrencesCommand";
|
|
44
47
|
import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
|
|
45
48
|
import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "./commands/GetUsageTotalsCommand";
|
|
46
49
|
import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "./commands/ListClassificationJobsCommand";
|
|
@@ -63,8 +66,9 @@ import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } f
|
|
|
63
66
|
import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "./commands/UpdateMacieSessionCommand";
|
|
64
67
|
import { UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput } from "./commands/UpdateMemberSessionCommand";
|
|
65
68
|
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
66
|
-
|
|
67
|
-
export declare type
|
|
69
|
+
import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "./commands/UpdateRevealConfigurationCommand";
|
|
70
|
+
export declare type ServiceInputTypes = AcceptInvitationCommandInput | BatchGetCustomDataIdentifiersCommandInput | CreateClassificationJobCommandInput | CreateCustomDataIdentifierCommandInput | CreateFindingsFilterCommandInput | CreateInvitationsCommandInput | CreateMemberCommandInput | CreateSampleFindingsCommandInput | DeclineInvitationsCommandInput | DeleteCustomDataIdentifierCommandInput | DeleteFindingsFilterCommandInput | DeleteInvitationsCommandInput | DeleteMemberCommandInput | DescribeBucketsCommandInput | DescribeClassificationJobCommandInput | DescribeOrganizationConfigurationCommandInput | DisableMacieCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMemberCommandInput | EnableMacieCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetBucketStatisticsCommandInput | GetClassificationExportConfigurationCommandInput | GetCustomDataIdentifierCommandInput | GetFindingStatisticsCommandInput | GetFindingsCommandInput | GetFindingsFilterCommandInput | GetFindingsPublicationConfigurationCommandInput | GetInvitationsCountCommandInput | GetMacieSessionCommandInput | GetMasterAccountCommandInput | GetMemberCommandInput | GetRevealConfigurationCommandInput | GetSensitiveDataOccurrencesAvailabilityCommandInput | GetSensitiveDataOccurrencesCommandInput | GetUsageStatisticsCommandInput | GetUsageTotalsCommandInput | ListClassificationJobsCommandInput | ListCustomDataIdentifiersCommandInput | ListFindingsCommandInput | ListFindingsFiltersCommandInput | ListInvitationsCommandInput | ListManagedDataIdentifiersCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | PutClassificationExportConfigurationCommandInput | PutFindingsPublicationConfigurationCommandInput | SearchResourcesCommandInput | TagResourceCommandInput | TestCustomDataIdentifierCommandInput | UntagResourceCommandInput | UpdateClassificationJobCommandInput | UpdateFindingsFilterCommandInput | UpdateMacieSessionCommandInput | UpdateMemberSessionCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateRevealConfigurationCommandInput;
|
|
71
|
+
export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | BatchGetCustomDataIdentifiersCommandOutput | CreateClassificationJobCommandOutput | CreateCustomDataIdentifierCommandOutput | CreateFindingsFilterCommandOutput | CreateInvitationsCommandOutput | CreateMemberCommandOutput | CreateSampleFindingsCommandOutput | DeclineInvitationsCommandOutput | DeleteCustomDataIdentifierCommandOutput | DeleteFindingsFilterCommandOutput | DeleteInvitationsCommandOutput | DeleteMemberCommandOutput | DescribeBucketsCommandOutput | DescribeClassificationJobCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableMacieCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMemberCommandOutput | EnableMacieCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetBucketStatisticsCommandOutput | GetClassificationExportConfigurationCommandOutput | GetCustomDataIdentifierCommandOutput | GetFindingStatisticsCommandOutput | GetFindingsCommandOutput | GetFindingsFilterCommandOutput | GetFindingsPublicationConfigurationCommandOutput | GetInvitationsCountCommandOutput | GetMacieSessionCommandOutput | GetMasterAccountCommandOutput | GetMemberCommandOutput | GetRevealConfigurationCommandOutput | GetSensitiveDataOccurrencesAvailabilityCommandOutput | GetSensitiveDataOccurrencesCommandOutput | GetUsageStatisticsCommandOutput | GetUsageTotalsCommandOutput | ListClassificationJobsCommandOutput | ListCustomDataIdentifiersCommandOutput | ListFindingsCommandOutput | ListFindingsFiltersCommandOutput | ListInvitationsCommandOutput | ListManagedDataIdentifiersCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | PutClassificationExportConfigurationCommandOutput | PutFindingsPublicationConfigurationCommandOutput | SearchResourcesCommandOutput | TagResourceCommandOutput | TestCustomDataIdentifierCommandOutput | UntagResourceCommandOutput | UpdateClassificationJobCommandOutput | UpdateFindingsFilterCommandOutput | UpdateMacieSessionCommandOutput | UpdateMemberSessionCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateRevealConfigurationCommandOutput;
|
|
68
72
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
69
73
|
|
|
70
74
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { UpdateRevealConfigurationRequest, UpdateRevealConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateRevealConfigurationCommandInput extends UpdateRevealConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateRevealConfigurationCommandOutput extends UpdateRevealConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateRevealConfigurationCommand extends $Command<UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput, Macie2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateRevealConfigurationCommandInput;
|
|
12
|
+
constructor(input: UpdateRevealConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -33,6 +33,9 @@ export * from "./GetInvitationsCountCommand";
|
|
|
33
33
|
export * from "./GetMacieSessionCommand";
|
|
34
34
|
export * from "./GetMasterAccountCommand";
|
|
35
35
|
export * from "./GetMemberCommand";
|
|
36
|
+
export * from "./GetRevealConfigurationCommand";
|
|
37
|
+
export * from "./GetSensitiveDataOccurrencesAvailabilityCommand";
|
|
38
|
+
export * from "./GetSensitiveDataOccurrencesCommand";
|
|
36
39
|
export * from "./GetUsageStatisticsCommand";
|
|
37
40
|
export * from "./GetUsageTotalsCommand";
|
|
38
41
|
export * from "./ListClassificationJobsCommand";
|
|
@@ -55,3 +58,4 @@ export * from "./UpdateFindingsFilterCommand";
|
|
|
55
58
|
export * from "./UpdateMacieSessionCommand";
|
|
56
59
|
export * from "./UpdateMemberSessionCommand";
|
|
57
60
|
export * from "./UpdateOrganizationConfigurationCommand";
|
|
61
|
+
export * from "./UpdateRevealConfigurationCommand";
|