@aws-sdk/client-macie2 3.295.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 +30 -30
@@ -87,15 +87,24 @@ import { UpdateResourceProfileDetectionsCommandInput, UpdateResourceProfileDetec
87
87
  import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "./commands/UpdateRevealConfigurationCommand";
88
88
  import { UpdateSensitivityInspectionTemplateCommandInput, UpdateSensitivityInspectionTemplateCommandOutput } from "./commands/UpdateSensitivityInspectionTemplateCommand";
89
89
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
90
+ /**
91
+ * @public
92
+ */
90
93
  export type ServiceInputTypes = AcceptInvitationCommandInput | BatchGetCustomDataIdentifiersCommandInput | CreateAllowListCommandInput | CreateClassificationJobCommandInput | CreateCustomDataIdentifierCommandInput | CreateFindingsFilterCommandInput | CreateInvitationsCommandInput | CreateMemberCommandInput | CreateSampleFindingsCommandInput | DeclineInvitationsCommandInput | DeleteAllowListCommandInput | DeleteCustomDataIdentifierCommandInput | DeleteFindingsFilterCommandInput | DeleteInvitationsCommandInput | DeleteMemberCommandInput | DescribeBucketsCommandInput | DescribeClassificationJobCommandInput | DescribeOrganizationConfigurationCommandInput | DisableMacieCommandInput | DisableOrganizationAdminAccountCommandInput | DisassociateFromAdministratorAccountCommandInput | DisassociateFromMasterAccountCommandInput | DisassociateMemberCommandInput | EnableMacieCommandInput | EnableOrganizationAdminAccountCommandInput | GetAdministratorAccountCommandInput | GetAllowListCommandInput | GetAutomatedDiscoveryConfigurationCommandInput | GetBucketStatisticsCommandInput | GetClassificationExportConfigurationCommandInput | GetClassificationScopeCommandInput | GetCustomDataIdentifierCommandInput | GetFindingStatisticsCommandInput | GetFindingsCommandInput | GetFindingsFilterCommandInput | GetFindingsPublicationConfigurationCommandInput | GetInvitationsCountCommandInput | GetMacieSessionCommandInput | GetMasterAccountCommandInput | GetMemberCommandInput | GetResourceProfileCommandInput | GetRevealConfigurationCommandInput | GetSensitiveDataOccurrencesAvailabilityCommandInput | GetSensitiveDataOccurrencesCommandInput | GetSensitivityInspectionTemplateCommandInput | GetUsageStatisticsCommandInput | GetUsageTotalsCommandInput | ListAllowListsCommandInput | ListClassificationJobsCommandInput | ListClassificationScopesCommandInput | ListCustomDataIdentifiersCommandInput | ListFindingsCommandInput | ListFindingsFiltersCommandInput | ListInvitationsCommandInput | ListManagedDataIdentifiersCommandInput | ListMembersCommandInput | ListOrganizationAdminAccountsCommandInput | ListResourceProfileArtifactsCommandInput | ListResourceProfileDetectionsCommandInput | ListSensitivityInspectionTemplatesCommandInput | ListTagsForResourceCommandInput | PutClassificationExportConfigurationCommandInput | PutFindingsPublicationConfigurationCommandInput | SearchResourcesCommandInput | TagResourceCommandInput | TestCustomDataIdentifierCommandInput | UntagResourceCommandInput | UpdateAllowListCommandInput | UpdateAutomatedDiscoveryConfigurationCommandInput | UpdateClassificationJobCommandInput | UpdateClassificationScopeCommandInput | UpdateFindingsFilterCommandInput | UpdateMacieSessionCommandInput | UpdateMemberSessionCommandInput | UpdateOrganizationConfigurationCommandInput | UpdateResourceProfileCommandInput | UpdateResourceProfileDetectionsCommandInput | UpdateRevealConfigurationCommandInput | UpdateSensitivityInspectionTemplateCommandInput;
94
+ /**
95
+ * @public
96
+ */
91
97
  export type ServiceOutputTypes = AcceptInvitationCommandOutput | BatchGetCustomDataIdentifiersCommandOutput | CreateAllowListCommandOutput | CreateClassificationJobCommandOutput | CreateCustomDataIdentifierCommandOutput | CreateFindingsFilterCommandOutput | CreateInvitationsCommandOutput | CreateMemberCommandOutput | CreateSampleFindingsCommandOutput | DeclineInvitationsCommandOutput | DeleteAllowListCommandOutput | DeleteCustomDataIdentifierCommandOutput | DeleteFindingsFilterCommandOutput | DeleteInvitationsCommandOutput | DeleteMemberCommandOutput | DescribeBucketsCommandOutput | DescribeClassificationJobCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableMacieCommandOutput | DisableOrganizationAdminAccountCommandOutput | DisassociateFromAdministratorAccountCommandOutput | DisassociateFromMasterAccountCommandOutput | DisassociateMemberCommandOutput | EnableMacieCommandOutput | EnableOrganizationAdminAccountCommandOutput | GetAdministratorAccountCommandOutput | GetAllowListCommandOutput | GetAutomatedDiscoveryConfigurationCommandOutput | GetBucketStatisticsCommandOutput | GetClassificationExportConfigurationCommandOutput | GetClassificationScopeCommandOutput | GetCustomDataIdentifierCommandOutput | GetFindingStatisticsCommandOutput | GetFindingsCommandOutput | GetFindingsFilterCommandOutput | GetFindingsPublicationConfigurationCommandOutput | GetInvitationsCountCommandOutput | GetMacieSessionCommandOutput | GetMasterAccountCommandOutput | GetMemberCommandOutput | GetResourceProfileCommandOutput | GetRevealConfigurationCommandOutput | GetSensitiveDataOccurrencesAvailabilityCommandOutput | GetSensitiveDataOccurrencesCommandOutput | GetSensitivityInspectionTemplateCommandOutput | GetUsageStatisticsCommandOutput | GetUsageTotalsCommandOutput | ListAllowListsCommandOutput | ListClassificationJobsCommandOutput | ListClassificationScopesCommandOutput | ListCustomDataIdentifiersCommandOutput | ListFindingsCommandOutput | ListFindingsFiltersCommandOutput | ListInvitationsCommandOutput | ListManagedDataIdentifiersCommandOutput | ListMembersCommandOutput | ListOrganizationAdminAccountsCommandOutput | ListResourceProfileArtifactsCommandOutput | ListResourceProfileDetectionsCommandOutput | ListSensitivityInspectionTemplatesCommandOutput | ListTagsForResourceCommandOutput | PutClassificationExportConfigurationCommandOutput | PutFindingsPublicationConfigurationCommandOutput | SearchResourcesCommandOutput | TagResourceCommandOutput | TestCustomDataIdentifierCommandOutput | UntagResourceCommandOutput | UpdateAllowListCommandOutput | UpdateAutomatedDiscoveryConfigurationCommandOutput | UpdateClassificationJobCommandOutput | UpdateClassificationScopeCommandOutput | UpdateFindingsFilterCommandOutput | UpdateMacieSessionCommandOutput | UpdateMemberSessionCommandOutput | UpdateOrganizationConfigurationCommandOutput | UpdateResourceProfileCommandOutput | UpdateResourceProfileDetectionsCommandOutput | UpdateRevealConfigurationCommandOutput | UpdateSensitivityInspectionTemplateCommandOutput;
98
+ /**
99
+ * @public
100
+ */
92
101
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
93
102
  /**
94
103
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
95
104
  */
96
105
  requestHandler?: __HttpHandler;
97
106
  /**
98
- * A constructor for a class implementing the {@link __Checksum} interface
107
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
99
108
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
100
109
  * @internal
101
110
  */
@@ -185,23 +194,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
185
194
  */
186
195
  logger?: __Logger;
187
196
  /**
188
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
197
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
189
198
  */
190
199
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
191
200
  }
