Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Artifact

import { Artifact } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/artifact.ts?docs=full";
class Artifact {
constructor(apiFactory: client.ApiFactory);
async getAccountSettings(opts?: client.RequestOptions): Promise<GetAccountSettingsResponse>;
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>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Artifact(apiFactory: client.ApiFactory)
[src]

§Methods

§
getAccountSettings(opts?: client.RequestOptions): Promise<GetAccountSettingsResponse>
[src]

Get the account settings for Artifact.

§

Get the content for a single report.

§

Get the metadata for a single report.

§

Get the Term content associated with a single report.

§
listReports(params?: ListReportsRequest, opts?: client.RequestOptions): Promise<ListReportsResponse>
[src]

List available reports.

§

Put the account settings for Artifact.

§Static Properties