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

UpdateStorageVirtualMachineRequest

import type { UpdateStorageVirtualMachineRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface UpdateStorageVirtualMachineRequest {
ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration | null;
ClientRequestToken?: string | null;
StorageVirtualMachineId: string;
SvmAdminPassword?: string | null;
}

§Properties

§
ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration | null
[src]

Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.

§
ClientRequestToken?: string | null
[src]
§
StorageVirtualMachineId: string
[src]

The ID of the SVM that you want to update, in the format svm-0123456789abcdef0.

§
SvmAdminPassword?: string | null
[src]

Enter a new SvmAdminPassword if you are updating it.