@aws-sdk/client-macie2 3.131.0 → 3.137.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 (162) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/Macie2.js +60 -0
  3. package/dist-cjs/commands/AcceptInvitationCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetCustomDataIdentifiersCommand.js +2 -2
  5. package/dist-cjs/commands/CreateClassificationJobCommand.js +2 -2
  6. package/dist-cjs/commands/CreateCustomDataIdentifierCommand.js +2 -2
  7. package/dist-cjs/commands/CreateFindingsFilterCommand.js +2 -2
  8. package/dist-cjs/commands/CreateInvitationsCommand.js +2 -2
  9. package/dist-cjs/commands/CreateMemberCommand.js +2 -2
  10. package/dist-cjs/commands/CreateSampleFindingsCommand.js +2 -2
  11. package/dist-cjs/commands/DeclineInvitationsCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteCustomDataIdentifierCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteFindingsFilterCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteInvitationsCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeBucketsCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeClassificationJobCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  19. package/dist-cjs/commands/DisableMacieCommand.js +2 -2
  20. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  21. package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +2 -2
  22. package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +2 -2
  23. package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
  24. package/dist-cjs/commands/EnableMacieCommand.js +2 -2
  25. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  26. package/dist-cjs/commands/GetAdministratorAccountCommand.js +2 -2
  27. package/dist-cjs/commands/GetBucketStatisticsCommand.js +2 -2
  28. package/dist-cjs/commands/GetClassificationExportConfigurationCommand.js +2 -2
  29. package/dist-cjs/commands/GetCustomDataIdentifierCommand.js +2 -2
  30. package/dist-cjs/commands/GetFindingStatisticsCommand.js +2 -2
  31. package/dist-cjs/commands/GetFindingsCommand.js +2 -2
  32. package/dist-cjs/commands/GetFindingsFilterCommand.js +2 -2
  33. package/dist-cjs/commands/GetFindingsPublicationConfigurationCommand.js +2 -2
  34. package/dist-cjs/commands/GetInvitationsCountCommand.js +2 -2
  35. package/dist-cjs/commands/GetMacieSessionCommand.js +2 -2
  36. package/dist-cjs/commands/GetMasterAccountCommand.js +2 -2
  37. package/dist-cjs/commands/GetMemberCommand.js +2 -2
  38. package/dist-cjs/commands/GetRevealConfigurationCommand.js +36 -0
  39. package/dist-cjs/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +36 -0
  40. package/dist-cjs/commands/GetSensitiveDataOccurrencesCommand.js +36 -0
  41. package/dist-cjs/commands/GetUsageStatisticsCommand.js +2 -2
  42. package/dist-cjs/commands/GetUsageTotalsCommand.js +2 -2
  43. package/dist-cjs/commands/ListClassificationJobsCommand.js +2 -2
  44. package/dist-cjs/commands/ListCustomDataIdentifiersCommand.js +2 -2
  45. package/dist-cjs/commands/ListFindingsCommand.js +2 -2
  46. package/dist-cjs/commands/ListFindingsFiltersCommand.js +2 -2
  47. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  48. package/dist-cjs/commands/ListManagedDataIdentifiersCommand.js +2 -2
  49. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  50. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  52. package/dist-cjs/commands/PutClassificationExportConfigurationCommand.js +2 -2
  53. package/dist-cjs/commands/PutFindingsPublicationConfigurationCommand.js +2 -2
  54. package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
  55. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  56. package/dist-cjs/commands/TestCustomDataIdentifierCommand.js +2 -2
  57. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateClassificationJobCommand.js +2 -2
  59. package/dist-cjs/commands/UpdateFindingsFilterCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateMacieSessionCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateMemberSessionCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateRevealConfigurationCommand.js +36 -0
  64. package/dist-cjs/commands/index.js +4 -0
  65. package/dist-cjs/index.js +1 -0
  66. package/dist-cjs/models/models_0.js +1007 -1392
  67. package/dist-cjs/protocols/Aws_restJson1.js +365 -3
  68. package/dist-cjs/waiters/index.js +4 -0
  69. package/dist-cjs/waiters/waitForFindingRevealed.js +45 -0
  70. package/dist-es/Macie2.js +60 -0
  71. package/dist-es/commands/AcceptInvitationCommand.js +3 -3
  72. package/dist-es/commands/BatchGetCustomDataIdentifiersCommand.js +3 -3
  73. package/dist-es/commands/CreateClassificationJobCommand.js +3 -3
  74. package/dist-es/commands/CreateCustomDataIdentifierCommand.js +3 -3
  75. package/dist-es/commands/CreateFindingsFilterCommand.js +3 -3
  76. package/dist-es/commands/CreateInvitationsCommand.js +3 -3
  77. package/dist-es/commands/CreateMemberCommand.js +3 -3
  78. package/dist-es/commands/CreateSampleFindingsCommand.js +3 -3
  79. package/dist-es/commands/DeclineInvitationsCommand.js +3 -3
  80. package/dist-es/commands/DeleteCustomDataIdentifierCommand.js +3 -3
  81. package/dist-es/commands/DeleteFindingsFilterCommand.js +3 -3
  82. package/dist-es/commands/DeleteInvitationsCommand.js +3 -3
  83. package/dist-es/commands/DeleteMemberCommand.js +3 -3
  84. package/dist-es/commands/DescribeBucketsCommand.js +3 -3
  85. package/dist-es/commands/DescribeClassificationJobCommand.js +3 -3
  86. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  87. package/dist-es/commands/DisableMacieCommand.js +3 -3
  88. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -3
  89. package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +3 -3
  90. package/dist-es/commands/DisassociateFromMasterAccountCommand.js +3 -3
  91. package/dist-es/commands/DisassociateMemberCommand.js +3 -3
  92. package/dist-es/commands/EnableMacieCommand.js +3 -3
  93. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -3
  94. package/dist-es/commands/GetAdministratorAccountCommand.js +3 -3
  95. package/dist-es/commands/GetBucketStatisticsCommand.js +3 -3
  96. package/dist-es/commands/GetClassificationExportConfigurationCommand.js +3 -3
  97. package/dist-es/commands/GetCustomDataIdentifierCommand.js +3 -3
  98. package/dist-es/commands/GetFindingStatisticsCommand.js +3 -3
  99. package/dist-es/commands/GetFindingsCommand.js +3 -3
  100. package/dist-es/commands/GetFindingsFilterCommand.js +3 -3
  101. package/dist-es/commands/GetFindingsPublicationConfigurationCommand.js +3 -3
  102. package/dist-es/commands/GetInvitationsCountCommand.js +3 -3
  103. package/dist-es/commands/GetMacieSessionCommand.js +3 -3
  104. package/dist-es/commands/GetMasterAccountCommand.js +3 -3
  105. package/dist-es/commands/GetMemberCommand.js +3 -3
  106. package/dist-es/commands/GetRevealConfigurationCommand.js +39 -0
  107. package/dist-es/commands/GetSensitiveDataOccurrencesAvailabilityCommand.js +39 -0
  108. package/dist-es/commands/GetSensitiveDataOccurrencesCommand.js +39 -0
  109. package/dist-es/commands/GetUsageStatisticsCommand.js +3 -3
  110. package/dist-es/commands/GetUsageTotalsCommand.js +3 -3
  111. package/dist-es/commands/ListClassificationJobsCommand.js +3 -3
  112. package/dist-es/commands/ListCustomDataIdentifiersCommand.js +3 -3
  113. package/dist-es/commands/ListFindingsCommand.js +3 -3
  114. package/dist-es/commands/ListFindingsFiltersCommand.js +3 -3
  115. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  116. package/dist-es/commands/ListManagedDataIdentifiersCommand.js +3 -3
  117. package/dist-es/commands/ListMembersCommand.js +3 -3
  118. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  119. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  120. package/dist-es/commands/PutClassificationExportConfigurationCommand.js +3 -3
  121. package/dist-es/commands/PutFindingsPublicationConfigurationCommand.js +3 -3
  122. package/dist-es/commands/SearchResourcesCommand.js +3 -3
  123. package/dist-es/commands/TagResourceCommand.js +3 -3
  124. package/dist-es/commands/TestCustomDataIdentifierCommand.js +3 -3
  125. package/dist-es/commands/UntagResourceCommand.js +3 -3
  126. package/dist-es/commands/UpdateClassificationJobCommand.js +3 -3
  127. package/dist-es/commands/UpdateFindingsFilterCommand.js +3 -3
  128. package/dist-es/commands/UpdateMacieSessionCommand.js +3 -3
  129. package/dist-es/commands/UpdateMemberSessionCommand.js +3 -3
  130. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  131. package/dist-es/commands/UpdateRevealConfigurationCommand.js +39 -0
  132. package/dist-es/commands/index.js +4 -0
  133. package/dist-es/index.js +1 -0
  134. package/dist-es/models/models_0.js +277 -924
  135. package/dist-es/protocols/Aws_restJson1.js +467 -1
  136. package/dist-es/waiters/index.js +1 -0
  137. package/dist-es/waiters/waitForFindingRevealed.js +60 -0
  138. package/dist-types/Macie2.d.ts +28 -0
  139. package/dist-types/Macie2Client.d.ts +6 -2
  140. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +35 -0
  141. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +35 -0
  142. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +35 -0
  143. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +35 -0
  144. package/dist-types/commands/index.d.ts +4 -0
  145. package/dist-types/index.d.ts +1 -0
  146. package/dist-types/models/models_0.d.ts +1074 -1387
  147. package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
  148. package/dist-types/ts3.4/Macie2.d.ts +20 -0
  149. package/dist-types/ts3.4/Macie2Client.d.ts +6 -2
  150. package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  155. package/dist-types/ts3.4/index.d.ts +1 -0
  156. package/dist-types/ts3.4/models/models_0.d.ts +550 -917
  157. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  158. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  159. package/dist-types/ts3.4/waiters/waitForFindingRevealed.d.ts +7 -0
  160. package/dist-types/waiters/index.d.ts +1 -0
  161. package/dist-types/waiters/waitForFindingRevealed.d.ts +14 -0
  162. package/package.json +7 -6
