@aws-sdk/client-macie2 3.218.0 → 3.222.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 +1211 -69
  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 +1199 -84
  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 +30 -29
@@ -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.218.0",
4
+ "version": "3.222.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,39 +19,40 @@
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.218.0",
23
- "@aws-sdk/config-resolver": "3.215.0",
24
- "@aws-sdk/credential-provider-node": "3.218.0",
25
- "@aws-sdk/fetch-http-handler": "3.215.0",
26
- "@aws-sdk/hash-node": "3.215.0",
27
- "@aws-sdk/invalid-dependency": "3.215.0",
28
- "@aws-sdk/middleware-content-length": "3.215.0",
29
- "@aws-sdk/middleware-endpoint": "3.215.0",
30
- "@aws-sdk/middleware-host-header": "3.215.0",
31
- "@aws-sdk/middleware-logger": "3.215.0",
32
- "@aws-sdk/middleware-recursion-detection": "3.215.0",
33
- "@aws-sdk/middleware-retry": "3.215.0",
34
- "@aws-sdk/middleware-serde": "3.215.0",
35
- "@aws-sdk/middleware-signing": "3.215.0",
36
- "@aws-sdk/middleware-stack": "3.215.0",
37
- "@aws-sdk/middleware-user-agent": "3.215.0",
38
- "@aws-sdk/node-config-provider": "3.215.0",
39
- "@aws-sdk/node-http-handler": "3.215.0",
40
- "@aws-sdk/protocol-http": "3.215.0",
41
- "@aws-sdk/smithy-client": "3.215.0",
42
- "@aws-sdk/types": "3.215.0",
43
- "@aws-sdk/url-parser": "3.215.0",
22
+ "@aws-sdk/client-sts": "3.222.0",
23
+ "@aws-sdk/config-resolver": "3.222.0",
24
+ "@aws-sdk/credential-provider-node": "3.222.0",
25
+ "@aws-sdk/fetch-http-handler": "3.222.0",
26
+ "@aws-sdk/hash-node": "3.222.0",
27
+ "@aws-sdk/invalid-dependency": "3.222.0",
28
+ "@aws-sdk/middleware-content-length": "3.222.0",
29
+ "@aws-sdk/middleware-endpoint": "3.222.0",
30
+ "@aws-sdk/middleware-host-header": "3.222.0",
31
+ "@aws-sdk/middleware-logger": "3.222.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.222.0",
33
+ "@aws-sdk/middleware-retry": "3.222.0",
34
+ "@aws-sdk/middleware-serde": "3.222.0",
35
+ "@aws-sdk/middleware-signing": "3.222.0",
36
+ "@aws-sdk/middleware-stack": "3.222.0",
37
+ "@aws-sdk/middleware-user-agent": "3.222.0",
38
+ "@aws-sdk/node-config-provider": "3.222.0",
39
+ "@aws-sdk/node-http-handler": "3.222.0",
40
+ "@aws-sdk/protocol-http": "3.222.0",
41
+ "@aws-sdk/smithy-client": "3.222.0",
42
+ "@aws-sdk/types": "3.222.0",
43
+ "@aws-sdk/url-parser": "3.222.0",
44
44
  "@aws-sdk/util-base64": "3.208.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.188.0",
46
46
  "@aws-sdk/util-body-length-node": "3.208.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.215.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.215.0",
49
- "@aws-sdk/util-endpoints": "3.216.0",
50
- "@aws-sdk/util-user-agent-browser": "3.215.0",
51
- "@aws-sdk/util-user-agent-node": "3.215.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.222.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.222.0",
49
+ "@aws-sdk/util-endpoints": "3.222.0",
50
+ "@aws-sdk/util-retry": "3.222.0",
51
+ "@aws-sdk/util-user-agent-browser": "3.222.0",
52
+ "@aws-sdk/util-user-agent-node": "3.222.0",
52
53
  "@aws-sdk/util-utf8-browser": "3.188.0",
53
54
  "@aws-sdk/util-utf8-node": "3.208.0",
54
- "@aws-sdk/util-waiter": "3.215.0",
55
+ "@aws-sdk/util-waiter": "3.222.0",
55
56
  "tslib": "^2.3.1",
56
57
  "uuid": "^8.3.2"
57
58
  },