@aws-sdk/client-macie2 3.216.0 → 3.219.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/README.md +1 -1
- package/dist-cjs/Macie2.js +195 -0
- package/dist-cjs/commands/GetAutomatedDiscoveryConfigurationCommand.js +46 -0
- package/dist-cjs/commands/GetClassificationScopeCommand.js +46 -0
- package/dist-cjs/commands/GetResourceProfileCommand.js +46 -0
- package/dist-cjs/commands/GetSensitivityInspectionTemplateCommand.js +46 -0
- package/dist-cjs/commands/ListClassificationScopesCommand.js +46 -0
- package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
- package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +3 -3
- package/dist-cjs/commands/ListMembersCommand.js +3 -3
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-cjs/commands/ListResourceProfileArtifactsCommand.js +46 -0
- package/dist-cjs/commands/ListResourceProfileDetectionsCommand.js +46 -0
- package/dist-cjs/commands/ListSensitivityInspectionTemplatesCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +3 -3
- package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
- package/dist-cjs/commands/SearchResourcesCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +1 -2
- package/dist-cjs/commands/UpdateAutomatedDiscoveryConfigurationCommand.js +46 -0
- package/dist-cjs/commands/UpdateClassificationScopeCommand.js +46 -0
- package/dist-cjs/commands/UpdateResourceProfileCommand.js +46 -0
- package/dist-cjs/commands/UpdateResourceProfileDetectionsCommand.js +46 -0
- package/dist-cjs/commands/UpdateSensitivityInspectionTemplateCommand.js +46 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +113 -109
- package/dist-cjs/models/models_1.js +177 -1
- package/dist-cjs/pagination/ListAllowListsPaginator.js +36 -0
- package/dist-cjs/pagination/ListClassificationScopesPaginator.js +35 -0
- package/dist-cjs/pagination/ListManagedDataIdentifiersPaginator.js +35 -0
- package/dist-cjs/pagination/ListResourceProfileArtifactsPaginator.js +35 -0
- package/dist-cjs/pagination/ListResourceProfileDetectionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSensitivityInspectionTemplatesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1216 -71
- package/dist-es/Macie2.js +195 -0
- package/dist-es/commands/GetAutomatedDiscoveryConfigurationCommand.js +42 -0
- package/dist-es/commands/GetClassificationScopeCommand.js +42 -0
- package/dist-es/commands/GetResourceProfileCommand.js +42 -0
- package/dist-es/commands/GetSensitivityInspectionTemplateCommand.js +42 -0
- package/dist-es/commands/ListClassificationScopesCommand.js +42 -0
- package/dist-es/commands/ListInvitationsCommand.js +1 -1
- package/dist-es/commands/ListManagedDataIdentifiersCommand.js +1 -1
- package/dist-es/commands/ListMembersCommand.js +1 -1
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -1
- package/dist-es/commands/ListResourceProfileArtifactsCommand.js +42 -0
- package/dist-es/commands/ListResourceProfileDetectionsCommand.js +42 -0
- package/dist-es/commands/ListSensitivityInspectionTemplatesCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/commands/PutClassificationExportConfigurationCommand.js +1 -1
- package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +1 -1
- package/dist-es/commands/SearchResourcesCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/TestCustomDataIdentifierCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -2
- package/dist-es/commands/UpdateAutomatedDiscoveryConfigurationCommand.js +42 -0
- package/dist-es/commands/UpdateClassificationScopeCommand.js +42 -0
- package/dist-es/commands/UpdateResourceProfileCommand.js +42 -0
- package/dist-es/commands/UpdateResourceProfileDetectionsCommand.js +42 -0
- package/dist-es/commands/UpdateSensitivityInspectionTemplateCommand.js +42 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +85 -79
- package/dist-es/models/models_1.js +133 -0
- package/dist-es/pagination/ListAllowListsPaginator.js +32 -0
- package/dist-es/pagination/ListClassificationScopesPaginator.js +31 -0
- package/dist-es/pagination/ListManagedDataIdentifiersPaginator.js +31 -0
- package/dist-es/pagination/ListResourceProfileArtifactsPaginator.js +31 -0
- package/dist-es/pagination/ListResourceProfileDetectionsPaginator.js +32 -0
- package/dist-es/pagination/ListSensitivityInspectionTemplatesPaginator.js +32 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_restJson1.js +1204 -86
- package/dist-types/Macie2.d.ts +95 -4
- package/dist-types/Macie2Client.d.ts +16 -3
- package/dist-types/commands/DescribeBucketsCommand.d.ts +1 -1
- package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/GetBucketStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetClassificationScopeCommand.d.ts +37 -0
- package/dist-types/commands/GetMacieSessionCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceProfileCommand.d.ts +37 -0
- package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +37 -0
- package/dist-types/commands/ListClassificationScopesCommand.d.ts +37 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +37 -0
- package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +37 -0
- package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +37 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +37 -0
- package/dist-types/commands/UpdateResourceProfileCommand.d.ts +37 -0
- package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +501 -372
- package/dist-types/models/models_1.d.ts +559 -6
- package/dist-types/pagination/ListAllowListsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListClassificationScopesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListManagedDataIdentifiersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResourceProfileArtifactsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResourceProfileDetectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +39 -0
- package/dist-types/ts3.4/Macie2.d.ts +245 -0
- package/dist-types/ts3.4/Macie2Client.d.ts +80 -2
- package/dist-types/ts3.4/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetClassificationScopeCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetResourceProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetSensitivityInspectionTemplateCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +194 -169
- package/dist-types/ts3.4/models/models_1.d.ts +297 -1
- package/dist-types/ts3.4/pagination/ListAllowListsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListClassificationScopesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedDataIdentifiersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceProfileArtifactsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceProfileDetectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +3 -3
|
@@ -111,6 +111,10 @@ import {
|
|
|
111
111
|
GetAllowListCommandInput,
|
|
112
112
|
GetAllowListCommandOutput,
|
|
113
113
|
} from "../commands/GetAllowListCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetAutomatedDiscoveryConfigurationCommandInput,
|
|
116
|
+
GetAutomatedDiscoveryConfigurationCommandOutput,
|
|
117
|
+
} from "../commands/GetAutomatedDiscoveryConfigurationCommand";
|
|
114
118
|
import {
|
|
115
119
|
GetBucketStatisticsCommandInput,
|
|
116
120
|
GetBucketStatisticsCommandOutput,
|
|
@@ -119,6 +123,10 @@ import {
|
|
|
119
123
|
GetClassificationExportConfigurationCommandInput,
|
|
120
124
|
GetClassificationExportConfigurationCommandOutput,
|
|
121
125
|
} from "../commands/GetClassificationExportConfigurationCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetClassificationScopeCommandInput,
|
|
128
|
+
GetClassificationScopeCommandOutput,
|
|
129
|
+
} from "../commands/GetClassificationScopeCommand";
|
|
122
130
|
import {
|
|
123
131
|
GetCustomDataIdentifierCommandInput,
|
|
124
132
|
GetCustomDataIdentifierCommandOutput,
|
|
@@ -155,6 +163,10 @@ import {
|
|
|
155
163
|
GetMemberCommandInput,
|
|
156
164
|
GetMemberCommandOutput,
|
|
157
165
|
} from "../commands/GetMemberCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetResourceProfileCommandInput,
|
|
168
|
+
GetResourceProfileCommandOutput,
|
|
169
|
+
} from "../commands/GetResourceProfileCommand";
|
|
158
170
|
import {
|
|
159
171
|
GetRevealConfigurationCommandInput,
|
|
160
172
|
GetRevealConfigurationCommandOutput,
|
|
@@ -167,6 +179,10 @@ import {
|
|
|
167
179
|
GetSensitiveDataOccurrencesCommandInput,
|
|
168
180
|
GetSensitiveDataOccurrencesCommandOutput,
|
|
169
181
|
} from "../commands/GetSensitiveDataOccurrencesCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetSensitivityInspectionTemplateCommandInput,
|
|
184
|
+
GetSensitivityInspectionTemplateCommandOutput,
|
|
185
|
+
} from "../commands/GetSensitivityInspectionTemplateCommand";
|
|
170
186
|
import {
|
|
171
187
|
GetUsageStatisticsCommandInput,
|
|
172
188
|
GetUsageStatisticsCommandOutput,
|
|
@@ -183,6 +199,10 @@ import {
|
|
|
183
199
|
ListClassificationJobsCommandInput,
|
|
184
200
|
ListClassificationJobsCommandOutput,
|
|
185
201
|
} from "../commands/ListClassificationJobsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListClassificationScopesCommandInput,
|
|
204
|
+
ListClassificationScopesCommandOutput,
|
|
205
|
+
} from "../commands/ListClassificationScopesCommand";
|
|
186
206
|
import {
|
|
187
207
|
ListCustomDataIdentifiersCommandInput,
|
|
188
208
|
ListCustomDataIdentifiersCommandOutput,
|
|
@@ -211,6 +231,18 @@ import {
|
|
|
211
231
|
ListOrganizationAdminAccountsCommandInput,
|
|
212
232
|
ListOrganizationAdminAccountsCommandOutput,
|
|
213
233
|
} from "../commands/ListOrganizationAdminAccountsCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListResourceProfileArtifactsCommandInput,
|
|
236
|
+
ListResourceProfileArtifactsCommandOutput,
|
|
237
|
+
} from "../commands/ListResourceProfileArtifactsCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListResourceProfileDetectionsCommandInput,
|
|
240
|
+
ListResourceProfileDetectionsCommandOutput,
|
|
241
|
+
} from "../commands/ListResourceProfileDetectionsCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListSensitivityInspectionTemplatesCommandInput,
|
|
244
|
+
ListSensitivityInspectionTemplatesCommandOutput,
|
|
245
|
+
} from "../commands/ListSensitivityInspectionTemplatesCommand";
|
|
214
246
|
import {
|
|
215
247
|
ListTagsForResourceCommandInput,
|
|
216
248
|
ListTagsForResourceCommandOutput,
|
|
@@ -243,10 +275,18 @@ import {
|
|
|
243
275
|
UpdateAllowListCommandInput,
|
|
244
276
|
UpdateAllowListCommandOutput,
|
|
245
277
|
} from "../commands/UpdateAllowListCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpdateAutomatedDiscoveryConfigurationCommandInput,
|
|
280
|
+
UpdateAutomatedDiscoveryConfigurationCommandOutput,
|
|
281
|
+
} from "../commands/UpdateAutomatedDiscoveryConfigurationCommand";
|
|
246
282
|
import {
|
|
247
283
|
UpdateClassificationJobCommandInput,
|
|
248
284
|
UpdateClassificationJobCommandOutput,
|
|
249
285
|
} from "../commands/UpdateClassificationJobCommand";
|
|
286
|
+
import {
|
|
287
|
+
UpdateClassificationScopeCommandInput,
|
|
288
|
+
UpdateClassificationScopeCommandOutput,
|
|
289
|
+
} from "../commands/UpdateClassificationScopeCommand";
|
|
250
290
|
import {
|
|
251
291
|
UpdateFindingsFilterCommandInput,
|
|
252
292
|
UpdateFindingsFilterCommandOutput,
|
|
@@ -263,10 +303,22 @@ import {
|
|
|
263
303
|
UpdateOrganizationConfigurationCommandInput,
|
|
264
304
|
UpdateOrganizationConfigurationCommandOutput,
|
|
265
305
|
} from "../commands/UpdateOrganizationConfigurationCommand";
|
|
306
|
+
import {
|
|
307
|
+
UpdateResourceProfileCommandInput,
|
|
308
|
+
UpdateResourceProfileCommandOutput,
|
|
309
|
+
} from "../commands/UpdateResourceProfileCommand";
|
|
310
|
+
import {
|
|
311
|
+
UpdateResourceProfileDetectionsCommandInput,
|
|
312
|
+
UpdateResourceProfileDetectionsCommandOutput,
|
|
313
|
+
} from "../commands/UpdateResourceProfileDetectionsCommand";
|
|
266
314
|
import {
|
|
267
315
|
UpdateRevealConfigurationCommandInput,
|
|
268
316
|
UpdateRevealConfigurationCommandOutput,
|
|
269
317
|
} from "../commands/UpdateRevealConfigurationCommand";
|
|
318
|
+
import {
|
|
319
|
+
UpdateSensitivityInspectionTemplateCommandInput,
|
|
320
|
+
UpdateSensitivityInspectionTemplateCommandOutput,
|
|
321
|
+
} from "../commands/UpdateSensitivityInspectionTemplateCommand";
|
|
270
322
|
export declare const serializeAws_restJson1AcceptInvitationCommand: (
|
|
271
323
|
input: AcceptInvitationCommandInput,
|
|
272
324
|
context: __SerdeContext
|
|
@@ -375,6 +427,10 @@ export declare const serializeAws_restJson1GetAllowListCommand: (
|
|
|
375
427
|
input: GetAllowListCommandInput,
|
|
376
428
|
context: __SerdeContext
|
|
377
429
|
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_restJson1GetAutomatedDiscoveryConfigurationCommand: (
|
|
431
|
+
input: GetAutomatedDiscoveryConfigurationCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
378
434
|
export declare const serializeAws_restJson1GetBucketStatisticsCommand: (
|
|
379
435
|
input: GetBucketStatisticsCommandInput,
|
|
380
436
|
context: __SerdeContext
|
|
@@ -383,6 +439,10 @@ export declare const serializeAws_restJson1GetClassificationExportConfigurationC
|
|
|
383
439
|
input: GetClassificationExportConfigurationCommandInput,
|
|
384
440
|
context: __SerdeContext
|
|
385
441
|
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_restJson1GetClassificationScopeCommand: (
|
|
443
|
+
input: GetClassificationScopeCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
386
446
|
export declare const serializeAws_restJson1GetCustomDataIdentifierCommand: (
|
|
387
447
|
input: GetCustomDataIdentifierCommandInput,
|
|
388
448
|
context: __SerdeContext
|
|
@@ -419,6 +479,10 @@ export declare const serializeAws_restJson1GetMemberCommand: (
|
|
|
419
479
|
input: GetMemberCommandInput,
|
|
420
480
|
context: __SerdeContext
|
|
421
481
|
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_restJson1GetResourceProfileCommand: (
|
|
483
|
+
input: GetResourceProfileCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
422
486
|
export declare const serializeAws_restJson1GetRevealConfigurationCommand: (
|
|
423
487
|
input: GetRevealConfigurationCommandInput,
|
|
424
488
|
context: __SerdeContext
|
|
@@ -431,6 +495,10 @@ export declare const serializeAws_restJson1GetSensitiveDataOccurrencesAvailabili
|
|
|
431
495
|
input: GetSensitiveDataOccurrencesAvailabilityCommandInput,
|
|
432
496
|
context: __SerdeContext
|
|
433
497
|
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_restJson1GetSensitivityInspectionTemplateCommand: (
|
|
499
|
+
input: GetSensitivityInspectionTemplateCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
434
502
|
export declare const serializeAws_restJson1GetUsageStatisticsCommand: (
|
|
435
503
|
input: GetUsageStatisticsCommandInput,
|
|
436
504
|
context: __SerdeContext
|
|
@@ -447,6 +515,10 @@ export declare const serializeAws_restJson1ListClassificationJobsCommand: (
|
|
|
447
515
|
input: ListClassificationJobsCommandInput,
|
|
448
516
|
context: __SerdeContext
|
|
449
517
|
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_restJson1ListClassificationScopesCommand: (
|
|
519
|
+
input: ListClassificationScopesCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
450
522
|
export declare const serializeAws_restJson1ListCustomDataIdentifiersCommand: (
|
|
451
523
|
input: ListCustomDataIdentifiersCommandInput,
|
|
452
524
|
context: __SerdeContext
|
|
@@ -475,6 +547,18 @@ export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand:
|
|
|
475
547
|
input: ListOrganizationAdminAccountsCommandInput,
|
|
476
548
|
context: __SerdeContext
|
|
477
549
|
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const serializeAws_restJson1ListResourceProfileArtifactsCommand: (
|
|
551
|
+
input: ListResourceProfileArtifactsCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const serializeAws_restJson1ListResourceProfileDetectionsCommand: (
|
|
555
|
+
input: ListResourceProfileDetectionsCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const serializeAws_restJson1ListSensitivityInspectionTemplatesCommand: (
|
|
559
|
+
input: ListSensitivityInspectionTemplatesCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
478
562
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
479
563
|
input: ListTagsForResourceCommandInput,
|
|
480
564
|
context: __SerdeContext
|
|
@@ -507,10 +591,18 @@ export declare const serializeAws_restJson1UpdateAllowListCommand: (
|
|
|
507
591
|
input: UpdateAllowListCommandInput,
|
|
508
592
|
context: __SerdeContext
|
|
509
593
|
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const serializeAws_restJson1UpdateAutomatedDiscoveryConfigurationCommand: (
|
|
595
|
+
input: UpdateAutomatedDiscoveryConfigurationCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
510
598
|
export declare const serializeAws_restJson1UpdateClassificationJobCommand: (
|
|
511
599
|
input: UpdateClassificationJobCommandInput,
|
|
512
600
|
context: __SerdeContext
|
|
513
601
|
) => Promise<__HttpRequest>;
|
|
602
|
+
export declare const serializeAws_restJson1UpdateClassificationScopeCommand: (
|
|
603
|
+
input: UpdateClassificationScopeCommandInput,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<__HttpRequest>;
|
|
514
606
|
export declare const serializeAws_restJson1UpdateFindingsFilterCommand: (
|
|
515
607
|
input: UpdateFindingsFilterCommandInput,
|
|
516
608
|
context: __SerdeContext
|
|
@@ -527,10 +619,22 @@ export declare const serializeAws_restJson1UpdateOrganizationConfigurationComman
|
|
|
527
619
|
input: UpdateOrganizationConfigurationCommandInput,
|
|
528
620
|
context: __SerdeContext
|
|
529
621
|
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const serializeAws_restJson1UpdateResourceProfileCommand: (
|
|
623
|
+
input: UpdateResourceProfileCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const serializeAws_restJson1UpdateResourceProfileDetectionsCommand: (
|
|
627
|
+
input: UpdateResourceProfileDetectionsCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
530
630
|
export declare const serializeAws_restJson1UpdateRevealConfigurationCommand: (
|
|
531
631
|
input: UpdateRevealConfigurationCommandInput,
|
|
532
632
|
context: __SerdeContext
|
|
533
633
|
) => Promise<__HttpRequest>;
|
|
634
|
+
export declare const serializeAws_restJson1UpdateSensitivityInspectionTemplateCommand: (
|
|
635
|
+
input: UpdateSensitivityInspectionTemplateCommandInput,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<__HttpRequest>;
|
|
534
638
|
export declare const deserializeAws_restJson1AcceptInvitationCommand: (
|
|
535
639
|
output: __HttpResponse,
|
|
536
640
|
context: __SerdeContext
|
|
@@ -639,6 +743,10 @@ export declare const deserializeAws_restJson1GetAllowListCommand: (
|
|
|
639
743
|
output: __HttpResponse,
|
|
640
744
|
context: __SerdeContext
|
|
641
745
|
) => Promise<GetAllowListCommandOutput>;
|
|
746
|
+
export declare const deserializeAws_restJson1GetAutomatedDiscoveryConfigurationCommand: (
|
|
747
|
+
output: __HttpResponse,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<GetAutomatedDiscoveryConfigurationCommandOutput>;
|
|
642
750
|
export declare const deserializeAws_restJson1GetBucketStatisticsCommand: (
|
|
643
751
|
output: __HttpResponse,
|
|
644
752
|
context: __SerdeContext
|
|
@@ -647,6 +755,10 @@ export declare const deserializeAws_restJson1GetClassificationExportConfiguratio
|
|
|
647
755
|
output: __HttpResponse,
|
|
648
756
|
context: __SerdeContext
|
|
649
757
|
) => Promise<GetClassificationExportConfigurationCommandOutput>;
|
|
758
|
+
export declare const deserializeAws_restJson1GetClassificationScopeCommand: (
|
|
759
|
+
output: __HttpResponse,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<GetClassificationScopeCommandOutput>;
|
|
650
762
|
export declare const deserializeAws_restJson1GetCustomDataIdentifierCommand: (
|
|
651
763
|
output: __HttpResponse,
|
|
652
764
|
context: __SerdeContext
|
|
@@ -683,6 +795,10 @@ export declare const deserializeAws_restJson1GetMemberCommand: (
|
|
|
683
795
|
output: __HttpResponse,
|
|
684
796
|
context: __SerdeContext
|
|
685
797
|
) => Promise<GetMemberCommandOutput>;
|
|
798
|
+
export declare const deserializeAws_restJson1GetResourceProfileCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<GetResourceProfileCommandOutput>;
|
|
686
802
|
export declare const deserializeAws_restJson1GetRevealConfigurationCommand: (
|
|
687
803
|
output: __HttpResponse,
|
|
688
804
|
context: __SerdeContext
|
|
@@ -695,6 +811,10 @@ export declare const deserializeAws_restJson1GetSensitiveDataOccurrencesAvailabi
|
|
|
695
811
|
output: __HttpResponse,
|
|
696
812
|
context: __SerdeContext
|
|
697
813
|
) => Promise<GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
|
|
814
|
+
export declare const deserializeAws_restJson1GetSensitivityInspectionTemplateCommand: (
|
|
815
|
+
output: __HttpResponse,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<GetSensitivityInspectionTemplateCommandOutput>;
|
|
698
818
|
export declare const deserializeAws_restJson1GetUsageStatisticsCommand: (
|
|
699
819
|
output: __HttpResponse,
|
|
700
820
|
context: __SerdeContext
|
|
@@ -711,6 +831,10 @@ export declare const deserializeAws_restJson1ListClassificationJobsCommand: (
|
|
|
711
831
|
output: __HttpResponse,
|
|
712
832
|
context: __SerdeContext
|
|
713
833
|
) => Promise<ListClassificationJobsCommandOutput>;
|
|
834
|
+
export declare const deserializeAws_restJson1ListClassificationScopesCommand: (
|
|
835
|
+
output: __HttpResponse,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<ListClassificationScopesCommandOutput>;
|
|
714
838
|
export declare const deserializeAws_restJson1ListCustomDataIdentifiersCommand: (
|
|
715
839
|
output: __HttpResponse,
|
|
716
840
|
context: __SerdeContext
|
|
@@ -739,6 +863,18 @@ export declare const deserializeAws_restJson1ListOrganizationAdminAccountsComman
|
|
|
739
863
|
output: __HttpResponse,
|
|
740
864
|
context: __SerdeContext
|
|
741
865
|
) => Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
866
|
+
export declare const deserializeAws_restJson1ListResourceProfileArtifactsCommand: (
|
|
867
|
+
output: __HttpResponse,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<ListResourceProfileArtifactsCommandOutput>;
|
|
870
|
+
export declare const deserializeAws_restJson1ListResourceProfileDetectionsCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<ListResourceProfileDetectionsCommandOutput>;
|
|
874
|
+
export declare const deserializeAws_restJson1ListSensitivityInspectionTemplatesCommand: (
|
|
875
|
+
output: __HttpResponse,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<ListSensitivityInspectionTemplatesCommandOutput>;
|
|
742
878
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
743
879
|
output: __HttpResponse,
|
|
744
880
|
context: __SerdeContext
|
|
@@ -771,10 +907,18 @@ export declare const deserializeAws_restJson1UpdateAllowListCommand: (
|
|
|
771
907
|
output: __HttpResponse,
|
|
772
908
|
context: __SerdeContext
|
|
773
909
|
) => Promise<UpdateAllowListCommandOutput>;
|
|
910
|
+
export declare const deserializeAws_restJson1UpdateAutomatedDiscoveryConfigurationCommand: (
|
|
911
|
+
output: __HttpResponse,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<UpdateAutomatedDiscoveryConfigurationCommandOutput>;
|
|
774
914
|
export declare const deserializeAws_restJson1UpdateClassificationJobCommand: (
|
|
775
915
|
output: __HttpResponse,
|
|
776
916
|
context: __SerdeContext
|
|
777
917
|
) => Promise<UpdateClassificationJobCommandOutput>;
|
|
918
|
+
export declare const deserializeAws_restJson1UpdateClassificationScopeCommand: (
|
|
919
|
+
output: __HttpResponse,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<UpdateClassificationScopeCommandOutput>;
|
|
778
922
|
export declare const deserializeAws_restJson1UpdateFindingsFilterCommand: (
|
|
779
923
|
output: __HttpResponse,
|
|
780
924
|
context: __SerdeContext
|
|
@@ -791,7 +935,19 @@ export declare const deserializeAws_restJson1UpdateOrganizationConfigurationComm
|
|
|
791
935
|
output: __HttpResponse,
|
|
792
936
|
context: __SerdeContext
|
|
793
937
|
) => Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
938
|
+
export declare const deserializeAws_restJson1UpdateResourceProfileCommand: (
|
|
939
|
+
output: __HttpResponse,
|
|
940
|
+
context: __SerdeContext
|
|
941
|
+
) => Promise<UpdateResourceProfileCommandOutput>;
|
|
942
|
+
export declare const deserializeAws_restJson1UpdateResourceProfileDetectionsCommand: (
|
|
943
|
+
output: __HttpResponse,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<UpdateResourceProfileDetectionsCommandOutput>;
|
|
794
946
|
export declare const deserializeAws_restJson1UpdateRevealConfigurationCommand: (
|
|
795
947
|
output: __HttpResponse,
|
|
796
948
|
context: __SerdeContext
|
|
797
949
|
) => Promise<UpdateRevealConfigurationCommandOutput>;
|
|
950
|
+
export declare const deserializeAws_restJson1UpdateSensitivityInspectionTemplateCommand: (
|
|
951
|
+
output: __HttpResponse,
|
|
952
|
+
context: __SerdeContext
|
|
953
|
+
) => Promise<UpdateSensitivityInspectionTemplateCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-macie2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Macie2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.219.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.218.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.215.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.218.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.215.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.215.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.215.0",
|