View Source aws_auditmanager (aws v1.0.4)

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 continually audit your Amazon Web Services usage. You can use it to assess the effectiveness of your controls, manage risk, and simplify compliance.

Audit Manager provides prebuilt frameworks that structure and automate assessments for a given compliance standard. Frameworks include a prebuilt collection of controls with descriptions and testing procedures. These controls 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 specific requirements.

Use the following links to get started with the Audit Manager API:

  • Actions: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_Operations.html: An alphabetical list of all Audit Manager API operations.

  • Data types: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_Types.html: An alphabetical list of all Audit Manager data types.

  • Common parameters: https://docs.aws.amazon.com/audit-manager/latest/APIReference/CommonParameters.html: Parameters that all operations can use.

  • Common errors: https://docs.aws.amazon.com/audit-manager/latest/APIReference/CommonErrors.html: 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: https://docs.aws.amazon.com/audit-manager/latest/userguide/what-is.html.

Summary

Functions

Associates an evidence folder to an assessment report in an Audit Manager assessment.
Associates a list of evidence to an assessment report in an Audit Manager assessment.
Creates a batch of delegations for an assessment in Audit Manager.
Deletes a batch of delegations for an assessment in Audit Manager.
Disassociates a list of evidence from an assessment report in Audit Manager.

Adds one or more pieces of evidence to a control in an Audit Manager assessment.

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 a share request for a custom framework in Audit Manager.

Deletes an assessment report in Audit Manager.

Deletes a custom control in Audit Manager.

Deregisters an account in Audit Manager.

Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager.

Disassociates an evidence folder from the specified assessment report in Audit Manager.
Gets the registration status of an account in Audit Manager.
Gets information about a specified assessment.
Gets information about a specified framework.
Gets the URL of an assessment report in Audit Manager.
Gets a list of changelogs from Audit Manager.
Gets information about a specified control.
Gets a list of delegations from an audit owner to a delegate.
Gets information about a specified evidence item.
Gets all evidence from a specified evidence folder in Audit Manager.

Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence.

Gets an evidence folder from a specified assessment in Audit Manager.
Gets the evidence folders from a specified assessment in Audit Manager.
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
Gets the latest analytics data for all your current active assessments.
Gets the latest analytics data for a specific active assessment.
Gets the name of the delegated Amazon Web Services administrator account for a specified organization.

Gets a list of all of the Amazon Web Services that you can choose to include in your assessment.

Gets the settings for a specified Amazon Web Services account.

Lists the latest analytics data for controls within a specific control domain and a specific active assessment.

Returns a list of sent or received share requests for custom frameworks in Audit Manager.
Returns a list of the frameworks that are 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.

Lists the latest analytics data for control domains across all of your active assessments.

Lists analytics data for control domains within a specified active assessment.

Lists the latest analytics data for controls within a specific control domain across all active assessments.

Returns a list of controls from Audit Manager.
Returns a list of keywords that are 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 Amazon Web Services account.
Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.

Creates a share request for a custom framework in 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 a share request for 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 account.
Validates the integrity of an assessment report in Audit Manager.

Functions

Link to this function

associate_assessment_report_evidence_folder(Client, AssessmentId, Input)

View Source
Associates an evidence folder to an assessment report in an Audit Manager assessment.
Link to this function

associate_assessment_report_evidence_folder(Client, AssessmentId, Input0, Options0)

View Source
Link to this function

batch_associate_assessment_report_evidence(Client, AssessmentId, Input)

View Source
Associates a list of evidence to an assessment report in an Audit Manager assessment.
Link to this function

batch_associate_assessment_report_evidence(Client, AssessmentId, Input0, Options0)

View Source
Link to this function

batch_create_delegation_by_assessment(Client, AssessmentId, Input)

View Source
Creates a batch of delegations for an assessment in Audit Manager.
Link to this function

batch_create_delegation_by_assessment(Client, AssessmentId, Input0, Options0)

