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

DescribeAccountCustomizationResponse

import type { DescribeAccountCustomizationResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DescribeAccountCustomizationResponse {
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 that exist in the current Amazon Web Services Region.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.

§
AwsAccountId?: string | null
[src]

The ID for the Amazon Web Services account that you're describing.

§
Namespace?: string | null
[src]

The Amazon QuickSight namespace that you're describing.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.