Module Values.PutLoggingOptionsRequestSource

Sets or updates the AWS IoT Events logging options. If you update the value of any loggingOptions field, it takes up to one minute for the change to take effect. If you change the policy attached to the role you specified in the roleArn field (for example, to correct an invalid policy), it takes up to five minutes for that change to take effect.

Sourcetype nonrec t = {
  1. loggingOptions : LoggingOptions.t;
    (*

    The new values of the AWS IoT Events logging options.

    *)
}
Sourceval context_ : string
Sourceval make : loggingOptions:LoggingOptions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of LoggingEnabled.t | `Enum of string | `List of [> `Structure of (string * [> `String of DetectorModelName.t ]) list ] list | `String of AmazonResourceName.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