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

UpdateAccountCustomizationResponse

import type { UpdateAccountCustomizationResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateAccountCustomizationResponse {
AccountCustomization?: AccountCustomization | null;
Arn?: string | null;
AwsAccountId?: string | null;
Namespace?: string | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
AccountCustomization?: AccountCustomization | null
[src]

The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.

§
AwsAccountId?: string | null
[src]

The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.

§
Namespace?: string | null
[src]

The namespace associated with the customization that you're updating.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.