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

CreateFolderRequest

import type { CreateFolderRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface CreateFolderRequest {
AwsAccountId: string;
FolderId: string;
FolderType?: FolderType | null;
Name?: string | null;
ParentFolderArn?: string | null;
Permissions?: ResourcePermission[] | null;
Tags?: Tag[] | null;
}

§Properties

§
AwsAccountId: string
[src]
§
FolderId: string
[src]
§
FolderType?: FolderType | null
[src]
§
Name?: string | null
[src]
§
ParentFolderArn?: string | null
[src]
§
Permissions?: ResourcePermission[] | null
[src]
§
Tags?: Tag[] | null
[src]