Module Values.StorageConfigResponseSource

Indicates the status of the request to update the block storage capability of your EKS Auto Mode cluster.

Sourcetype nonrec t = {
  1. blockStorage : BlockStorage.t option;
    (*

    Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled.

    *)
}
Sourceval make : ?blockStorage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of BoxedBoolean.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