@aws-sdk/client-macie2 3.296.0 → 3.297.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 (102) hide show
  1. package/dist-types/Macie2.d.ts +80 -0
  2. package/dist-types/Macie2Client.d.ts +24 -4
  3. package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateAllowListCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateClassificationJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateFindingsFilterCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateInvitationsCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateMemberCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +16 -0
  12. package/dist-types/commands/DeclineInvitationsCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteAllowListCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteInvitationsCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteMemberCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeBucketsCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeClassificationJobCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
  21. package/dist-types/commands/DisableMacieCommand.d.ts +16 -0
  22. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
  23. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +16 -0
  24. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +16 -0
  25. package/dist-types/commands/DisassociateMemberCommand.d.ts +16 -0
  26. package/dist-types/commands/EnableMacieCommand.d.ts +16 -0
  27. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
  28. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +16 -0
  29. package/dist-types/commands/GetAllowListCommand.d.ts +16 -0
  30. package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +16 -0
  31. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +16 -0
  32. package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +16 -0
  33. package/dist-types/commands/GetClassificationScopeCommand.d.ts +16 -0
  34. package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +16 -0
  35. package/dist-types/commands/GetFindingStatisticsCommand.d.ts +16 -0
  36. package/dist-types/commands/GetFindingsCommand.d.ts +16 -0
  37. package/dist-types/commands/GetFindingsFilterCommand.d.ts +16 -0
  38. package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +16 -0
  39. package/dist-types/commands/GetInvitationsCountCommand.d.ts +16 -0
  40. package/dist-types/commands/GetMacieSessionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetMasterAccountCommand.d.ts +16 -0
  42. package/dist-types/commands/GetMemberCommand.d.ts +16 -0
  43. package/dist-types/commands/GetResourceProfileCommand.d.ts +16 -0
  44. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +16 -0
  45. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +16 -0
  46. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +16 -0
  47. package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +16 -0
  48. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +16 -0
  49. package/dist-types/commands/GetUsageTotalsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListAllowListsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListClassificationJobsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListClassificationScopesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +16 -0
  54. package/dist-types/commands/ListFindingsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListFindingsFiltersCommand.d.ts +16 -0
  56. package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
  57. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +16 -0
  58. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  59. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +16 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +16 -0
  65. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +16 -0
  66. package/dist-types/commands/SearchResourcesCommand.d.ts +16 -0
  67. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +16 -0
  69. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateAllowListCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateClassificationJobCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateMacieSessionCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateMemberSessionCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateResourceProfileCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +16 -0
  82. package/dist-types/models/Macie2ServiceException.d.ts +2 -0
  83. package/dist-types/models/models_0.d.ts +620 -0
  84. package/dist-types/models/models_1.d.ts +164 -0
  85. package/dist-types/pagination/DescribeBucketsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/Interfaces.d.ts +3 -0
  88. package/dist-types/pagination/ListAllowListsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListClassificationJobsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListClassificationScopesPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListCustomDataIdentifiersPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListFindingsFiltersPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListFindingsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListManagedDataIdentifiersPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListResourceProfileArtifactsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListResourceProfileDetectionsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListSensitivityInspectionTemplatesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/SearchResourcesPaginator.d.ts +3 -0
  102. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DeleteCustomDataIdentifierRequest, DeleteCustomDataIdentifierResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCustomDataIdentifierCommand}.
8
10
  */
9
11
  export interface DeleteCustomDataIdentifierCommandInput extends DeleteCustomDataIdentifierRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCustomDataIdentifierCommand}.
13
17
  */
14
18
  export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDataIdentifierResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Soft deletes a custom data identifier.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteCustomDataIdentifierCommandInput - {@link DeleteCustomDataIdentifierCommandInput}
34
+ * @returns {@link DeleteCustomDataIdentifierCommandOutput}
28
35
  * @see {@link DeleteCustomDataIdentifierCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteCustomDataIdentifierCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDat
55
62
  export declare class DeleteCustomDataIdentifierCommand extends $Command<DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DeleteCustomDataIdentifierCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteCustomDataIdentifierCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DeleteFindingsFilterRequest, DeleteFindingsFilterResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFindingsFilterCommand}.
8
10
  */
