@aws-sdk/client-auditmanager 3.58.0 → 3.61.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.61.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.60.0...v3.61.0) (2022-03-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-auditmanager
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-auditmanager
|
|
@@ -198,20 +198,99 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
198
198
|
deleteControl(args: DeleteControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteControlCommandOutput) => void): void;
|
|
199
199
|
/**
|
|
200
200
|
* <p> Deregisters an account in Audit Manager. </p>
|
|
201
|
+
* <note>
|
|
202
|
+
* <p>When you deregister your account from Audit Manager, your data isn’t deleted. If you want
|
|
203
|
+
* to delete your resource data, you must perform that task separately before you
|
|
204
|
+
* deregister your account. Either, you can do this in the Audit Manager console. Or,
|
|
205
|
+
* you can use one of the delete API operations that are provided by Audit Manager. </p>
|
|
206
|
+
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
|
|
207
|
+
* <ul>
|
|
208
|
+
* <li>
|
|
209
|
+
* <p>
|
|
210
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessment.html">DeleteAssessment</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-assessment.html">Deleting an
|
|
211
|
+
* assessment</a> in the <i>Audit Manager User
|
|
212
|
+
* Guide</i>)</p>
|
|
213
|
+
* </li>
|
|
214
|
+
* <li>
|
|
215
|
+
* <p>
|
|
216
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFramework.html">DeleteAssessmentFramework</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-custom-framework.html">Deleting a
|
|
217
|
+
* custom framework</a> in the <i>Audit Manager User
|
|
218
|
+
* Guide</i>)</p>
|
|
219
|
+
* </li>
|
|
220
|
+
* <li>
|
|
221
|
+
* <p>
|
|
222
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFrameworkShare.html">DeleteAssessmentFrameworkShare</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/deleting-shared-framework-requests.html">Deleting a share request</a> in the <i>Audit Manager User
|
|
223
|
+
* Guide</i>)</p>
|
|
224
|
+
* </li>
|
|
225
|
+
* <li>
|
|
226
|
+
* <p>
|
|
227
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentReport.html">DeleteAssessmentReport</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#delete-assessment-report-steps">Deleting an assessment report</a> in the <i>Audit Manager
|
|
228
|
+
* User Guide</i>)</p>
|
|
229
|
+
* </li>
|
|
230
|
+
* <li>
|
|
231
|
+
* <p>
|
|
232
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteControl.html">DeleteControl</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-controls.html">Deleting a custom
|
|
233
|
+
* control</a> in the <i>Audit Manager User
|
|
234
|
+
* Guide</i>)</p>
|
|
235
|
+
* </li>
|
|
236
|
+
* </ul>
|
|
237
|
+
* <p>At this time, Audit Manager doesn't provide an option to delete evidence. All
|
|
238
|
+
* available delete operations are listed above.</p>
|
|
239
|
+
* </note>
|
|
201
240
|
*/
|
|
202
241
|
deregisterAccount(args: DeregisterAccountCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterAccountCommandOutput>;
|
|
203
242
|
deregisterAccount(args: DeregisterAccountCommandInput, cb: (err: any, data?: DeregisterAccountCommandOutput) => void): void;
|
|
204
243
|
deregisterAccount(args: DeregisterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterAccountCommandOutput) => void): void;
|
|
205
244
|
/**
|
|
206
|
-
* <p>Removes the specified
|
|
207
|
-
*
|
|
245
|
+
* <p>Removes the specified Amazon Web Services account as a delegated administrator for
|
|
246
|
+
* Audit Manager. </p>
|
|
208
247
|
* <important>
|
|
209
248
|
* <p>When you remove a delegated administrator from your Audit Manager settings, you
|
|
210
249
|
* continue to have access to the evidence that you previously collected under that
|
|
211
250
|
* account. This is also the case when you deregister a delegated administrator from
|
|
212
|
-
*
|
|
251
|
+
* Organizations. However, Audit Manager will stop collecting and attaching
|
|
213
252
|
* evidence to that delegated administrator account moving forward.</p>
|
|
214
253
|
* </important>
|
|
254
|
+
* <note>
|
|
255
|
+
* <p>When you deregister a delegated administrator account for Audit Manager, the data for that
|
|
256
|
+
* account isn’t deleted. If you want to delete resource data for a delegated administrator
|
|
257
|
+
* account, you must perform that task separately before you deregister the account.
|
|
258
|
+
* Either, you can do this in the Audit Manager console. Or, you can use one of the
|
|
259
|
+
* delete API operations that are provided by Audit Manager. </p>
|
|
260
|
+
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
|
|
261
|
+
* <ul>
|
|
262
|
+
* <li>
|
|
263
|
+
* <p>
|
|
264
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessment.html">DeleteAssessment</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-assessment.html">Deleting an
|
|
265
|
+
* assessment</a> in the <i>Audit Manager User
|
|
266
|
+
* Guide</i>)</p>
|
|
267
|
+
* </li>
|
|
268
|
+
* <li>
|
|
269
|
+
* <p>
|
|
270
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFramework.html">DeleteAssessmentFramework</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-custom-framework.html">Deleting a
|
|
271
|
+
* custom framework</a> in the <i>Audit Manager User
|
|
272
|
+
* Guide</i>)</p>
|
|
273
|
+
* </li>
|
|
274
|
+
* <li>
|
|
275
|
+
* <p>
|
|
276
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFrameworkShare.html">DeleteAssessmentFrameworkShare</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/deleting-shared-framework-requests.html">Deleting a share request</a> in the <i>Audit Manager User
|
|
277
|
+
* Guide</i>)</p>
|
|
278
|
+
* </li>
|
|
279
|
+
* <li>
|
|
280
|
+
* <p>
|
|
281
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentReport.html">DeleteAssessmentReport</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#delete-assessment-report-steps">Deleting an assessment report</a> in the <i>Audit Manager
|
|
282
|
+
* User Guide</i>)</p>
|
|
283
|
+
* </li>
|
|
284
|
+
* <li>
|
|
285
|
+
* <p>
|
|
286
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteControl.html">DeleteControl</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-controls.html">Deleting a custom
|
|
287
|
+
* control</a> in the <i>Audit Manager User
|
|
288
|
+
* Guide</i>)</p>
|
|
289
|
+
* </li>
|
|
290
|
+
* </ul>
|
|
291
|
+
* <p>At this time, Audit Manager doesn't provide an option to delete evidence. All
|
|
292
|
+
* available delete operations are listed above.</p>
|
|
293
|
+
* </note>
|
|
215
294
|
*/
|
|
216
295
|
deregisterOrganizationAdminAccount(args: DeregisterOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterOrganizationAdminAccountCommandOutput>;
|
|
217
296
|
deregisterOrganizationAdminAccount(args: DeregisterOrganizationAdminAccountCommandInput, cb: (err: any, data?: DeregisterOrganizationAdminAccountCommandOutput) => void): void;
|
|
@@ -8,6 +8,45 @@ export interface DeregisterAccountCommandOutput extends DeregisterAccountRespons
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p> Deregisters an account in Audit Manager. </p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>When you deregister your account from Audit Manager, your data isn’t deleted. If you want
|
|
13
|
+
* to delete your resource data, you must perform that task separately before you
|
|
14
|
+
* deregister your account. Either, you can do this in the Audit Manager console. Or,
|
|
15
|
+
* you can use one of the delete API operations that are provided by Audit Manager. </p>
|
|
16
|
+
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
|
|
17
|
+
* <ul>
|
|
18
|
+
* <li>
|
|
19
|
+
* <p>
|
|
20
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessment.html">DeleteAssessment</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-assessment.html">Deleting an
|
|
21
|
+
* assessment</a> in the <i>Audit Manager User
|
|
22
|
+
* Guide</i>)</p>
|
|
23
|
+
* </li>
|
|
24
|
+
* <li>
|
|
25
|
+
* <p>
|
|
26
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFramework.html">DeleteAssessmentFramework</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-custom-framework.html">Deleting a
|
|
27
|
+
* custom framework</a> in the <i>Audit Manager User
|
|
28
|
+
* Guide</i>)</p>
|
|
29
|
+
* </li>
|
|
30
|
+
* <li>
|
|
31
|
+
* <p>
|
|
32
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFrameworkShare.html">DeleteAssessmentFrameworkShare</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/deleting-shared-framework-requests.html">Deleting a share request</a> in the <i>Audit Manager User
|
|
33
|
+
* Guide</i>)</p>
|
|
34
|
+
* </li>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentReport.html">DeleteAssessmentReport</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#delete-assessment-report-steps">Deleting an assessment report</a> in the <i>Audit Manager
|
|
38
|
+
* User Guide</i>)</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>
|
|
42
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteControl.html">DeleteControl</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-controls.html">Deleting a custom
|
|
43
|
+
* control</a> in the <i>Audit Manager User
|
|
44
|
+
* Guide</i>)</p>
|
|
45
|
+
* </li>
|
|
46
|
+
* </ul>
|
|
47
|
+
* <p>At this time, Audit Manager doesn't provide an option to delete evidence. All
|
|
48
|
+
* available delete operations are listed above.</p>
|
|
49
|
+
* </note>
|
|
11
50
|
* @example
|
|
12
51
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
52
|
* ```javascript
|
|
@@ -7,15 +7,55 @@ export interface DeregisterOrganizationAdminAccountCommandInput extends Deregist
|
|
|
7
7
|
export interface DeregisterOrganizationAdminAccountCommandOutput extends DeregisterOrganizationAdminAccountResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Removes the specified
|
|
11
|
-
*
|
|
10
|
+
* <p>Removes the specified Amazon Web Services account as a delegated administrator for
|
|
11
|
+
* Audit Manager. </p>
|
|
12
12
|
* <important>
|
|
13
13
|
* <p>When you remove a delegated administrator from your Audit Manager settings, you
|
|
14
14
|
* continue to have access to the evidence that you previously collected under that
|
|
15
15
|
* account. This is also the case when you deregister a delegated administrator from
|
|
16
|
-
*
|
|
16
|
+
* Organizations. However, Audit Manager will stop collecting and attaching
|
|
17
17
|
* evidence to that delegated administrator account moving forward.</p>
|
|
18
18
|
* </important>
|
|
19
|
+
* <note>
|
|
20
|
+
* <p>When you deregister a delegated administrator account for Audit Manager, the data for that
|
|
21
|
+
* account isn’t deleted. If you want to delete resource data for a delegated administrator
|
|
22
|
+
* account, you must perform that task separately before you deregister the account.
|
|
23
|
+
* Either, you can do this in the Audit Manager console. Or, you can use one of the
|
|
24
|
+
* delete API operations that are provided by Audit Manager. </p>
|
|
25
|
+
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
|
|
26
|
+
* <ul>
|
|
27
|
+
* <li>
|
|
28
|
+
* <p>
|
|
29
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessment.html">DeleteAssessment</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-assessment.html">Deleting an
|
|
30
|
+
* assessment</a> in the <i>Audit Manager User
|
|
31
|
+
* Guide</i>)</p>
|
|
32
|
+
* </li>
|
|
33
|
+
* <li>
|
|
34
|
+
* <p>
|
|
35
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFramework.html">DeleteAssessmentFramework</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-custom-framework.html">Deleting a
|
|
36
|
+
* custom framework</a> in the <i>Audit Manager User
|
|
37
|
+
* Guide</i>)</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>
|
|
41
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFrameworkShare.html">DeleteAssessmentFrameworkShare</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/deleting-shared-framework-requests.html">Deleting a share request</a> in the <i>Audit Manager User
|
|
42
|
+
* Guide</i>)</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>
|
|
46
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentReport.html">DeleteAssessmentReport</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#delete-assessment-report-steps">Deleting an assessment report</a> in the <i>Audit Manager
|
|
47
|
+
* User Guide</i>)</p>
|
|
48
|
+
* </li>
|
|
49
|
+
* <li>
|
|
50
|
+
* <p>
|
|
51
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteControl.html">DeleteControl</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-controls.html">Deleting a custom
|
|
52
|
+
* control</a> in the <i>Audit Manager User
|
|
53
|
+
* Guide</i>)</p>
|
|
54
|
+
* </li>
|
|
55
|
+
* </ul>
|
|
56
|
+
* <p>At this time, Audit Manager doesn't provide an option to delete evidence. All
|
|
57
|
+
* available delete operations are listed above.</p>
|
|
58
|
+
* </note>
|
|
19
59
|
* @example
|
|
20
60
|
* Use a bare-bones client and the command you need to make an API call.
|
|
21
61
|
* ```javascript
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auditmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.61.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|