@aws-sdk/client-macie2 3.533.0 → 3.535.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/dist-types/Macie2.d.ts +34 -1
  2. package/dist-types/Macie2Client.d.ts +1 -1
  3. package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetCustomDataIdentifiersCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAllowListCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateClassificationJobCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateCustomDataIdentifierCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateFindingsFilterCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateInvitationsCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateMemberCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAllowListCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteCustomDataIdentifierCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteFindingsFilterCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteMemberCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeBucketsCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeClassificationJobCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
  21. package/dist-types/commands/DisableMacieCommand.d.ts +2 -1
  22. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
  23. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +2 -1
  24. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +2 -1
  25. package/dist-types/commands/DisassociateMemberCommand.d.ts +2 -1
  26. package/dist-types/commands/EnableMacieCommand.d.ts +2 -1
  27. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
  28. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +2 -1
  29. package/dist-types/commands/GetAllowListCommand.d.ts +2 -1
  30. package/dist-types/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +2 -1
  31. package/dist-types/commands/GetBucketStatisticsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetClassificationExportConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/GetClassificationScopeCommand.d.ts +2 -1
  34. package/dist-types/commands/GetCustomDataIdentifierCommand.d.ts +2 -1
  35. package/dist-types/commands/GetFindingStatisticsCommand.d.ts +2 -1
  36. package/dist-types/commands/GetFindingsCommand.d.ts +2 -1
  37. package/dist-types/commands/GetFindingsFilterCommand.d.ts +2 -1
  38. package/dist-types/commands/GetFindingsPublicationConfigurationCommand.d.ts +2 -1
  39. package/dist-types/commands/GetInvitationsCountCommand.d.ts +2 -1
  40. package/dist-types/commands/GetMacieSessionCommand.d.ts +2 -1
  41. package/dist-types/commands/GetMasterAccountCommand.d.ts +2 -1
  42. package/dist-types/commands/GetMemberCommand.d.ts +2 -1
  43. package/dist-types/commands/GetResourceProfileCommand.d.ts +2 -1
  44. package/dist-types/commands/GetRevealConfigurationCommand.d.ts +2 -1
  45. package/dist-types/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +2 -1
  46. package/dist-types/commands/GetSensitiveDataOccurrencesCommand.d.ts +2 -1
  47. package/dist-types/commands/GetSensitivityInspectionTemplateCommand.d.ts +2 -1
  48. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +2 -1
  49. package/dist-types/commands/GetUsageTotalsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListAllowListsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListClassificationJobsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListClassificationScopesCommand.d.ts +2 -1
  53. package/dist-types/commands/ListCustomDataIdentifiersCommand.d.ts +2 -1
  54. package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListFindingsFiltersCommand.d.ts +2 -1
  56. package/dist-types/commands/ListInvitationsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListManagedDataIdentifiersCommand.d.ts +2 -1
  58. package/dist-types/commands/ListMembersCommand.d.ts +2 -1
  59. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListResourceProfileArtifactsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListResourceProfileDetectionsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListSensitivityInspectionTemplatesCommand.d.ts +2 -1
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  64. package/dist-types/commands/PutClassificationExportConfigurationCommand.d.ts +2 -1
  65. package/dist-types/commands/PutFindingsPublicationConfigurationCommand.d.ts +2 -1
  66. package/dist-types/commands/SearchResourcesCommand.d.ts +2 -1
  67. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  68. package/dist-types/commands/TestCustomDataIdentifierCommand.d.ts +2 -1
  69. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateAllowListCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateClassificationJobCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateClassificationScopeCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateFindingsFilterCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateMacieSessionCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateMemberSessionCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateResourceProfileCommand.d.ts +2 -1
  79. package/dist-types/commands/UpdateResourceProfileDetectionsCommand.d.ts +2 -1
  80. package/dist-types/commands/UpdateRevealConfigurationCommand.d.ts +2 -1
  81. package/dist-types/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +2 -1
  82. package/dist-types/models/models_0.d.ts +835 -835
  83. package/dist-types/models/models_1.d.ts +108 -108
  84. package/dist-types/ts3.4/Macie2.d.ts +33 -0
  85. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/BatchGetCustomDataIdentifiersCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateAllowListCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateClassificationJobCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateCustomDataIdentifierCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateFindingsFilterCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateInvitationsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateSampleFindingsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeclineInvitationsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteAllowListCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteCustomDataIdentifierCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteFindingsFilterCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteInvitationsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DescribeBucketsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DescribeClassificationJobCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DisableMacieCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DisassociateFromAdministratorAccountCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DisassociateFromMasterAccountCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/EnableMacieCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetAllowListCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/GetAutomatedDiscoveryConfigurationCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetBucketStatisticsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetClassificationExportConfigurationCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetClassificationScopeCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetCustomDataIdentifierCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetFindingStatisticsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetFindingsFilterCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetFindingsPublicationConfigurationCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetMacieSessionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetResourceProfileCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetRevealConfigurationCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesAvailabilityCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetSensitiveDataOccurrencesCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetSensitivityInspectionTemplateCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetUsageTotalsCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ListAllowListsCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ListClassificationJobsCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListClassificationScopesCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListCustomDataIdentifiersCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListFindingsFiltersCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListManagedDataIdentifiersCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListResourceProfileArtifactsCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListResourceProfileDetectionsCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ListSensitivityInspectionTemplatesCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/PutClassificationExportConfigurationCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/PutFindingsPublicationConfigurationCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/TestCustomDataIdentifierCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateAllowListCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateAutomatedDiscoveryConfigurationCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateClassificationJobCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/UpdateClassificationScopeCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/UpdateFindingsFilterCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/UpdateMacieSessionCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/UpdateMemberSessionCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/UpdateResourceProfileCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/UpdateResourceProfileDetectionsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/UpdateRevealConfigurationCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/UpdateSensitivityInspectionTemplateCommand.d.ts +9 -0
  164. package/package.json +41 -41
