Values.JobLogEventDataSourceMetadata associated with a Job log.
type nonrec t = {sourceServerID : SourceServerID.t option;The ID of a Source Server.
*)conversionServerID : EC2InstanceID.t option;The ID of a conversion server.
*)targetInstanceID : EC2InstanceID.t option;The ID of a Recovery Instance.
*)rawError : LargeBoundedString.t option;A string representing a job error.
*)conversionProperties : ConversionProperties.t option;Properties of a conversion job
*)eventResourceData : EventResourceData.t option;Properties of resource related to a job event.
*)attemptCount : JobEventAttemptCount.t option;Retries for this operation.
*)maxAttemptsCount : JobEventAttemptCount.t option;The maximum number of retries that will be attempted if this operation failed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of JobEventAttemptCount.t
| `String of SourceServerID.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of LargeBoundedString.t ]
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ProductCodeId.t ])
list ]
list
| `Long of PositiveInteger.t
| `Map of
([> `String of EbsSnapshot.t ]
* [> `String of EbsSnapshot.t ])
list ])
list
| `String of LargeBoundedString.t
| `Structure of
(string * [> `String of SourceNetworkID.t ]) list ])
list ])
list ]