9
11
  export interface DeleteFindingsFilterCommandInput extends DeleteFindingsFilterRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFindingsFilterCommand}.
13
17
  */
14
18
  export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a findings filter.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFindingsFilterCommandInput - {@link DeleteFindingsFilterCommandInput}
34
+ * @returns {@link DeleteFindingsFilterCommandOutput}
28
35
  * @see {@link DeleteFindingsFilterCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFindingsFilterCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterR
55
62
  export declare class DeleteFindingsFilterCommand extends $Command<DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DeleteFindingsFilterCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteFindingsFilterCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteInvitationsCommand}.
8
10
  */
9
11
  export interface DeleteInvitationsCommandInput extends DeleteInvitationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteInvitationsCommand}.
13
17
  */
14
18
  export interface DeleteInvitationsCommandOutput extends DeleteInvitationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes Amazon Macie membership invitations that were received from specific accounts.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteInvitationsCommandInput - {@link DeleteInvitationsCommandInput}
34
+ * @returns {@link DeleteInvitationsCommandOutput}
28
35
  * @see {@link DeleteInvitationsCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteInvitationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
55
62
  export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DeleteInvitationsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteInvitationsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DeleteMemberRequest, DeleteMemberResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteMemberCommand}.
8
10
  */
9
11
  export interface DeleteMemberCommandInput extends DeleteMemberRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteMemberCommand}.
13
17
  */
14
18
  export interface DeleteMemberCommandOutput extends DeleteMemberResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the association between an Amazon Macie administrator account and an account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteMemberCommandOutput extends DeleteMemberResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteMemberCommandInput - {@link DeleteMemberCommandInput}
34
+ * @returns {@link DeleteMemberCommandOutput}
28
35
  * @see {@link DeleteMemberCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteMemberCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteMemberCommandOutput extends DeleteMemberResponse, __Metad
55
62
  export declare class DeleteMemberCommand extends $Command<DeleteMemberCommandInput, DeleteMemberCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DeleteMemberCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteMemberCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMemberCommandInput, DeleteMemberCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DescribeBucketsRequest, DescribeBucketsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeBucketsCommand}.
8
10
  */
9
11
  export interface DescribeBucketsCommandInput extends DescribeBucketsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeBucketsCommand}.
13
17
  */
14
18
  export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes for an account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeBucketsCommandInput - {@link DescribeBucketsCommandInput}
34
+ * @returns {@link DescribeBucketsCommandOutput}
28
35
  * @see {@link DescribeBucketsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeBucketsCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, _
55
62
  export declare class DescribeBucketsCommand extends $Command<DescribeBucketsCommandInput, DescribeBucketsCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DescribeBucketsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeBucketsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBucketsCommandInput, DescribeBucketsCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DescribeClassificationJobRequest, DescribeClassificationJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeClassificationJobCommand}.
8
10
  */
9
11
  export interface DescribeClassificationJobCommandInput extends DescribeClassificationJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeClassificationJobCommand}.
13
17
  */
14
18
  export interface DescribeClassificationJobCommandOutput extends DescribeClassificationJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the status and settings for a classification job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeClassificationJobCommandInput - {@link DescribeClassificationJobCommandInput}
34
+ * @returns {@link DescribeClassificationJobCommandOutput}
28
35
  * @see {@link DescribeClassificationJobCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeClassificationJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi
55
62
  export declare class DescribeClassificationJobCommand extends $Command<DescribeClassificationJobCommandInput, DescribeClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DescribeClassificationJobCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeClassificationJobCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClassificationJobCommandInput, DescribeClassificationJobCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeOrganizationConfigurationCommand}.
8
10
  */
9
11
  export interface DescribeOrganizationConfigurationCommandInput extends DescribeOrganizationConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeOrganizationConfigurationCommand}.
13
17
  */
14
18
  export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the Amazon Macie configuration settings for an organization in Organizations.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeOrganizationConfigurationCommandInput - {@link DescribeOrganizationConfigurationCommandInput}
34
+ * @returns {@link DescribeOrganizationConfigurationCommandOutput}
28
35
  * @see {@link DescribeOrganizationConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeOrganizationConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
55
62
  export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DescribeOrganizationConfigurationCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DescribeOrganizationConfigurationCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DisableMacieRequest, DisableMacieResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisableMacieCommand}.