@@ -89,6 +89,7 @@ export interface Macie2 {
89
89
  /**
90
90
  * @see {@link BatchGetCustomDataIdentifiersCommand}
91
91
  */
92
+ batchGetCustomDataIdentifiers(): Promise<BatchGetCustomDataIdentifiersCommandOutput>;
92
93
  batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCustomDataIdentifiersCommandOutput>;
93
94
  batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, cb: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void): void;
94
95
  batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void): void;
@@ -131,6 +132,7 @@ export interface Macie2 {
131
132
  /**
132
133
  * @see {@link CreateSampleFindingsCommand}
133
134
  */
135
+ createSampleFindings(): Promise<CreateSampleFindingsCommandOutput>;
134
136
  createSampleFindings(args: CreateSampleFindingsCommandInput, options?: __HttpHandlerOptions): Promise<CreateSampleFindingsCommandOutput>;
135
137
  createSampleFindings(args: CreateSampleFindingsCommandInput, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
136
138
  createSampleFindings(args: CreateSampleFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
@@ -173,6 +175,7 @@ export interface Macie2 {
173
175
  /**
174
176
  * @see {@link DescribeBucketsCommand}
175
177
  */
178
+ describeBuckets(): Promise<DescribeBucketsCommandOutput>;
176
179
  describeBuckets(args: DescribeBucketsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBucketsCommandOutput>;
177
180
  describeBuckets(args: DescribeBucketsCommandInput, cb: (err: any, data?: DescribeBucketsCommandOutput) => void): void;
178
181
  describeBuckets(args: DescribeBucketsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBucketsCommandOutput) => void): void;
@@ -185,12 +188,14 @@ export interface Macie2 {
185
188
  /**
186
189
  * @see {@link DescribeOrganizationConfigurationCommand}
187
190
  */
191
+ describeOrganizationConfiguration(): Promise<DescribeOrganizationConfigurationCommandOutput>;
188
192
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
189
193
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
190
194
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
191
195
  /**
192
196
  * @see {@link DisableMacieCommand}
193
197
  */
198
+ disableMacie(): Promise<DisableMacieCommandOutput>;
194
199
  disableMacie(args: DisableMacieCommandInput, options?: __HttpHandlerOptions): Promise<DisableMacieCommandOutput>;
195
200
  disableMacie(args: DisableMacieCommandInput, cb: (err: any, data?: DisableMacieCommandOutput) => void): void;
196
201
  disableMacie(args: DisableMacieCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableMacieCommandOutput) => void): void;
@@ -203,12 +208,14 @@ export interface Macie2 {
203
208
  /**
204
209
  * @see {@link DisassociateFromAdministratorAccountCommand}
205
210
  */
211
+ disassociateFromAdministratorAccount(): Promise<DisassociateFromAdministratorAccountCommandOutput>;
206
212
  disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromAdministratorAccountCommandOutput>;
207
213
  disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
208
214
  disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
209
215
  /**
210
216
  * @see {@link DisassociateFromMasterAccountCommand}
211
217
  */
218
+ disassociateFromMasterAccount(): Promise<DisassociateFromMasterAccountCommandOutput>;
212
219
  disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromMasterAccountCommandOutput>;
213
220
  disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
214
221
  disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
@@ -221,6 +228,7 @@ export interface Macie2 {
221
228
  /**
222
229
  * @see {@link EnableMacieCommand}
223
230
  */
231
+ enableMacie(): Promise<EnableMacieCommandOutput>;
224
232
  enableMacie(args: EnableMacieCommandInput, options?: __HttpHandlerOptions): Promise<EnableMacieCommandOutput>;
225
233
  enableMacie(args: EnableMacieCommandInput, cb: (err: any, data?: EnableMacieCommandOutput) => void): void;
226
234
  enableMacie(args: EnableMacieCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableMacieCommandOutput) => void): void;
@@ -233,6 +241,7 @@ export interface Macie2 {
233
241
  /**
234
242
  * @see {@link GetAdministratorAccountCommand}
235
243
  */
244
+ getAdministratorAccount(): Promise<GetAdministratorAccountCommandOutput>;
236
245
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAdministratorAccountCommandOutput>;
237
246
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
238
247
  getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
@@ -245,18 +254,21 @@ export interface Macie2 {
245
254
  /**
246
255
  * @see {@link GetAutomatedDiscoveryConfigurationCommand}
247
256
  */
257
+ getAutomatedDiscoveryConfiguration(): Promise<GetAutomatedDiscoveryConfigurationCommandOutput>;
248
258
  getAutomatedDiscoveryConfiguration(args: GetAutomatedDiscoveryConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetAutomatedDiscoveryConfigurationCommandOutput>;
249
259
  getAutomatedDiscoveryConfiguration(args: GetAutomatedDiscoveryConfigurationCommandInput, cb: (err: any, data?: GetAutomatedDiscoveryConfigurationCommandOutput) => void): void;
250
260
  getAutomatedDiscoveryConfiguration(args: GetAutomatedDiscoveryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAutomatedDiscoveryConfigurationCommandOutput) => void): void;
251
261
  /**
252
262
  * @see {@link GetBucketStatisticsCommand}
253
263
  */
264
+ getBucketStatistics(): Promise<GetBucketStatisticsCommandOutput>;
254
265
  getBucketStatistics(args: GetBucketStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketStatisticsCommandOutput>;
255
266
  getBucketStatistics(args: GetBucketStatisticsCommandInput, cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void): void;
256
267
  getBucketStatistics(args: GetBucketStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void): void;
257
268
  /**
258
269
  * @see {@link GetClassificationExportConfigurationCommand}
259
270
  */
271
+ getClassificationExportConfiguration(): Promise<GetClassificationExportConfigurationCommandOutput>;
260
272
  getClassificationExportConfiguration(args: GetClassificationExportConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetClassificationExportConfigurationCommandOutput>;
261
273
  getClassificationExportConfiguration(args: GetClassificationExportConfigurationCommandInput, cb: (err: any, data?: GetClassificationExportConfigurationCommandOutput) => void): void;
262
274
  getClassificationExportConfiguration(args: GetClassificationExportConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClassificationExportConfigurationCommandOutput) => void): void;
@@ -287,6 +299,7 @@ export interface Macie2 {
287
299
  /**
288
300
  * @see {@link GetFindingsPublicationConfigurationCommand}
289
301
  */
302
+ getFindingsPublicationConfiguration(): Promise<GetFindingsPublicationConfigurationCommandOutput>;
290
303
  getFindingsPublicationConfiguration(args: GetFindingsPublicationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsPublicationConfigurationCommandOutput>;
291
304
  getFindingsPublicationConfiguration(args: GetFindingsPublicationConfigurationCommandInput, cb: (err: any, data?: GetFindingsPublicationConfigurationCommandOutput) => void): void;
292
305
  getFindingsPublicationConfiguration(args: GetFindingsPublicationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsPublicationConfigurationCommandOutput) => void): void;
@@ -299,18 +312,21 @@ export interface Macie2 {
299
312
  /**
300
313
  * @see {@link GetInvitationsCountCommand}
301
314
  */
315
+ getInvitationsCount(): Promise<GetInvitationsCountCommandOutput>;
302
316
  getInvitationsCount(args: GetInvitationsCountCommandInput, options?: __HttpHandlerOptions): Promise<GetInvitationsCountCommandOutput>;
303
317
  getInvitationsCount(args: GetInvitationsCountCommandInput, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
304
318
  getInvitationsCount(args: GetInvitationsCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
305
319
  /**
306
320
  * @see {@link GetMacieSessionCommand}
307
321
  */
322
+ getMacieSession(): Promise<GetMacieSessionCommandOutput>;
308
323
  getMacieSession(args: GetMacieSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetMacieSessionCommandOutput>;
309
324
  getMacieSession(args: GetMacieSessionCommandInput, cb: (err: any, data?: GetMacieSessionCommandOutput) => void): void;
310
325
  getMacieSession(args: GetMacieSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMacieSessionCommandOutput) => void): void;
311
326
  /**
312
327
  * @see {@link GetMasterAccountCommand}
313
328
  */
329
+ getMasterAccount(): Promise<GetMasterAccountCommandOutput>;
314
330
  getMasterAccount(args: GetMasterAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetMasterAccountCommandOutput>;
315
331
  getMasterAccount(args: GetMasterAccountCommandInput, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
316
332
  getMasterAccount(args: GetMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
@@ -329,6 +345,7 @@ export interface Macie2 {
329
345
  /**
330
346
  * @see {@link GetRevealConfigurationCommand}
331
347
  */
348
+ getRevealConfiguration(): Promise<GetRevealConfigurationCommandOutput>;
332
349
  getRevealConfiguration(args: GetRevealConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetRevealConfigurationCommandOutput>;
333
350
  getRevealConfiguration(args: GetRevealConfigurationCommandInput, cb: (err: any, data?: GetRevealConfigurationCommandOutput) => void): void;
334
351
  getRevealConfiguration(args: GetRevealConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRevealConfigurationCommandOutput) => void): void;
@@ -353,72 +370,84 @@ export interface Macie2 {
353
370
  /**
354
371
  * @see {@link GetUsageStatisticsCommand}
355
372
  */
373
+ getUsageStatistics(): Promise<GetUsageStatisticsCommandOutput>;
356
374
  getUsageStatistics(args: GetUsageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageStatisticsCommandOutput>;
357
375
  getUsageStatistics(args: GetUsageStatisticsCommandInput, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
358
376
  getUsageStatistics(args: GetUsageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
359
377
  /**
360
378
  * @see {@link GetUsageTotalsCommand}
361
379
  */
380
+ getUsageTotals(): Promise<GetUsageTotalsCommandOutput>;
362
381
  getUsageTotals(args: GetUsageTotalsCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageTotalsCommandOutput>;
363
382
  getUsageTotals(args: GetUsageTotalsCommandInput, cb: (err: any, data?: GetUsageTotalsCommandOutput) => void): void;
364
383
  getUsageTotals(args: GetUsageTotalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageTotalsCommandOutput) => void): void;
365
384
  /**
366
385
  * @see {@link ListAllowListsCommand}
367
386
  */
387
+ listAllowLists(): Promise<ListAllowListsCommandOutput>;
368
388
  listAllowLists(args: ListAllowListsCommandInput, options?: __HttpHandlerOptions): Promise<ListAllowListsCommandOutput>;
369
389
  listAllowLists(args: ListAllowListsCommandInput, cb: (err: any, data?: ListAllowListsCommandOutput) => void): void;
370
390
  listAllowLists(args: ListAllowListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAllowListsCommandOutput) => void): void;
371
391
  /**
372
392
  * @see {@link ListClassificationJobsCommand}
373
393
  */
394
+ listClassificationJobs(): Promise<ListClassificationJobsCommandOutput>;
374
395
  listClassificationJobs(args: ListClassificationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListClassificationJobsCommandOutput>;
375
396
  listClassificationJobs(args: ListClassificationJobsCommandInput, cb: (err: any, data?: ListClassificationJobsCommandOutput) => void): void;
376
397
  listClassificationJobs(args: ListClassificationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClassificationJobsCommandOutput) => void): void;
377
398
  /**
378
399
  * @see {@link ListClassificationScopesCommand}
379
400
  */
401
+ listClassificationScopes(): Promise<ListClassificationScopesCommandOutput>;
380
402
  listClassificationScopes(args: ListClassificationScopesCommandInput, options?: __HttpHandlerOptions): Promise<ListClassificationScopesCommandOutput>;
381
403
  listClassificationScopes(args: ListClassificationScopesCommandInput, cb: (err: any, data?: ListClassificationScopesCommandOutput) => void): void;
382
404
  listClassificationScopes(args: ListClassificationScopesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClassificationScopesCommandOutput) => void): void;
383
405
  /**
384
406
  * @see {@link ListCustomDataIdentifiersCommand}
385
407
  */
408
+ listCustomDataIdentifiers(): Promise<ListCustomDataIdentifiersCommandOutput>;
386
409
  listCustomDataIdentifiers(args: ListCustomDataIdentifiersCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomDataIdentifiersCommandOutput>;
387
410
  listCustomDataIdentifiers(args: ListCustomDataIdentifiersCommandInput, cb: (err: any, data?: ListCustomDataIdentifiersCommandOutput) => void): void;
388
411
  listCustomDataIdentifiers(args: ListCustomDataIdentifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomDataIdentifiersCommandOutput) => void): void;
389
412
  /**
390
413
  * @see {@link ListFindingsCommand}
391
414
  */
415
+ listFindings(): Promise<ListFindingsCommandOutput>;
392
416
  listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
393
417
  listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
394
418
  listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
395
419
  /**
396
420
  * @see {@link ListFindingsFiltersCommand}
397
421
  */
422
+ listFindingsFilters(): Promise<ListFindingsFiltersCommandOutput>;
398
423
  listFindingsFilters(args: ListFindingsFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsFiltersCommandOutput>;
399
424
  listFindingsFilters(args: ListFindingsFiltersCommandInput, cb: (err: any, data?: ListFindingsFiltersCommandOutput) => void): void;
400
425
  listFindingsFilters(args: ListFindingsFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsFiltersCommandOutput) => void): void;
401
426
  /**
402
427
  * @see {@link ListInvitationsCommand}
403
428
  */
429
+ listInvitations(): Promise<ListInvitationsCommandOutput>;
404
430
  listInvitations(args: ListInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInvitationsCommandOutput>;
405
431
  listInvitations(args: ListInvitationsCommandInput, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
406
432
  listInvitations(args: ListInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
407
433
  /**
408
434
  * @see {@link ListManagedDataIdentifiersCommand}
409
435
  */
436
+ listManagedDataIdentifiers(): Promise<ListManagedDataIdentifiersCommandOutput>;
410
437
  listManagedDataIdentifiers(args: ListManagedDataIdentifiersCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedDataIdentifiersCommandOutput>;
411
438
  listManagedDataIdentifiers(args: ListManagedDataIdentifiersCommandInput, cb: (err: any, data?: ListManagedDataIdentifiersCommandOutput) => void): void;
412
439
  listManagedDataIdentifiers(args: ListManagedDataIdentifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedDataIdentifiersCommandOutput) => void): void;
413
440
  /**
414
441
  * @see {@link ListMembersCommand}
415
442
  */
443
+ listMembers(): Promise<ListMembersCommandOutput>;
416
444
  listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
417
445
  listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
418
446
  listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
419
447
  /**
420
448
  * @see {@link ListOrganizationAdminAccountsCommand}
421
449
  */
450
+ listOrganizationAdminAccounts(): Promise<ListOrganizationAdminAccountsCommandOutput>;
422
451
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationAdminAccountsCommandOutput>;
423
452
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
424
453
  listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
@@ -437,6 +466,7 @@ export interface Macie2 {
437
466
  /**
438
467
  * @see {@link ListSensitivityInspectionTemplatesCommand}
439
468
  */
469
+ listSensitivityInspectionTemplates(): Promise<ListSensitivityInspectionTemplatesCommandOutput>;
440
470
  listSensitivityInspectionTemplates(args: ListSensitivityInspectionTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListSensitivityInspectionTemplatesCommandOutput>;
441
471
  listSensitivityInspectionTemplates(args: ListSensitivityInspectionTemplatesCommandInput, cb: (err: any, data?: ListSensitivityInspectionTemplatesCommandOutput) => void): void;
442
472
  listSensitivityInspectionTemplates(args: ListSensitivityInspectionTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSensitivityInspectionTemplatesCommandOutput) => void): void;
@@ -455,12 +485,14 @@ export interface Macie2 {
455
485
  /**
456
486
  * @see {@link PutFindingsPublicationConfigurationCommand}
457
487
  */
488
+ putFindingsPublicationConfiguration(): Promise<PutFindingsPublicationConfigurationCommandOutput>;
458
489
  putFindingsPublicationConfiguration(args: PutFindingsPublicationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutFindingsPublicationConfigurationCommandOutput>;
459
490
  putFindingsPublicationConfiguration(args: PutFindingsPublicationConfigurationCommandInput, cb: (err: any, data?: PutFindingsPublicationConfigurationCommandOutput) => void): void;
460
491
  putFindingsPublicationConfiguration(args: PutFindingsPublicationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFindingsPublicationConfigurationCommandOutput) => void): void;
461
492
  /**
462
493
  * @see {@link SearchResourcesCommand}
463
494
  */
495
+ searchResources(): Promise<SearchResourcesCommandOutput>;
464
496
  searchResources(args: SearchResourcesCommandInput, options?: __HttpHandlerOptions): Promise<SearchResourcesCommandOutput>;
465
497
  searchResources(args: SearchResourcesCommandInput, cb: (err: any, data?: SearchResourcesCommandOutput) => void): void;
466
498
  searchResources(args: SearchResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchResourcesCommandOutput) => void): void;
@@ -515,6 +547,7 @@ export interface Macie2 {
515
547
  /**
516
548
  * @see {@link UpdateMacieSessionCommand}
517
549
  */
550
+ updateMacieSession(): Promise<UpdateMacieSessionCommandOutput>;
518
551
  updateMacieSession(args: UpdateMacieSessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMacieSessionCommandOutput>;
519
552
  updateMacieSession(args: UpdateMacieSessionCommandInput, cb: (err: any, data?: UpdateMacieSessionCommandOutput) => void): void;
520
553
  updateMacieSession(args: UpdateMacieSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMacieSessionCommandOutput) => void): void;
@@ -556,8 +589,8 @@ export interface Macie2 {
556
589
  updateSensitivityInspectionTemplate(args: UpdateSensitivityInspectionTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSensitivityInspectionTemplateCommandOutput) => void): void;
557
590
  }
558
591
  /**
559
- * @public
560
592
  * <p>Amazon Macie</p>
593
+ * @public
561
594
  */
562
595
  export declare class Macie2 extends Macie2Client implements Macie2 {
563
596
  }
@@ -230,8 +230,8 @@ export type Macie2ClientResolvedConfigType = __SmithyResolvedConfiguration<__Htt
230
230
  export interface Macie2ClientResolvedConfig extends Macie2ClientResolvedConfigType {
231
231
  }
232
232
  /**
233
- * @public
234
233
  * <p>Amazon Macie</p>
234
+ * @public
235
235
  */
236
236
  export declare class Macie2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Macie2ClientResolvedConfig> {
237
237
  /**
@@ -22,10 +22,10 @@ export interface AcceptInvitationCommandOutput extends AcceptInvitationResponse,
22
22
  }
23
23
  declare const AcceptInvitationCommand_base: {
24
24
  new (input: AcceptInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AcceptInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Accepts an Amazon Macie membership invitation that was received from a specific account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const AcceptInvitationCommand_base: {
74
74
  * @throws {@link Macie2ServiceException}
75
75
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class AcceptInvitationCommand extends AcceptInvitationCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface BatchGetCustomDataIdentifiersCommandOutput extends BatchGetCust
22
22
  }
23
23
  declare const BatchGetCustomDataIdentifiersCommand_base: {
24
24
  new (input: BatchGetCustomDataIdentifiersCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [BatchGetCustomDataIdentifiersCommandInput]): import("@smithy/smithy-client").CommandImpl<BatchGetCustomDataIdentifiersCommandInput, BatchGetCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about one or more custom data identifiers.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const BatchGetCustomDataIdentifiersCommand_base: {
88
88
  * @throws {@link Macie2ServiceException}
89
89
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class BatchGetCustomDataIdentifiersCommand extends BatchGetCustomDataIdentifiersCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface CreateAllowListCommandOutput extends CreateAllowListResponse, _
22
22
  }
23
23
  declare const CreateAllowListCommand_base: {
24
24
  new (input: CreateAllowListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAllowListCommandInput, CreateAllowListCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAllowListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAllowListCommandInput, CreateAllowListCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates and defines the settings for an allow list.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const CreateAllowListCommand_base: {
87
87
  * @throws {@link Macie2ServiceException}
88
88
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class CreateAllowListCommand extends CreateAllowListCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface CreateClassificationJobCommandOutput extends CreateClassificati
22
22
  }
23
23
  declare const CreateClassificationJobCommand_base: {
24
24
  new (input: CreateClassificationJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateClassificationJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates and defines the settings for a classification job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -202,6 +202,7 @@ declare const CreateClassificationJobCommand_base: {
202
202
  * @throws {@link Macie2ServiceException}
203
203
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
204
204
  *
205
+ * @public
205
206
  */
206
207
  export declare class CreateClassificationJobCommand extends CreateClassificationJobCommand_base {
207
208
  }
@@ -22,10 +22,10 @@ export interface CreateCustomDataIdentifierCommandOutput extends CreateCustomDat
22
22
  }
23
23
  declare const CreateCustomDataIdentifierCommand_base: {
24
24
  new (input: CreateCustomDataIdentifierCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCustomDataIdentifierCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomDataIdentifierCommandInput, CreateCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates and defines the criteria and other settings for a custom data identifier.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const CreateCustomDataIdentifierCommand_base: {
93
93
  * @throws {@link Macie2ServiceException}
94
94
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class CreateCustomDataIdentifierCommand extends CreateCustomDataIdentifierCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface CreateFindingsFilterCommandOutput extends CreateFindingsFilterR
22
22
  }
23
23
  declare const CreateFindingsFilterCommand_base: {
24
24
  new (input: CreateFindingsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateFindingsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFindingsFilterCommandInput, CreateFindingsFilterCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates and defines the criteria and other settings for a findings filter.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const CreateFindingsFilterCommand_base: {
101
101
  * @throws {@link Macie2ServiceException}
102
102
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class CreateFindingsFilterCommand extends CreateFindingsFilterCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface CreateInvitationsCommandOutput extends CreateInvitationsRespons
22
22
  }
23
23
  declare const CreateInvitationsCommand_base: {
24
24
  new (input: CreateInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInvitationsCommandInput, CreateInvitationsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInvitationsCommandInput, CreateInvitationsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sends an Amazon Macie membership invitation to one or more accounts.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const CreateInvitationsCommand_base: {
84
84
  * @throws {@link Macie2ServiceException}
85
85
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateInvitationsCommand extends CreateInvitationsCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreateMemberCommandOutput extends CreateMemberResponse, __Metad
22
22
  }
23
23
  declare const CreateMemberCommand_base: {
24
24
  new (input: CreateMemberCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMemberCommandInput, CreateMemberCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateMemberCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMemberCommandInput, CreateMemberCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates an account with an Amazon Macie administrator account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const CreateMemberCommand_base: {
80
80
  * @throws {@link Macie2ServiceException}
81
81
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class CreateMemberCommand extends CreateMemberCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsR
22
22
  }
23
23
  declare const CreateSampleFindingsCommand_base: {
24
24
  new (input: CreateSampleFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateSampleFindingsCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates sample findings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const CreateSampleFindingsCommand_base: {
74
74
  * @throws {@link Macie2ServiceException}
75
75
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class CreateSampleFindingsCommand extends CreateSampleFindingsCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeclineInvitationsCommandOutput extends DeclineInvitationsRespo
22
22
  }
23
23
  declare const DeclineInvitationsCommand_base: {
24
24
  new (input: DeclineInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeclineInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeclineInvitationsCommandInput, DeclineInvitationsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Declines Amazon Macie membership invitations that were received from specific accounts.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const DeclineInvitationsCommand_base: {
82
82
  * @throws {@link Macie2ServiceException}
83
83
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DeclineInvitationsCommand extends DeclineInvitationsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DeleteAllowListCommandOutput extends DeleteAllowListResponse, _
22
22
  }
23
23
  declare const DeleteAllowListCommand_base: {
24
24
  new (input: DeleteAllowListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAllowListCommandInput, DeleteAllowListCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAllowListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAllowListCommandInput, DeleteAllowListCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an allow list.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeleteAllowListCommand_base: {
67
67
  * @throws {@link Macie2ServiceException}
68
68
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteAllowListCommand extends DeleteAllowListCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteCustomDataIdentifierCommandOutput extends DeleteCustomDat
22
22
  }
23
23
  declare const DeleteCustomDataIdentifierCommand_base: {
24
24
  new (input: DeleteCustomDataIdentifierCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteCustomDataIdentifierCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomDataIdentifierCommandInput, DeleteCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Soft deletes a custom data identifier.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteCustomDataIdentifierCommand_base: {
72
72
  * @throws {@link Macie2ServiceException}
73
73
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteCustomDataIdentifierCommand extends DeleteCustomDataIdentifierCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteFindingsFilterCommandOutput extends DeleteFindingsFilterR
22
22
  }
23
23
  declare const DeleteFindingsFilterCommand_base: {
24
24
  new (input: DeleteFindingsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFindingsFilterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFindingsFilterCommandInput, DeleteFindingsFilterCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a findings filter.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteFindingsFilterCommand_base: {
72
72
  * @throws {@link Macie2ServiceException}
73
73
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteFindingsFilterCommand extends DeleteFindingsFilterCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
22
22
  }
23
23
  declare const DeleteInvitationsCommand_base: {
24
24
  new (input: DeleteInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes Amazon Macie membership invitations that were received from specific accounts.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const DeleteInvitationsCommand_base: {
82
82
  * @throws {@link Macie2ServiceException}
83
83
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DeleteInvitationsCommand extends DeleteInvitationsCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DeleteMemberCommandOutput extends DeleteMemberResponse, __Metad
22
22
  }
23
23
  declare const DeleteMemberCommand_base: {
24
24
  new (input: DeleteMemberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMemberCommandInput, DeleteMemberCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMemberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMemberCommandInput, DeleteMemberCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the association between an Amazon Macie administrator account and an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const DeleteMemberCommand_base: {
72
72
  * @throws {@link Macie2ServiceException}
73
73
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DeleteMemberCommand extends DeleteMemberCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DescribeBucketsCommandOutput extends DescribeBucketsResponse, _
22
22
  }
23
23
  declare const DescribeBucketsCommand_base: {
24
24
  new (input: DescribeBucketsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBucketsCommandInput, DescribeBucketsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeBucketsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeBucketsCommandInput, DescribeBucketsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes for an account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -185,6 +185,7 @@ declare const DescribeBucketsCommand_base: {
185
185
  * @throws {@link Macie2ServiceException}
186
186
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
187
187
  *
188
+ * @public
188
189
  */
189
190
  export declare class DescribeBucketsCommand extends DescribeBucketsCommand_base {
190
191
  }
@@ -22,10 +22,10 @@ export interface DescribeClassificationJobCommandOutput extends DescribeClassifi
22
22
  }
23
23
  declare const DescribeClassificationJobCommand_base: {
24
24
  new (input: DescribeClassificationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClassificationJobCommandInput, DescribeClassificationJobCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeClassificationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClassificationJobCommandInput, DescribeClassificationJobCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the status and settings for a classification job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -218,6 +218,7 @@ declare const DescribeClassificationJobCommand_base: {
218
218
  * @throws {@link Macie2ServiceException}
219
219
  * <p>Base exception class for all service exceptions from Macie2 service.</p>
220
220
  *
221
+ * @public
221
222
  */
222
223
  export declare class DescribeClassificationJobCommand extends DescribeClassificationJobCommand_base {
223
224
  }