@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
@@ -22,10 +22,10 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
22
22
  }
23
23
  declare const DescribeOrganizationConfigurationCommand_base: {
24
24
  new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeOrganizationConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the Amazon Macie configuration settings for an organization in Organizations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const DescribeOrganizationConfigurationCommand_base: {
73
73
  * @throws {@link Macie2ServiceException}
74
74
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface DisableMacieCommandOutput extends DisableMacieResponse, __Metad
22
22
  }
23
23
  declare const DisableMacieCommand_base: {
24
24
  new (input: DisableMacieCommandInput): import("@smithy/smithy-client").CommandImpl<DisableMacieCommandInput, DisableMacieCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DisableMacieCommandInput]): import("@smithy/smithy-client").CommandImpl<DisableMacieCommandInput, DisableMacieCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables Amazon Macie and deletes all settings and resources for a Macie account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DisableMacieCommand_base: {
70
70
  * @throws {@link Macie2ServiceException}
71
71
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DisableMacieCommand extends DisableMacieCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
22
22
  }
23
23
  declare const DisableOrganizationAdminAccountCommand_base: {
24
24
  new (input: DisableOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisableOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DisableOrganizationAdminAccountCommand_base: {
72
72
  * @throws {@link Macie2ServiceException}
73
73
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DisableOrganizationAdminAccountCommand extends DisableOrganizationAdminAccountCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
22
22
  }
23
23
  declare const DisassociateFromAdministratorAccountCommand_base: {
24
24
  new (input: DisassociateFromAdministratorAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DisassociateFromAdministratorAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates a member account from its Amazon Macie administrator account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DisassociateFromAdministratorAccountCommand_base: {
70
70
  * @throws {@link Macie2ServiceException}
71
71
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DisassociateFromAdministratorAccountCommand extends DisassociateFromAdministratorAccountCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
22
22
  }
23
23
  declare const DisassociateFromMasterAccountCommand_base: {
24
24
  new (input: DisassociateFromMasterAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DisassociateFromMasterAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>(Deprecated) Disassociates a member account from its Amazon Macie administrator account. This operation has been replaced by the <link linkend="DisassociateFromAdministratorAccount">DisassociateFromAdministratorAccount</link> operation.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DisassociateFromMasterAccountCommand_base: {
70
70
  * @throws {@link Macie2ServiceException}
71
71
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DisassociateFromMasterAccountCommand extends DisassociateFromMasterAccountCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo
22
22
  }
23
23
  declare const DisassociateMemberCommand_base: {
24
24
  new (input: DisassociateMemberCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMemberCommandInput, DisassociateMemberCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateMemberCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMemberCommandInput, DisassociateMemberCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates an Amazon Macie administrator account from a member account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DisassociateMemberCommand_base: {
72
72
  * @throws {@link Macie2ServiceException}
73
73
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DisassociateMemberCommand extends DisassociateMemberCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface EnableMacieCommandOutput extends EnableMacieResponse, __Metadat
22
22
  }
23
23
  declare const EnableMacieCommand_base: {
24
24
  new (input: EnableMacieCommandInput): import("@smithy/smithy-client").CommandImpl<EnableMacieCommandInput, EnableMacieCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [EnableMacieCommandInput]): import("@smithy/smithy-client").CommandImpl<EnableMacieCommandInput, EnableMacieCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables Amazon Macie and specifies the configuration settings for a Macie account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const EnableMacieCommand_base: {
74
74
  * @throws {@link Macie2ServiceException}
75
75
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class EnableMacieCommand extends EnableMacieCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
22
22
  }
23
23
  declare const EnableOrganizationAdminAccountCommand_base: {
24
24
  new (input: EnableOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Designates an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const EnableOrganizationAdminAccountCommand_base: {
73
73
  * @throws {@link Macie2ServiceException}
74
74
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class EnableOrganizationAdminAccountCommand extends EnableOrganizationAdminAccountCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
22
22
  }
23
23
  declare const GetAdministratorAccountCommand_base: {
24
24
  new (input: GetAdministratorAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAdministratorAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAdministratorAccountCommandInput, GetAdministratorAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the Amazon Macie administrator account for an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const GetAdministratorAccountCommand_base: {
77
77
  * @throws {@link Macie2ServiceException}
78
78
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetAdministratorAccountCommand extends GetAdministratorAccountCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetAllowListCommandOutput extends GetAllowListResponse, __Metad
22
22
  }
23
23
  declare const GetAllowListCommand_base: {
24
24
  new (input: GetAllowListCommandInput): import("@smithy/smithy-client").CommandImpl<GetAllowListCommandInput, GetAllowListCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAllowListCommandInput): import("@smithy/smithy-client").CommandImpl<GetAllowListCommandInput, GetAllowListCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the settings and status of an allow list.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const GetAllowListCommand_base: {
87
87
  * @throws {@link Macie2ServiceException}
88
88
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class GetAllowListCommand extends GetAllowListCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface GetAutomatedDiscoveryConfigurationCommandOutput extends GetAuto
22
22
  }
23
23
  declare const GetAutomatedDiscoveryConfigurationCommand_base: {
24
24
  new (input: GetAutomatedDiscoveryConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAutomatedDiscoveryConfigurationCommandInput, GetAutomatedDiscoveryConfigurationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAutomatedDiscoveryConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAutomatedDiscoveryConfigurationCommandInput, GetAutomatedDiscoveryConfigurationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the configuration settings and status of automated sensitive data discovery for an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const GetAutomatedDiscoveryConfigurationCommand_base: {
68
68
  * @throws {@link Macie2ServiceException}
69
69
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class GetAutomatedDiscoveryConfigurationCommand extends GetAutomatedDiscoveryConfigurationCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface GetBucketStatisticsCommandOutput extends GetBucketStatisticsRes
22
22
  }
23
23
  declare const GetBucketStatisticsCommand_base: {
24
24
  new (input: GetBucketStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetBucketStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetBucketStatisticsCommandInput, GetBucketStatisticsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves (queries) aggregated statistical data about all the S3 buckets that Amazon Macie monitors and analyzes for an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -139,6 +139,7 @@ declare const GetBucketStatisticsCommand_base: {
139
139
  * @throws {@link Macie2ServiceException}
140
140
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class GetBucketStatisticsCommand extends GetBucketStatisticsCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface GetClassificationExportConfigurationCommandOutput extends GetCl
22
22
  }
23
23
  declare const GetClassificationExportConfigurationCommand_base: {
24
24
  new (input: GetClassificationExportConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetClassificationExportConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetClassificationExportConfigurationCommandInput, GetClassificationExportConfigurationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the configuration settings for storing data classification results.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const GetClassificationExportConfigurationCommand_base: {
78
78
  * @throws {@link Macie2ServiceException}
79
79
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetClassificationExportConfigurationCommand extends GetClassificationExportConfigurationCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetClassificationScopeCommandOutput extends GetClassificationSc
22
22
  }
23
23
  declare const GetClassificationScopeCommand_base: {
24
24
  new (input: GetClassificationScopeCommandInput): import("@smithy/smithy-client").CommandImpl<GetClassificationScopeCommandInput, GetClassificationScopeCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetClassificationScopeCommandInput): import("@smithy/smithy-client").CommandImpl<GetClassificationScopeCommandInput, GetClassificationScopeCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the classification scope settings for an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const GetClassificationScopeCommand_base: {
76
76
  * @throws {@link Macie2ServiceException}
77
77
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class GetClassificationScopeCommand extends GetClassificationScopeCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface GetCustomDataIdentifierCommandOutput extends GetCustomDataIdent
22
22
  }
23
23
  declare const GetCustomDataIdentifierCommand_base: {
24
24
  new (input: GetCustomDataIdentifierCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCustomDataIdentifierCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomDataIdentifierCommandInput, GetCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the criteria and other settings for a custom data identifier.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const GetCustomDataIdentifierCommand_base: {
96
96
  * @throws {@link Macie2ServiceException}
97
97
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class GetCustomDataIdentifierCommand extends GetCustomDataIdentifierCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface GetFindingStatisticsCommandOutput extends GetFindingStatisticsR
22
22
  }
23
23
  declare const GetFindingStatisticsCommand_base: {
24
24
  new (input: GetFindingStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingStatisticsCommandInput, GetFindingStatisticsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFindingStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingStatisticsCommandInput, GetFindingStatisticsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves (queries) aggregated statistical data about findings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const GetFindingStatisticsCommand_base: {
103
103
  * @throws {@link Macie2ServiceException}
104
104
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class GetFindingStatisticsCommand extends GetFindingStatisticsCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
22
22
  }
23
23
  declare const GetFindingsCommand_base: {
24
24
  new (input: GetFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingsCommandInput, GetFindingsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingsCommandInput, GetFindingsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the details of one or more findings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -384,6 +384,7 @@ declare const GetFindingsCommand_base: {
384
384
  * @throws {@link Macie2ServiceException}
385
385
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
386
386
  *
387
+ * @public
387
388
  */
388
389
  export declare class GetFindingsCommand extends GetFindingsCommand_base {
389
390
  }
@@ -22,10 +22,10 @@ export interface GetFindingsFilterCommandOutput extends GetFindingsFilterRespons
22
22
  }
23
23
  declare const GetFindingsFilterCommand_base: {
24
24
  new (input: GetFindingsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingsFilterCommandInput, GetFindingsFilterCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetFindingsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingsFilterCommandInput, GetFindingsFilterCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the criteria and other settings for a findings filter.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const GetFindingsFilterCommand_base: {
101
101
  * @throws {@link Macie2ServiceException}
102
102
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class GetFindingsFilterCommand extends GetFindingsFilterCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface GetFindingsPublicationConfigurationCommandOutput extends GetFin
22
22
  }
23
23
  declare const GetFindingsPublicationConfigurationCommand_base: {
24
24
  new (input: GetFindingsPublicationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingsPublicationConfigurationCommandInput, GetFindingsPublicationConfigurationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetFindingsPublicationConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetFindingsPublicationConfigurationCommandInput, GetFindingsPublicationConfigurationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the configuration settings for publishing findings to Security Hub.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const GetFindingsPublicationConfigurationCommand_base: {
75
75
  * @throws {@link Macie2ServiceException}
76
76
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetFindingsPublicationConfigurationCommand extends GetFindingsPublicationConfigurationCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface GetInvitationsCountCommandOutput extends GetInvitationsCountRes
22
22
  }
23
23
  declare const GetInvitationsCountCommand_base: {
24
24
  new (input: GetInvitationsCountCommandInput): import("@smithy/smithy-client").CommandImpl<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetInvitationsCountCommandInput]): import("@smithy/smithy-client").CommandImpl<GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the count of Amazon Macie membership invitations that were received by an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const GetInvitationsCountCommand_base: {
72
72
  * @throws {@link Macie2ServiceException}
73
73
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetInvitationsCountCommand extends GetInvitationsCountCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetMacieSessionCommandOutput extends GetMacieSessionResponse, _
22
22
  }
23
23
  declare const GetMacieSessionCommand_base: {
24
24
  new (input: GetMacieSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetMacieSessionCommandInput, GetMacieSessionCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetMacieSessionCommandInput]): import("@smithy/smithy-client").CommandImpl<GetMacieSessionCommandInput, GetMacieSessionCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the status and configuration settings for an Amazon Macie account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const GetMacieSessionCommand_base: {
76
76
  * @throws {@link Macie2ServiceException}
77
77
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class GetMacieSessionCommand extends GetMacieSessionCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface GetMasterAccountCommandOutput extends GetMasterAccountResponse,
22
22
  }
23
23
  declare const GetMasterAccountCommand_base: {
24
24
  new (input: GetMasterAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetMasterAccountCommandInput, GetMasterAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetMasterAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<GetMasterAccountCommandInput, GetMasterAccountCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>(Deprecated) Retrieves information about the Amazon Macie administrator account for an account. This operation has been replaced by the <link linkend="GetAdministratorAccount">GetAdministratorAccount</link> operation.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const GetMasterAccountCommand_base: {
77
77
  * @throws {@link Macie2ServiceException}
78
78
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetMasterAccountCommand extends GetMasterAccountCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetMemberCommandOutput extends GetMemberResponse, __MetadataBea
22
22
  }
23
23
  declare const GetMemberCommand_base: {
24
24
  new (input: GetMemberCommandInput): import("@smithy/smithy-client").CommandImpl<GetMemberCommandInput, GetMemberCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMemberCommandInput): import("@smithy/smithy-client").CommandImpl<GetMemberCommandInput, GetMemberCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about an account that's associated with an Amazon Macie administrator account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetMemberCommand_base: {
84
84
  * @throws {@link Macie2ServiceException}
85
85
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetMemberCommand extends GetMemberCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetResourceProfileCommandOutput extends GetResourceProfileRespo
22
22
  }
23
23
  declare const GetResourceProfileCommand_base: {
24
24
  new (input: GetResourceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceProfileCommandInput, GetResourceProfileCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetResourceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceProfileCommandInput, GetResourceProfileCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves (queries) sensitive data discovery statistics and the sensitivity score for an S3 bucket.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetResourceProfileCommand_base: {
84
84
  * @throws {@link Macie2ServiceException}
85
85
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetResourceProfileCommand extends GetResourceProfileCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetRevealConfigurationCommandOutput extends GetRevealConfigurat
22
22
  }
23
23
  declare const GetRevealConfigurationCommand_base: {
24
24
  new (input: GetRevealConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetRevealConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the status and configuration settings for retrieving occurrences of sensitive data reported by findings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const GetRevealConfigurationCommand_base: {
71
71
  * @throws {@link Macie2ServiceException}
72
72
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class GetRevealConfigurationCommand extends GetRevealConfigurationCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface GetSensitiveDataOccurrencesAvailabilityCommandOutput extends Ge
22
22
  }
23
23
  declare const GetSensitiveDataOccurrencesAvailabilityCommand_base: {
24
24
  new (input: GetSensitiveDataOccurrencesAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSensitiveDataOccurrencesAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Checks whether occurrences of sensitive data can be retrieved for a finding.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const GetSensitiveDataOccurrencesAvailabilityCommand_base: {
68
68
  * @throws {@link Macie2ServiceException}
69
69
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class GetSensitiveDataOccurrencesAvailabilityCommand extends GetSensitiveDataOccurrencesAvailabilityCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface GetSensitiveDataOccurrencesCommandOutput extends GetSensitiveDa
22
22
  }
23
23
  declare const GetSensitiveDataOccurrencesCommand_base: {
24
24
  new (input: GetSensitiveDataOccurrencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSensitiveDataOccurrencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves occurrences of sensitive data reported by a finding.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const GetSensitiveDataOccurrencesCommand_base: {
79
79
  * @throws {@link Macie2ServiceException}
80
80
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetSensitiveDataOccurrencesCommand extends GetSensitiveDataOccurrencesCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetSensitivityInspectionTemplateCommandOutput extends GetSensit
22
22
  }
23
23
  declare const GetSensitivityInspectionTemplateCommand_base: {
24
24
  new (input: GetSensitivityInspectionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetSensitivityInspectionTemplateCommandInput, GetSensitivityInspectionTemplateCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSensitivityInspectionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetSensitivityInspectionTemplateCommandInput, GetSensitivityInspectionTemplateCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the settings for the sensitivity inspection template for an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const GetSensitivityInspectionTemplateCommand_base: {
86
86
  * @throws {@link Macie2ServiceException}
87
87
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetSensitivityInspectionTemplateCommand extends GetSensitivityInspectionTemplateCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GetUsageStatisticsCommandOutput extends GetUsageStatisticsRespo
22
22
  }
23
23
  declare const GetUsageStatisticsCommand_base: {
24
24
  new (input: GetUsageStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetUsageStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves (queries) quotas and aggregated usage data for one or more accounts.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -109,6 +109,7 @@ declare const GetUsageStatisticsCommand_base: {
109
109
  * @throws {@link Macie2ServiceException}
110
110
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class GetUsageStatisticsCommand extends GetUsageStatisticsCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface GetUsageTotalsCommandOutput extends GetUsageTotalsResponse, __M
22
22
  }
23
23
  declare const GetUsageTotalsCommand_base: {
24
24
  new (input: GetUsageTotalsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetUsageTotalsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves (queries) aggregated usage data for an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const GetUsageTotalsCommand_base: {
81
81
  * @throws {@link Macie2ServiceException}
82
82
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class GetUsageTotalsCommand extends GetUsageTotalsCommand_base {
86
87
  }