201
+ /**
202
+ * @public
203
+ */
192
204
  type Macie2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
193
205
  /**
194
- * The configuration interface of Macie2Client class constructor that set the region, credentials and other options.
206
+ * @public
207
+ *
208
+ * The configuration interface of Macie2Client class constructor that set the region, credentials and other options.
195
209
  */
196
210
  export interface Macie2ClientConfig extends Macie2ClientConfigType {
197
211
  }
212
+ /**
213
+ * @public
214
+ */
198
215
  type Macie2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
199
216
  /**
200
- * The resolved configuration interface of Macie2Client class. This is resolved and normalized from the {@link Macie2ClientConfig | constructor configuration interface}.
217
+ * @public
218
+ *
219
+ * The resolved configuration interface of Macie2Client class. This is resolved and normalized from the {@link Macie2ClientConfig | constructor configuration interface}.
201
220
  */
202
221
  export interface Macie2ClientResolvedConfig extends Macie2ClientResolvedConfigType {
203
222
  }
204
223
  /**
224
+ * @public
205
225
  * <p>Amazon Macie</p>
206
226
  */
207
227
  export declare class Macie2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Macie2ClientResolvedConfig> {
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
5
5
  import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AcceptInvitationCommand}.
8
10
  */
9
11
  export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AcceptInvitationCommand}.
13
17
  */