View Source
Link to this function

batch_delete_delegation_by_assessment(Client, AssessmentId, Input)

View Source
Deletes a batch of delegations for an assessment in Audit Manager.
Link to this function

batch_delete_delegation_by_assessment(Client, AssessmentId, Input0, Options0)

View Source
Link to this function

batch_disassociate_assessment_report_evidence(Client, AssessmentId, Input)

View Source
Disassociates a list of evidence from an assessment report in Audit Manager.
Link to this function

batch_disassociate_assessment_report_evidence(Client, AssessmentId, Input0, Options0)

View Source
Link to this function

batch_import_evidence_to_assessment_control(Client, AssessmentId, ControlId, ControlSetId, Input)

View Source

Adds one or more pieces of evidence to a control in an Audit Manager assessment.

You can import manual evidence from any S3 bucket by specifying the S3 URI of the object. You can also upload a file from your browser, or enter plain text in response to a risk assessment question.

The following restrictions apply to this action:

  • manualEvidence can be only one of the following: evidenceFileName, s3ResourcePath, or textResponse

  • Maximum size of an individual evidence file: 100 MB

  • Number of daily manual evidence uploads per control: 100

  • Supported file formats: See Supported file types for manual evidence: https://docs.aws.amazon.com/audit-manager/latest/userguide/upload-evidence.html#supported-manual-evidence-files in the Audit Manager User Guide

For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager: https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html.
Link to this function

batch_import_evidence_to_assessment_control(Client, AssessmentId, ControlId, ControlSetId, Input0, Options0)

View Source
Link to this function

create_assessment(Client, Input)

View Source
Creates an assessment in Audit Manager.
Link to this function

create_assessment(Client, Input0, Options0)

View Source
Link to this function

create_assessment_framework(Client, Input)

View Source
Creates a custom framework in Audit Manager.
Link to this function

create_assessment_framework(Client, Input0, Options0)

View Source
Link to this function

create_assessment_report(Client, AssessmentId, Input)

View Source
Creates an assessment report for the specified assessment.
Link to this function

create_assessment_report(Client, AssessmentId, Input0, Options0)

View Source
Link to this function

create_control(Client, Input)

View Source
Creates a new custom control in Audit Manager.
Link to this function

create_control(Client, Input0, Options0)

View Source
Link to this function

delete_assessment(Client, AssessmentId, Input)

View Source
Deletes an assessment in Audit Manager.
Link to this function

delete_assessment(Client, AssessmentId, Input0, Options0)

View Source
Link to this function

delete_assessment_framework(Client, FrameworkId, Input)

View Source
Deletes a custom framework in Audit Manager.
Link to this function

delete_assessment_framework(Client, FrameworkId, Input0, Options0)

View Source
Link to this function

delete_assessment_framework_share(Client, RequestId, Input)

View Source
Deletes a share request for a custom framework in Audit Manager.
Link to this function

delete_assessment_framework_share(Client, RequestId, Input0, Options0)

View Source
Link to this function

delete_assessment_report(Client, AssessmentId, AssessmentReportId, Input)

View Source

Deletes an assessment report in Audit Manager.

When you run the DeleteAssessmentReport operation, Audit Manager attempts to delete the following data:

  1. The specified assessment report that’s stored in your S3 bucket

  2. The associated metadata that’s stored in Audit Manager

If Audit Manager can’t access the assessment report in your S3 bucket, the report isn’t deleted. In this event, the DeleteAssessmentReport operation doesn’t fail. Instead, it proceeds to delete the associated metadata only. You must then delete the assessment report from the S3 bucket yourself.

