Module Values.TableBucketMaintenanceConfigurationValueSource

Details about the values that define the maintenance configuration for a table bucket.

Sourcetype nonrec t = {
  1. status : MaintenanceStatus.t option;
    (*

    The status of the maintenance configuration.

    *)
  2. settings : TableBucketMaintenanceSettings.t option;
    (*

    Contains details about the settings of the maintenance configuration.

    *)
}
Sourceval make : ?status:??? -> ?settings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `Integer of PositiveInteger.t ]) list ]) 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