Values_1.GetV2LoggingOptionsResponseSourceGets the fine grained logging options. Requires permission to access the GetV2LoggingOptions action.
type nonrec t = {roleArn : Values_0.AwsArn.t option;The IAM role ARN IoT uses to write to your CloudWatch logs.
*)defaultLogLevel : Values_0.LogLevel.t option;The default log level.
*)disableAllLogs : Values_0.DisableAllLogs.t option;Disables all logs.
*)eventConfigurations : Values_0.LogEventConfigurations.t option;The list of event configurations that override account-level logging.
*)}type nonrec error = [ | `InternalException of Values_0.InternalException.t| `NotConfiguredException of Values_0.NotConfiguredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of Values_0.InternalException.t
| `NotConfiguredException of Values_0.NotConfiguredException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of Values_0.InternalException.t
| `NotConfiguredException of Values_0.NotConfiguredException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.DisableAllLogs.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `String of Values_0.AwsArn.t ])
list ]