Artifact
This page documents function available when using the Artifact
module, created with @service Artifact
.
Index
Main.Artifact.get_account_settings
Main.Artifact.get_report
Main.Artifact.get_report_metadata
Main.Artifact.get_term_for_report
Main.Artifact.list_reports
Main.Artifact.put_account_settings
Documentation
Main.Artifact.get_account_settings
— Methodget_account_settings()
get_account_settings(params::Dict{String,<:Any})
Get the account settings for Artifact.
Main.Artifact.get_report
— Methodget_report(report_id, term_token)
get_report(report_id, term_token, params::Dict{String,<:Any})
Get the content for a single report.
Arguments
report_id
: Unique resource ID for the report resource.term_token
: Unique download token provided by GetTermForReport API.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"reportVersion"
: Version for the report resource.
Main.Artifact.get_report_metadata
— Methodget_report_metadata(report_id)
get_report_metadata(report_id, params::Dict{String,<:Any})
Get the metadata for a single report.
Arguments
report_id
: Unique resource ID for the report resource.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"reportVersion"
: Version for the report resource.
Main.Artifact.get_term_for_report
— Methodget_term_for_report(report_id)
get_term_for_report(report_id, params::Dict{String,<:Any})
Get the Term content associated with a single report.
Arguments
report_id
: Unique resource ID for the report resource.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"reportVersion"
: Version for the report resource.
Main.Artifact.list_reports
— Methodlist_reports()
list_reports(params::Dict{String,<:Any})
List available reports.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: Maximum number of resources to return in the paginated response."nextToken"
: Pagination token to request the next page of resources.
Main.Artifact.put_account_settings
— Methodput_account_settings()
put_account_settings(params::Dict{String,<:Any})
Put the account settings for Artifact.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"notificationSubscriptionStatus"
: Desired notification subscription status.