14
18
  export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Accepts an Amazon Macie membership invitation that was received from a specific 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 AcceptInvitationCommandOutput extends AcceptInvitationResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AcceptInvitationCommandInput - {@link AcceptInvitationCommandInput}
34
+ * @returns {@link AcceptInvitationCommandOutput}
28
35
  * @see {@link AcceptInvitationCommandInput} for command's `input` shape.
29
36
  * @see {@link AcceptInvitationCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
55
62
  export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: AcceptInvitationCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: AcceptInvitationCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
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 { BatchGetCustomDataIdentifiersRequest, BatchGetCustomDataIdentifiersResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchGetCustomDataIdentifiersCommand}.
8
10
  */
9
11
  export interface BatchGetCustomDataIdentifiersCommandInput extends BatchGetCustomDataIdentifiersRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchGetCustomDataIdentifiersCommand}.
13
17
  */
14
18
  export interface BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCustomDataIdentifiersResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about one or more custom data identifiers.</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 BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCust
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchGetCustomDataIdentifiersCommandInput - {@link BatchGetCustomDataIdentifiersCommandInput}
34
+ * @returns {@link BatchGetCustomDataIdentifiersCommandOutput}
28
35
  * @see {@link BatchGetCustomDataIdentifiersCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchGetCustomDataIdentifiersCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCust
55
62
  export declare class BatchGetCustomDataIdentifiersCommand extends $Command<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: BatchGetCustomDataIdentifiersCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: BatchGetCustomDataIdentifiersCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput>;
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 { CreateAllowListRequest, CreateAllowListResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAllowListCommand}.
8
10
  */
9
11
  export interface CreateAllowListCommandInput extends CreateAllowListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAllowListCommand}.
13
17
  */
14
18
  export interface CreateAllowListCommandOutput extends CreateAllowListResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates and defines the settings for an allow list.</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 CreateAllowListCommandOutput extends CreateAllowListResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateAllowListCommandInput - {@link CreateAllowListCommandInput}
34
+ * @returns {@link CreateAllowListCommandOutput}
28
35
  * @see {@link CreateAllowListCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateAllowListCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateAllowListCommandOutput extends CreateAllowListResponse, _
55
62
  export declare class CreateAllowListCommand extends $Command<CreateAllowListCommandInput, CreateAllowListCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: CreateAllowListCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateAllowListCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAllowListCommandInput, CreateAllowListCommandOutput>;
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 { CreateClassificationJobRequest, CreateClassificationJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateClassificationJobCommand}.
8
10
  */
9
11
  export interface CreateClassificationJobCommandInput extends CreateClassificationJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateClassificationJobCommand}.
13
17
  */
14
18
  export interface CreateClassificationJobCommandOutput extends CreateClassificationJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates and defines the 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 CreateClassificationJobCommandOutput extends CreateClassificati
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateClassificationJobCommandInput - {@link CreateClassificationJobCommandInput}
34
+ * @returns {@link CreateClassificationJobCommandOutput}
28
35
  * @see {@link CreateClassificationJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateClassificationJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
55
62
  export declare class CreateClassificationJobCommand extends $Command<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: CreateClassificationJobCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateClassificationJobCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput>;
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 { CreateCustomDataIdentifierRequest, CreateCustomDataIdentifierResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCustomDataIdentifierCommand}.
8
10
  */
9
11
  export interface CreateCustomDataIdentifierCommandInput extends CreateCustomDataIdentifierRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCustomDataIdentifierCommand}.
13
17
  */
14
18
  export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDataIdentifierResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates and defines the criteria and other settings for 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 CreateCustomDataIdentifierCommandOutput extends CreateCustomDat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateCustomDataIdentifierCommandInput - {@link CreateCustomDataIdentifierCommandInput}
34
+ * @returns {@link CreateCustomDataIdentifierCommandOutput}
28
35
  * @see {@link CreateCustomDataIdentifierCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateCustomDataIdentifierCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDat
55
62
  export declare class CreateCustomDataIdentifierCommand extends $Command<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: CreateCustomDataIdentifierCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateCustomDataIdentifierCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput>;
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 { CreateFindingsFilterRequest, CreateFindingsFilterResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFindingsFilterCommand}.
8
10
  */
9
11
  export interface CreateFindingsFilterCommandInput extends CreateFindingsFilterRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFindingsFilterCommand}.
13
17
  */
14
18
  export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates and defines the criteria and other settings for 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 CreateFindingsFilterCommandOutput extends CreateFindingsFilterR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateFindingsFilterCommandInput - {@link CreateFindingsFilterCommandInput}
