@aws-sdk/client-macie2 3.533.0 → 3.535.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 (164) hide show
  1. package/dist-types/Macie2.d.ts +34 -1
  2. package/dist-types/Macie2Client.d.ts +1 -1
  3. package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAllowListCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateClassificationJobCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateFindingsFilterCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateInvitationsCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateMemberCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAllowListCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteMemberCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeBucketsCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeClassificationJobCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/DisableMacieCommand.d.ts +2 -1
  22. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
  23. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +2 -1
  24. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +2 -1
  25. package/dist-types/commands/DisassociateMemberCommand.d.ts +2 -1
  26. package/dist-types/commands/EnableMacieCommand.d.ts +2 -1
  27. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
  28. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +2 -1
  29. package/dist-types/commands/GetAllowListCommand.d.ts +2 -1
  30. package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +2 -1
  31. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/GetClassificationScopeCommand.d.ts +2 -1
  34. package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +2 -1
  35. package/dist-types/commands/GetFindingStatisticsCommand.d.ts +2 -1
  36. package/dist-types/commands/GetFindingsCommand.d.ts +2 -1
  37. package/dist-types/commands/GetFindingsFilterCommand.d.ts +2 -1
  38. package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +2 -1
  39. package/dist-types/commands/GetInvitationsCountCommand.d.ts +2 -1
  40. package/dist-types/commands/GetMacieSessionCommand.d.ts +2 -1
  41. package/dist-types/commands/GetMasterAccountCommand.d.ts +2 -1
  42. package/dist-types/commands/GetMemberCommand.d.ts +2 -1
  43. package/dist-types/commands/GetResourceProfileCommand.d.ts +2 -1
  44. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +2 -1
  45. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +2 -1
  46. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +2 -1
  47. package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +2 -1
  48. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +2 -1
  49. package/dist-types/commands/GetUsageTotalsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListAllowListsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListClassificationJobsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListClassificationScopesCommand.d.ts +2 -1
  53. package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +2 -1
  54. package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListFindingsFiltersCommand.d.ts +2 -1
  56. package/dist-types/commands/ListInvitationsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +2 -1
  58. package/dist-types/commands/ListMembersCommand.d.ts +2 -1
  59. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +2 -1
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  64. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +2 -1
  65. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +2 -1
  66. package/dist-types/commands/SearchResourcesCommand.d.ts +2 -1
  67. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  68. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +2 -1
  69. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateAllowListCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateClassificationJobCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateMacieSessionCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateMemberSessionCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateResourceProfileCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +2 -1
  80. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +2 -1
  81. package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +2 -1
  82. package/dist-types/models/models_0.d.ts +835 -835
  83. package/dist-types/models/models_1.d.ts +108 -108
  84. package/dist-types/ts3.4/Macie2.d.ts +33 -0
  85. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateAllowListCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateClassificationJobCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateInvitationsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteAllowListCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DescribeBucketsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DisableMacieCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/EnableMacieCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetAllowListCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetClassificationScopeCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetFindingsFilterCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetMacieSessionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetResourceProfileCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetSensitivityInspectionTemplateCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetUsageTotalsCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListAllowListsCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +9 -0
  164. package/package.json +41 -41
@@ -330,6 +330,7 @@ export interface Macie2 {
330
330
  options: __HttpHandlerOptions,
331
331
  cb: (err: any, data?: AcceptInvitationCommandOutput) => void
332
332
  ): void;
333
+ batchGetCustomDataIdentifiers(): Promise<BatchGetCustomDataIdentifiersCommandOutput>;
333
334
  batchGetCustomDataIdentifiers(
334
335
  args: BatchGetCustomDataIdentifiersCommandInput,
335
336
  options?: __HttpHandlerOptions
@@ -421,6 +422,7 @@ export interface Macie2 {
421
422
  options: __HttpHandlerOptions,
422
423
  cb: (err: any, data?: CreateMemberCommandOutput) => void
423
424
  ): void;
425
+ createSampleFindings(): Promise<CreateSampleFindingsCommandOutput>;
424
426
  createSampleFindings(
425
427
  args: CreateSampleFindingsCommandInput,
426
428
  options?: __HttpHandlerOptions
@@ -512,6 +514,7 @@ export interface Macie2 {
512
514
  options: __HttpHandlerOptions,
513
515
  cb: (err: any, data?: DeleteMemberCommandOutput) => void
514
516
  ): void;
517
+ describeBuckets(): Promise<DescribeBucketsCommandOutput>;
515
518
  describeBuckets(
516
519
  args: DescribeBucketsCommandInput,
517
520
  options?: __HttpHandlerOptions
@@ -538,6 +541,7 @@ export interface Macie2 {
538
541
  options: __HttpHandlerOptions,
539
542
  cb: (err: any, data?: DescribeClassificationJobCommandOutput) => void
540
543
  ): void;
544
+ describeOrganizationConfiguration(): Promise<DescribeOrganizationConfigurationCommandOutput>;
541
545
  describeOrganizationConfiguration(
542
546
  args: DescribeOrganizationConfigurationCommandInput,
543
547
  options?: __HttpHandlerOptions
@@ -557,6 +561,7 @@ export interface Macie2 {
557
561
  data?: DescribeOrganizationConfigurationCommandOutput
558
562
  ) => void
559
563
  ): void;
564
+ disableMacie(): Promise<DisableMacieCommandOutput>;
560
565
  disableMacie(
561
566
  args: DisableMacieCommandInput,
562
567
  options?: __HttpHandlerOptions
@@ -583,6 +588,7 @@ export interface Macie2 {
583
588
  options: __HttpHandlerOptions,
584
589
  cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void
585
590
  ): void;
591
+ disassociateFromAdministratorAccount(): Promise<DisassociateFromAdministratorAccountCommandOutput>;
586
592
  disassociateFromAdministratorAccount(
587
593
  args: DisassociateFromAdministratorAccountCommandInput,
588
594
  options?: __HttpHandlerOptions
@@ -602,6 +608,7 @@ export interface Macie2 {
602
608
  data?: DisassociateFromAdministratorAccountCommandOutput
603
609
  ) => void
604
610
  ): void;
611
+ disassociateFromMasterAccount(): Promise<DisassociateFromMasterAccountCommandOutput>;
605
612
  disassociateFromMasterAccount(
606
613
  args: DisassociateFromMasterAccountCommandInput,
607
614
  options?: __HttpHandlerOptions
@@ -628,6 +635,7 @@ export interface Macie2 {
628
635
  options: __HttpHandlerOptions,
629
636
  cb: (err: any, data?: DisassociateMemberCommandOutput) => void
630
637
  ): void;
638
+ enableMacie(): Promise<EnableMacieCommandOutput>;
631
639
  enableMacie(
632
640
  args: EnableMacieCommandInput,
633
641
  options?: __HttpHandlerOptions
@@ -654,6 +662,7 @@ export interface Macie2 {
654
662
  options: __HttpHandlerOptions,
655
663
  cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void
656
664
  ): void;
665
+ getAdministratorAccount(): Promise<GetAdministratorAccountCommandOutput>;
657
666
  getAdministratorAccount(
658
667
  args: GetAdministratorAccountCommandInput,
659
668
  options?: __HttpHandlerOptions
@@ -680,6 +689,7 @@ export interface Macie2 {
680
689
  options: __HttpHandlerOptions,
681
690
  cb: (err: any, data?: GetAllowListCommandOutput) => void
682
691
  ): void;
692
+ getAutomatedDiscoveryConfiguration(): Promise<GetAutomatedDiscoveryConfigurationCommandOutput>;
683
693
  getAutomatedDiscoveryConfiguration(
684
694
  args: GetAutomatedDiscoveryConfigurationCommandInput,
685
695
  options?: __HttpHandlerOptions
@@ -699,6 +709,7 @@ export interface Macie2 {
699
709
  data?: GetAutomatedDiscoveryConfigurationCommandOutput
700
710
  ) => void
701
711
  ): void;
712
+ getBucketStatistics(): Promise<GetBucketStatisticsCommandOutput>;
702
713
  getBucketStatistics(
703
714
  args: GetBucketStatisticsCommandInput,
704
715
  options?: __HttpHandlerOptions
@@ -712,6 +723,7 @@ export interface Macie2 {
712
723
  options: __HttpHandlerOptions,
713
724
  cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void
714
725
  ): void;
726
+ getClassificationExportConfiguration(): Promise<GetClassificationExportConfigurationCommandOutput>;
715
727
  getClassificationExportConfiguration(
716
728
  args: GetClassificationExportConfigurationCommandInput,
717
729
  options?: __HttpHandlerOptions
@@ -783,6 +795,7 @@ export interface Macie2 {
783
795
  options: __HttpHandlerOptions,
784
796
  cb: (err: any, data?: GetFindingsFilterCommandOutput) => void
785
797
  ): void;
798
+ getFindingsPublicationConfiguration(): Promise<GetFindingsPublicationConfigurationCommandOutput>;
786
799
  getFindingsPublicationConfiguration(
787
800
  args: GetFindingsPublicationConfigurationCommandInput,
788
801
  options?: __HttpHandlerOptions
@@ -815,6 +828,7 @@ export interface Macie2 {
815
828
  options: __HttpHandlerOptions,
816
829
  cb: (err: any, data?: GetFindingStatisticsCommandOutput) => void
817
830
  ): void;
831
+ getInvitationsCount(): Promise<GetInvitationsCountCommandOutput>;
818
832
  getInvitationsCount(
819
833
  args: GetInvitationsCountCommandInput,
820
834
  options?: __HttpHandlerOptions
@@ -828,6 +842,7 @@ export interface Macie2 {
828
842
  options: __HttpHandlerOptions,
829
843
  cb: (err: any, data?: GetInvitationsCountCommandOutput) => void
830
844
  ): void;
845
+ getMacieSession(): Promise<GetMacieSessionCommandOutput>;
831
846
  getMacieSession(
832
847
  args: GetMacieSessionCommandInput,
833
848
  options?: __HttpHandlerOptions
@@ -841,6 +856,7 @@ export interface Macie2 {
841
856
  options: __HttpHandlerOptions,
842
857
  cb: (err: any, data?: GetMacieSessionCommandOutput) => void
843
858
  ): void;
859
+ getMasterAccount(): Promise<GetMasterAccountCommandOutput>;
844
860
  getMasterAccount(
845
861
  args: GetMasterAccountCommandInput,
846
862
  options?: __HttpHandlerOptions
@@ -880,6 +896,7 @@ export interface Macie2 {
880
896
  options: __HttpHandlerOptions,
881
897
  cb: (err: any, data?: GetResourceProfileCommandOutput) => void
882
898
  ): void;
899
+ getRevealConfiguration(): Promise<GetRevealConfigurationCommandOutput>;
883
900
  getRevealConfiguration(
884
901
  args: GetRevealConfigurationCommandInput,
885
902
  options?: __HttpHandlerOptions
@@ -938,6 +955,7 @@ export interface Macie2 {
938
955
  options: __HttpHandlerOptions,
939
956
  cb: (err: any, data?: GetSensitivityInspectionTemplateCommandOutput) => void
940
957
  ): void;
958
+ getUsageStatistics(): Promise<GetUsageStatisticsCommandOutput>;
941
959
  getUsageStatistics(
942
960
  args: GetUsageStatisticsCommandInput,
943
961
  options?: __HttpHandlerOptions
@@ -951,6 +969,7 @@ export interface Macie2 {
951
969
  options: __HttpHandlerOptions,
952
970
  cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void
953
971
  ): void;
972
+ getUsageTotals(): Promise<GetUsageTotalsCommandOutput>;
954
973
  getUsageTotals(
955
974
  args: GetUsageTotalsCommandInput,
956
975
  options?: __HttpHandlerOptions
@@ -964,6 +983,7 @@ export interface Macie2 {
964
983
  options: __HttpHandlerOptions,
965
984
  cb: (err: any, data?: GetUsageTotalsCommandOutput) => void
966
985
  ): void;
986
+ listAllowLists(): Promise<ListAllowListsCommandOutput>;
967
987
  listAllowLists(
968
988
  args: ListAllowListsCommandInput,
969
989
  options?: __HttpHandlerOptions
@@ -977,6 +997,7 @@ export interface Macie2 {
977
997
  options: __HttpHandlerOptions,
978
998
  cb: (err: any, data?: ListAllowListsCommandOutput) => void
979
999
  ): void;
1000
+ listClassificationJobs(): Promise<ListClassificationJobsCommandOutput>;
980
1001
  listClassificationJobs(
981
1002
  args: ListClassificationJobsCommandInput,
982
1003
  options?: __HttpHandlerOptions
@@ -990,6 +1011,7 @@ export interface Macie2 {
990
1011
  options: __HttpHandlerOptions,
991
1012
  cb: (err: any, data?: ListClassificationJobsCommandOutput) => void
992
1013
  ): void;
1014
+ listClassificationScopes(): Promise<ListClassificationScopesCommandOutput>;
993
1015
  listClassificationScopes(
994
1016
  args: ListClassificationScopesCommandInput,
995
1017
  options?: __HttpHandlerOptions
@@ -1003,6 +1025,7 @@ export interface Macie2 {
1003
1025
  options: __HttpHandlerOptions,
1004
1026
  cb: (err: any, data?: ListClassificationScopesCommandOutput) => void
1005
1027
  ): void;
1028
+ listCustomDataIdentifiers(): Promise<ListCustomDataIdentifiersCommandOutput>;
1006
1029
  listCustomDataIdentifiers(
1007
1030
  args: ListCustomDataIdentifiersCommandInput,
1008
1031
  options?: __HttpHandlerOptions
@@ -1016,6 +1039,7 @@ export interface Macie2 {
1016
1039
  options: __HttpHandlerOptions,
1017
1040
  cb: (err: any, data?: ListCustomDataIdentifiersCommandOutput) => void
1018
1041
  ): void;
1042
+ listFindings(): Promise<ListFindingsCommandOutput>;
1019
1043
  listFindings(
1020
1044
  args: ListFindingsCommandInput,
1021
1045
  options?: __HttpHandlerOptions
@@ -1029,6 +1053,7 @@ export interface Macie2 {
1029
1053
  options: __HttpHandlerOptions,
1030
1054
  cb: (err: any, data?: ListFindingsCommandOutput) => void
1031
1055
  ): void;
1056
+ listFindingsFilters(): Promise<ListFindingsFiltersCommandOutput>;
1032
1057
  listFindingsFilters(
1033
1058
  args: ListFindingsFiltersCommandInput,
1034
1059
  options?: __HttpHandlerOptions
@@ -1042,6 +1067,7 @@ export interface Macie2 {
1042
1067
  options: __HttpHandlerOptions,
1043
1068
  cb: (err: any, data?: ListFindingsFiltersCommandOutput) => void
1044
1069
  ): void;
1070
+ listInvitations(): Promise<ListInvitationsCommandOutput>;
1045
1071
  listInvitations(
1046
1072
  args: ListInvitationsCommandInput,
1047
1073
  options?: __HttpHandlerOptions
@@ -1055,6 +1081,7 @@ export interface Macie2 {
1055
1081
  options: __HttpHandlerOptions,
1056
1082
  cb: (err: any, data?: ListInvitationsCommandOutput) => void
1057
1083
  ): void;
1084
+ listManagedDataIdentifiers(): Promise<ListManagedDataIdentifiersCommandOutput>;
1058
1085
  listManagedDataIdentifiers(
1059
1086
  args: ListManagedDataIdentifiersCommandInput,
1060
1087
  options?: __HttpHandlerOptions
@@ -1068,6 +1095,7 @@ export interface Macie2 {
1068
1095
  options: __HttpHandlerOptions,
1069
1096
  cb: (err: any, data?: ListManagedDataIdentifiersCommandOutput) => void
1070
1097
  ): void;
1098
+ listMembers(): Promise<ListMembersCommandOutput>;
1071
1099
  listMembers(
1072
1100
  args: ListMembersCommandInput,
1073
1101
  options?: __HttpHandlerOptions
@@ -1081,6 +1109,7 @@ export interface Macie2 {
1081
1109
  options: __HttpHandlerOptions,
1082
1110
  cb: (err: any, data?: ListMembersCommandOutput) => void
1083
1111
  ): void;
1112
+ listOrganizationAdminAccounts(): Promise<ListOrganizationAdminAccountsCommandOutput>;
1084
1113
  listOrganizationAdminAccounts(
1085
1114
  args: ListOrganizationAdminAccountsCommandInput,
1086
1115
  options?: __HttpHandlerOptions
@@ -1120,6 +1149,7 @@ export interface Macie2 {
1120
1149
  options: __HttpHandlerOptions,
1121
1150
  cb: (err: any, data?: ListResourceProfileDetectionsCommandOutput) => void
1122
1151
  ): void;
1152
+ listSensitivityInspectionTemplates(): Promise<ListSensitivityInspectionTemplatesCommandOutput>;
1123
1153
  listSensitivityInspectionTemplates(
1124
1154
  args: ListSensitivityInspectionTemplatesCommandInput,
1125
1155
  options?: __HttpHandlerOptions
@@ -1171,6 +1201,7 @@ export interface Macie2 {
1171
1201
  data?: PutClassificationExportConfigurationCommandOutput
1172
1202
  ) => void
1173
1203
  ): void;
1204
+ putFindingsPublicationConfiguration(): Promise<PutFindingsPublicationConfigurationCommandOutput>;
1174
1205
  putFindingsPublicationConfiguration(
1175
1206
  args: PutFindingsPublicationConfigurationCommandInput,
1176
1207
  options?: __HttpHandlerOptions
@@ -1190,6 +1221,7 @@ export interface Macie2 {
1190
1221
  data?: PutFindingsPublicationConfigurationCommandOutput
1191
1222
  ) => void
1192
1223
  ): void;
1224
+ searchResources(): Promise<SearchResourcesCommandOutput>;
1193
1225
  searchResources(
1194
1226
  args: SearchResourcesCommandInput,
1195
1227
  options?: __HttpHandlerOptions
@@ -1313,6 +1345,7 @@ export interface Macie2 {
1313
1345
  options: __HttpHandlerOptions,
1314
1346
  cb: (err: any, data?: UpdateFindingsFilterCommandOutput) => void
1315
1347
  ): void;
1348
+ updateMacieSession(): Promise<UpdateMacieSessionCommandOutput>;
1316
1349
  updateMacieSession(
1317
1350
  args: UpdateMacieSessionCommandInput,
1318
1351
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const AcceptInvitationCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AcceptInvitationCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AcceptInvitationCommandInput,
31
+ AcceptInvitationCommandOutput,
32
+ Macie2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AcceptInvitationCommand extends AcceptInvitationCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetCustomDataIdentifiersCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [BatchGetCustomDataIdentifiersCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetCustomDataIdentifiersCommandInput,
32
+ BatchGetCustomDataIdentifiersCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetCustomDataIdentifiersCommand extends BatchGetCustomDataIdentifiersCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateAllowListCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateAllowListCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateAllowListCommandInput,
31
+ CreateAllowListCommandOutput,
32
+ Macie2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateAllowListCommand extends CreateAllowListCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateClassificationJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateClassificationJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateClassificationJobCommandInput,
32
+ CreateClassificationJobCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateClassificationJobCommand extends CreateClassificationJobCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCustomDataIdentifierCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCustomDataIdentifierCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCustomDataIdentifierCommandInput,
32
+ CreateCustomDataIdentifierCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCustomDataIdentifierCommand extends CreateCustomDataIdentifierCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateFindingsFilterCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateFindingsFilterCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateFindingsFilterCommandInput,
32
+ CreateFindingsFilterCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateFindingsFilterCommand extends CreateFindingsFilterCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateInvitationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateInvitationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateInvitationsCommandInput,
32
+ CreateInvitationsCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateInvitationsCommand extends CreateInvitationsCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateMemberCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateMemberCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateMemberCommandInput,
28
+ CreateMemberCommandOutput,
29
+ Macie2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateMemberCommand extends CreateMemberCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateSampleFindingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [CreateSampleFindingsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateSampleFindingsCommandInput,
32
+ CreateSampleFindingsCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateSampleFindingsCommand extends CreateSampleFindingsCommand_base {}
@@ -25,6 +25,15 @@ declare const DeclineInvitationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeclineInvitationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeclineInvitationsCommandInput,
32
+ DeclineInvitationsCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeclineInvitationsCommand extends DeclineInvitationsCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteAllowListCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteAllowListCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteAllowListCommandInput,
31
+ DeleteAllowListCommandOutput,
32
+ Macie2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteAllowListCommand extends DeleteAllowListCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteCustomDataIdentifierCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteCustomDataIdentifierCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteCustomDataIdentifierCommandInput,
32
+ DeleteCustomDataIdentifierCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteCustomDataIdentifierCommand extends DeleteCustomDataIdentifierCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteFindingsFilterCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteFindingsFilterCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteFindingsFilterCommandInput,
32
+ DeleteFindingsFilterCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteFindingsFilterCommand extends DeleteFindingsFilterCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteInvitationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteInvitationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteInvitationsCommandInput,
32
+ DeleteInvitationsCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteInvitationsCommand extends DeleteInvitationsCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteMemberCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteMemberCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteMemberCommandInput,
28
+ DeleteMemberCommandOutput,
29
+ Macie2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteMemberCommand extends DeleteMemberCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeBucketsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [DescribeBucketsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeBucketsCommandInput,
31
+ DescribeBucketsCommandOutput,
32
+ Macie2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeBucketsCommand extends DescribeBucketsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeClassificationJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeClassificationJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeClassificationJobCommandInput,
32
+ DescribeClassificationJobCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeClassificationJobCommand extends DescribeClassificationJobCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeOrganizationConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeOrganizationConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeOrganizationConfigurationCommandInput,
32
+ DescribeOrganizationConfigurationCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const DisableMacieCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DisableMacieCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DisableMacieCommandInput,
28
+ DisableMacieCommandOutput,
29
+ Macie2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DisableMacieCommand extends DisableMacieCommand_base {}
@@ -25,6 +25,15 @@ declare const DisableOrganizationAdminAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisableOrganizationAdminAccountCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisableOrganizationAdminAccountCommandInput,
32
+ DisableOrganizationAdminAccountCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisableOrganizationAdminAccountCommand extends DisableOrganizationAdminAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateFromAdministratorAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DisassociateFromAdministratorAccountCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateFromAdministratorAccountCommandInput,
32
+ DisassociateFromAdministratorAccountCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateFromAdministratorAccountCommand extends DisassociateFromAdministratorAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateFromMasterAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DisassociateFromMasterAccountCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateFromMasterAccountCommandInput,
32
+ DisassociateFromMasterAccountCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateFromMasterAccountCommand extends DisassociateFromMasterAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateMemberCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateMemberCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateMemberCommandInput,
32
+ DisassociateMemberCommandOutput,
33
+ Macie2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateMemberCommand extends DisassociateMemberCommand_base {}
@@ -21,6 +21,15 @@ declare const EnableMacieCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [EnableMacieCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ EnableMacieCommandInput,
28
+ EnableMacieCommandOutput,
29
+ Macie2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class EnableMacieCommand extends EnableMacieCommand_base {}