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

UpdateAnalysisRequest

import type { UpdateAnalysisRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateAnalysisRequest {
AnalysisId: string;
AwsAccountId: string;
Name: string;
Parameters?: Parameters | null;
SourceEntity: AnalysisSourceEntity;
ThemeArn?: string | null;
}

§Properties

§
AnalysisId: string
[src]

The ID for the analysis that you're updating. This ID displays in the URL of the analysis.

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the analysis that you're updating.

§
Name: string
[src]

A descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon QuickSight console.

§
Parameters?: Parameters | null
[src]

The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.

§

A source entity to use for the analysis that you're updating. This metadata structure contains details that describe a source template and one or more datasets.

§
ThemeArn?: string | null
[src]

The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating. To see the theme in the Amazon QuickSight console, make sure that you have access to it.