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

UpdateDashboardPublishedVersionRequest

import type { UpdateDashboardPublishedVersionRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateDashboardPublishedVersionRequest {
AwsAccountId: string;
DashboardId: string;
VersionNumber: number;
}

§Properties

§
AwsAccountId: string
[src]

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

§
DashboardId: string
[src]

The ID for the dashboard.

§
VersionNumber: number
[src]

The version number of the dashboard.