Module Values_0.SetLoggingOptionsRequestSource

The input for the SetLoggingOptions operation.

Sourcetype nonrec t = {
  1. loggingOptionsPayload : LoggingOptionsPayload.t;
    (*

    The logging options payload.

    *)
}
Sourceval context_ : string
Sourceval make : loggingOptionsPayload:LoggingOptionsPayload.t -> unit -> t
Sourceval of_header_and_body : ('a * LoggingOptionsPayload.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of AwsArn.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