AWS.AuditManager (aws-elixir v0.8.0) View Source
Welcome to the Audit Manager API reference.
This guide is for developers who need detailed information about the Audit Manager API operations, data types, and errors.
Audit Manager is a service that provides automated evidence collection so that you can continuously audit your Amazon Web Services usage, and assess the effectiveness of your controls to better manage risk and simplify compliance.
Audit Manager provides pre-built frameworks that structure and automate assessments for a given compliance standard. Frameworks include a pre-built collection of controls with descriptions and testing procedures, which are grouped according to the requirements of the specified compliance standard or regulation. You can also customize frameworks and controls to support internal audits with unique requirements.
Use the following links to get started with the Audit Manager API:
* Actions: An alphabetical list of all Audit Manager API operations.
Data types: An alphabetical list of all Audit Manager data types.
Common parameters: Parameters that all Query operations can use.
Common errors: Client and server errors that all operations can return.
If you're new to Audit Manager, we recommend that you review the Audit Manager User Guide.
Link to this section Summary
Functions
Associates an evidence folder to the specified assessment report in Audit Manager.
Associates a list of evidence to an assessment report in an Audit Manager assessment.
Create a batch of delegations for a specified assessment in Audit Manager.
Deletes the delegations in the specified Audit Manager assessment.
Disassociates a list of evidence from the specified assessment report in Audit Manager.
Uploads one or more pieces of evidence to the specified control in the assessment in Audit Manager.
Creates an assessment in Audit Manager.
Creates a custom framework in Audit Manager.
Creates an assessment report for the specified assessment.
Creates a new custom control in Audit Manager.
Deletes an assessment in Audit Manager.
Deletes a custom framework in Audit Manager.
Deletes an assessment report from an assessment in Audit Manager.
Deletes a custom control in Audit Manager.
Deregisters an account in Audit Manager.
Removes the specified member account as a delegated administrator for Audit Manager.
Disassociates an evidence folder from the specified assessment report in Audit Manager.
Returns the registration status of an account in Audit Manager.
Returns an assessment from Audit Manager.
Returns a framework from Audit Manager.
Returns the URL of a specified assessment report in Audit Manager.
Returns a list of changelogs from Audit Manager.
Returns a control from Audit Manager.
Returns a list of delegations from an audit owner to a delegate.
Returns evidence from Audit Manager.
Returns all evidence from a specified evidence folder in Audit Manager.
Returns an evidence folder from the specified assessment in Audit Manager.
Returns the evidence folders from a specified assessment in Audit Manager.
Returns a list of evidence folders associated with a specified control of an assessment in Audit Manager.
Returns the name of the delegated Amazon Web Services administrator account for the organization.
Returns a list of the in-scope Amazon Web Services services for the specified assessment.
Returns the settings for the specified account.
Returns a list of the frameworks available in the Audit Manager framework library.
Returns a list of assessment reports created in Audit Manager.
Returns a list of current and past assessments from Audit Manager.
Returns a list of controls from Audit Manager.
Returns a list of keywords that pre-mapped to the specified control data source.
Returns a list of all Audit Manager notifications.
Returns a list of tags for the specified resource in Audit Manager.
Enables Audit Manager for the specified account.
Enables an account within the organization as the delegated administrator for Audit Manager.
Tags the specified resource in Audit Manager.
Removes a tag from a resource in Audit Manager.
Edits an Audit Manager assessment.
Updates a control within an assessment in Audit Manager.
Updates the status of a control set in an Audit Manager assessment.
Updates a custom framework in Audit Manager.
Updates the status of an assessment in Audit Manager.
Updates a custom control in Audit Manager.
Updates Audit Manager settings for the current user account.
Validates the integrity of an assessment report in Audit Manager.
Link to this section Functions
associate_assessment_report_evidence_folder(client, assessment_id, input, options \\ [])
View SourceAssociates an evidence folder to the specified assessment report in Audit Manager.
batch_associate_assessment_report_evidence(client, assessment_id, input, options \\ [])
View SourceAssociates a list of evidence to an assessment report in an Audit Manager assessment.
batch_create_delegation_by_assessment(client, assessment_id, input, options \\ [])
View SourceCreate a batch of delegations for a specified assessment in Audit Manager.
batch_delete_delegation_by_assessment(client, assessment_id, input, options \\ [])
View SourceDeletes the delegations in the specified Audit Manager assessment.
batch_disassociate_assessment_report_evidence(client, assessment_id, input, options \\ [])
View SourceDisassociates a list of evidence from the specified assessment report in Audit Manager.
batch_import_evidence_to_assessment_control(client, assessment_id, control_id, control_set_id, input, options \\ [])
View SourceUploads one or more pieces of evidence to the specified control in the assessment in Audit Manager.
Creates an assessment in Audit Manager.
Creates a custom framework in Audit Manager.
create_assessment_report(client, assessment_id, input, options \\ [])
View SourceCreates an assessment report for the specified assessment.
Creates a new custom control in Audit Manager.
Deletes an assessment in Audit Manager.
delete_assessment_framework(client, framework_id, input, options \\ [])
View SourceDeletes a custom framework in Audit Manager.
delete_assessment_report(client, assessment_id, assessment_report_id, input, options \\ [])
View SourceDeletes an assessment report from an assessment in Audit Manager.
Deletes a custom control in Audit Manager.
Deregisters an account in Audit Manager.
deregister_organization_admin_account(client, input, options \\ [])
View SourceRemoves the specified member account as a delegated administrator for Audit Manager.
When you remove a delegated administrator from your Audit Manager settings, or when you deregister a delegated administrator from Organizations, you continue to have access to the evidence that you previously collected under that account. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
disassociate_assessment_report_evidence_folder(client, assessment_id, input, options \\ [])
View SourceDisassociates an evidence folder from the specified assessment report in Audit Manager.
Returns the registration status of an account in Audit Manager.
Returns an assessment from Audit Manager.
Returns a framework from Audit Manager.
get_assessment_report_url(client, assessment_id, assessment_report_id, options \\ [])
View SourceReturns the URL of a specified assessment report in Audit Manager.
get_change_logs(client, assessment_id, control_id \\ nil, control_set_id \\ nil, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of changelogs from Audit Manager.
Returns a control from Audit Manager.
get_delegations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of delegations from an audit owner to a delegate.
get_evidence(client, assessment_id, control_set_id, evidence_folder_id, evidence_id, options \\ [])
View SourceReturns evidence from Audit Manager.
get_evidence_by_evidence_folder(client, assessment_id, control_set_id, evidence_folder_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns all evidence from a specified evidence folder in Audit Manager.
get_evidence_folder(client, assessment_id, control_set_id, evidence_folder_id, options \\ [])
View SourceReturns an evidence folder from the specified assessment in Audit Manager.
get_evidence_folders_by_assessment(client, assessment_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns the evidence folders from a specified assessment in Audit Manager.
get_evidence_folders_by_assessment_control(client, assessment_id, control_id, control_set_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of evidence folders associated with a specified control of an assessment in Audit Manager.
Returns the name of the delegated Amazon Web Services administrator account for the organization.
Returns a list of the in-scope Amazon Web Services services for the specified assessment.
Returns the settings for the specified account.
list_assessment_frameworks(client, framework_type, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of the frameworks available in the Audit Manager framework library.
list_assessment_reports(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of assessment reports created in Audit Manager.
list_assessments(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of current and past assessments from Audit Manager.
list_controls(client, control_type, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of controls from Audit Manager.
list_keywords_for_data_source(client, max_results \\ nil, next_token \\ nil, source, options \\ [])
View SourceReturns a list of keywords that pre-mapped to the specified control data source.
list_notifications(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of all Audit Manager notifications.
Returns a list of tags for the specified resource in Audit Manager.
Enables Audit Manager for the specified account.
Enables an account within the organization as the delegated administrator for Audit Manager.
Tags the specified resource in Audit Manager.
Removes a tag from a resource in Audit Manager.
Edits an Audit Manager assessment.
update_assessment_control(client, assessment_id, control_id, control_set_id, input, options \\ [])
View SourceUpdates a control within an assessment in Audit Manager.
update_assessment_control_set_status(client, assessment_id, control_set_id, input, options \\ [])
View SourceUpdates the status of a control set in an Audit Manager assessment.
update_assessment_framework(client, framework_id, input, options \\ [])
View SourceUpdates a custom framework in Audit Manager.
update_assessment_status(client, assessment_id, input, options \\ [])
View SourceUpdates the status of an assessment in Audit Manager.
Updates a custom control in Audit Manager.
Updates Audit Manager settings for the current user account.
validate_assessment_report_integrity(client, input, options \\ [])
View SourceValidates the integrity of an assessment report in Audit Manager.