Module Values_4.ModifyVolumeAttributeRequestSource

Modifies a volume attribute. By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume. You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.

Sourcetype nonrec t = {
  1. autoEnableIO : Values_3.AttributeBooleanValue.t option;
    (*

    Indicates whether the volume should be auto-enabled for I/O operations.

    *)
  2. volumeId : Values_0.VolumeId.t;
    (*

    The ID of the volume.

    *)
  3. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
}
Sourceval context_ : string
Sourceval make : ?autoEnableIO:??? -> ?dryRun:??? -> volumeId:Values_0.VolumeId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.VolumeId.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t