This scenario happens when Audit Manager receives a 403 (Forbidden) or 404 (Not Found) error from Amazon S3. To avoid this, make sure that your S3 bucket is available, and that you configured the correct permissions for Audit Manager to delete resources in your S3 bucket. For an example permissions policy that you can use, see Assessment report destination permissions: https://docs.aws.amazon.com/audit-manager/latest/userguide/security_iam_id-based-policy-examples.html#full-administrator-access-assessment-report-destination in the Audit Manager User Guide. For information about the issues that could cause a 403 (Forbidden) or 404 (Not Found) error from Amazon S3, see List of Error Codes: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList in the Amazon Simple Storage Service API Reference.
Link to this function

delete_assessment_report(Client, AssessmentId, AssessmentReportId, Input0, Options0)

View Source
Link to this function

delete_control(Client, ControlId, Input)

View Source

Deletes a custom control in Audit Manager.

When you invoke this operation, the custom control is deleted from any frameworks or assessments that it’s currently part of. As a result, Audit Manager will stop collecting evidence for that custom control in all of your assessments. This includes assessments that you previously created before you deleted the custom control.
Link to this function

delete_control(Client, ControlId, Input0, Options0)

View Source
Link to this function

deregister_account(Client, Input)

View Source

Deregisters an account in Audit Manager.

Before you deregister, you can use the UpdateSettings: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_UpdateSettings.html API operation to set your preferred data retention policy. By default, Audit Manager retains your data. If you want to delete your data, you can use the DeregistrationPolicy attribute to request the deletion of your data.

For more information about data retention, see Data Protection: https://docs.aws.amazon.com/audit-manager/latest/userguide/data-protection.html in the Audit Manager User Guide.
Link to this function

deregister_account(Client, Input0, Options0)

View Source
Link to this function

deregister_organization_admin_account(Client, Input)

View Source

Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager.

When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager stops collecting and attaching evidence to that delegated administrator account moving forward.

Keep in mind the following cleanup task if you use evidence finder:

Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-eds-disable-termination.html.

This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager ignores an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it.

When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager.

