Module Values.AccountSettingsSource

The Resource Groups settings for this Amazon Web Services account.

Sourcetype nonrec t = {
  1. groupLifecycleEventsDesiredStatus : GroupLifecycleEventsDesiredStatus.t option;
    (*

    The desired target status of the group lifecycle events feature. If

    *)
  2. groupLifecycleEventsStatus : GroupLifecycleEventsStatus.t option;
    (*

    The current status of the group lifecycle events feature.

    *)
  3. groupLifecycleEventsStatusMessage : GroupLifecycleEventsStatusMessage.t option;
    (*

    The text of any error message occurs during an attempt to turn group lifecycle events on or off.

    *)
}
Sourceval make : ?groupLifecycleEventsDesiredStatus:??? -> ?groupLifecycleEventsStatus:??? -> ?groupLifecycleEventsStatusMessage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of GroupLifecycleEventsStatusMessage.t ]) 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