@aws-sdk/client-macie2 3.315.0 → 3.319.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.
- package/dist-cjs/Macie2.js +83 -1106
- package/dist-cjs/protocols/Aws_restJson1.js +8 -8
- package/dist-es/Macie2.js +83 -1106
- package/dist-es/protocols/Aws_restJson1.js +8 -8
- package/dist-types/Macie2.d.ts +86 -163
- package/dist-types/ts3.4/Macie2.d.ts +2 -1
- package/package.json +8 -8
package/dist-types/Macie2.d.ts
CHANGED
|
@@ -79,562 +79,485 @@ import { UpdateResourceProfileDetectionsCommandInput, UpdateResourceProfileDetec
|
|
|
79
79
|
import { UpdateRevealConfigurationCommandInput, UpdateRevealConfigurationCommandOutput } from "./commands/UpdateRevealConfigurationCommand";
|
|
80
80
|
import { UpdateSensitivityInspectionTemplateCommandInput, UpdateSensitivityInspectionTemplateCommandOutput } from "./commands/UpdateSensitivityInspectionTemplateCommand";
|
|
81
81
|
import { Macie2Client } from "./Macie2Client";
|
|
82
|
-
|
|
83
|
-
* @public
|
|
84
|
-
* <p>Amazon Macie</p>
|
|
85
|
-
*/
|
|
86
|
-
export declare class Macie2 extends Macie2Client {
|
|
82
|
+
export interface Macie2 {
|
|
87
83
|
/**
|
|
88
|
-
* @
|
|
89
|
-
* <p>Accepts an Amazon Macie membership invitation that was received from a specific account.</p>
|
|
84
|
+
* @see {@link AcceptInvitationCommand}
|
|
90
85
|
*/
|
|
91
86
|
acceptInvitation(args: AcceptInvitationCommandInput, options?: __HttpHandlerOptions): Promise<AcceptInvitationCommandOutput>;
|
|
92
87
|
acceptInvitation(args: AcceptInvitationCommandInput, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
|
|
93
88
|
acceptInvitation(args: AcceptInvitationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptInvitationCommandOutput) => void): void;
|
|
94
89
|
/**
|
|
95
|
-
* @
|
|
96
|
-
* <p>Retrieves information about one or more custom data identifiers.</p>
|
|
90
|
+
* @see {@link BatchGetCustomDataIdentifiersCommand}
|
|
97
91
|
*/
|
|
98
92
|
batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCustomDataIdentifiersCommandOutput>;
|
|
99
93
|
batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, cb: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void): void;
|
|
100
94
|
batchGetCustomDataIdentifiers(args: BatchGetCustomDataIdentifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCustomDataIdentifiersCommandOutput) => void): void;
|
|
101
95
|
/**
|
|
102
|
-
* @
|
|
103
|
-
* <p>Creates and defines the settings for an allow list.</p>
|
|
96
|
+
* @see {@link CreateAllowListCommand}
|
|
104
97
|
*/
|
|
105
98
|
createAllowList(args: CreateAllowListCommandInput, options?: __HttpHandlerOptions): Promise<CreateAllowListCommandOutput>;
|
|
106
99
|
createAllowList(args: CreateAllowListCommandInput, cb: (err: any, data?: CreateAllowListCommandOutput) => void): void;
|
|
107
100
|
createAllowList(args: CreateAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAllowListCommandOutput) => void): void;
|
|
108
101
|
/**
|
|
109
|
-
* @
|
|
110
|
-
* <p>Creates and defines the settings for a classification job.</p>
|
|
102
|
+
* @see {@link CreateClassificationJobCommand}
|
|
111
103
|
*/
|
|
112
104
|
createClassificationJob(args: CreateClassificationJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateClassificationJobCommandOutput>;
|
|
113
105
|
createClassificationJob(args: CreateClassificationJobCommandInput, cb: (err: any, data?: CreateClassificationJobCommandOutput) => void): void;
|
|
114
106
|
createClassificationJob(args: CreateClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateClassificationJobCommandOutput) => void): void;
|
|
115
107
|
/**
|
|
116
|
-
* @
|
|
117
|
-
* <p>Creates and defines the criteria and other settings for a custom data identifier.</p>
|
|
108
|
+
* @see {@link CreateCustomDataIdentifierCommand}
|
|
118
109
|
*/
|
|
119
110
|
createCustomDataIdentifier(args: CreateCustomDataIdentifierCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomDataIdentifierCommandOutput>;
|
|
120
111
|
createCustomDataIdentifier(args: CreateCustomDataIdentifierCommandInput, cb: (err: any, data?: CreateCustomDataIdentifierCommandOutput) => void): void;
|
|
121
112
|
createCustomDataIdentifier(args: CreateCustomDataIdentifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomDataIdentifierCommandOutput) => void): void;
|
|
122
113
|
/**
|
|
123
|
-
* @
|
|
124
|
-
* <p>Creates and defines the criteria and other settings for a findings filter.</p>
|
|
114
|
+
* @see {@link CreateFindingsFilterCommand}
|
|
125
115
|
*/
|
|
126
116
|
createFindingsFilter(args: CreateFindingsFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateFindingsFilterCommandOutput>;
|
|
127
117
|
createFindingsFilter(args: CreateFindingsFilterCommandInput, cb: (err: any, data?: CreateFindingsFilterCommandOutput) => void): void;
|
|
128
118
|
createFindingsFilter(args: CreateFindingsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFindingsFilterCommandOutput) => void): void;
|
|
129
119
|
/**
|
|
130
|
-
* @
|
|
131
|
-
* <p>Sends an Amazon Macie membership invitation to one or more accounts.</p>
|
|
120
|
+
* @see {@link CreateInvitationsCommand}
|
|
132
121
|
*/
|
|
133
122
|
createInvitations(args: CreateInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<CreateInvitationsCommandOutput>;
|
|
134
123
|
createInvitations(args: CreateInvitationsCommandInput, cb: (err: any, data?: CreateInvitationsCommandOutput) => void): void;
|
|
135
124
|
createInvitations(args: CreateInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInvitationsCommandOutput) => void): void;
|
|
136
125
|
/**
|
|
137
|
-
* @
|
|
138
|
-
* <p>Associates an account with an Amazon Macie administrator account.</p>
|
|
126
|
+
* @see {@link CreateMemberCommand}
|
|
139
127
|
*/
|
|
140
128
|
createMember(args: CreateMemberCommandInput, options?: __HttpHandlerOptions): Promise<CreateMemberCommandOutput>;
|
|
141
129
|
createMember(args: CreateMemberCommandInput, cb: (err: any, data?: CreateMemberCommandOutput) => void): void;
|
|
142
130
|
createMember(args: CreateMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMemberCommandOutput) => void): void;
|
|
143
131
|
/**
|
|
144
|
-
* @
|
|
145
|
-
* <p>Creates sample findings.</p>
|
|
132
|
+
* @see {@link CreateSampleFindingsCommand}
|
|
146
133
|
*/
|
|
147
134
|
createSampleFindings(args: CreateSampleFindingsCommandInput, options?: __HttpHandlerOptions): Promise<CreateSampleFindingsCommandOutput>;
|
|
148
135
|
createSampleFindings(args: CreateSampleFindingsCommandInput, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
|
|
149
136
|
createSampleFindings(args: CreateSampleFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void): void;
|
|
150
137
|
/**
|
|
151
|
-
* @
|
|
152
|
-
* <p>Declines Amazon Macie membership invitations that were received from specific accounts.</p>
|
|
138
|
+
* @see {@link DeclineInvitationsCommand}
|
|
153
139
|
*/
|
|
154
140
|
declineInvitations(args: DeclineInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeclineInvitationsCommandOutput>;
|
|
155
141
|
declineInvitations(args: DeclineInvitationsCommandInput, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
|
|
156
142
|
declineInvitations(args: DeclineInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineInvitationsCommandOutput) => void): void;
|
|
157
143
|
/**
|
|
158
|
-
* @
|
|
159
|
-
* <p>Deletes an allow list.</p>
|
|
144
|
+
* @see {@link DeleteAllowListCommand}
|
|
160
145
|
*/
|
|
161
146
|
deleteAllowList(args: DeleteAllowListCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAllowListCommandOutput>;
|
|
162
147
|
deleteAllowList(args: DeleteAllowListCommandInput, cb: (err: any, data?: DeleteAllowListCommandOutput) => void): void;
|
|
163
148
|
deleteAllowList(args: DeleteAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAllowListCommandOutput) => void): void;
|
|
164
149
|
/**
|
|
165
|
-
* @
|
|
166
|
-
* <p>Soft deletes a custom data identifier.</p>
|
|
150
|
+
* @see {@link DeleteCustomDataIdentifierCommand}
|
|
167
151
|
*/
|
|
168
152
|
deleteCustomDataIdentifier(args: DeleteCustomDataIdentifierCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomDataIdentifierCommandOutput>;
|
|
169
153
|
deleteCustomDataIdentifier(args: DeleteCustomDataIdentifierCommandInput, cb: (err: any, data?: DeleteCustomDataIdentifierCommandOutput) => void): void;
|
|
170
154
|
deleteCustomDataIdentifier(args: DeleteCustomDataIdentifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomDataIdentifierCommandOutput) => void): void;
|
|
171
155
|
/**
|
|
172
|
-
* @
|
|
173
|
-
* <p>Deletes a findings filter.</p>
|
|
156
|
+
* @see {@link DeleteFindingsFilterCommand}
|
|
174
157
|
*/
|
|
175
158
|
deleteFindingsFilter(args: DeleteFindingsFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFindingsFilterCommandOutput>;
|
|
176
159
|
deleteFindingsFilter(args: DeleteFindingsFilterCommandInput, cb: (err: any, data?: DeleteFindingsFilterCommandOutput) => void): void;
|
|
177
160
|
deleteFindingsFilter(args: DeleteFindingsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFindingsFilterCommandOutput) => void): void;
|
|
178
161
|
/**
|
|
179
|
-
* @
|
|
180
|
-
* <p>Deletes Amazon Macie membership invitations that were received from specific accounts.</p>
|
|
162
|
+
* @see {@link DeleteInvitationsCommand}
|
|
181
163
|
*/
|
|
182
164
|
deleteInvitations(args: DeleteInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInvitationsCommandOutput>;
|
|
183
165
|
deleteInvitations(args: DeleteInvitationsCommandInput, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
|
|
184
166
|
deleteInvitations(args: DeleteInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInvitationsCommandOutput) => void): void;
|
|
185
167
|
/**
|
|
186
|
-
* @
|
|
187
|
-
* <p>Deletes the association between an Amazon Macie administrator account and an account.</p>
|
|
168
|
+
* @see {@link DeleteMemberCommand}
|
|
188
169
|
*/
|
|
189
170
|
deleteMember(args: DeleteMemberCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMemberCommandOutput>;
|
|
190
171
|
deleteMember(args: DeleteMemberCommandInput, cb: (err: any, data?: DeleteMemberCommandOutput) => void): void;
|
|
191
172
|
deleteMember(args: DeleteMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMemberCommandOutput) => void): void;
|
|
192
173
|
/**
|
|
193
|
-
* @
|
|
194
|
-
* <p>Retrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes for an account.</p>
|
|
174
|
+
* @see {@link DescribeBucketsCommand}
|
|
195
175
|
*/
|
|
196
176
|
describeBuckets(args: DescribeBucketsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBucketsCommandOutput>;
|
|
197
177
|
describeBuckets(args: DescribeBucketsCommandInput, cb: (err: any, data?: DescribeBucketsCommandOutput) => void): void;
|
|
198
178
|
describeBuckets(args: DescribeBucketsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBucketsCommandOutput) => void): void;
|
|
199
179
|
/**
|
|
200
|
-
* @
|
|
201
|
-
* <p>Retrieves the status and settings for a classification job.</p>
|
|
180
|
+
* @see {@link DescribeClassificationJobCommand}
|
|
202
181
|
*/
|
|
203
182
|
describeClassificationJob(args: DescribeClassificationJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeClassificationJobCommandOutput>;
|
|
204
183
|
describeClassificationJob(args: DescribeClassificationJobCommandInput, cb: (err: any, data?: DescribeClassificationJobCommandOutput) => void): void;
|
|
205
184
|
describeClassificationJob(args: DescribeClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeClassificationJobCommandOutput) => void): void;
|
|
206
185
|
/**
|
|
207
|
-
* @
|
|
208
|
-
* <p>Retrieves the Amazon Macie configuration settings for an organization in Organizations.</p>
|
|
186
|
+
* @see {@link DescribeOrganizationConfigurationCommand}
|
|
209
187
|
*/
|
|
210
188
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
211
189
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
|
|
212
190
|
describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
|
|
213
191
|
/**
|
|
214
|
-
* @
|
|
215
|
-
* <p>Disables Amazon Macie and deletes all settings and resources for a Macie account.</p>
|
|
192
|
+
* @see {@link DisableMacieCommand}
|
|
216
193
|
*/
|
|
217
194
|
disableMacie(args: DisableMacieCommandInput, options?: __HttpHandlerOptions): Promise<DisableMacieCommandOutput>;
|
|
218
195
|
disableMacie(args: DisableMacieCommandInput, cb: (err: any, data?: DisableMacieCommandOutput) => void): void;
|
|
219
196
|
disableMacie(args: DisableMacieCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableMacieCommandOutput) => void): void;
|
|
220
197
|
/**
|
|
221
|
-
* @
|
|
222
|
-
* <p>Disables an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
198
|
+
* @see {@link DisableOrganizationAdminAccountCommand}
|
|
223
199
|
*/
|
|
224
200
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
225
201
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
|
|
226
202
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
|
|
227
203
|
/**
|
|
228
|
-
* @
|
|
229
|
-
* <p>Disassociates a member account from its Amazon Macie administrator account.</p>
|
|
204
|
+
* @see {@link DisassociateFromAdministratorAccountCommand}
|
|
230
205
|
*/
|
|
231
206
|
disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromAdministratorAccountCommandOutput>;
|
|
232
207
|
disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
|
|
233
208
|
disassociateFromAdministratorAccount(args: DisassociateFromAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void): void;
|
|
234
209
|
/**
|
|
235
|
-
* @
|
|
236
|
-
* <p>(Deprecated) Disassociates a member account from its Amazon Macie administrator account. This operation has been replaced by the <link linkend="DisassociateFromAdministratorAccount">DisassociateFromAdministratorAccount</link> operation.</p>
|
|
210
|
+
* @see {@link DisassociateFromMasterAccountCommand}
|
|
237
211
|
*/
|
|
238
212
|
disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFromMasterAccountCommandOutput>;
|
|
239
213
|
disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
|
|
240
214
|
disassociateFromMasterAccount(args: DisassociateFromMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void): void;
|
|
241
215
|
/**
|
|
242
|
-
* @
|
|
243
|
-
* <p>Disassociates an Amazon Macie administrator account from a member account.</p>
|
|
216
|
+
* @see {@link DisassociateMemberCommand}
|
|
244
217
|
*/
|
|
245
218
|
disassociateMember(args: DisassociateMemberCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMemberCommandOutput>;
|
|
246
219
|
disassociateMember(args: DisassociateMemberCommandInput, cb: (err: any, data?: DisassociateMemberCommandOutput) => void): void;
|
|
247
220
|
disassociateMember(args: DisassociateMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMemberCommandOutput) => void): void;
|
|
248
221
|
/**
|
|
249
|
-
* @
|
|
250
|
-
* <p>Enables Amazon Macie and specifies the configuration settings for a Macie account.</p>
|
|
222
|
+
* @see {@link EnableMacieCommand}
|
|
251
223
|
*/
|
|
252
224
|
enableMacie(args: EnableMacieCommandInput, options?: __HttpHandlerOptions): Promise<EnableMacieCommandOutput>;
|
|
253
225
|
enableMacie(args: EnableMacieCommandInput, cb: (err: any, data?: EnableMacieCommandOutput) => void): void;
|
|
254
226
|
enableMacie(args: EnableMacieCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableMacieCommandOutput) => void): void;
|
|
255
227
|
/**
|
|
256
|
-
* @
|
|
257
|
-
* <p>Designates an account as the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
228
|
+
* @see {@link EnableOrganizationAdminAccountCommand}
|
|
258
229
|
*/
|
|
259
230
|
enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
260
231
|
enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
|
|
261
232
|
enableOrganizationAdminAccount(args: EnableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void): void;
|
|
262
233
|
/**
|
|
263
|
-
* @
|
|
264
|
-
* <p>Retrieves information about the Amazon Macie administrator account for an account.</p>
|
|
234
|
+
* @see {@link GetAdministratorAccountCommand}
|
|
265
235
|
*/
|
|
266
236
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAdministratorAccountCommandOutput>;
|
|
267
237
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
|
|
268
238
|
getAdministratorAccount(args: GetAdministratorAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void): void;
|
|
269
239
|
/**
|
|
270
|
-
* @
|
|
271
|
-
* <p>Retrieves the settings and status of an allow list.</p>
|
|
240
|
+
* @see {@link GetAllowListCommand}
|
|
272
241
|
*/
|
|
273
242
|
getAllowList(args: GetAllowListCommandInput, options?: __HttpHandlerOptions): Promise<GetAllowListCommandOutput>;
|
|
274
243
|
getAllowList(args: GetAllowListCommandInput, cb: (err: any, data?: GetAllowListCommandOutput) => void): void;
|
|
275
244
|
getAllowList(args: GetAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAllowListCommandOutput) => void): void;
|
|
276
245
|
/**
|
|
277
|
-
* @
|
|
278
|
-
* <p>Retrieves the configuration settings and status of automated sensitive data discovery for an account.</p>
|
|
246
|
+
* @see {@link GetAutomatedDiscoveryConfigurationCommand}
|
|
279
247
|
*/
|
|
280
248
|
getAutomatedDiscoveryConfiguration(args: GetAutomatedDiscoveryConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetAutomatedDiscoveryConfigurationCommandOutput>;
|
|
281
249
|
getAutomatedDiscoveryConfiguration(args: GetAutomatedDiscoveryConfigurationCommandInput, cb: (err: any, data?: GetAutomatedDiscoveryConfigurationCommandOutput) => void): void;
|
|
282
250
|
getAutomatedDiscoveryConfiguration(args: GetAutomatedDiscoveryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAutomatedDiscoveryConfigurationCommandOutput) => void): void;
|
|
283
251
|
/**
|
|
284
|
-
* @
|
|
285
|
-
* <p>Retrieves (queries) aggregated statistical data about all the S3 buckets that Amazon Macie monitors and analyzes for an account.</p>
|
|
252
|
+
* @see {@link GetBucketStatisticsCommand}
|
|
286
253
|
*/
|
|
287
254
|
getBucketStatistics(args: GetBucketStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketStatisticsCommandOutput>;
|
|
288
255
|
getBucketStatistics(args: GetBucketStatisticsCommandInput, cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void): void;
|
|
289
256
|
getBucketStatistics(args: GetBucketStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketStatisticsCommandOutput) => void): void;
|
|
290
257
|
/**
|
|
291
|
-
* @
|
|
292
|
-
* <p>Retrieves the configuration settings for storing data classification results.</p>
|
|
258
|
+
* @see {@link GetClassificationExportConfigurationCommand}
|
|
293
259
|
*/
|
|
294
260
|
getClassificationExportConfiguration(args: GetClassificationExportConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetClassificationExportConfigurationCommandOutput>;
|
|
295
261
|
getClassificationExportConfiguration(args: GetClassificationExportConfigurationCommandInput, cb: (err: any, data?: GetClassificationExportConfigurationCommandOutput) => void): void;
|
|
296
262
|
getClassificationExportConfiguration(args: GetClassificationExportConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClassificationExportConfigurationCommandOutput) => void): void;
|
|
297
263
|
/**
|
|
298
|
-
* @
|
|
299
|
-
* <p>Retrieves the classification scope settings for an account.</p>
|
|
264
|
+
* @see {@link GetClassificationScopeCommand}
|
|
300
265
|
*/
|
|
301
266
|
getClassificationScope(args: GetClassificationScopeCommandInput, options?: __HttpHandlerOptions): Promise<GetClassificationScopeCommandOutput>;
|
|
302
267
|
getClassificationScope(args: GetClassificationScopeCommandInput, cb: (err: any, data?: GetClassificationScopeCommandOutput) => void): void;
|
|
303
268
|
getClassificationScope(args: GetClassificationScopeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetClassificationScopeCommandOutput) => void): void;
|
|
304
269
|
/**
|
|
305
|
-
* @
|
|
306
|
-
* <p>Retrieves the criteria and other settings for a custom data identifier.</p>
|
|
270
|
+
* @see {@link GetCustomDataIdentifierCommand}
|
|
307
271
|
*/
|
|
308
272
|
getCustomDataIdentifier(args: GetCustomDataIdentifierCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomDataIdentifierCommandOutput>;
|
|
309
273
|
getCustomDataIdentifier(args: GetCustomDataIdentifierCommandInput, cb: (err: any, data?: GetCustomDataIdentifierCommandOutput) => void): void;
|
|
310
274
|
getCustomDataIdentifier(args: GetCustomDataIdentifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomDataIdentifierCommandOutput) => void): void;
|
|
311
275
|
/**
|
|
312
|
-
* @
|
|
313
|
-
* <p>Retrieves the details of one or more findings.</p>
|
|
276
|
+
* @see {@link GetFindingsCommand}
|
|
314
277
|
*/
|
|
315
278
|
getFindings(args: GetFindingsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsCommandOutput>;
|
|
316
279
|
getFindings(args: GetFindingsCommandInput, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
|
|
317
280
|
getFindings(args: GetFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsCommandOutput) => void): void;
|
|
318
281
|
/**
|
|
319
|
-
* @
|
|
320
|
-
* <p>Retrieves the criteria and other settings for a findings filter.</p>
|
|
282
|
+
* @see {@link GetFindingsFilterCommand}
|
|
321
283
|
*/
|
|
322
284
|
getFindingsFilter(args: GetFindingsFilterCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsFilterCommandOutput>;
|
|
323
285
|
getFindingsFilter(args: GetFindingsFilterCommandInput, cb: (err: any, data?: GetFindingsFilterCommandOutput) => void): void;
|
|
324
286
|
getFindingsFilter(args: GetFindingsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsFilterCommandOutput) => void): void;
|
|
325
287
|
/**
|
|
326
|
-
* @
|
|
327
|
-
* <p>Retrieves the configuration settings for publishing findings to Security Hub.</p>
|
|
288
|
+
* @see {@link GetFindingsPublicationConfigurationCommand}
|
|
328
289
|
*/
|
|
329
290
|
getFindingsPublicationConfiguration(args: GetFindingsPublicationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsPublicationConfigurationCommandOutput>;
|
|
330
291
|
getFindingsPublicationConfiguration(args: GetFindingsPublicationConfigurationCommandInput, cb: (err: any, data?: GetFindingsPublicationConfigurationCommandOutput) => void): void;
|
|
331
292
|
getFindingsPublicationConfiguration(args: GetFindingsPublicationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsPublicationConfigurationCommandOutput) => void): void;
|
|
332
293
|
/**
|
|
333
|
-
* @
|
|
334
|
-
* <p>Retrieves (queries) aggregated statistical data about findings.</p>
|
|
294
|
+
* @see {@link GetFindingStatisticsCommand}
|
|
335
295
|
*/
|
|
336
296
|
getFindingStatistics(args: GetFindingStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingStatisticsCommandOutput>;
|
|
337
297
|
getFindingStatistics(args: GetFindingStatisticsCommandInput, cb: (err: any, data?: GetFindingStatisticsCommandOutput) => void): void;
|
|
338
298
|
getFindingStatistics(args: GetFindingStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingStatisticsCommandOutput) => void): void;
|
|
339
299
|
/**
|
|
340
|
-
* @
|
|
341
|
-
* <p>Retrieves the count of Amazon Macie membership invitations that were received by an account.</p>
|
|
300
|
+
* @see {@link GetInvitationsCountCommand}
|
|
342
301
|
*/
|
|
343
302
|
getInvitationsCount(args: GetInvitationsCountCommandInput, options?: __HttpHandlerOptions): Promise<GetInvitationsCountCommandOutput>;
|
|
344
303
|
getInvitationsCount(args: GetInvitationsCountCommandInput, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
|
|
345
304
|
getInvitationsCount(args: GetInvitationsCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInvitationsCountCommandOutput) => void): void;
|
|
346
305
|
/**
|
|
347
|
-
* @
|
|
348
|
-
* <p>Retrieves the status and configuration settings for an Amazon Macie account.</p>
|
|
306
|
+
* @see {@link GetMacieSessionCommand}
|
|
349
307
|
*/
|
|
350
308
|
getMacieSession(args: GetMacieSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetMacieSessionCommandOutput>;
|
|
351
309
|
getMacieSession(args: GetMacieSessionCommandInput, cb: (err: any, data?: GetMacieSessionCommandOutput) => void): void;
|
|
352
310
|
getMacieSession(args: GetMacieSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMacieSessionCommandOutput) => void): void;
|
|
353
311
|
/**
|
|
354
|
-
* @
|
|
355
|
-
* <p>(Deprecated) Retrieves information about the Amazon Macie administrator account for an account. This operation has been replaced by the <link linkend="GetAdministratorAccount">GetAdministratorAccount</link> operation.</p>
|
|
312
|
+
* @see {@link GetMasterAccountCommand}
|
|
356
313
|
*/
|
|
357
314
|
getMasterAccount(args: GetMasterAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetMasterAccountCommandOutput>;
|
|
358
315
|
getMasterAccount(args: GetMasterAccountCommandInput, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
|
|
359
316
|
getMasterAccount(args: GetMasterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMasterAccountCommandOutput) => void): void;
|
|
360
317
|
/**
|
|
361
|
-
* @
|
|
362
|
-
* <p>Retrieves information about an account that's associated with an Amazon Macie administrator account.</p>
|
|
318
|
+
* @see {@link GetMemberCommand}
|
|
363
319
|
*/
|
|
364
320
|
getMember(args: GetMemberCommandInput, options?: __HttpHandlerOptions): Promise<GetMemberCommandOutput>;
|
|
365
321
|
getMember(args: GetMemberCommandInput, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
|
|
366
322
|
getMember(args: GetMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
|
|
367
323
|
/**
|
|
368
|
-
* @
|
|
369
|
-
* <p>Retrieves (queries) sensitive data discovery statistics and the sensitivity score for an S3 bucket.</p>
|
|
324
|
+
* @see {@link GetResourceProfileCommand}
|
|
370
325
|
*/
|
|
371
326
|
getResourceProfile(args: GetResourceProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceProfileCommandOutput>;
|
|
372
327
|
getResourceProfile(args: GetResourceProfileCommandInput, cb: (err: any, data?: GetResourceProfileCommandOutput) => void): void;
|
|
373
328
|
getResourceProfile(args: GetResourceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceProfileCommandOutput) => void): void;
|
|
374
329
|
/**
|
|
375
|
-
* @
|
|
376
|
-
* <p>Retrieves the status and configuration settings for retrieving occurrences of sensitive data reported by findings.</p>
|
|
330
|
+
* @see {@link GetRevealConfigurationCommand}
|
|
377
331
|
*/
|
|
378
332
|
getRevealConfiguration(args: GetRevealConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetRevealConfigurationCommandOutput>;
|
|
379
333
|
getRevealConfiguration(args: GetRevealConfigurationCommandInput, cb: (err: any, data?: GetRevealConfigurationCommandOutput) => void): void;
|
|
380
334
|
getRevealConfiguration(args: GetRevealConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRevealConfigurationCommandOutput) => void): void;
|
|
381
335
|
/**
|
|
382
|
-
* @
|
|
383
|
-
* <p>Retrieves occurrences of sensitive data reported by a finding.</p>
|
|
336
|
+
* @see {@link GetSensitiveDataOccurrencesCommand}
|
|
384
337
|
*/
|
|
385
338
|
getSensitiveDataOccurrences(args: GetSensitiveDataOccurrencesCommandInput, options?: __HttpHandlerOptions): Promise<GetSensitiveDataOccurrencesCommandOutput>;
|
|
386
339
|
getSensitiveDataOccurrences(args: GetSensitiveDataOccurrencesCommandInput, cb: (err: any, data?: GetSensitiveDataOccurrencesCommandOutput) => void): void;
|
|
387
340
|
getSensitiveDataOccurrences(args: GetSensitiveDataOccurrencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSensitiveDataOccurrencesCommandOutput) => void): void;
|
|
388
341
|
/**
|
|
389
|
-
* @
|
|
390
|
-
* <p>Checks whether occurrences of sensitive data can be retrieved for a finding.</p>
|
|
342
|
+
* @see {@link GetSensitiveDataOccurrencesAvailabilityCommand}
|
|
391
343
|
*/
|
|
392
344
|
getSensitiveDataOccurrencesAvailability(args: GetSensitiveDataOccurrencesAvailabilityCommandInput, options?: __HttpHandlerOptions): Promise<GetSensitiveDataOccurrencesAvailabilityCommandOutput>;
|
|
393
345
|
getSensitiveDataOccurrencesAvailability(args: GetSensitiveDataOccurrencesAvailabilityCommandInput, cb: (err: any, data?: GetSensitiveDataOccurrencesAvailabilityCommandOutput) => void): void;
|
|
394
346
|
getSensitiveDataOccurrencesAvailability(args: GetSensitiveDataOccurrencesAvailabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSensitiveDataOccurrencesAvailabilityCommandOutput) => void): void;
|
|
395
347
|
/**
|
|
396
|
-
* @
|
|
397
|
-
* <p>Retrieves the settings for the sensitivity inspection template for an account.</p>
|
|
348
|
+
* @see {@link GetSensitivityInspectionTemplateCommand}
|
|
398
349
|
*/
|
|
399
350
|
getSensitivityInspectionTemplate(args: GetSensitivityInspectionTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetSensitivityInspectionTemplateCommandOutput>;
|
|
400
351
|
getSensitivityInspectionTemplate(args: GetSensitivityInspectionTemplateCommandInput, cb: (err: any, data?: GetSensitivityInspectionTemplateCommandOutput) => void): void;
|
|
401
352
|
getSensitivityInspectionTemplate(args: GetSensitivityInspectionTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSensitivityInspectionTemplateCommandOutput) => void): void;
|
|
402
353
|
/**
|
|
403
|
-
* @
|
|
404
|
-
* <p>Retrieves (queries) quotas and aggregated usage data for one or more accounts.</p>
|
|
354
|
+
* @see {@link GetUsageStatisticsCommand}
|
|
405
355
|
*/
|
|
406
356
|
getUsageStatistics(args: GetUsageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageStatisticsCommandOutput>;
|
|
407
357
|
getUsageStatistics(args: GetUsageStatisticsCommandInput, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
|
|
408
358
|
getUsageStatistics(args: GetUsageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void): void;
|
|
409
359
|
/**
|
|
410
|
-
* @
|
|
411
|
-
* <p>Retrieves (queries) aggregated usage data for an account.</p>
|
|
360
|
+
* @see {@link GetUsageTotalsCommand}
|
|
412
361
|
*/
|
|
413
362
|
getUsageTotals(args: GetUsageTotalsCommandInput, options?: __HttpHandlerOptions): Promise<GetUsageTotalsCommandOutput>;
|
|
414
363
|
getUsageTotals(args: GetUsageTotalsCommandInput, cb: (err: any, data?: GetUsageTotalsCommandOutput) => void): void;
|
|
415
364
|
getUsageTotals(args: GetUsageTotalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUsageTotalsCommandOutput) => void): void;
|
|
416
365
|
/**
|
|
417
|
-
* @
|
|
418
|
-
* <p>Retrieves a subset of information about all the allow lists for an account.</p>
|
|
366
|
+
* @see {@link ListAllowListsCommand}
|
|
419
367
|
*/
|
|
420
368
|
listAllowLists(args: ListAllowListsCommandInput, options?: __HttpHandlerOptions): Promise<ListAllowListsCommandOutput>;
|
|
421
369
|
listAllowLists(args: ListAllowListsCommandInput, cb: (err: any, data?: ListAllowListsCommandOutput) => void): void;
|
|
422
370
|
listAllowLists(args: ListAllowListsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAllowListsCommandOutput) => void): void;
|
|
423
371
|
/**
|
|
424
|
-
* @
|
|
425
|
-
* <p>Retrieves a subset of information about one or more classification jobs.</p>
|
|
372
|
+
* @see {@link ListClassificationJobsCommand}
|
|
426
373
|
*/
|
|
427
374
|
listClassificationJobs(args: ListClassificationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListClassificationJobsCommandOutput>;
|
|
428
375
|
listClassificationJobs(args: ListClassificationJobsCommandInput, cb: (err: any, data?: ListClassificationJobsCommandOutput) => void): void;
|
|
429
376
|
listClassificationJobs(args: ListClassificationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClassificationJobsCommandOutput) => void): void;
|
|
430
377
|
/**
|
|
431
|
-
* @
|
|
432
|
-
* <p>Retrieves a subset of information about the classification scope for an account.</p>
|
|
378
|
+
* @see {@link ListClassificationScopesCommand}
|
|
433
379
|
*/
|
|
434
380
|
listClassificationScopes(args: ListClassificationScopesCommandInput, options?: __HttpHandlerOptions): Promise<ListClassificationScopesCommandOutput>;
|
|
435
381
|
listClassificationScopes(args: ListClassificationScopesCommandInput, cb: (err: any, data?: ListClassificationScopesCommandOutput) => void): void;
|
|
436
382
|
listClassificationScopes(args: ListClassificationScopesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClassificationScopesCommandOutput) => void): void;
|
|
437
383
|
/**
|
|
438
|
-
* @
|
|
439
|
-
* <p>Retrieves a subset of information about all the custom data identifiers for an account.</p>
|
|
384
|
+
* @see {@link ListCustomDataIdentifiersCommand}
|
|
440
385
|
*/
|
|
441
386
|
listCustomDataIdentifiers(args: ListCustomDataIdentifiersCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomDataIdentifiersCommandOutput>;
|
|
442
387
|
listCustomDataIdentifiers(args: ListCustomDataIdentifiersCommandInput, cb: (err: any, data?: ListCustomDataIdentifiersCommandOutput) => void): void;
|
|
443
388
|
listCustomDataIdentifiers(args: ListCustomDataIdentifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomDataIdentifiersCommandOutput) => void): void;
|
|
444
389
|
/**
|
|
445
|
-
* @
|
|
446
|
-
* <p>Retrieves a subset of information about one or more findings.</p>
|
|
390
|
+
* @see {@link ListFindingsCommand}
|
|
447
391
|
*/
|
|
448
392
|
listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
|
|
449
393
|
listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
|
|
450
394
|
listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
|
|
451
395
|
/**
|
|
452
|
-
* @
|
|
453
|
-
* <p>Retrieves a subset of information about all the findings filters for an account.</p>
|
|
396
|
+
* @see {@link ListFindingsFiltersCommand}
|
|
454
397
|
*/
|
|
455
398
|
listFindingsFilters(args: ListFindingsFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsFiltersCommandOutput>;
|
|
456
399
|
listFindingsFilters(args: ListFindingsFiltersCommandInput, cb: (err: any, data?: ListFindingsFiltersCommandOutput) => void): void;
|
|
457
400
|
listFindingsFilters(args: ListFindingsFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsFiltersCommandOutput) => void): void;
|
|
458
401
|
/**
|
|
459
|
-
* @
|
|
460
|
-
* <p>Retrieves information about the Amazon Macie membership invitations that were received by an account.</p>
|
|
402
|
+
* @see {@link ListInvitationsCommand}
|
|
461
403
|
*/
|
|
462
404
|
listInvitations(args: ListInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInvitationsCommandOutput>;
|
|
463
405
|
listInvitations(args: ListInvitationsCommandInput, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
|
|
464
406
|
listInvitations(args: ListInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
|
|
465
407
|
/**
|
|
466
|
-
* @
|
|
467
|
-
* <p>Retrieves information about all the managed data identifiers that Amazon Macie currently provides.</p>
|
|
408
|
+
* @see {@link ListManagedDataIdentifiersCommand}
|
|
468
409
|
*/
|
|
469
410
|
listManagedDataIdentifiers(args: ListManagedDataIdentifiersCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedDataIdentifiersCommandOutput>;
|
|
470
411
|
listManagedDataIdentifiers(args: ListManagedDataIdentifiersCommandInput, cb: (err: any, data?: ListManagedDataIdentifiersCommandOutput) => void): void;
|
|
471
412
|
listManagedDataIdentifiers(args: ListManagedDataIdentifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedDataIdentifiersCommandOutput) => void): void;
|
|
472
413
|
/**
|
|
473
|
-
* @
|
|
474
|
-
* <p>Retrieves information about the accounts that are associated with an Amazon Macie administrator account.</p>
|
|
414
|
+
* @see {@link ListMembersCommand}
|
|
475
415
|
*/
|
|
476
416
|
listMembers(args: ListMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListMembersCommandOutput>;
|
|
477
417
|
listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
478
418
|
listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
|
|
479
419
|
/**
|
|
480
|
-
* @
|
|
481
|
-
* <p>Retrieves information about the delegated Amazon Macie administrator account for an organization in Organizations.</p>
|
|
420
|
+
* @see {@link ListOrganizationAdminAccountsCommand}
|
|
482
421
|
*/
|
|
483
422
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
484
423
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
|
|
485
424
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
|
|
486
425
|
/**
|
|
487
|
-
* @
|
|
488
|
-
* <p>Retrieves information about objects that were selected from an S3 bucket for automated sensitive data discovery.</p>
|
|
426
|
+
* @see {@link ListResourceProfileArtifactsCommand}
|
|
489
427
|
*/
|
|
490
428
|
listResourceProfileArtifacts(args: ListResourceProfileArtifactsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceProfileArtifactsCommandOutput>;
|
|
491
429
|
listResourceProfileArtifacts(args: ListResourceProfileArtifactsCommandInput, cb: (err: any, data?: ListResourceProfileArtifactsCommandOutput) => void): void;
|
|
492
430
|
listResourceProfileArtifacts(args: ListResourceProfileArtifactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceProfileArtifactsCommandOutput) => void): void;
|
|
493
431
|
/**
|
|
494
|
-
* @
|
|
495
|
-
* <p>Retrieves information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket.</p>
|
|
432
|
+
* @see {@link ListResourceProfileDetectionsCommand}
|
|
496
433
|
*/
|
|
497
434
|
listResourceProfileDetections(args: ListResourceProfileDetectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceProfileDetectionsCommandOutput>;
|
|
498
435
|
listResourceProfileDetections(args: ListResourceProfileDetectionsCommandInput, cb: (err: any, data?: ListResourceProfileDetectionsCommandOutput) => void): void;
|
|
499
436
|
listResourceProfileDetections(args: ListResourceProfileDetectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceProfileDetectionsCommandOutput) => void): void;
|
|
500
437
|
/**
|
|
501
|
-
* @
|
|
502
|
-
* <p>Retrieves a subset of information about the sensitivity inspection template for an account.</p>
|
|
438
|
+
* @see {@link ListSensitivityInspectionTemplatesCommand}
|
|
503
439
|
*/
|
|
504
440
|
listSensitivityInspectionTemplates(args: ListSensitivityInspectionTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListSensitivityInspectionTemplatesCommandOutput>;
|
|
505
441
|
listSensitivityInspectionTemplates(args: ListSensitivityInspectionTemplatesCommandInput, cb: (err: any, data?: ListSensitivityInspectionTemplatesCommandOutput) => void): void;
|
|
506
442
|
listSensitivityInspectionTemplates(args: ListSensitivityInspectionTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSensitivityInspectionTemplatesCommandOutput) => void): void;
|
|
507
443
|
/**
|
|
508
|
-
* @
|
|
509
|
-
* <p>Retrieves the tags (keys and values) that are associated with an Amazon Macie resource.</p>
|
|
444
|
+
* @see {@link ListTagsForResourceCommand}
|
|
510
445
|
*/
|
|
511
446
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
512
447
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
513
448
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
514
449
|
/**
|
|
515
|
-
* @
|
|
516
|
-
* <p>Creates or updates the configuration settings for storing data classification results.</p>
|
|
450
|
+
* @see {@link PutClassificationExportConfigurationCommand}
|
|
517
451
|
*/
|
|
518
452
|
putClassificationExportConfiguration(args: PutClassificationExportConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutClassificationExportConfigurationCommandOutput>;
|
|
519
453
|
putClassificationExportConfiguration(args: PutClassificationExportConfigurationCommandInput, cb: (err: any, data?: PutClassificationExportConfigurationCommandOutput) => void): void;
|
|
520
454
|
putClassificationExportConfiguration(args: PutClassificationExportConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutClassificationExportConfigurationCommandOutput) => void): void;
|
|
521
455
|
/**
|
|
522
|
-
* @
|
|
523
|
-
* <p>Updates the configuration settings for publishing findings to Security Hub.</p>
|
|
456
|
+
* @see {@link PutFindingsPublicationConfigurationCommand}
|
|
524
457
|
*/
|
|
525
458
|
putFindingsPublicationConfiguration(args: PutFindingsPublicationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutFindingsPublicationConfigurationCommandOutput>;
|
|
526
459
|
putFindingsPublicationConfiguration(args: PutFindingsPublicationConfigurationCommandInput, cb: (err: any, data?: PutFindingsPublicationConfigurationCommandOutput) => void): void;
|
|
527
460
|
putFindingsPublicationConfiguration(args: PutFindingsPublicationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFindingsPublicationConfigurationCommandOutput) => void): void;
|
|
528
461
|
/**
|
|
529
|
-
* @
|
|
530
|
-
* <p>Retrieves (queries) statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes.</p>
|
|
462
|
+
* @see {@link SearchResourcesCommand}
|
|
531
463
|
*/
|
|
532
464
|
searchResources(args: SearchResourcesCommandInput, options?: __HttpHandlerOptions): Promise<SearchResourcesCommandOutput>;
|
|
533
465
|
searchResources(args: SearchResourcesCommandInput, cb: (err: any, data?: SearchResourcesCommandOutput) => void): void;
|
|
534
466
|
searchResources(args: SearchResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchResourcesCommandOutput) => void): void;
|
|
535
467
|
/**
|
|
536
|
-
* @
|
|
537
|
-
* <p>Adds or updates one or more tags (keys and values) that are associated with an Amazon Macie resource.</p>
|
|
468
|
+
* @see {@link TagResourceCommand}
|
|
538
469
|
*/
|
|
539
470
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
540
471
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
541
472
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
542
473
|
/**
|
|
543
|
-
* @
|
|
544
|
-
* <p>Tests a custom data identifier.</p>
|
|
474
|
+
* @see {@link TestCustomDataIdentifierCommand}
|
|
545
475
|
*/
|
|
546
476
|
testCustomDataIdentifier(args: TestCustomDataIdentifierCommandInput, options?: __HttpHandlerOptions): Promise<TestCustomDataIdentifierCommandOutput>;
|
|
547
477
|
testCustomDataIdentifier(args: TestCustomDataIdentifierCommandInput, cb: (err: any, data?: TestCustomDataIdentifierCommandOutput) => void): void;
|
|
548
478
|
testCustomDataIdentifier(args: TestCustomDataIdentifierCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestCustomDataIdentifierCommandOutput) => void): void;
|
|
549
479
|
/**
|
|
550
|
-
* @
|
|
551
|
-
* <p>Removes one or more tags (keys and values) from an Amazon Macie resource.</p>
|
|
480
|
+
* @see {@link UntagResourceCommand}
|
|
552
481
|
*/
|
|
553
482
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
554
483
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
555
484
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
556
485
|
/**
|
|
557
|
-
* @
|
|
558
|
-
* <p>Updates the settings for an allow list.</p>
|
|
486
|
+
* @see {@link UpdateAllowListCommand}
|
|
559
487
|
*/
|
|
560
488
|
updateAllowList(args: UpdateAllowListCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAllowListCommandOutput>;
|
|
561
489
|
updateAllowList(args: UpdateAllowListCommandInput, cb: (err: any, data?: UpdateAllowListCommandOutput) => void): void;
|
|
562
490
|
updateAllowList(args: UpdateAllowListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAllowListCommandOutput) => void): void;
|
|
563
491
|
/**
|
|
564
|
-
* @
|
|
565
|
-
* <p>Enables or disables automated sensitive data discovery for an account.</p>
|
|
492
|
+
* @see {@link UpdateAutomatedDiscoveryConfigurationCommand}
|
|
566
493
|
*/
|
|
567
494
|
updateAutomatedDiscoveryConfiguration(args: UpdateAutomatedDiscoveryConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAutomatedDiscoveryConfigurationCommandOutput>;
|
|
568
495
|
updateAutomatedDiscoveryConfiguration(args: UpdateAutomatedDiscoveryConfigurationCommandInput, cb: (err: any, data?: UpdateAutomatedDiscoveryConfigurationCommandOutput) => void): void;
|
|
569
496
|
updateAutomatedDiscoveryConfiguration(args: UpdateAutomatedDiscoveryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAutomatedDiscoveryConfigurationCommandOutput) => void): void;
|
|
570
497
|
/**
|
|
571
|
-
* @
|
|
572
|
-
* <p>Changes the status of a classification job.</p>
|
|
498
|
+
* @see {@link UpdateClassificationJobCommand}
|
|
573
499
|
*/
|
|
574
500
|
updateClassificationJob(args: UpdateClassificationJobCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClassificationJobCommandOutput>;
|
|
575
501
|
updateClassificationJob(args: UpdateClassificationJobCommandInput, cb: (err: any, data?: UpdateClassificationJobCommandOutput) => void): void;
|
|
576
502
|
updateClassificationJob(args: UpdateClassificationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClassificationJobCommandOutput) => void): void;
|
|
577
503
|
/**
|
|
578
|
-
* @
|
|
579
|
-
* <p>Updates the classification scope settings for an account.</p>
|
|
504
|
+
* @see {@link UpdateClassificationScopeCommand}
|
|
580
505
|
*/
|
|
581
506
|
updateClassificationScope(args: UpdateClassificationScopeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateClassificationScopeCommandOutput>;
|
|
582
507
|
updateClassificationScope(args: UpdateClassificationScopeCommandInput, cb: (err: any, data?: UpdateClassificationScopeCommandOutput) => void): void;
|
|
583
508
|
updateClassificationScope(args: UpdateClassificationScopeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateClassificationScopeCommandOutput) => void): void;
|
|
584
509
|
/**
|
|
585
|
-
* @
|
|
586
|
-
* <p>Updates the criteria and other settings for a findings filter.</p>
|
|
510
|
+
* @see {@link UpdateFindingsFilterCommand}
|
|
587
511
|
*/
|
|
588
512
|
updateFindingsFilter(args: UpdateFindingsFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFindingsFilterCommandOutput>;
|
|
589
513
|
updateFindingsFilter(args: UpdateFindingsFilterCommandInput, cb: (err: any, data?: UpdateFindingsFilterCommandOutput) => void): void;
|
|
590
514
|
updateFindingsFilter(args: UpdateFindingsFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFindingsFilterCommandOutput) => void): void;
|
|
591
515
|
/**
|
|
592
|
-
* @
|
|
593
|
-
* <p>Suspends or re-enables Amazon Macie, or updates the configuration settings for a Macie account.</p>
|
|
516
|
+
* @see {@link UpdateMacieSessionCommand}
|
|
594
517
|
*/
|
|
595
518
|
updateMacieSession(args: UpdateMacieSessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMacieSessionCommandOutput>;
|
|
596
519
|
updateMacieSession(args: UpdateMacieSessionCommandInput, cb: (err: any, data?: UpdateMacieSessionCommandOutput) => void): void;
|
|
597
520
|
updateMacieSession(args: UpdateMacieSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMacieSessionCommandOutput) => void): void;
|
|
598
521
|
/**
|
|
599
|
-
* @
|
|
600
|
-
* <p>Enables an Amazon Macie administrator to suspend or re-enable Macie for a member account.</p>
|
|
522
|
+
* @see {@link UpdateMemberSessionCommand}
|
|
601
523
|
*/
|
|
602
524
|
updateMemberSession(args: UpdateMemberSessionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMemberSessionCommandOutput>;
|
|
603
525
|
updateMemberSession(args: UpdateMemberSessionCommandInput, cb: (err: any, data?: UpdateMemberSessionCommandOutput) => void): void;
|
|
604
526
|
updateMemberSession(args: UpdateMemberSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMemberSessionCommandOutput) => void): void;
|
|
605
527
|
/**
|
|
606
|
-
* @
|
|
607
|
-
* <p>Updates the Amazon Macie configuration settings for an organization in Organizations.</p>
|
|
528
|
+
* @see {@link UpdateOrganizationConfigurationCommand}
|
|
608
529
|
*/
|
|
609
530
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
610
531
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
611
532
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
612
533
|
/**
|
|
613
|
-
* @
|
|
614
|
-
* <p>Updates the sensitivity score for an S3 bucket.</p>
|
|
534
|
+
* @see {@link UpdateResourceProfileCommand}
|
|
615
535
|
*/
|
|
616
536
|
updateResourceProfile(args: UpdateResourceProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceProfileCommandOutput>;
|
|
617
537
|
updateResourceProfile(args: UpdateResourceProfileCommandInput, cb: (err: any, data?: UpdateResourceProfileCommandOutput) => void): void;
|
|
618
538
|
updateResourceProfile(args: UpdateResourceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceProfileCommandOutput) => void): void;
|
|
619
539
|
/**
|
|
620
|
-
* @
|
|
621
|
-
* <p>Updates the sensitivity scoring settings for an S3 bucket.</p>
|
|
540
|
+
* @see {@link UpdateResourceProfileDetectionsCommand}
|
|
622
541
|
*/
|
|
623
542
|
updateResourceProfileDetections(args: UpdateResourceProfileDetectionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceProfileDetectionsCommandOutput>;
|
|
624
543
|
updateResourceProfileDetections(args: UpdateResourceProfileDetectionsCommandInput, cb: (err: any, data?: UpdateResourceProfileDetectionsCommandOutput) => void): void;
|
|
625
544
|
updateResourceProfileDetections(args: UpdateResourceProfileDetectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceProfileDetectionsCommandOutput) => void): void;
|
|
626
545
|
/**
|
|
627
|
-
* @
|
|
628
|
-
* <p>Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings.</p>
|
|
546
|
+
* @see {@link UpdateRevealConfigurationCommand}
|
|
629
547
|
*/
|
|
630
548
|
updateRevealConfiguration(args: UpdateRevealConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRevealConfigurationCommandOutput>;
|
|
631
549
|
updateRevealConfiguration(args: UpdateRevealConfigurationCommandInput, cb: (err: any, data?: UpdateRevealConfigurationCommandOutput) => void): void;
|
|
632
550
|
updateRevealConfiguration(args: UpdateRevealConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRevealConfigurationCommandOutput) => void): void;
|
|
633
551
|
/**
|
|
634
|
-
* @
|
|
635
|
-
* <p>Updates the settings for the sensitivity inspection template for an account.</p>
|
|
552
|
+
* @see {@link UpdateSensitivityInspectionTemplateCommand}
|
|
636
553
|
*/
|
|
637
554
|
updateSensitivityInspectionTemplate(args: UpdateSensitivityInspectionTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSensitivityInspectionTemplateCommandOutput>;
|
|
638
555
|
updateSensitivityInspectionTemplate(args: UpdateSensitivityInspectionTemplateCommandInput, cb: (err: any, data?: UpdateSensitivityInspectionTemplateCommandOutput) => void): void;
|
|
639
556
|
updateSensitivityInspectionTemplate(args: UpdateSensitivityInspectionTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSensitivityInspectionTemplateCommandOutput) => void): void;
|
|
640
557
|
}
|
|
558
|
+
/**
|
|
559
|
+
* @public
|
|
560
|
+
* <p>Amazon Macie</p>
|
|
561
|
+
*/
|
|
562
|
+
export declare class Macie2 extends Macie2Client implements Macie2 {
|
|
563
|
+
}
|