@@ -41,6 +41,9 @@ import { GetInvitationsCountCommandInput, GetInvitationsCountCommandOutput } fro
41
41
  import { GetMacieSessionCommandInput, GetMacieSessionCommandOutput } from "./commands/GetMacieSessionCommand";
42
42
  import { GetMasterAccountCommandInput, GetMasterAccountCommandOutput } from "./commands/GetMasterAccountCommand";
43
43
  import { GetMemberCommandInput, GetMemberCommandOutput } from "./commands/GetMemberCommand";
44
+ import { GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput } from "./commands/GetRevealConfigurationCommand";
45
+ import { GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput } from "./commands/GetSensitiveDataOccurrencesAvailabilityCommand";
46
+ import { GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput } from "./commands/GetSensitiveDataOccurrencesCommand";
44
47
  import { GetUsageStatisticsCommandInput, GetUsageStatisticsCommandOutput } from "./commands/GetUsageStatisticsCommand";
45
48
  import { GetUsageTotalsCommandInput, GetUsageTotalsCommandOutput } from "./commands/GetUsageTotalsCommand";
46
49
  import { ListClassificationJobsCommandInput, ListClassificationJobsCommandOutput } from "./commands/ListClassificationJobsCommand";
@@ -63,8 +66,9 @@ import { UpdateFindingsFilterCommandInput, UpdateFindingsFilterCommandOutput } f
63
66
  import { UpdateMacieSessionCommandInput, UpdateMacieSessionCommandOutput } from "./commands/UpdateMacieSessionCommand";