To delete your Audit Manager resource data, see the following instructions:

  • DeleteAssessment: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessment.html (see also: Deleting an assessment: https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-assessment.html in the Audit Manager User Guide)

  • DeleteAssessmentFramework: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFramework.html (see also: Deleting a custom framework: https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-custom-framework.html in the Audit Manager User Guide)

  • DeleteAssessmentFrameworkShare: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFrameworkShare.html (see also: Deleting a share request: https://docs.aws.amazon.com/audit-manager/latest/userguide/deleting-shared-framework-requests.html in the Audit Manager User Guide)

  • DeleteAssessmentReport: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentReport.html (see also: Deleting an assessment report: https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#delete-assessment-report-steps in the Audit Manager User Guide)

  • DeleteControl: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteControl.html (see also: Deleting a custom control: https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-controls.html in the Audit Manager User Guide)

At this time, Audit Manager doesn't provide an option to delete evidence for a specific delegated administrator. Instead, when your management account deregisters Audit Manager, we perform a cleanup for the current delegated administrator account at the time of deregistration.
Link to this function

deregister_organization_admin_account(Client, Input0, Options0)

View Source
Link to this function

disassociate_assessment_report_evidence_folder(Client, AssessmentId, Input)

View Source
Disassociates an evidence folder from the specified assessment report in Audit Manager.
Link to this function

disassociate_assessment_report_evidence_folder(Client, AssessmentId, Input0, Options0)

View Source
Link to this function

get_account_status(Client)

View Source
Gets the registration status of an account in Audit Manager.
Link to this function

get_account_status(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_account_status(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_assessment(Client, AssessmentId)

View Source
Gets information about a specified assessment.
Link to this function

get_assessment(Client, AssessmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_assessment(Client, AssessmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_assessment_framework(Client, FrameworkId)

View Source
Gets information about a specified framework.
Link to this function

get_assessment_framework(Client, FrameworkId, QueryMap, HeadersMap)

View Source
Link to this function

get_assessment_framework(Client, FrameworkId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_assessment_report_url(Client, AssessmentId, AssessmentReportId)

View Source
Gets the URL of an assessment report in Audit Manager.
Link to this function

get_assessment_report_url(Client, AssessmentId, AssessmentReportId, QueryMap, HeadersMap)

View Source
Link to this function

get_assessment_report_url(Client, AssessmentId, AssessmentReportId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_change_logs(Client, AssessmentId)

View Source
Gets a list of changelogs from Audit Manager.
Link to this function

get_change_logs(Client, AssessmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_change_logs(Client, AssessmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_control(Client, ControlId)

View Source
Gets information about a specified control.
Link to this function

get_control(Client, ControlId, QueryMap, HeadersMap)

View Source
Link to this function

get_control(Client, ControlId, QueryMap, HeadersMap, Options0)

View Source
Gets a list of delegations from an audit owner to a delegate.
Link to this function

get_delegations(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_delegations(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_evidence(Client, AssessmentId, ControlSetId, EvidenceFolderId, EvidenceId)

View Source
Gets information about a specified evidence item.
Link to this function

get_evidence(Client, AssessmentId, ControlSetId, EvidenceFolderId, EvidenceId, QueryMap, HeadersMap)

View Source
Link to this function

get_evidence(Client, AssessmentId, ControlSetId, EvidenceFolderId, EvidenceId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_evidence_by_evidence_folder(Client, AssessmentId, ControlSetId, EvidenceFolderId)

View Source
Gets all evidence from a specified evidence folder in Audit Manager.
Link to this function

get_evidence_by_evidence_folder(Client, AssessmentId, ControlSetId, EvidenceFolderId, QueryMap, HeadersMap)

View Source
Link to this function

get_evidence_by_evidence_folder(Client, AssessmentId, ControlSetId, EvidenceFolderId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_evidence_file_upload_url(Client, FileName)

View Source

Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence.

For instructions on how to use this operation, see Upload a file from your browser : https://docs.aws.amazon.com/audit-manager/latest/userguide/upload-evidence.html#how-to-upload-manual-evidence-files in the Audit Manager User Guide.

The following restrictions apply to this operation:

  • Maximum size of an individual evidence file: 100 MB

  • Number of daily manual evidence uploads per control: 100

  • Supported file formats: See Supported file types for manual evidence: https://docs.aws.amazon.com/audit-manager/latest/userguide/upload-evidence.html#supported-manual-evidence-files in the Audit Manager User Guide

For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager: https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html.
Link to this function

get_evidence_file_upload_url(Client, FileName, QueryMap, HeadersMap)

View Source
Link to this function

get_evidence_file_upload_url(Client, FileName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_evidence_folder(Client, AssessmentId, ControlSetId, EvidenceFolderId)

View Source
Gets an evidence folder from a specified assessment in Audit Manager.
Link to this function

get_evidence_folder(Client, AssessmentId, ControlSetId, EvidenceFolderId, QueryMap, HeadersMap)

View Source
Link to this function

get_evidence_folder(Client, AssessmentId, ControlSetId, EvidenceFolderId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_evidence_folders_by_assessment(Client, AssessmentId)

View Source
Gets the evidence folders from a specified assessment in Audit Manager.
Link to this function

get_evidence_folders_by_assessment(Client, AssessmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_evidence_folders_by_assessment(Client, AssessmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_evidence_folders_by_assessment_control(Client, AssessmentId, ControlId, ControlSetId)

View Source
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
Link to this function

get_evidence_folders_by_assessment_control(Client, AssessmentId, ControlId, ControlSetId, QueryMap, HeadersMap)

View Source
Link to this function

get_evidence_folders_by_assessment_control(Client, AssessmentId, ControlId, ControlSetId, QueryMap, HeadersMap, Options0)

View Source
Gets the latest analytics data for all your current active assessments.
Link to this function

get_insights(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_insights(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_insights_by_assessment(Client, AssessmentId)

View Source
Gets the latest analytics data for a specific active assessment.
Link to this function

get_insights_by_assessment(Client, AssessmentId, QueryMap, HeadersMap)

View Source
Link to this function

get_insights_by_assessment(Client, AssessmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_organization_admin_account(Client)

View Source
Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
Link to this function

get_organization_admin_account(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_organization_admin_account(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_services_in_scope(Client)

View Source

Gets a list of all of the Amazon Web Services that you can choose to include in your assessment.

When you create an assessment: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_CreateAssessment.html, specify which of these services you want to include to narrow the assessment's scope: https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_Scope.html.
Link to this function

get_services_in_scope(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_services_in_scope(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_settings(Client, Attribute)

View Source
Gets the settings for a specified Amazon Web Services account.
Link to this function

get_settings(Client, Attribute, QueryMap, HeadersMap)

View Source
Link to this function

get_settings(Client, Attribute, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_assessment_control_insights_by_control_domain(Client, AssessmentId, ControlDomainId)

View Source

Lists the latest analytics data for controls within a specific control domain and a specific active assessment.

Control insights are listed only if the control belongs to the control domain and assessment that was specified. Moreover, the control must have collected evidence on the lastUpdated date of controlInsightsByAssessment. If neither of these conditions are met, no data is listed for that control.
Link to this function

list_assessment_control_insights_by_control_domain(Client, AssessmentId, ControlDomainId, QueryMap, HeadersMap)

View Source
Link to this function

list_assessment_control_insights_by_control_domain(Client, AssessmentId, ControlDomainId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_assessment_framework_share_requests(Client, RequestType)

View Source
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
Link to this function

list_assessment_framework_share_requests(Client, RequestType, QueryMap, HeadersMap)

View Source
Link to this function

list_assessment_framework_share_requests(Client, RequestType, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_assessment_frameworks(Client, FrameworkType)

View Source
Returns a list of the frameworks that are available in the Audit Manager framework library.
Link to this function

list_assessment_frameworks(Client, FrameworkType, QueryMap, HeadersMap)

View Source
Link to this function

list_assessment_frameworks(Client, FrameworkType, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_assessment_reports(Client)

View Source
Returns a list of assessment reports created in Audit Manager.
Link to this function

list_assessment_reports(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_assessment_reports(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_assessments(Client)

View Source
Returns a list of current and past assessments from Audit Manager.
Link to this function

list_assessments(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_assessments(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_control_domain_insights(Client)

View Source

Lists the latest analytics data for control domains across all of your active assessments.

A control domain is listed only if at least one of the controls within that domain collected evidence on the lastUpdated date of controlDomainInsights. If this condition isn’t met, no data is listed for that control domain.
Link to this function

list_control_domain_insights(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_control_domain_insights(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_control_domain_insights_by_assessment(Client, AssessmentId)

View Source

Lists analytics data for control domains within a specified active assessment.

A control domain is listed only if at least one of the controls within that domain collected evidence on the lastUpdated date of controlDomainInsights. If this condition isn’t met, no data is listed for that domain.
Link to this function

list_control_domain_insights_by_assessment(Client, AssessmentId, QueryMap, HeadersMap)

View Source
Link to this function

list_control_domain_insights_by_assessment(Client, AssessmentId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_control_insights_by_control_domain(Client, ControlDomainId)

View Source

Lists the latest analytics data for controls within a specific control domain across all active assessments.

Control insights are listed only if the control belongs to the control domain that was specified and the control collected evidence on the lastUpdated date of controlInsightsMetadata. If neither of these conditions are met, no data is listed for that control.
Link to this function

list_control_insights_by_control_domain(Client, ControlDomainId, QueryMap, HeadersMap)

View Source
Link to this function

list_control_insights_by_control_domain(Client, ControlDomainId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_controls(Client, ControlType)

View Source
Returns a list of controls from Audit Manager.
Link to this function

list_controls(Client, ControlType, QueryMap, HeadersMap)

View Source
Link to this function

list_controls(Client, ControlType, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_keywords_for_data_source(Client, Source)

View Source
Returns a list of keywords that are pre-mapped to the specified control data source.
Link to this function

list_keywords_for_data_source(Client, Source, QueryMap, HeadersMap)

View Source
Link to this function

list_keywords_for_data_source(Client, Source, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_notifications(Client)

View Source
Returns a list of all Audit Manager notifications.
Link to this function

list_notifications(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_notifications(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Returns a list of tags for the specified resource in Audit Manager.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

register_account(Client, Input)

View Source
Enables Audit Manager for the specified Amazon Web Services account.
Link to this function

register_account(Client, Input0, Options0)

View Source
Link to this function

register_organization_admin_account(Client, Input)

View Source
Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
Link to this function

register_organization_admin_account(Client, Input0, Options0)

View Source
Link to this function

start_assessment_framework_share(Client, FrameworkId, Input)

View Source

Creates a share request for a custom framework in Audit Manager.

The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires.

When you create a share request, Audit Manager stores a snapshot of your custom framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region.

Audit Manager deletes the snapshot and the backup snapshot when one of the following events occurs:

  • The sender revokes the share request.

  • The recipient declines the share request.

  • The recipient encounters an error and doesn't successfully accept the share request.

  • The share request expires before the recipient responds to the request.

When a sender resends a share request: https://docs.aws.amazon.com/audit-manager/latest/userguide/framework-sharing.html#framework-sharing-resend, the snapshot is replaced with an updated version that corresponds with the latest version of the custom framework.

When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share request.

When you invoke the StartAssessmentFrameworkShare API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see Framework sharing eligibility: https://docs.aws.amazon.com/audit-manager/latest/userguide/share-custom-framework-concepts-and-terminology.html#eligibility in the Audit Manager User Guide.
Link to this function

start_assessment_framework_share(Client, FrameworkId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Tags the specified resource in Audit Manager.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes a tag from a resource in Audit Manager.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_assessment(Client, AssessmentId, Input)

View Source
Edits an Audit Manager assessment.
Link to this function

update_assessment(Client, AssessmentId, Input0, Options0)

View Source
Link to this function

update_assessment_control(Client, AssessmentId, ControlId, ControlSetId, Input)

View Source
Updates a control within an assessment in Audit Manager.
Link to this function

update_assessment_control(Client, AssessmentId, ControlId, ControlSetId, Input0, Options0)

View Source
Link to this function

update_assessment_control_set_status(Client, AssessmentId, ControlSetId, Input)

View Source
Updates the status of a control set in an Audit Manager assessment.
Link to this function

update_assessment_control_set_status(Client, AssessmentId, ControlSetId, Input0, Options0)

View Source
Link to this function

update_assessment_framework(Client, FrameworkId, Input)

View Source
Updates a custom framework in Audit Manager.
Link to this function

update_assessment_framework(Client, FrameworkId, Input0, Options0)

View Source
Link to this function

update_assessment_framework_share(Client, RequestId, Input)

View Source
Updates a share request for a custom framework in Audit Manager.
Link to this function

update_assessment_framework_share(Client, RequestId, Input0, Options0)

View Source
Link to this function

update_assessment_status(Client, AssessmentId, Input)

View Source
Updates the status of an assessment in Audit Manager.
Link to this function

update_assessment_status(Client, AssessmentId, Input0, Options0)

View Source
Link to this function

update_control(Client, ControlId, Input)

View Source
Updates a custom control in Audit Manager.
Link to this function

update_control(Client, ControlId, Input0, Options0)

View Source
Link to this function

update_settings(Client, Input)

View Source
Updates Audit Manager settings for the current account.
Link to this function

update_settings(Client, Input0, Options0)

View Source
Link to this function

validate_assessment_report_integrity(Client, Input)

View Source
Validates the integrity of an assessment report in Audit Manager.
Link to this function

validate_assessment_report_integrity(Client, Input0, Options0)

View Source