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

UpdateLocationSmbRequest

import type { UpdateLocationSmbRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/datasync.ts";
interface UpdateLocationSmbRequest {
AgentArns?: string[] | null;
Domain?: string | null;
LocationArn: string;
MountOptions?: SmbMountOptions | null;
Password?: string | null;
Subdirectory?: string | null;
User?: string | null;
}

§Properties

§
AgentArns?: string[] | null
[src]
§
Domain?: string | null
[src]
§
LocationArn: string
[src]
§
MountOptions?: SmbMountOptions | null
[src]
§
Password?: string | null
[src]
§
Subdirectory?: string | null
[src]
§
User?: string | null
[src]