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

ImportClientBrandingRequest

import type { ImportClientBrandingRequest } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface ImportClientBrandingRequest {
DeviceTypeAndroid?: DefaultImportClientBrandingAttributes | null;
DeviceTypeIos?: IosImportClientBrandingAttributes | null;
DeviceTypeLinux?: DefaultImportClientBrandingAttributes | null;
DeviceTypeWindows?: DefaultImportClientBrandingAttributes | null;
ResourceId: string;
}

§Properties

§

The branding information to import for Android devices.

§

The branding information to import for iOS devices.

§

The branding information to import for Linux devices.

§

The branding information to import for macOS devices.

§

The branding information to import for web access.

§

The branding information to import for Windows devices.

§
ResourceId: string
[src]

The directory identifier of the WorkSpace for which you want to import client branding.