- Navigation Guide
@aws-sdk/client-fsx
UpdateVolumeCommandInput Interface
The input for UpdateVolumeCommand.
Members
Name | Type | Details |
---|---|---|
VolumeId Required | string | undefined | The ID of the volume that you want to update, in the format |
ClientRequestToken | string | undefined | (Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK. |
Name | string | undefined | The name of the OpenZFS volume. OpenZFS root volumes are automatically named |
OntapConfiguration | UpdateOntapVolumeConfiguration | undefined | The configuration of the ONTAP volume that you are updating. |
OpenZFSConfiguration | UpdateOpenZFSVolumeConfiguration | undefined | The configuration of the OpenZFS volume that you are updating. |
Full Signature
export interface UpdateVolumeCommandInput extends UpdateVolumeRequest