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

CreateThemeResponse

import type { CreateThemeResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface CreateThemeResponse {
Arn?: string | null;
CreationStatus?: ResourceStatus | null;
RequestId?: string | null;
Status?: number | null;
ThemeId?: string | null;
VersionArn?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the theme.

§
CreationStatus?: ResourceStatus | null
[src]

The theme creation status.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.

§
ThemeId?: string | null
[src]

The ID of the theme.

§
VersionArn?: string | null
[src]

The Amazon Resource Name (ARN) for the new theme.