34
+ * @returns {@link CreateFindingsFilterCommandOutput}
28
35
  * @see {@link CreateFindingsFilterCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateFindingsFilterCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterR
55
62
  export declare class CreateFindingsFilterCommand extends $Command<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: CreateFindingsFilterCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateFindingsFilterCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput>;
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 { CreateInvitationsRequest, CreateInvitationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateInvitationsCommand}.
8
10
  */
9
11
  export interface CreateInvitationsCommandInput extends CreateInvitationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateInvitationsCommand}.
13
17
  */
14
18
  export interface CreateInvitationsCommandOutput extends CreateInvitationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sends an Amazon Macie membership invitation to one or more 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 CreateInvitationsCommandOutput extends CreateInvitationsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateInvitationsCommandInput - {@link CreateInvitationsCommandInput}
34
+ * @returns {@link CreateInvitationsCommandOutput}
28
35
  * @see {@link CreateInvitationsCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateInvitationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateInvitationsCommandOutput extends CreateInvitationsRespons
55
62
  export declare class CreateInvitationsCommand extends $Command<CreateInvitationsCommandInput, CreateInvitationsCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: CreateInvitationsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateInvitationsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInvitationsCommandInput, CreateInvitationsCommandOutput>;
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 { CreateMemberRequest, CreateMemberResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateMemberCommand}.
8
10
  */
9
11
  export interface CreateMemberCommandInput extends CreateMemberRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateMemberCommand}.
13
17
  */
14
18
  export interface CreateMemberCommandOutput extends CreateMemberResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates an account with an 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 CreateMemberCommandOutput extends CreateMemberResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateMemberCommandInput - {@link CreateMemberCommandInput}
34
+ * @returns {@link CreateMemberCommandOutput}
28
35
  * @see {@link CreateMemberCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateMemberCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateMemberCommandOutput extends CreateMemberResponse, __Metad
55
62
  export declare class CreateMemberCommand extends $Command<CreateMemberCommandInput, CreateMemberCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: CreateMemberCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateMemberCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMemberCommandInput, CreateMemberCommandOutput>;
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 { CreateSampleFindingsRequest, CreateSampleFindingsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSampleFindingsCommand}.
8
10
  */
9
11
  export interface CreateSampleFindingsCommandInput extends CreateSampleFindingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSampleFindingsCommand}.
13
17
  */
14
18
  export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates sample findings.</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 CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateSampleFindingsCommandInput - {@link CreateSampleFindingsCommandInput}
34
+ * @returns {@link CreateSampleFindingsCommandOutput}
28
35
  * @see {@link CreateSampleFindingsCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateSampleFindingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
55
62
  export declare class CreateSampleFindingsCommand extends $Command<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: CreateSampleFindingsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateSampleFindingsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput>;
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 { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeclineInvitationsCommand}.
8
10
  */
9
11
  export interface DeclineInvitationsCommandInput extends DeclineInvitationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeclineInvitationsCommand}.
13
17
  */
14
18
  export interface DeclineInvitationsCommandOutput extends DeclineInvitationsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Declines 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 DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeclineInvitationsCommandInput - {@link DeclineInvitationsCommandInput}
34
+ * @returns {@link DeclineInvitationsCommandOutput}
28
35
  * @see {@link DeclineInvitationsCommandInput} for command's `input` shape.
29
36
  * @see {@link DeclineInvitationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -55,11 +62,20 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
55
62
  export declare class DeclineInvitationsCommand extends $Command<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, Macie2ClientResolvedConfig> {
56
63
  readonly input: DeclineInvitationsCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeclineInvitationsCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput>;
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 { DeleteAllowListRequest, DeleteAllowListResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteAllowListCommand}.
8
10
  */
9
11
  export interface DeleteAllowListCommandInput extends DeleteAllowListRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteAllowListCommand}.
13
17
  */
14
18
  export interface DeleteAllowListCommandOutput extends DeleteAllowListResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an allow list.</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 DeleteAllowListCommandOutput extends DeleteAllowListResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteAllowListCommandInput - {@link DeleteAllowListCommandInput}
34
+ * @returns {@link DeleteAllowListCommandOutput}
28
35
  * @see {@link DeleteAllowListCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteAllowListCommandOutput} for command's `response` shape.
30
37
  * @see {@link Macie2ClientResolvedConfig | config} for Macie2Client's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteAllowListCommandOutput extends DeleteAllowListResponse, _
49
56
  export declare class DeleteAllowListCommand extends $Command<DeleteAllowListCommandInput, DeleteAllowListCommandOutput, Macie2ClientResolvedConfig> {
50
57
  readonly input: DeleteAllowListCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteAllowListCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Macie2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAllowListCommandInput, DeleteAllowListCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }