View Source AWS.Artifact (aws-elixir v1.0.14)

This reference provides descriptions of the low-level AWS Artifact Service API.

Link to this section Summary

Functions

Export a compliance inquiry report.

Get the account settings for Artifact.

Get the metadata for a single compliance inquiry.

Get the Term content associated with a single report.

List active customer-agreements applicable to calling identity.

Put the account settings for Artifact.

Link to this section Functions

Link to this function

create_compliance_inquiry(client, input, options \\ [])

View Source

Create a new compliance inquiry.

Link to this function

export_compliance_inquiry(client, input, options \\ [])

View Source

Export a compliance inquiry report.

Link to this function

get_account_settings(client, options \\ [])

View Source

Get the account settings for Artifact.

Link to this function

get_compliance_inquiry_metadata(client, compliance_inquiry_id, options \\ [])

View Source

Get the metadata for a single compliance inquiry.

Link to this function

get_report(client, report_id, report_version \\ nil, term_token, options \\ [])

View Source

Get the content for a single report.

Link to this function

get_report_metadata(client, report_id, report_version \\ nil, options \\ [])

View Source

Get the metadata for a single report.

Link to this function

get_term_for_report(client, report_id, report_version \\ nil, options \\ [])

View Source

Get the Term content associated with a single report.

Link to this function

list_compliance_inquiries(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

List available compliance inquiries.

Link to this function

list_compliance_inquiry_queries(client, compliance_inquiry_id, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

List queries within a compliance inquiry.

Link to this function

list_customer_agreements(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

List active customer-agreements applicable to calling identity.

Link to this function

list_report_versions(client, max_results \\ nil, next_token \\ nil, report_id, options \\ [])

View Source

List available report versions for a given report.

Link to this function

list_reports(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

List available reports.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

List tags for a resource.

Link to this function

put_account_settings(client, input, options \\ [])

View Source

Put the account settings for Artifact.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Add tags to a resource.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Remove tags from a resource.