64
67
  import { UpdateMemberSessionCommandInput, UpdateMemberSessionCommandOutput } from "./commands/UpdateMemberSessionCommand";
65
68
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
66
- export declare type ServiceInputTypes = AcceptInvitationCommandInput | BatchGetCustomDataIdentifiersCommandInput | CreateClassificationJobCommandInput | CreateCustomDataIdentifierCommandInput | CreateFindingsFilterCommandInput | CreateInvitationsCommandInput | CreateMemberCommandInput | CreateSampleFindingsCommandInput | DeclineInvitationsCommandInput | DeleteCustomDataIdentifierCommandInput | DeleteFindingsFilterCommandInput | DeleteInvitationsCommandInput | DeleteMemberCommandInput | DescribeBucketsCommandInput | DescribeClassificationJobCommandInput | DescribeOrganizationConfigurationCommandInput | DisableMacieCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMemberCommandInput | EnableMacieCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetBucketStatisticsCommandInput | GetClassificationExportConfigurationCommandInput | GetCustomDataIdentifierCommandInput | GetFindingStatisticsCommandInput | GetFindingsCommandInput | GetFindingsFilterCommandInput | GetFindingsPublicationConfigurationCommandInput | GetInvitationsCountCommandInput | GetMacieSessionCommandInput | GetMasterAccountCommandInput | GetMemberCommandInput | GetUsageStatisticsCommandInput | GetUsageTotalsCommandInput | ListClassificationJobsCommandInput | ListCustomDataIdentifiersCommandInput | ListFindingsCommandInput | ListFindingsFiltersCommandInput | ListInvitationsCommandInput | ListManagedDataIdentifiersCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | PutClassificationExportConfigurationCommandInput | PutFindingsPublicationConfigurationCommandInput | SearchResourcesCommandInput | TagResourceCommandInput | TestCustomDataIdentifierCommandInput | UntagResourceCommandInput | UpdateClassificationJobCommandInput | UpdateFindingsFilterCommandInput | UpdateMacieSessionCommandInput | UpdateMemberSessionCommandInput | UpdateOrganizationConfigurationCommandInput;
67
- export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | BatchGetCustomDataIdentifiersCommandOutput | CreateClassificationJobCommandOutput | CreateCustomDataIdentifierCommandOutput | CreateFindingsFilterCommandOutput | CreateInvitationsCommandOutput | CreateMemberCommandOutput | CreateSampleFindingsCommandOutput | DeclineInvitationsCommandOutput | DeleteCustomDataIdentifierCommandOutput | DeleteFindingsFilterCommandOutput | DeleteInvitationsCommandOutput | DeleteMemberCommandOutput | DescribeBucketsCommandOutput | DescribeClassificationJobCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableMacieCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMemberCommandOutput | EnableMacieCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetBucketStatisticsCommandOutput | GetClassificationExportConfigurationCommandOutput | GetCustomDataIdentifierCommandOutput | GetFindingStatisticsCommandOutput | GetFindingsCommandOutput | GetFindingsFilterCommandOutput | GetFindingsPublicationConfigurationCommandOutput | GetInvitationsCountCommandOutput | GetMacieSessionCommandOutput | GetMasterAccountCommandOutput | GetMemberCommandOutput | GetUsageStatisticsCommandOutput | GetUsageTotalsCommandOutput | ListClassificationJobsCommandOutput | ListCustomDataIdentifiersCommandOutput | ListFindingsCommandOutput | ListFindingsFiltersCommandOutput | ListInvitationsCommandOutput | ListManagedDataIdentifiersCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | PutClassificationExportConfigurationCommandOutput | PutFindingsPublicationConfigurationCommandOutput | SearchResourcesCommandOutput | TagResourceCommandOutput | TestCustomDataIdentifierCommandOutput | UntagResourceCommandOutput | UpdateClassificationJobCommandOutput | UpdateFindingsFilterCommandOutput | UpdateMacieSessionCommandOutput | UpdateMemberSessionCommandOutput | UpdateOrganizationConfigurationCommandOutput;
69
+ import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "./commands/UpdateRevealConfigurationCommand";
70
+ export declare type ServiceInputTypes = AcceptInvitationCommandInput | BatchGetCustomDataIdentifiersCommandInput | CreateClassificationJobCommandInput | CreateCustomDataIdentifierCommandInput | CreateFindingsFilterCommandInput | CreateInvitationsCommandInput | CreateMemberCommandInput | CreateSampleFindingsCommandInput | DeclineInvitationsCommandInput | DeleteCustomDataIdentifierCommandInput | DeleteFindingsFilterCommandInput | DeleteInvitationsCommandInput | DeleteMemberCommandInput | DescribeBucketsCommandInput | DescribeClassificationJobCommandInput | DescribeOrganizationConfigurationCommandInput | DisableMacieCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMemberCommandInput | EnableMacieCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetBucketStatisticsCommandInput | GetClassificationExportConfigurationCommandInput | GetCustomDataIdentifierCommandInput | GetFindingStatisticsCommandInput | GetFindingsCommandInput | GetFindingsFilterCommandInput | GetFindingsPublicationConfigurationCommandInput | GetInvitationsCountCommandInput | GetMacieSessionCommandInput | GetMasterAccountCommandInput | GetMemberCommandInput | GetRevealConfigurationCommandInput | GetSensitiveDataOccurrencesAvailabilityCommandInput | GetSensitiveDataOccurrencesCommandInput | GetUsageStatisticsCommandInput | GetUsageTotalsCommandInput | ListClassificationJobsCommandInput | ListCustomDataIdentifiersCommandInput | ListFindingsCommandInput | ListFindingsFiltersCommandInput | ListInvitationsCommandInput | ListManagedDataIdentifiersCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListTagsForResourceCommandInput | PutClassificationExportConfigurationCommandInput | PutFindingsPublicationConfigurationCommandInput | SearchResourcesCommandInput | TagResourceCommandInput | TestCustomDataIdentifierCommandInput | UntagResourceCommandInput | UpdateClassificationJobCommandInput | UpdateFindingsFilterCommandInput | UpdateMacieSessionCommandInput | UpdateMemberSessionCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateRevealConfigurationCommandInput;
71
+ export declare type ServiceOutputTypes = AcceptInvitationCommandOutput | BatchGetCustomDataIdentifiersCommandOutput | CreateClassificationJobCommandOutput | CreateCustomDataIdentifierCommandOutput | CreateFindingsFilterCommandOutput | CreateInvitationsCommandOutput | CreateMemberCommandOutput | CreateSampleFindingsCommandOutput | DeclineInvitationsCommandOutput | DeleteCustomDataIdentifierCommandOutput | DeleteFindingsFilterCommandOutput | DeleteInvitationsCommandOutput | DeleteMemberCommandOutput | DescribeBucketsCommandOutput | DescribeClassificationJobCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableMacieCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMemberCommandOutput | EnableMacieCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetBucketStatisticsCommandOutput | GetClassificationExportConfigurationCommandOutput | GetCustomDataIdentifierCommandOutput | GetFindingStatisticsCommandOutput | GetFindingsCommandOutput | GetFindingsFilterCommandOutput | GetFindingsPublicationConfigurationCommandOutput | GetInvitationsCountCommandOutput | GetMacieSessionCommandOutput | GetMasterAccountCommandOutput | GetMemberCommandOutput | GetRevealConfigurationCommandOutput | GetSensitiveDataOccurrencesAvailabilityCommandOutput | GetSensitiveDataOccurrencesCommandOutput | GetUsageStatisticsCommandOutput | GetUsageTotalsCommandOutput | ListClassificationJobsCommandOutput | ListCustomDataIdentifiersCommandOutput | ListFindingsCommandOutput | ListFindingsFiltersCommandOutput | ListInvitationsCommandOutput | ListManagedDataIdentifiersCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListTagsForResourceCommandOutput | PutClassificationExportConfigurationCommandOutput | PutFindingsPublicationConfigurationCommandOutput | SearchResourcesCommandOutput | TagResourceCommandOutput | TestCustomDataIdentifierCommandOutput | UntagResourceCommandOutput | UpdateClassificationJobCommandOutput | UpdateFindingsFilterCommandOutput | UpdateMacieSessionCommandOutput | UpdateMemberSessionCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateRevealConfigurationCommandOutput;
68
72
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
69
73
  /**
70
74
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
+ import { GetRevealConfigurationRequest, GetRevealConfigurationResponse } from "../models/models_0";
5
+ export interface GetRevealConfigurationCommandInput extends GetRevealConfigurationRequest {
6
+ }
7
+ export interface GetRevealConfigurationCommandOutput extends GetRevealConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves the status and configuration settings for retrieving (revealing) occurrences of sensitive data reported by findings.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { Macie2Client, GetRevealConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
+ * // const { Macie2Client, GetRevealConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
+ * const client = new Macie2Client(config);
17
+ * const command = new GetRevealConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetRevealConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link GetRevealConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetRevealConfigurationCommand extends $Command<GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput, Macie2ClientResolvedConfig> {
27
+ readonly input: GetRevealConfigurationCommandInput;
28
+ constructor(input: GetRevealConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRevealConfigurationCommandInput, GetRevealConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
+ import { GetSensitiveDataOccurrencesAvailabilityRequest, GetSensitiveDataOccurrencesAvailabilityResponse } from "../models/models_0";
5
+ export interface GetSensitiveDataOccurrencesAvailabilityCommandInput extends GetSensitiveDataOccurrencesAvailabilityRequest {
6
+ }
7
+ export interface GetSensitiveDataOccurrencesAvailabilityCommandOutput extends GetSensitiveDataOccurrencesAvailabilityResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Checks whether occurrences of sensitive data can be retrieved (revealed) for a finding.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { Macie2Client, GetSensitiveDataOccurrencesAvailabilityCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
+ * // const { Macie2Client, GetSensitiveDataOccurrencesAvailabilityCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
+ * const client = new Macie2Client(config);
17
+ * const command = new GetSensitiveDataOccurrencesAvailabilityCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetSensitiveDataOccurrencesAvailabilityCommandInput} for command's `input` shape.
22
+ * @see {@link GetSensitiveDataOccurrencesAvailabilityCommandOutput} for command's `response` shape.
23
+ * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetSensitiveDataOccurrencesAvailabilityCommand extends $Command<GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput, Macie2ClientResolvedConfig> {
27
+ readonly input: GetSensitiveDataOccurrencesAvailabilityCommandInput;
28
+ constructor(input: GetSensitiveDataOccurrencesAvailabilityCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSensitiveDataOccurrencesAvailabilityCommandInput, GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
+ import { GetSensitiveDataOccurrencesRequest, GetSensitiveDataOccurrencesResponse } from "../models/models_0";
5
+ export interface GetSensitiveDataOccurrencesCommandInput extends GetSensitiveDataOccurrencesRequest {
6
+ }
7
+ export interface GetSensitiveDataOccurrencesCommandOutput extends GetSensitiveDataOccurrencesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves (reveals) occurrences of sensitive data reported by a finding.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { Macie2Client, GetSensitiveDataOccurrencesCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
+ * // const { Macie2Client, GetSensitiveDataOccurrencesCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
+ * const client = new Macie2Client(config);
17
+ * const command = new GetSensitiveDataOccurrencesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link GetSensitiveDataOccurrencesCommandInput} for command's `input` shape.
22
+ * @see {@link GetSensitiveDataOccurrencesCommandOutput} for command's `response` shape.
23
+ * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class GetSensitiveDataOccurrencesCommand extends $Command<GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput, Macie2ClientResolvedConfig> {
27
+ readonly input: GetSensitiveDataOccurrencesCommandInput;
28
+ constructor(input: GetSensitiveDataOccurrencesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSensitiveDataOccurrencesCommandInput, GetSensitiveDataOccurrencesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
4
+ import { UpdateRevealConfigurationRequest, UpdateRevealConfigurationResponse } from "../models/models_0";
5
+ export interface UpdateRevealConfigurationCommandInput extends UpdateRevealConfigurationRequest {
6
+ }
7
+ export interface UpdateRevealConfigurationCommandOutput extends UpdateRevealConfigurationResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates the status and configuration settings for retrieving (revealing) occurrences of sensitive data reported by findings.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { Macie2Client, UpdateRevealConfigurationCommand } from "@aws-sdk/client-macie2"; // ES Modules import
15
+ * // const { Macie2Client, UpdateRevealConfigurationCommand } = require("@aws-sdk/client-macie2"); // CommonJS import
16
+ * const client = new Macie2Client(config);
17
+ * const command = new UpdateRevealConfigurationCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateRevealConfigurationCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateRevealConfigurationCommandOutput} for command's `response` shape.
23
+ * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateRevealConfigurationCommand extends $Command<UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput, Macie2ClientResolvedConfig> {
27
+ readonly input: UpdateRevealConfigurationCommandInput;
28
+ constructor(input: UpdateRevealConfigurationCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -33,6 +33,9 @@ export * from "./GetInvitationsCountCommand";
33
33
  export * from "./GetMacieSessionCommand";
34
34
  export * from "./GetMasterAccountCommand";
35
35
  export * from "./GetMemberCommand";
36
+ export * from "./GetRevealConfigurationCommand";
37
+ export * from "./GetSensitiveDataOccurrencesAvailabilityCommand";
38
+ export * from "./GetSensitiveDataOccurrencesCommand";
36
39
  export * from "./GetUsageStatisticsCommand";
37
40
  export * from "./GetUsageTotalsCommand";
38
41
  export * from "./ListClassificationJobsCommand";
@@ -55,3 +58,4 @@ export * from "./UpdateFindingsFilterCommand";
55
58
  export * from "./UpdateMacieSessionCommand";
56
59
  export * from "./UpdateMemberSessionCommand";
57
60
  export * from "./UpdateOrganizationConfigurationCommand";
61
+ export * from "./UpdateRevealConfigurationCommand";
@@ -3,4 +3,5 @@ export * from "./Macie2Client";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export * from "./waiters";
6
7
  export { Macie2ServiceException } from "./models/Macie2ServiceException";