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

UpdatePublicSharingSettingsRequest

import type { UpdatePublicSharingSettingsRequest } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface UpdatePublicSharingSettingsRequest {
AwsAccountId: string;
PublicSharingEnabled?: boolean | null;
}

§Properties

§
AwsAccountId: string
[src]

The Amazon Web Services account ID associated with your Amazon QuickSight subscription.

§
PublicSharingEnabled?: boolean | null
[src]

A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.