Values.OperationSourceDescribes the API operation.
type nonrec t = {id : NonEmptyString.t option;The ID of the operation.
*)resourceName : ResourceName.t option;The resource name.
*)resourceType : ResourceType.t option;The resource type.
*)createdAt : IsoDate.t option;The timestamp when the operation was initialized (1479816991.349).
*)location : ResourceLocation.t option;The Amazon Web Services Region and Availability Zone.
*)isTerminal : Boolean.t option;A Boolean value indicating whether the operation is terminal.
*)operationDetails : String_.t option;Details about the operation (Debian-1GB-Ohio-1).
*)operationType : OperationType.t option;The type of operation.
*)status : OperationStatus.t option;The status of the operation.
*)statusChangedAt : IsoDate.t option;The timestamp when the status was changed (1479816991.349).
*)errorCode : String_.t option;The error code.
*)errorDetails : String_.t option;The error details.
*)}