8
10
  */
9
11
  export interface DisableMacieCommandInput extends DisableMacieRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisableMacieCommand}.
13
17
  */
14
18
  export interface DisableMacieCommandOutput extends DisableMacieResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disables Amazon Macie and deletes all settings and resources for a Macie account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisableMacieCommandOutput extends DisableMacieResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisableMacieCommandInput - {@link DisableMacieCommandInput}
34
+ * @returns {@link DisableMacieCommandOutput}
28
35
  * @see {@link DisableMacieCommandInput} for command's `input` shape.
29
36
  * @see {@link DisableMacieCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DisableMacieCommandOutput extends DisableMacieResponse, __Metad
55
62
  export declare class DisableMacieCommand extends $Command<DisableMacieCommandInput, DisableMacieCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DisableMacieCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DisableMacieCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableMacieCommandInput, DisableMacieCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DisableOrganizationAdminAccountRequest, DisableOrganizationAdminAccountResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisableOrganizationAdminAccountCommand}.
8
10
  */
9
11
  export interface DisableOrganizationAdminAccountCommandInput extends DisableOrganizationAdminAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisableOrganizationAdminAccountCommand}.
13
17
  */
14
18
  export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrganizationAdminAccountResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disables an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisableOrganizationAdminAccountCommandInput - {@link DisableOrganizationAdminAccountCommandInput}
34
+ * @returns {@link DisableOrganizationAdminAccountCommandOutput}
28
35
  * @see {@link DisableOrganizationAdminAccountCommandInput} for command's `input` shape.
29
36
  * @see {@link DisableOrganizationAdminAccountCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
55
62
  export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DisableOrganizationAdminAccountCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DisableOrganizationAdminAccountCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DisassociateFromAdministratorAccountRequest, DisassociateFromAdministratorAccountResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateFromAdministratorAccountCommand}.
8
10
  */
9
11
  export interface DisassociateFromAdministratorAccountCommandInput extends DisassociateFromAdministratorAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateFromAdministratorAccountCommand}.
13
17
  */
14
18
  export interface DisassociateFromAdministratorAccountCommandOutput extends DisassociateFromAdministratorAccountResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates a member account from its Amazon Macie administrator account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateFromAdministratorAccountCommandInput - {@link DisassociateFromAdministratorAccountCommandInput}
34
+ * @returns {@link DisassociateFromAdministratorAccountCommandOutput}
28
35
  * @see {@link DisassociateFromAdministratorAccountCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateFromAdministratorAccountCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
55
62
  export declare class DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DisassociateFromAdministratorAccountCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DisassociateFromAdministratorAccountCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateFromMasterAccountCommand}.
8
10
  */
9
11
  export interface DisassociateFromMasterAccountCommandInput extends DisassociateFromMasterAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateFromMasterAccountCommand}.
13
17
  */
14
18
  export interface DisassociateFromMasterAccountCommandOutput extends DisassociateFromMasterAccountResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <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>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateFromMasterAccountCommandInput - {@link DisassociateFromMasterAccountCommandInput}
34
+ * @returns {@link DisassociateFromMasterAccountCommandOutput}
28
35
  * @see {@link DisassociateFromMasterAccountCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateFromMasterAccountCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
55
62
  export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DisassociateFromMasterAccountCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DisassociateFromMasterAccountCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { DisassociateMemberRequest, DisassociateMemberResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateMemberCommand}.
8
10
  */
9
11
  export interface DisassociateMemberCommandInput extends DisassociateMemberRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateMemberCommand}.
13
17
  */
14
18
  export interface DisassociateMemberCommandOutput extends DisassociateMemberResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates an Amazon Macie administrator account from a member account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DisassociateMemberCommandInput - {@link DisassociateMemberCommandInput}
34
+ * @returns {@link DisassociateMemberCommandOutput}
28
35
  * @see {@link DisassociateMemberCommandInput} for command's `input` shape.
29
36
  * @see {@link DisassociateMemberCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo
55
62
  export declare class DisassociateMemberCommand extends $Command<DisassociateMemberCommandInput, DisassociateMemberCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DisassociateMemberCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DisassociateMemberCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMemberCommandInput, DisassociateMemberCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }