@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.
Files changed (155) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/Macie2.js +195 -0
  3. package/dist-cjs/commands/GetAutomatedDiscoveryConfigurationCommand.js +46 -0
  4. package/dist-cjs/commands/GetClassificationScopeCommand.js +46 -0
  5. package/dist-cjs/commands/GetResourceProfileCommand.js +46 -0
  6. package/dist-cjs/commands/GetSensitivityInspectionTemplateCommand.js +46 -0
  7. package/dist-cjs/commands/ListClassificationScopesCommand.js +46 -0
  8. package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
  9. package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +3 -3
  10. package/dist-cjs/commands/ListMembersCommand.js +3 -3
  11. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  12. package/dist-cjs/commands/ListResourceProfileArtifactsCommand.js +46 -0
  13. package/dist-cjs/commands/ListResourceProfileDetectionsCommand.js +46 -0
  14. package/dist-cjs/commands/ListSensitivityInspectionTemplatesCommand.js +46 -0
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  16. package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +3 -3
  17. package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
  18. package/dist-cjs/commands/SearchResourcesCommand.js +3 -3
  19. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  20. package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +3 -3
  21. package/dist-cjs/commands/UntagResourceCommand.js +1 -2
  22. package/dist-cjs/commands/UpdateAutomatedDiscoveryConfigurationCommand.js +46 -0
  23. package/dist-cjs/commands/UpdateClassificationScopeCommand.js +46 -0
  24. package/dist-cjs/commands/UpdateResourceProfileCommand.js +46 -0
  25. package/dist-cjs/commands/UpdateResourceProfileDetectionsCommand.js +46 -0
  26. package/dist-cjs/commands/UpdateSensitivityInspectionTemplateCommand.js +46 -0
  27. package/dist-cjs/commands/index.js +13 -0
  28. package/dist-cjs/endpoint/ruleset.js +1 -1
  29. package/dist-cjs/models/models_0.js +113 -109
  30. package/dist-cjs/models/models_1.js +177 -1
  31. package/dist-cjs/pagination/ListAllowListsPaginator.js +36 -0
  32. package/dist-cjs/pagination/ListClassificationScopesPaginator.js +35 -0
  33. package/dist-cjs/pagination/ListManagedDataIdentifiersPaginator.js +35 -0
  34. package/dist-cjs/pagination/ListResourceProfileArtifactsPaginator.js +35 -0
  35. package/dist-cjs/pagination/ListResourceProfileDetectionsPaginator.js +36 -0
  36. package/dist-cjs/pagination/ListSensitivityInspectionTemplatesPaginator.js +36 -0
  37. package/dist-cjs/pagination/index.js +6 -0
  38. package/dist-cjs/protocols/Aws_restJson1.js +1216 -71
  39. package/dist-es/Macie2.js +195 -0
  40. package/dist-es/commands/GetAutomatedDiscoveryConfigurationCommand.js +42 -0
  41. package/dist-es/commands/GetClassificationScopeCommand.js +42 -0
  42. package/dist-es/commands/GetResourceProfileCommand.js +42 -0
  43. package/dist-es/commands/GetSensitivityInspectionTemplateCommand.js +42 -0
  44. package/dist-es/commands/ListClassificationScopesCommand.js +42 -0
  45. package/dist-es/commands/ListInvitationsCommand.js +1 -1
  46. package/dist-es/commands/ListManagedDataIdentifiersCommand.js +1 -1
  47. package/dist-es/commands/ListMembersCommand.js +1 -1
  48. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -1
  49. package/dist-es/commands/ListResourceProfileArtifactsCommand.js +42 -0
  50. package/dist-es/commands/ListResourceProfileDetectionsCommand.js +42 -0
  51. package/dist-es/commands/ListSensitivityInspectionTemplatesCommand.js +42 -0
  52. package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
  53. package/dist-es/commands/PutClassificationExportConfigurationCommand.js +1 -1
  54. package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +1 -1
  55. package/dist-es/commands/SearchResourcesCommand.js +1 -1
  56. package/dist-es/commands/TagResourceCommand.js +1 -1
  57. package/dist-es/commands/TestCustomDataIdentifierCommand.js +1 -1
  58. package/dist-es/commands/UntagResourceCommand.js +1 -2
  59. package/dist-es/commands/UpdateAutomatedDiscoveryConfigurationCommand.js +42 -0
  60. package/dist-es/commands/UpdateClassificationScopeCommand.js +42 -0
  61. package/dist-es/commands/UpdateResourceProfileCommand.js +42 -0
  62. package/dist-es/commands/UpdateResourceProfileDetectionsCommand.js +42 -0
  63. package/dist-es/commands/UpdateSensitivityInspectionTemplateCommand.js +42 -0
  64. package/dist-es/commands/index.js +13 -0
  65. package/dist-es/endpoint/ruleset.js +1 -1
  66. package/dist-es/models/models_0.js +85 -79
  67. package/dist-es/models/models_1.js +133 -0
  68. package/dist-es/pagination/ListAllowListsPaginator.js +32 -0
  69. package/dist-es/pagination/ListClassificationScopesPaginator.js +31 -0
  70. package/dist-es/pagination/ListManagedDataIdentifiersPaginator.js +31 -0
  71. package/dist-es/pagination/ListResourceProfileArtifactsPaginator.js +31 -0
  72. package/dist-es/pagination/ListResourceProfileDetectionsPaginator.js +32 -0
  73. package/dist-es/pagination/ListSensitivityInspectionTemplatesPaginator.js +32 -0
  74. package/dist-es/pagination/index.js +6 -0
  75. package/dist-es/protocols/Aws_restJson1.js +1204 -86
  76. package/dist-types/Macie2.d.ts +95 -4
  77. package/dist-types/Macie2Client.d.ts +16 -3
  78. package/dist-types/commands/DescribeBucketsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +37 -0
  80. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +1 -1
  81. package/dist-types/commands/GetClassificationScopeCommand.d.ts +37 -0
  82. package/dist-types/commands/GetMacieSessionCommand.d.ts +1 -1
  83. package/dist-types/commands/GetResourceProfileCommand.d.ts +37 -0
  84. package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +37 -0
  85. package/dist-types/commands/ListClassificationScopesCommand.d.ts +37 -0
  86. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
  88. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  89. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  90. package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +37 -0
  91. package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +37 -0
  92. package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +37 -0
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  94. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
  95. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/SearchResourcesCommand.d.ts +1 -1
  97. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  98. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
  99. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  100. package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +37 -0
  101. package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +37 -0
  102. package/dist-types/commands/UpdateResourceProfileCommand.d.ts +37 -0
  103. package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +37 -0
  104. package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +37 -0
  105. package/dist-types/commands/index.d.ts +13 -0
  106. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  107. package/dist-types/models/models_0.d.ts +501 -372
  108. package/dist-types/models/models_1.d.ts +559 -6
  109. package/dist-types/pagination/ListAllowListsPaginator.d.ts +4 -0
  110. package/dist-types/pagination/ListClassificationScopesPaginator.d.ts +4 -0
  111. package/dist-types/pagination/ListManagedDataIdentifiersPaginator.d.ts +4 -0
  112. package/dist-types/pagination/ListResourceProfileArtifactsPaginator.d.ts +4 -0
  113. package/dist-types/pagination/ListResourceProfileDetectionsPaginator.d.ts +4 -0
  114. package/dist-types/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +4 -0
  115. package/dist-types/pagination/index.d.ts +6 -0
  116. package/dist-types/protocols/Aws_restJson1.d.ts +39 -0
  117. package/dist-types/ts3.4/Macie2.d.ts +245 -0
  118. package/dist-types/ts3.4/Macie2Client.d.ts +80 -2
  119. package/dist-types/ts3.4/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/GetClassificationScopeCommand.d.ts +41 -0
  121. package/dist-types/ts3.4/commands/GetResourceProfileCommand.d.ts +38 -0
  122. package/dist-types/ts3.4/commands/GetSensitivityInspectionTemplateCommand.d.ts +41 -0
  123. package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +41 -0
  124. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +41 -0
  129. package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +41 -0
  130. package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +41 -0
  131. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -2
  138. package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +41 -0
  139. package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +41 -0
  140. package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +41 -0
  141. package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +41 -0
  142. package/dist-types/ts3.4/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +41 -0
  143. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  144. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  145. package/dist-types/ts3.4/models/models_0.d.ts +194 -169
  146. package/dist-types/ts3.4/models/models_1.d.ts +297 -1
  147. package/dist-types/ts3.4/pagination/ListAllowListsPaginator.d.ts +11 -0
  148. package/dist-types/ts3.4/pagination/ListClassificationScopesPaginator.d.ts +11 -0
  149. package/dist-types/ts3.4/pagination/ListManagedDataIdentifiersPaginator.d.ts +11 -0
  150. package/dist-types/ts3.4/pagination/ListResourceProfileArtifactsPaginator.d.ts +11 -0
  151. package/dist-types/ts3.4/pagination/ListResourceProfileDetectionsPaginator.d.ts +11 -0
  152. package/dist-types/ts3.4/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +11 -0
  153. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  154. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  155. package/package.json +3 -3
@@ -151,6 +151,10 @@ import {
151
151
  GetAllowListCommandInput,
152
152
  GetAllowListCommandOutput,
153
153
  } from "./commands/GetAllowListCommand";
154
+ import {
155
+ GetAutomatedDiscoveryConfigurationCommandInput,
156
+ GetAutomatedDiscoveryConfigurationCommandOutput,
157
+ } from "./commands/GetAutomatedDiscoveryConfigurationCommand";
154
158
  import {
155
159
  GetBucketStatisticsCommandInput,
156
160
  GetBucketStatisticsCommandOutput,
@@ -159,6 +163,10 @@ import {
159
163
  GetClassificationExportConfigurationCommandInput,
160
164
  GetClassificationExportConfigurationCommandOutput,
161
165
  } from "./commands/GetClassificationExportConfigurationCommand";
166
+ import {
167
+ GetClassificationScopeCommandInput,
168
+ GetClassificationScopeCommandOutput,
169
+ } from "./commands/GetClassificationScopeCommand";
162
170
  import {
163
171
  GetCustomDataIdentifierCommandInput,
164
172
  GetCustomDataIdentifierCommandOutput,
@@ -195,6 +203,10 @@ import {
195
203
  GetMemberCommandInput,
196
204
  GetMemberCommandOutput,
197
205
  } from "./commands/GetMemberCommand";
206
+ import {
207
+ GetResourceProfileCommandInput,
208
+ GetResourceProfileCommandOutput,
209
+ } from "./commands/GetResourceProfileCommand";
198
210
  import {
199
211
  GetRevealConfigurationCommandInput,
200
212
  GetRevealConfigurationCommandOutput,
@@ -207,6 +219,10 @@ import {
207
219
  GetSensitiveDataOccurrencesCommandInput,
208
220
  GetSensitiveDataOccurrencesCommandOutput,
209
221
  } from "./commands/GetSensitiveDataOccurrencesCommand";
222
+ import {
223
+ GetSensitivityInspectionTemplateCommandInput,
224
+ GetSensitivityInspectionTemplateCommandOutput,
225
+ } from "./commands/GetSensitivityInspectionTemplateCommand";
210
226
  import {
211
227
  GetUsageStatisticsCommandInput,
212
228
  GetUsageStatisticsCommandOutput,
@@ -223,6 +239,10 @@ import {
223
239
  ListClassificationJobsCommandInput,
224
240
  ListClassificationJobsCommandOutput,
225
241
  } from "./commands/ListClassificationJobsCommand";
242
+ import {
243
+ ListClassificationScopesCommandInput,
244
+ ListClassificationScopesCommandOutput,
245
+ } from "./commands/ListClassificationScopesCommand";
226
246
  import {
227
247
  ListCustomDataIdentifiersCommandInput,
228
248
  ListCustomDataIdentifiersCommandOutput,
@@ -251,6 +271,18 @@ import {
251
271
  ListOrganizationAdminAccountsCommandInput,
252
272
  ListOrganizationAdminAccountsCommandOutput,
253
273
  } from "./commands/ListOrganizationAdminAccountsCommand";
274
+ import {
275
+ ListResourceProfileArtifactsCommandInput,
276
+ ListResourceProfileArtifactsCommandOutput,
277
+ } from "./commands/ListResourceProfileArtifactsCommand";
278
+ import {
279
+ ListResourceProfileDetectionsCommandInput,
280
+ ListResourceProfileDetectionsCommandOutput,
281
+ } from "./commands/ListResourceProfileDetectionsCommand";
282
+ import {
283
+ ListSensitivityInspectionTemplatesCommandInput,
284
+ ListSensitivityInspectionTemplatesCommandOutput,
285
+ } from "./commands/ListSensitivityInspectionTemplatesCommand";
254
286
  import {
255
287
  ListTagsForResourceCommandInput,
256
288
  ListTagsForResourceCommandOutput,
@@ -283,10 +315,18 @@ import {
283
315
  UpdateAllowListCommandInput,
284
316
  UpdateAllowListCommandOutput,
285
317
  } from "./commands/UpdateAllowListCommand";
318
+ import {
319
+ UpdateAutomatedDiscoveryConfigurationCommandInput,
320
+ UpdateAutomatedDiscoveryConfigurationCommandOutput,
321
+ } from "./commands/UpdateAutomatedDiscoveryConfigurationCommand";
286
322
  import {
287
323
  UpdateClassificationJobCommandInput,
288
324
  UpdateClassificationJobCommandOutput,
289
325
  } from "./commands/UpdateClassificationJobCommand";
326
+ import {
327
+ UpdateClassificationScopeCommandInput,
328
+ UpdateClassificationScopeCommandOutput,
329
+ } from "./commands/UpdateClassificationScopeCommand";
290
330
  import {
291
331
  UpdateFindingsFilterCommandInput,
292
332
  UpdateFindingsFilterCommandOutput,
@@ -303,10 +343,22 @@ import {
303
343
  UpdateOrganizationConfigurationCommandInput,
304
344
  UpdateOrganizationConfigurationCommandOutput,
305
345
  } from "./commands/UpdateOrganizationConfigurationCommand";
346
+ import {
347
+ UpdateResourceProfileCommandInput,
348
+ UpdateResourceProfileCommandOutput,
349
+ } from "./commands/UpdateResourceProfileCommand";
350
+ import {
351
+ UpdateResourceProfileDetectionsCommandInput,
352
+ UpdateResourceProfileDetectionsCommandOutput,
353
+ } from "./commands/UpdateResourceProfileDetectionsCommand";
306
354
  import {
307
355
  UpdateRevealConfigurationCommandInput,
308
356
  UpdateRevealConfigurationCommandOutput,
309
357
  } from "./commands/UpdateRevealConfigurationCommand";
358
+ import {
359
+ UpdateSensitivityInspectionTemplateCommandInput,
360
+ UpdateSensitivityInspectionTemplateCommandOutput,
361
+ } from "./commands/UpdateSensitivityInspectionTemplateCommand";
310
362
  import {
311
363
  ClientInputEndpointParameters,
312
364
  ClientResolvedEndpointParameters,
@@ -340,8 +392,10 @@ export declare type ServiceInputTypes =
340
392
  | EnableOrganizationAdminAccountCommandInput
341
393
  | GetAdministratorAccountCommandInput
342
394
  | GetAllowListCommandInput
395
+ | GetAutomatedDiscoveryConfigurationCommandInput
343
396
  | GetBucketStatisticsCommandInput
344
397
  | GetClassificationExportConfigurationCommandInput
398
+ | GetClassificationScopeCommandInput
345
399
  | GetCustomDataIdentifierCommandInput
346
400
  | GetFindingStatisticsCommandInput
347
401
  | GetFindingsCommandInput
@@ -351,13 +405,16 @@ export declare type ServiceInputTypes =
351
405
  | GetMacieSessionCommandInput
352
406
  | GetMasterAccountCommandInput
353
407
  | GetMemberCommandInput
408
+ | GetResourceProfileCommandInput
354
409
  | GetRevealConfigurationCommandInput
355
410
  | GetSensitiveDataOccurrencesAvailabilityCommandInput
356
411
  | GetSensitiveDataOccurrencesCommandInput
412
+ | GetSensitivityInspectionTemplateCommandInput
357
413
  | GetUsageStatisticsCommandInput
358
414
  | GetUsageTotalsCommandInput
359
415
  | ListAllowListsCommandInput
360
416
  | ListClassificationJobsCommandInput
417
+ | ListClassificationScopesCommandInput
361
418
  | ListCustomDataIdentifiersCommandInput
362
419
  | ListFindingsCommandInput
363
420
  | ListFindingsFiltersCommandInput
@@ -365,6 +422,9 @@ export declare type ServiceInputTypes =
365
422
  | ListManagedDataIdentifiersCommandInput
366
423
  | ListMembersCommandInput
367
424
  | ListOrganizationAdminAccountsCommandInput
425
+ | ListResourceProfileArtifactsCommandInput
426
+ | ListResourceProfileDetectionsCommandInput
427
+ | ListSensitivityInspectionTemplatesCommandInput
368
428
  | ListTagsForResourceCommandInput
369
429
  | PutClassificationExportConfigurationCommandInput
370
430
  | PutFindingsPublicationConfigurationCommandInput
@@ -373,12 +433,17 @@ export declare type ServiceInputTypes =
373
433
  | TestCustomDataIdentifierCommandInput
374
434
  | UntagResourceCommandInput
375
435
  | UpdateAllowListCommandInput
436
+ | UpdateAutomatedDiscoveryConfigurationCommandInput
376
437
  | UpdateClassificationJobCommandInput
438
+ | UpdateClassificationScopeCommandInput
377
439
  | UpdateFindingsFilterCommandInput
378
440
  | UpdateMacieSessionCommandInput
379
441
  | UpdateMemberSessionCommandInput
380
442
  | UpdateOrganizationConfigurationCommandInput
381
- | UpdateRevealConfigurationCommandInput;
443
+ | UpdateResourceProfileCommandInput
444
+ | UpdateResourceProfileDetectionsCommandInput
445
+ | UpdateRevealConfigurationCommandInput
446
+ | UpdateSensitivityInspectionTemplateCommandInput;
382
447
  export declare type ServiceOutputTypes =
383
448
  | AcceptInvitationCommandOutput
384
449
  | BatchGetCustomDataIdentifiersCommandOutput
@@ -407,8 +472,10 @@ export declare type ServiceOutputTypes =
407
472
  | EnableOrganizationAdminAccountCommandOutput
408
473
  | GetAdministratorAccountCommandOutput
409
474
  | GetAllowListCommandOutput
475
+ | GetAutomatedDiscoveryConfigurationCommandOutput
410
476
  | GetBucketStatisticsCommandOutput
411
477
  | GetClassificationExportConfigurationCommandOutput
478
+ | GetClassificationScopeCommandOutput
412
479
  | GetCustomDataIdentifierCommandOutput
413
480
  | GetFindingStatisticsCommandOutput
414
481
  | GetFindingsCommandOutput
@@ -418,13 +485,16 @@ export declare type ServiceOutputTypes =
418
485
  | GetMacieSessionCommandOutput
419
486
  | GetMasterAccountCommandOutput
420
487
  | GetMemberCommandOutput
488
+ | GetResourceProfileCommandOutput
421
489
  | GetRevealConfigurationCommandOutput
422
490
  | GetSensitiveDataOccurrencesAvailabilityCommandOutput
423
491
  | GetSensitiveDataOccurrencesCommandOutput
492
+ | GetSensitivityInspectionTemplateCommandOutput
424
493
  | GetUsageStatisticsCommandOutput
425
494
  | GetUsageTotalsCommandOutput
426
495
  | ListAllowListsCommandOutput
427
496
  | ListClassificationJobsCommandOutput
497
+ | ListClassificationScopesCommandOutput
428
498
  | ListCustomDataIdentifiersCommandOutput
429
499
  | ListFindingsCommandOutput
430
500
  | ListFindingsFiltersCommandOutput
@@ -432,6 +502,9 @@ export declare type ServiceOutputTypes =
432
502
  | ListManagedDataIdentifiersCommandOutput
433
503
  | ListMembersCommandOutput
434
504
  | ListOrganizationAdminAccountsCommandOutput
505
+ | ListResourceProfileArtifactsCommandOutput
506
+ | ListResourceProfileDetectionsCommandOutput
507
+ | ListSensitivityInspectionTemplatesCommandOutput
435
508
  | ListTagsForResourceCommandOutput
436
509
  | PutClassificationExportConfigurationCommandOutput
437
510
  | PutFindingsPublicationConfigurationCommandOutput
@@ -440,12 +513,17 @@ export declare type ServiceOutputTypes =
440
513
  | TestCustomDataIdentifierCommandOutput
441
514
  | UntagResourceCommandOutput
442
515
  | UpdateAllowListCommandOutput
516
+ | UpdateAutomatedDiscoveryConfigurationCommandOutput
443
517
  | UpdateClassificationJobCommandOutput
518
+ | UpdateClassificationScopeCommandOutput
444
519
  | UpdateFindingsFilterCommandOutput
445
520
  | UpdateMacieSessionCommandOutput
446
521
  | UpdateMemberSessionCommandOutput
447
522
  | UpdateOrganizationConfigurationCommandOutput
448
- | UpdateRevealConfigurationCommandOutput;
523
+ | UpdateResourceProfileCommandOutput
524
+ | UpdateResourceProfileDetectionsCommandOutput
525
+ | UpdateRevealConfigurationCommandOutput
526
+ | UpdateSensitivityInspectionTemplateCommandOutput;
449
527
  export interface ClientDefaults
450
528
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
451
529
  requestHandler?: __HttpHandler;
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ Macie2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../Macie2Client";
14
+ import {
15
+ GetAutomatedDiscoveryConfigurationRequest,
16
+ GetAutomatedDiscoveryConfigurationResponse,
17
+ } from "../models/models_0";
18
+ export interface GetAutomatedDiscoveryConfigurationCommandInput
19
+ extends GetAutomatedDiscoveryConfigurationRequest {}
20
+ export interface GetAutomatedDiscoveryConfigurationCommandOutput
21
+ extends GetAutomatedDiscoveryConfigurationResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetAutomatedDiscoveryConfigurationCommand extends $Command<
24
+ GetAutomatedDiscoveryConfigurationCommandInput,
25
+ GetAutomatedDiscoveryConfigurationCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetAutomatedDiscoveryConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetAutomatedDiscoveryConfigurationCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetAutomatedDiscoveryConfigurationCommandInput,
37
+ GetAutomatedDiscoveryConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ Macie2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../Macie2Client";
14
+ import {
15
+ GetClassificationScopeRequest,
16
+ GetClassificationScopeResponse,
17
+ } from "../models/models_0";
18
+ export interface GetClassificationScopeCommandInput
19
+ extends GetClassificationScopeRequest {}
20
+ export interface GetClassificationScopeCommandOutput
21
+ extends GetClassificationScopeResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetClassificationScopeCommand extends $Command<
24
+ GetClassificationScopeCommandInput,
25
+ GetClassificationScopeCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetClassificationScopeCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetClassificationScopeCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetClassificationScopeCommandInput,
37
+ GetClassificationScopeCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ Macie2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../Macie2Client";
14
+ import {
15
+ GetResourceProfileRequest,
16
+ GetResourceProfileResponse,
17
+ } from "../models/models_0";
18
+ export interface GetResourceProfileCommandInput
19
+ extends GetResourceProfileRequest {}
20
+ export interface GetResourceProfileCommandOutput
21
+ extends GetResourceProfileResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetResourceProfileCommand extends $Command<
24
+ GetResourceProfileCommandInput,
25
+ GetResourceProfileCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetResourceProfileCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetResourceProfileCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetResourceProfileCommandInput, GetResourceProfileCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ Macie2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../Macie2Client";
14
+ import {
15
+ GetSensitivityInspectionTemplateRequest,
16
+ GetSensitivityInspectionTemplateResponse,
17
+ } from "../models/models_0";
18
+ export interface GetSensitivityInspectionTemplateCommandInput
19
+ extends GetSensitivityInspectionTemplateRequest {}
20
+ export interface GetSensitivityInspectionTemplateCommandOutput
21
+ extends GetSensitivityInspectionTemplateResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetSensitivityInspectionTemplateCommand extends $Command<
24
+ GetSensitivityInspectionTemplateCommandInput,
25
+ GetSensitivityInspectionTemplateCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetSensitivityInspectionTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetSensitivityInspectionTemplateCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetSensitivityInspectionTemplateCommandInput,
37
+ GetSensitivityInspectionTemplateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ Macie2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../Macie2Client";
14
+ import {
15
+ ListClassificationScopesRequest,
16
+ ListClassificationScopesResponse,
17
+ } from "../models/models_0";
18
+ export interface ListClassificationScopesCommandInput
19
+ extends ListClassificationScopesRequest {}
20
+ export interface ListClassificationScopesCommandOutput
21
+ extends ListClassificationScopesResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListClassificationScopesCommand extends $Command<
24
+ ListClassificationScopesCommandInput,
25
+ ListClassificationScopesCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: ListClassificationScopesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListClassificationScopesCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListClassificationScopesCommandInput,
37
+ ListClassificationScopesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListInvitationsRequest,
16
16
  ListInvitationsResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
19
19
  export interface ListInvitationsCommandOutput
20
20
  extends ListInvitationsResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListManagedDataIdentifiersRequest,
16
16
  ListManagedDataIdentifiersResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface ListManagedDataIdentifiersCommandInput
19
19
  extends ListManagedDataIdentifiersRequest {}
20
20
  export interface ListManagedDataIdentifiersCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../Macie2Client";
14
- import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
14
+ import { ListMembersRequest, ListMembersResponse } from "../models/models_1";
15
15
  export interface ListMembersCommandInput extends ListMembersRequest {}
16
16
  export interface ListMembersCommandOutput
17
17
  extends ListMembersResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListOrganizationAdminAccountsRequest,
16
16
  ListOrganizationAdminAccountsResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface ListOrganizationAdminAccountsCommandInput
19
19
  extends ListOrganizationAdminAccountsRequest {}
20
20
  export interface ListOrganizationAdminAccountsCommandOutput
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ Macie2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../Macie2Client";
14
+ import {
15
+ ListResourceProfileArtifactsRequest,
16
+ ListResourceProfileArtifactsResponse,
17
+ } from "../models/models_1";
18
+ export interface ListResourceProfileArtifactsCommandInput
19
+ extends ListResourceProfileArtifactsRequest {}
20
+ export interface ListResourceProfileArtifactsCommandOutput
21
+ extends ListResourceProfileArtifactsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListResourceProfileArtifactsCommand extends $Command<
24
+ ListResourceProfileArtifactsCommandInput,
25
+ ListResourceProfileArtifactsCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: ListResourceProfileArtifactsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListResourceProfileArtifactsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListResourceProfileArtifactsCommandInput,
37
+ ListResourceProfileArtifactsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ Macie2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../Macie2Client";
14
+ import {
15
+ ListResourceProfileDetectionsRequest,
16
+ ListResourceProfileDetectionsResponse,
17
+ } from "../models/models_1";
18
+ export interface ListResourceProfileDetectionsCommandInput
19
+ extends ListResourceProfileDetectionsRequest {}
20
+ export interface ListResourceProfileDetectionsCommandOutput
21
+ extends ListResourceProfileDetectionsResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListResourceProfileDetectionsCommand extends $Command<
24
+ ListResourceProfileDetectionsCommandInput,
25
+ ListResourceProfileDetectionsCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: ListResourceProfileDetectionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListResourceProfileDetectionsCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListResourceProfileDetectionsCommandInput,
37
+ ListResourceProfileDetectionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ Macie2ClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../Macie2Client";
14
+ import {
15
+ ListSensitivityInspectionTemplatesRequest,
16
+ ListSensitivityInspectionTemplatesResponse,
17
+ } from "../models/models_1";
18
+ export interface ListSensitivityInspectionTemplatesCommandInput
19
+ extends ListSensitivityInspectionTemplatesRequest {}
20
+ export interface ListSensitivityInspectionTemplatesCommandOutput
21
+ extends ListSensitivityInspectionTemplatesResponse,
22
+ __MetadataBearer {}
23
+ export declare class ListSensitivityInspectionTemplatesCommand extends $Command<
24
+ ListSensitivityInspectionTemplatesCommandInput,
25
+ ListSensitivityInspectionTemplatesCommandOutput,
26
+ Macie2ClientResolvedConfig
27
+ > {
28
+ readonly input: ListSensitivityInspectionTemplatesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListSensitivityInspectionTemplatesCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: Macie2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListSensitivityInspectionTemplatesCommandInput,
37
+ ListSensitivityInspectionTemplatesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface ListTagsForResourceCommandInput
19
19
  extends ListTagsForResourceRequest {}
20
20
  export interface ListTagsForResourceCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  PutClassificationExportConfigurationRequest,
16
16
  PutClassificationExportConfigurationResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface PutClassificationExportConfigurationCommandInput
19
19
  extends PutClassificationExportConfigurationRequest {}
20
20
  export interface PutClassificationExportConfigurationCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  PutFindingsPublicationConfigurationRequest,
16
16
  PutFindingsPublicationConfigurationResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface PutFindingsPublicationConfigurationCommandInput
19
19
  extends PutFindingsPublicationConfigurationRequest {}
20
20
  export interface PutFindingsPublicationConfigurationCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  SearchResourcesRequest,
16
16
  SearchResourcesResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface SearchResourcesCommandInput extends SearchResourcesRequest {}
19
19
  export interface SearchResourcesCommandOutput
20
20
  extends SearchResourcesResponse,
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../Macie2Client";
14
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
15
15
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
16
  export interface TagResourceCommandOutput
17
17
  extends TagResourceResponse,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  TestCustomDataIdentifierRequest,
16
16
  TestCustomDataIdentifierResponse,
17
- } from "../models/models_0";
17
+ } from "../models/models_1";
18
18
  export interface TestCustomDataIdentifierCommandInput
19
19
  extends TestCustomDataIdentifierRequest {}
20
20
  export interface TestCustomDataIdentifierCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../Macie2Client";
14
- import { UntagResourceRequest } from "../models/models_0";
15
- import { UntagResourceResponse } from "../models/models_1";
14
+ import {
15
+ UntagResourceRequest,
16
+ UntagResourceResponse,
17
+ } from "../models/models_1";
16
18
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
17
19
  export interface UntagResourceCommandOutput
18
20
  extends UntagResourceResponse,