Artifact
import { Artifact } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/artifact.ts?docs=full";class Artifact { }
constructor(apiFactory: client.ApiFactory);
async getReport(params: GetReportRequest, opts?: client.RequestOptions): Promise<GetReportResponse>;
async getReportMetadata(params: GetReportMetadataRequest, opts?: client.RequestOptions): Promise<GetReportMetadataResponse>;
async getTermForReport(params: GetTermForReportRequest, opts?: client.RequestOptions): Promise<GetTermForReportResponse>;
async listReports(params?: ListReportsRequest, opts?: client.RequestOptions): Promise<ListReportsResponse>;
async putAccountSettings(params?: PutAccountSettingsRequest, opts?: client.RequestOptions): Promise<PutAccountSettingsResponse>;
§Constructors
§
new Artifact(apiFactory: client.ApiFactory)
[src]§Methods
§
getAccountSettings(opts?: client.RequestOptions): Promise<GetAccountSettingsResponse>
[src]Get the account settings for Artifact.
§
getReportMetadata(params: GetReportMetadataRequest, opts?: client.RequestOptions): Promise<GetReportMetadataResponse>
[src]Get the metadata for a single report.
§
getTermForReport(params: GetTermForReportRequest, opts?: client.RequestOptions): Promise<GetTermForReportResponse>
[src]Get the Term content associated with a single report.
§
listReports(params?: ListReportsRequest, opts?: client.RequestOptions): Promise<ListReportsResponse>
[src]List available reports.
§
putAccountSettings(params?: PutAccountSettingsRequest, opts?: client.RequestOptions): Promise<PutAccountSettingsResponse>
[src]Put the account settings for Artifact.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]