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
Create a new compliance inquiry.
Export a compliance inquiry report.
Get the account settings for Artifact.
Get the metadata for a single compliance inquiry.
Get the content for a single report.
Get the metadata for a single report.
Get the Term content associated with a single report.
List available compliance inquiries.
List queries within a compliance inquiry.
List active customer-agreements applicable to calling identity.
List available report versions for a given report.
List available reports.
List tags for a resource.
Put the account settings for Artifact.
Add tags to a resource.
Remove tags from a resource.
Link to this section Functions
Create a new compliance inquiry.
Export a compliance inquiry report.
Get the account settings for Artifact.
get_compliance_inquiry_metadata(client, compliance_inquiry_id, options \\ [])
View SourceGet the metadata for a single compliance inquiry.
get_report(client, report_id, report_version \\ nil, term_token, options \\ [])
View SourceGet the content for a single report.
get_report_metadata(client, report_id, report_version \\ nil, options \\ [])
View SourceGet the metadata for a single report.
get_term_for_report(client, report_id, report_version \\ nil, options \\ [])
View SourceGet the Term content associated with a single report.
list_compliance_inquiries(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList available compliance inquiries.
list_compliance_inquiry_queries(client, compliance_inquiry_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList queries within a compliance inquiry.
list_customer_agreements(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList active customer-agreements applicable to calling identity.
list_report_versions(client, max_results \\ nil, next_token \\ nil, report_id, options \\ [])
View SourceList available report versions for a given report.
list_reports(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceList available reports.
List tags for a resource.
Put the account settings for Artifact.
Add tags to a resource.
Remove tags from a resource.