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

CreateAccountCustomizationResponse

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

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.

§
AwsAccountId?: string | null
[src]

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

§
Namespace?: string | null
[src]

The namespace associated with the customization you're creating.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.