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

CreateAccountSubscriptionResponse

import type { CreateAccountSubscriptionResponse } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface CreateAccountSubscriptionResponse {
RequestId?: string | null;
SignupResponse?: SignupResponse | null;
Status?: number | null;
}

§Properties

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
SignupResponse?: SignupResponse | null
[src]

A SignupResponse object that returns information about a newly created Amazon QuickSight account.

§
Status?: number | null
[src]

The HTTP status of the request.