You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(client-auditmanager): This release adds documentation updates for Audit Manager. The updates provide data deletion guidance when a customer deregisters Audit Manager or deregisters a delegated administrator.
Copy file name to clipboardExpand all lines: clients/client-auditmanager/src/AuditManager.ts
+82-3Lines changed: 82 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -822,6 +822,45 @@ export class AuditManager extends AuditManagerClient {
822
822
823
823
/**
824
824
* <p> Deregisters an account in Audit Manager. </p>
825
+
* <note>
826
+
* <p>When you deregister your account from Audit Manager, your data isn’t deleted. If you want
827
+
* to delete your resource data, you must perform that task separately before you
828
+
* deregister your account. Either, you can do this in the Audit Manager console. Or,
829
+
* you can use one of the delete API operations that are provided by Audit Manager. </p>
830
+
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
831
+
* <ul>
832
+
* <li>
833
+
* <p>
834
+
* <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
835
+
* assessment</a> in the <i>Audit Manager User
836
+
* Guide</i>)</p>
837
+
* </li>
838
+
* <li>
839
+
* <p>
840
+
* <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
841
+
* custom framework</a> in the <i>Audit Manager User
842
+
* Guide</i>)</p>
843
+
* </li>
844
+
* <li>
845
+
* <p>
846
+
* <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
847
+
* Guide</i>)</p>
848
+
* </li>
849
+
* <li>
850
+
* <p>
851
+
* <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
852
+
* User Guide</i>)</p>
853
+
* </li>
854
+
* <li>
855
+
* <p>
856
+
* <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
857
+
* control</a> in the <i>Audit Manager User
858
+
* Guide</i>)</p>
859
+
* </li>
860
+
* </ul>
861
+
* <p>At this time, Audit Manager doesn't provide an option to delete evidence. All
862
+
* available delete operations are listed above.</p>
863
+
* </note>
825
864
*/
826
865
publicderegisterAccount(
827
866
args: DeregisterAccountCommandInput,
@@ -853,15 +892,55 @@ export class AuditManager extends AuditManagerClient {
853
892
}
854
893
855
894
/**
856
-
* <p>Removes the specified member Amazon Web Services account as a delegated administrator for
857
-
* Audit Manager. </p>
895
+
* <p>Removes the specified Amazon Web Services account as a delegated administrator for
896
+
* Audit Manager. </p>
858
897
* <important>
859
898
* <p>When you remove a delegated administrator from your Audit Manager settings, you
860
899
* continue to have access to the evidence that you previously collected under that
861
900
* account. This is also the case when you deregister a delegated administrator from
862
-
* Audit Manager. However, Audit Manager will stop collecting and attaching
901
+
* Organizations. However, Audit Manager will stop collecting and attaching
863
902
* evidence to that delegated administrator account moving forward.</p>
864
903
* </important>
904
+
* <note>
905
+
* <p>When you deregister a delegated administrator account for Audit Manager, the data for that
906
+
* account isn’t deleted. If you want to delete resource data for a delegated administrator
907
+
* account, you must perform that task separately before you deregister the account.
908
+
* Either, you can do this in the Audit Manager console. Or, you can use one of the
909
+
* delete API operations that are provided by Audit Manager. </p>
910
+
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
911
+
* <ul>
912
+
* <li>
913
+
* <p>
914
+
* <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
915
+
* assessment</a> in the <i>Audit Manager User
916
+
* Guide</i>)</p>
917
+
* </li>
918
+
* <li>
919
+
* <p>
920
+
* <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
921
+
* custom framework</a> in the <i>Audit Manager User
922
+
* Guide</i>)</p>
923
+
* </li>
924
+
* <li>
925
+
* <p>
926
+
* <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
927
+
* Guide</i>)</p>
928
+
* </li>
929
+
* <li>
930
+
* <p>
931
+
* <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
932
+
* User Guide</i>)</p>
933
+
* </li>
934
+
* <li>
935
+
* <p>
936
+
* <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
937
+
* control</a> in the <i>Audit Manager User
938
+
* Guide</i>)</p>
939
+
* </li>
940
+
* </ul>
941
+
* <p>At this time, Audit Manager doesn't provide an option to delete evidence. All
942
+
* available delete operations are listed above.</p>
* <p> Deregisters an account in Audit Manager. </p>
26
+
* <note>
27
+
* <p>When you deregister your account from Audit Manager, your data isn’t deleted. If you want
28
+
* to delete your resource data, you must perform that task separately before you
29
+
* deregister your account. Either, you can do this in the Audit Manager console. Or,
30
+
* you can use one of the delete API operations that are provided by Audit Manager. </p>
31
+
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
32
+
* <ul>
33
+
* <li>
34
+
* <p>
35
+
* <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
36
+
* assessment</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_DeleteAssessmentFramework.html">DeleteAssessmentFramework</a> (see also: <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-custom-framework.html">Deleting a
42
+
* custom framework</a> in the <i>Audit Manager User
43
+
* Guide</i>)</p>
44
+
* </li>
45
+
* <li>
46
+
* <p>
47
+
* <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
48
+
* Guide</i>)</p>
49
+
* </li>
50
+
* <li>
51
+
* <p>
52
+
* <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
53
+
* User Guide</i>)</p>
54
+
* </li>
55
+
* <li>
56
+
* <p>
57
+
* <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
58
+
* control</a> in the <i>Audit Manager User
59
+
* Guide</i>)</p>
60
+
* </li>
61
+
* </ul>
62
+
* <p>At this time, Audit Manager doesn't provide an option to delete evidence. All
63
+
* available delete operations are listed above.</p>
64
+
* </note>
26
65
* @example
27
66
* Use a bare-bones client and the command you need to make an API call.
* <p>Removes the specified member Amazon Web Services account as a delegated administrator for
31
-
* Audit Manager. </p>
30
+
* <p>Removes the specified Amazon Web Services account as a delegated administrator for
31
+
* Audit Manager. </p>
32
32
* <important>
33
33
* <p>When you remove a delegated administrator from your Audit Manager settings, you
34
34
* continue to have access to the evidence that you previously collected under that
35
35
* account. This is also the case when you deregister a delegated administrator from
36
-
* Audit Manager. However, Audit Manager will stop collecting and attaching
36
+
* Organizations. However, Audit Manager will stop collecting and attaching
37
37
* evidence to that delegated administrator account moving forward.</p>
38
38
* </important>
39
+
* <note>
40
+
* <p>When you deregister a delegated administrator account for Audit Manager, the data for that
41
+
* account isn’t deleted. If you want to delete resource data for a delegated administrator
42
+
* account, you must perform that task separately before you deregister the account.
43
+
* Either, you can do this in the Audit Manager console. Or, you can use one of the
44
+
* delete API operations that are provided by Audit Manager. </p>
45
+
* <p>To delete your Audit Manager resource data, see the following instructions: </p>
46
+
* <ul>
47
+
* <li>
48
+
* <p>
49
+
* <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
50
+
* assessment</a> in the <i>Audit Manager User
51
+
* Guide</i>)</p>
52
+
* </li>
53
+
* <li>
54
+
* <p>
55
+
* <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
56
+
* custom framework</a> in the <i>Audit Manager User
57
+
* Guide</i>)</p>
58
+
* </li>
59
+
* <li>
60
+
* <p>
61
+
* <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
62
+
* Guide</i>)</p>
63
+
* </li>
64
+
* <li>
65
+
* <p>
66
+
* <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
67
+
* User Guide</i>)</p>
68
+
* </li>
69
+
* <li>
70
+
* <p>
71
+
* <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
72
+
* control</a> in the <i>Audit Manager User
73
+
* Guide</i>)</p>
74
+
* </li>
75
+
* </ul>
76
+
* <p>At this time, Audit Manager doesn't provide an option to delete evidence. All
77
+
* available delete operations are listed above.</p>
78
+
* </note>
39
79
* @example
40
80
* Use a bare-bones client and the command you need to make an API call.
0 commit comments