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

SetSMBGuestPasswordInput

import type { SetSMBGuestPasswordInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

SetSMBGuestPasswordInput

interface SetSMBGuestPasswordInput {
GatewayARN: string;
Password: string;
}

§Properties

§
GatewayARN: string
[src]

The Amazon Resource Name (ARN) of the S3 File Gateway the SMB file share is associated with.

§
Password: string
[src]

The password that you want to set for your SMB server.