Artifact

This page documents function available when using the Artifact module, created with @service Artifact.

Index

Documentation

Main.Artifact.get_reportMethod
get_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_metadataMethod
get_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_reportMethod
get_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_reportsMethod
list_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_settingsMethod
put_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.